@cloudraker/reki 2.7.0 → 2.7.1
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/ai/component-registry.json +102 -0
- package/ai/component-registry.md +159 -1
- package/ai/schemas.ts +9 -2
- package/dist/.build-complete +1 -1
- package/dist/ai/schemas.d.ts +17 -2
- package/dist/ai/schemas.d.ts.map +1 -1
- package/dist/ai/schemas.js +31 -23
- package/dist/ai/schemas.js.map +1 -1
- package/dist/chunks/timeline-lqurr2lcxkayomk2.js +109 -0
- package/dist/chunks/timeline-lqurr2lcxkayomk2.js.map +1 -0
- package/dist/components/timeline.js +8 -0
- package/dist/components/timeline.js.map +1 -0
- package/dist/index.js +104 -100
- package/dist/index.js.map +1 -1
- package/dist/src/components/timeline/index.d.ts +2 -0
- package/dist/src/components/timeline/index.d.ts.map +1 -0
- package/dist/src/components/timeline/timeline.d.ts +155 -0
- package/dist/src/components/timeline/timeline.d.ts.map +1 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/styles/reki-standalone.css +1 -1
- package/package.json +5 -1
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as t, jsxs as c } from "react/jsx-runtime";
|
|
3
|
+
import { A as h } from "./avatar-g40cun6cn17fcxd4.js";
|
|
4
|
+
import { a as N } from "./tag-h5kwf5eh7dyyvc2c.js";
|
|
5
|
+
import { c as r } from "./cn-ct4n7r74mh8y0f48.js";
|
|
6
|
+
const g = {
|
|
7
|
+
tone: {
|
|
8
|
+
default: { classes: "", description: "Completed or normal event" },
|
|
9
|
+
muted: { classes: "opacity-55", description: "Upcoming / not-yet-started item" },
|
|
10
|
+
active: { classes: "", description: "Current / in-progress item (brand ring)" }
|
|
11
|
+
},
|
|
12
|
+
variant: {
|
|
13
|
+
compact: { classes: "", description: "Single-line event row" },
|
|
14
|
+
rich: { classes: "", description: "Full-width content row (comment / inline card)" }
|
|
15
|
+
}
|
|
16
|
+
}, z = {
|
|
17
|
+
tone: "default",
|
|
18
|
+
variant: "compact"
|
|
19
|
+
};
|
|
20
|
+
function f({ children: e, className: n }) {
|
|
21
|
+
return /* @__PURE__ */ t("ol", { className: r("flex flex-col", n), children: e });
|
|
22
|
+
}
|
|
23
|
+
function b(e) {
|
|
24
|
+
return e.connector ? e.connector : e.isFirst && e.isLast ? "none" : e.isFirst ? "end" : e.isLast ? "start" : "full";
|
|
25
|
+
}
|
|
26
|
+
function v(e) {
|
|
27
|
+
const n = e.trim().split(/\s+/).filter(Boolean);
|
|
28
|
+
return n.length === 0 ? "?" : n.length === 1 ? n[0].slice(0, 2).toUpperCase() : (n[0][0] + n[n.length - 1][0]).toUpperCase();
|
|
29
|
+
}
|
|
30
|
+
function T({ nodeType: e = "icon", avatar: n, icon: i, statusColor: s, node: a, tone: l }) {
|
|
31
|
+
if (a)
|
|
32
|
+
return /* @__PURE__ */ t("span", { className: "relative z-10 flex size-5 items-center justify-center", children: a });
|
|
33
|
+
if (e === "avatar" && n)
|
|
34
|
+
return /* @__PURE__ */ t("span", { className: "relative z-10", children: /* @__PURE__ */ t(h, { size: "xs", src: n.src, alt: n.name, initials: v(n.name) }) });
|
|
35
|
+
if (e === "status") {
|
|
36
|
+
const o = !s || s === "transparent" ? null : N[s];
|
|
37
|
+
return /* @__PURE__ */ t("span", { className: "relative z-10 flex size-5 items-center justify-center rounded-full bg-reki-base ring-1 ring-reki-line", children: /* @__PURE__ */ t("span", { className: r("size-2.5 rounded-full", o?.bg ?? "bg-reki-fill") }) });
|
|
38
|
+
}
|
|
39
|
+
return /* @__PURE__ */ t(
|
|
40
|
+
"span",
|
|
41
|
+
{
|
|
42
|
+
className: r(
|
|
43
|
+
"relative z-10 flex size-5 items-center justify-center rounded-full bg-reki-base text-reki-subtle ring-1",
|
|
44
|
+
l === "active" ? "ring-reki-brand text-reki-brand" : "ring-reki-line"
|
|
45
|
+
),
|
|
46
|
+
children: i ? /* @__PURE__ */ t(i, { size: 12, weight: "bold" }) : null
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
function d(e) {
|
|
51
|
+
const { tone: n = "default", variant: i = "compact", children: s, className: a } = e, l = b(e), m = l === "full" || l === "start", o = l === "full" || l === "end", u = g.tone[n].classes;
|
|
52
|
+
return /* @__PURE__ */ c("li", { className: r("relative flex gap-3", i === "compact" ? "pb-1.5" : "pb-3", a), children: [
|
|
53
|
+
/* @__PURE__ */ c("div", { className: r("relative flex w-5 shrink-0 justify-center self-stretch", u), children: [
|
|
54
|
+
m ? /* @__PURE__ */ t("span", { "aria-hidden": !0, className: "absolute top-0 left-1/2 h-2.5 w-px -translate-x-1/2 bg-reki-hairline" }) : null,
|
|
55
|
+
o ? /* @__PURE__ */ t("span", { "aria-hidden": !0, className: "absolute top-2.5 bottom-0 left-1/2 w-px -translate-x-1/2 bg-reki-hairline" }) : null,
|
|
56
|
+
/* @__PURE__ */ t(T, { ...e })
|
|
57
|
+
] }),
|
|
58
|
+
/* @__PURE__ */ t(
|
|
59
|
+
"div",
|
|
60
|
+
{
|
|
61
|
+
className: r(
|
|
62
|
+
"min-w-0 flex-1",
|
|
63
|
+
i === "compact" ? "flex min-h-5 items-center" : "pt-px",
|
|
64
|
+
u
|
|
65
|
+
),
|
|
66
|
+
children: s
|
|
67
|
+
}
|
|
68
|
+
)
|
|
69
|
+
] });
|
|
70
|
+
}
|
|
71
|
+
function p({ children: e, className: n }) {
|
|
72
|
+
return /* @__PURE__ */ t("div", { className: r("flex min-w-0 flex-col gap-1.5", n), children: e });
|
|
73
|
+
}
|
|
74
|
+
function x({ actor: e, action: n, target: i, timestamp: s, truncate: a = !0, className: l }) {
|
|
75
|
+
return /* @__PURE__ */ c(
|
|
76
|
+
"span",
|
|
77
|
+
{
|
|
78
|
+
className: r(
|
|
79
|
+
"flex min-w-0 items-baseline gap-1 text-sm leading-5",
|
|
80
|
+
a ? "truncate" : "flex-wrap",
|
|
81
|
+
l
|
|
82
|
+
),
|
|
83
|
+
children: [
|
|
84
|
+
e ? /* @__PURE__ */ t("span", { className: "font-medium text-reki-default", children: e }) : null,
|
|
85
|
+
n ? /* @__PURE__ */ t("span", { className: "text-reki-subtle", children: n }) : null,
|
|
86
|
+
i ? /* @__PURE__ */ t("span", { className: "text-reki-default", children: i }) : null,
|
|
87
|
+
s ? /* @__PURE__ */ c("span", { className: "text-reki-subtle", children: [
|
|
88
|
+
"· ",
|
|
89
|
+
s
|
|
90
|
+
] }) : null
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
);
|
|
94
|
+
}
|
|
95
|
+
f.displayName = "Timeline";
|
|
96
|
+
d.displayName = "Timeline.Item";
|
|
97
|
+
p.displayName = "Timeline.Content";
|
|
98
|
+
x.displayName = "Timeline.Event";
|
|
99
|
+
const y = Object.assign(f, {
|
|
100
|
+
Item: d,
|
|
101
|
+
Content: p,
|
|
102
|
+
Event: x
|
|
103
|
+
});
|
|
104
|
+
export {
|
|
105
|
+
z as R,
|
|
106
|
+
y as T,
|
|
107
|
+
g as a
|
|
108
|
+
};
|
|
109
|
+
//# sourceMappingURL=timeline-lqurr2lcxkayomk2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline-lqurr2lcxkayomk2.js","sources":["../../src/components/timeline/timeline.tsx"],"sourcesContent":["import type { ComponentType, ReactNode } from \"react\";\nimport { Avatar } from \"../avatar\";\nimport { REKI_TAG_COLORS, type TagColor } from \"../tag\";\nimport { cn } from \"../../utils/cn\";\n\n/** Variant standard export (reki convention). */\nexport const REKI_TIMELINE_VARIANTS = {\n tone: {\n default: { classes: \"\", description: \"Completed or normal event\" },\n muted: { classes: \"opacity-55\", description: \"Upcoming / not-yet-started item\" },\n active: { classes: \"\", description: \"Current / in-progress item (brand ring)\" },\n },\n variant: {\n compact: { classes: \"\", description: \"Single-line event row\" },\n rich: { classes: \"\", description: \"Full-width content row (comment / inline card)\" },\n },\n} as const;\n\nexport const REKI_TIMELINE_DEFAULT_VARIANTS = {\n tone: \"default\",\n variant: \"compact\",\n} as const;\n\nexport type RekiTimelineTone = keyof typeof REKI_TIMELINE_VARIANTS.tone;\nexport type RekiTimelineVariant = keyof typeof REKI_TIMELINE_VARIANTS.variant;\n\n/** Which half-segments of the connecting rail draw for an item. */\nexport type RekiTimelineConnector = \"full\" | \"start\" | \"end\" | \"none\";\n\ntype NodeType = \"avatar\" | \"icon\" | \"status\";\n\n/**\n * Timeline root props.\n *\n * @example\n * ```tsx\n * <Timeline>\n * <Timeline.Item isFirst nodeType=\"avatar\" avatar={{ name: \"Jane Doe\" }}>\n * <Timeline.Content>\n * <Timeline.Event actor=\"Jane Doe\" action=\"created the run\" timestamp=\"5d ago\" />\n * </Timeline.Content>\n * </Timeline.Item>\n * </Timeline>\n * ```\n */\nexport interface TimelineProps {\n /** `Timeline.Item` elements. */\n children?: ReactNode;\n /** Additional CSS classes merged via `cn()`. Use reki semantic tokens only. */\n className?: string;\n}\n\nfunction TimelineRoot({ children, className }: TimelineProps) {\n return <ol className={cn(\"flex flex-col\", className)}>{children}</ol>;\n}\n\nexport interface TimelineItemProps {\n /** Which node glyph to render. @default \"icon\" */\n nodeType?: NodeType;\n /** Avatar descriptor, used when `nodeType=\"avatar\"`. */\n avatar?: { src?: string | null; name: string };\n /** Phosphor glyph component, used when `nodeType=\"icon\"`. */\n icon?: ComponentType<{ size?: number; weight?: \"bold\" | \"regular\" | \"fill\" }>;\n /** Named status color, used when `nodeType=\"status\"`. */\n statusColor?: TagColor;\n /** Escape hatch: arbitrary 20px node content; overrides the typed node paths. */\n node?: ReactNode;\n /** Visual state. `muted` dims (upcoming), `active` brand-tints the node ring. @default \"default\" */\n tone?: RekiTimelineTone;\n /** `compact` constrains to a one-line row; `rich` allows full-width content. @default \"compact\" */\n variant?: RekiTimelineVariant;\n /** Which rail segments draw. Computed from `isFirst`/`isLast` when omitted. */\n connector?: RekiTimelineConnector;\n /** First item in the list — suppresses the rail above the node. */\n isFirst?: boolean;\n /** Last item in the list — suppresses the rail below the node. */\n isLast?: boolean;\n /** Expected to be a `Timeline.Content`. */\n children?: ReactNode;\n /** Additional CSS classes merged via `cn()`. Use reki semantic tokens only. */\n className?: string;\n}\n\nfunction resolveConnector(p: TimelineItemProps): RekiTimelineConnector {\n if (p.connector) {\n return p.connector;\n }\n if (p.isFirst && p.isLast) {\n return \"none\";\n }\n if (p.isFirst) {\n return \"end\";\n }\n if (p.isLast) {\n return \"start\";\n }\n return \"full\";\n}\n\nfunction initials(name: string): string {\n const parts = name.trim().split(/\\s+/).filter(Boolean);\n if (parts.length === 0) {\n return \"?\";\n }\n if (parts.length === 1) {\n return parts[0].slice(0, 2).toUpperCase();\n }\n return (parts[0][0] + parts[parts.length - 1][0]).toUpperCase();\n}\n\nfunction TimelineNode({ nodeType = \"icon\", avatar, icon: Icon, statusColor, node, tone }: TimelineItemProps) {\n if (node) {\n return <span className=\"relative z-10 flex size-5 items-center justify-center\">{node}</span>;\n }\n\n if (nodeType === \"avatar\" && avatar) {\n return (\n <span className=\"relative z-10\">\n <Avatar size=\"xs\" src={avatar.src} alt={avatar.name} initials={initials(avatar.name)} />\n </span>\n );\n }\n\n if (nodeType === \"status\") {\n const isTransparent = !statusColor || statusColor === \"transparent\";\n const palette = isTransparent\n ? null\n : REKI_TAG_COLORS[statusColor as Exclude<TagColor, \"transparent\">];\n return (\n <span className=\"relative z-10 flex size-5 items-center justify-center rounded-full bg-reki-base ring-1 ring-reki-line\">\n <span className={cn(\"size-2.5 rounded-full\", palette?.bg ?? \"bg-reki-fill\")} />\n </span>\n );\n }\n\n return (\n <span\n className={cn(\n \"relative z-10 flex size-5 items-center justify-center rounded-full bg-reki-base text-reki-subtle ring-1\",\n tone === \"active\" ? \"ring-reki-brand text-reki-brand\" : \"ring-reki-line\",\n )}\n >\n {Icon ? <Icon size={12} weight=\"bold\" /> : null}\n </span>\n );\n}\n\nfunction TimelineItem(props: TimelineItemProps) {\n const { tone = \"default\", variant = \"compact\", children, className } = props;\n const connector = resolveConnector(props);\n const showTop = connector === \"full\" || connector === \"start\";\n const showBottom = connector === \"full\" || connector === \"end\";\n const toneClass = REKI_TIMELINE_VARIANTS.tone[tone].classes;\n\n return (\n <li className={cn(\"relative flex gap-3\", variant === \"compact\" ? \"pb-1.5\" : \"pb-3\", className)}>\n {/* rail: node + connecting line; the line sits behind the opaque node */}\n <div className={cn(\"relative flex w-5 shrink-0 justify-center self-stretch\", toneClass)}>\n {/* top segment: row top → node centre (10px) */}\n {showTop ? (\n <span aria-hidden className=\"absolute top-0 left-1/2 h-2.5 w-px -translate-x-1/2 bg-reki-hairline\" />\n ) : null}\n {/* bottom segment: node centre → row bottom */}\n {showBottom ? (\n <span aria-hidden className=\"absolute top-2.5 bottom-0 left-1/2 w-px -translate-x-1/2 bg-reki-hairline\" />\n ) : null}\n <TimelineNode {...props} />\n </div>\n <div\n className={cn(\n \"min-w-0 flex-1\",\n variant === \"compact\" ? \"flex min-h-5 items-center\" : \"pt-px\",\n toneClass,\n )}\n >\n {children}\n </div>\n </li>\n );\n}\n\nexport interface TimelineContentProps {\n /** A `Timeline.Event` (compact) or arbitrary rich content. */\n children?: ReactNode;\n /** Additional CSS classes merged via `cn()`. Use reki semantic tokens only. */\n className?: string;\n}\n\nfunction TimelineContent({ children, className }: TimelineContentProps) {\n return <div className={cn(\"flex min-w-0 flex-col gap-1.5\", className)}>{children}</div>;\n}\n\nexport interface TimelineEventProps {\n /** Actor name, rendered emphasised. */\n actor?: ReactNode;\n /** Verb phrase, rendered muted. */\n action?: ReactNode;\n /** Optional target entity, rendered in the default text color. */\n target?: ReactNode;\n /** Pre-formatted relative timestamp (e.g. \"3d ago\"); rendered muted after a separator. */\n timestamp?: ReactNode;\n /** Single-line truncation. @default true */\n truncate?: boolean;\n /** Additional CSS classes merged via `cn()`. Use reki semantic tokens only. */\n className?: string;\n}\n\nfunction TimelineEvent({ actor, action, target, timestamp, truncate = true, className }: TimelineEventProps) {\n return (\n <span\n className={cn(\n \"flex min-w-0 items-baseline gap-1 text-sm leading-5\",\n truncate ? \"truncate\" : \"flex-wrap\",\n className,\n )}\n >\n {actor ? <span className=\"font-medium text-reki-default\">{actor}</span> : null}\n {action ? <span className=\"text-reki-subtle\">{action}</span> : null}\n {target ? <span className=\"text-reki-default\">{target}</span> : null}\n {timestamp ? <span className=\"text-reki-subtle\">· {timestamp}</span> : null}\n </span>\n );\n}\n\nTimelineRoot.displayName = \"Timeline\";\nTimelineItem.displayName = \"Timeline.Item\";\nTimelineContent.displayName = \"Timeline.Content\";\nTimelineEvent.displayName = \"Timeline.Event\";\n\n/**\n * Timeline — presentational compound component for a Linear-style activity feed.\n *\n * A thin faint vertical line connects a column of ~20px nodes (avatar, status\n * circle, or glyph icon). Each item renders either a compact one-line\n * {@link Timeline.Event} or arbitrary rich content (a comment, an inline card).\n * Purely visual — ordering, data, and date formatting are the consumer's job.\n *\n * @example\n * ```tsx\n * <Timeline>\n * <Timeline.Item isFirst nodeType=\"status\" statusColor=\"green\">\n * <Timeline.Content>\n * <Timeline.Event actor=\"Florent\" action=\"moved to\" target=\"In Progress\" timestamp=\"3d ago\" />\n * </Timeline.Content>\n * </Timeline.Item>\n * <Timeline.Item isLast variant=\"rich\" tone=\"active\" nodeType=\"icon\" icon={PaperPlaneTiltIcon}>\n * <Timeline.Content>{inlineCard}</Timeline.Content>\n * </Timeline.Item>\n * </Timeline>\n * ```\n */\nexport const Timeline = Object.assign(TimelineRoot, {\n Item: TimelineItem,\n Content: TimelineContent,\n Event: TimelineEvent,\n});\n"],"names":["REKI_TIMELINE_VARIANTS","REKI_TIMELINE_DEFAULT_VARIANTS","TimelineRoot","children","className","cn","resolveConnector","p","initials","name","parts","TimelineNode","nodeType","avatar","Icon","statusColor","node","tone","jsx","Avatar","palette","REKI_TAG_COLORS","TimelineItem","props","variant","connector","showTop","showBottom","toneClass","jsxs","TimelineContent","TimelineEvent","actor","action","target","timestamp","truncate","Timeline"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { B as re } from "./chunks/badge-pc33c5ir7muabgfh.js";
|
|
3
|
-
import { B as
|
|
3
|
+
import { B as N } from "./chunks/banner-kis9h1yq636liunc.js";
|
|
4
4
|
import { a as se } from "./chunks/banner-kis9h1yq636liunc.js";
|
|
5
|
-
import { B as
|
|
5
|
+
import { B as I } from "./chunks/button-fvlz1rzc3s1hpyxs.js";
|
|
6
6
|
import { L as ie, R as le, b as ne } from "./chunks/button-fvlz1rzc3s1hpyxs.js";
|
|
7
|
-
import { D as
|
|
7
|
+
import { D as me } from "./chunks/date-range-picker-c8ttrfaos9mb1w5n.js";
|
|
8
8
|
import { C as fe } from "./chunks/checkbox-h3kfhlron3b6sfhv.js";
|
|
9
9
|
import { C as Re } from "./chunks/clipboard-text-ogue8iq06n1z7q7v.js";
|
|
10
|
-
import { C as
|
|
11
|
-
import { C as
|
|
12
|
-
import { c as
|
|
10
|
+
import { C as Ie, a as xe } from "./chunks/code-fm5rpi47v6cj9o8o.js";
|
|
11
|
+
import { C as Ee } from "./chunks/combobox-iytvpzp5poljxgek.js";
|
|
12
|
+
import { c as D, D as h, d as V, a as b } from "./chunks/dialog-ggx34i6k4eulfvgk.js";
|
|
13
13
|
import { b as Se, e as be } from "./chunks/dialog-ggx34i6k4eulfvgk.js";
|
|
14
14
|
import { D as Ce } from "./chunks/dropdown-bt1lfs2jli0khnex.js";
|
|
15
15
|
import { C as Le } from "./chunks/collapsible-ivqat099ene9z3bv.js";
|
|
16
|
-
import { F as
|
|
17
|
-
import { L as Pe, R as Oe, a as ke, l as
|
|
16
|
+
import { F as De, R as he, a as Ve, f as Ke } from "./chunks/field-b0aywboxuss4rpu7.js";
|
|
17
|
+
import { L as Pe, R as Oe, a as ke, l as Me, b as ye } from "./chunks/label-ld57mr4ocdxsf06p.js";
|
|
18
18
|
import { I as K } from "./chunks/input-eno4q26x68rx3i8q.js";
|
|
19
19
|
import { i as Fe } from "./chunks/input-eno4q26x68rx3i8q.js";
|
|
20
|
-
import { I as
|
|
20
|
+
import { I as we, T as Ge } from "./chunks/input-area-cuijpofpark5w5qq.js";
|
|
21
21
|
import { I as He } from "./chunks/input-group-dl9htnza7kq4om4c.js";
|
|
22
22
|
import { L as $e } from "./chunks/layer-card-iuquuc1w3116umfw.js";
|
|
23
23
|
import { L as Je } from "./chunks/loader-cxzp72mn53lzbv9c.js";
|
|
@@ -29,41 +29,41 @@ import { S as ta } from "./chunks/select-hmoccee4zagd34tq.js";
|
|
|
29
29
|
import { S as la } from "./chunks/surface-fqmma34ju0agh5pe.js";
|
|
30
30
|
import { S as pa } from "./chunks/switch-nhtmn65n5s7gg6vb.js";
|
|
31
31
|
import { T as v } from "./chunks/tabs-klj6wapad6fpd9at.js";
|
|
32
|
-
import { T as
|
|
32
|
+
import { T as da } from "./chunks/table-cjj894o3niouq4tg.js";
|
|
33
33
|
import { T as ca } from "./chunks/text-oxsrbmjmfq99ue85.js";
|
|
34
|
-
import { T as Aa, a as
|
|
35
|
-
import { T as
|
|
34
|
+
import { T as Aa, a as Ia, c as xa, u as Ta } from "./chunks/toast-j47dl441zpxa1yw3.js";
|
|
35
|
+
import { T as _a, a as Sa } from "./chunks/tooltip-bkgxuz77xzg5fooc.js";
|
|
36
36
|
import { P as ua, R as Ca, g as ga } from "./chunks/popover-ldqdlpv6sqvkjume.js";
|
|
37
|
-
import { R as
|
|
37
|
+
import { R as Na, a as Da, S as ha } from "./chunks/sensitive-input-nkfx72rduc7aijaf.js";
|
|
38
38
|
import { R as Ka, a as va, b as Pa, c as Oa, r as ka } from "./chunks/radio-lyeniil3x20cyb8z.js";
|
|
39
|
-
import { C as
|
|
40
|
-
import { L as
|
|
39
|
+
import { C as ya, R as Ba, a as Fa } from "./chunks/command-palette-k6vrx8ely8rmf4a5.js";
|
|
40
|
+
import { L as wa, R as Ga, a as za, l as Ha } from "./chunks/link-8pn6y27h3m3ud8fl.js";
|
|
41
41
|
import { B as $a } from "./chunks/breadcrumbs-mq1utzm0q4u2r5v5.js";
|
|
42
42
|
import { E as Ja } from "./chunks/empty-dxy8jti5bsxxh905.js";
|
|
43
43
|
import { G as Wa, a as Xa, R as Qa, b as Za, g as er, c as ar } from "./chunks/grid-enlbb88vucgeq1np.js";
|
|
44
44
|
import { C as or, P as sr, R as tr, a as ir, g as lr } from "./chunks/cloudflare-logo-k0f07zztsda8m4ca.js";
|
|
45
45
|
import { D as pr } from "./chunks/date-picker-81mc3zrsmobm3ydm.js";
|
|
46
|
-
import { Flow as
|
|
47
|
-
import { C as cr, a as Rr, b as Ar, S as
|
|
48
|
-
import { A as
|
|
49
|
-
import { R as Cr, a as gr, b as Lr, S as
|
|
46
|
+
import { Flow as dr } from "./components/flow.js";
|
|
47
|
+
import { C as cr, a as Rr, b as Ar, S as Ir, T as xr } from "./chunks/SankeyChart-gogf860o4u387kjn.js";
|
|
48
|
+
import { A as Er, R as _r, a as Sr, b as br } from "./chunks/autocomplete-htuy5t9ag29qhuwa.js";
|
|
49
|
+
import { R as Cr, a as gr, b as Lr, S as Nr, c as Dr, d as hr, e as Vr, f as Kr, g as vr, h as Pr, i as Or, j as kr, k as Mr, l as yr, m as Br, n as Fr, o as Ur, p as wr, q as Gr, r as zr, s as Hr, t as jr, u as $r, v as qr, w as Jr, x as Yr, y as Wr, z as Xr, A as Qr } from "./chunks/sidebar-gwfibai76tw069d4.js";
|
|
50
50
|
import { R as eo, a as ao, T as ro } from "./chunks/table-of-contents-gkuvkr2w6lbhi7wt.js";
|
|
51
51
|
import { O as so } from "./chunks/overflowing-text-mm8bkx7voc6h8ra4.js";
|
|
52
52
|
import { a as io, T as lo, b as no, s as po } from "./chunks/tag-h5kwf5eh7dyyvc2c.js";
|
|
53
53
|
import { C as fo } from "./chunks/color-sample-h7hspma3rb91go3z.js";
|
|
54
|
-
import { C as Ro, R as Ao, a as
|
|
54
|
+
import { C as Ro, R as Ao, a as Io } from "./chunks/chip-iu7movvthovdurgb.js";
|
|
55
55
|
import { L as To } from "./chunks/link-chip-cz5v6lw9icmcndzl.js";
|
|
56
|
-
import { S as
|
|
56
|
+
import { S as _o } from "./chunks/status-ot0itdwxloqgahi0.js";
|
|
57
57
|
import { A as bo } from "./chunks/avatar-g40cun6cn17fcxd4.js";
|
|
58
58
|
import { E as Co } from "./chunks/expandable-list-bjceh467ocazog53.js";
|
|
59
59
|
import { R as Lo } from "./chunks/rating-yyd4t8e62ast4obo.js";
|
|
60
|
-
import { A as
|
|
60
|
+
import { A as Do } from "./chunks/array-display-lu1259ap3qrl847e.js";
|
|
61
61
|
import { J as Vo } from "./chunks/json-display-fy0t2khc4itn130p.js";
|
|
62
62
|
import { E as vo } from "./chunks/emails-display-nsbqzscr0f9bqimg.js";
|
|
63
63
|
import { P as Oo } from "./chunks/phones-display-cdsrl07dv6obf4eg.js";
|
|
64
|
-
import { L as
|
|
64
|
+
import { L as Mo } from "./chunks/links-display-dfaehepz86s2wxx1.js";
|
|
65
65
|
import { A as Bo } from "./chunks/actor-display-izds1bhw0yswurqm.js";
|
|
66
|
-
import { P as
|
|
66
|
+
import { P as Uo } from "./chunks/pill-pfpvgbcnqhtyksz5.js";
|
|
67
67
|
import { N as Go } from "./chunks/notification-counter-hiq85elmcydnhzoo.js";
|
|
68
68
|
import { A as Ho } from "./chunks/avatar-group-fpcaziey1yu7226v.js";
|
|
69
69
|
import { C as $o } from "./chunks/circular-progress-bar-ofg0ps2axad1wsr6.js";
|
|
@@ -71,15 +71,16 @@ import { D as Jo } from "./chunks/double-text-input-k0i5xnfq6khv01wu.js";
|
|
|
71
71
|
import { A as Wo } from "./chunks/address-input-g1la0xqrpg8ic6ak.js";
|
|
72
72
|
import { M as Qo, a as Zo, b as es, c as as, d as rs, e as os } from "./chunks/menu-item-kyqq7o2krghxbpw5.js";
|
|
73
73
|
import { D as ts, R as is, a as ls } from "./chunks/data-grid-i7kfgm7zr5tj0e0a.js";
|
|
74
|
-
import { R as ps, a as
|
|
74
|
+
import { R as ps, a as ms, b as ds } from "./chunks/record-board-iapx3cw5rusehrta.js";
|
|
75
|
+
import { R as cs, a as Rs, T as As } from "./chunks/timeline-lqurr2lcxkayomk2.js";
|
|
75
76
|
import { c as T } from "./chunks/cn-ct4n7r74mh8y0f48.js";
|
|
76
|
-
import { s as
|
|
77
|
-
import { L as
|
|
78
|
-
import { R as
|
|
77
|
+
import { s as xs } from "./chunks/cn-ct4n7r74mh8y0f48.js";
|
|
78
|
+
import { L as Es, u as _s } from "./chunks/link-provider-bgljdgs4hs438h0u.js";
|
|
79
|
+
import { R as bs } from "./chunks/portal-provider-off76og7tjyz96ys.js";
|
|
79
80
|
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
80
|
-
import { useState as u, useEffect as P, useCallback as
|
|
81
|
-
import { XIcon as O, WarningCircleIcon as k, CheckIcon as
|
|
82
|
-
import { i as
|
|
81
|
+
import { useState as u, useEffect as P, useCallback as x } from "react";
|
|
82
|
+
import { XIcon as O, WarningCircleIcon as k, CheckIcon as M, CopyIcon as y } from "@phosphor-icons/react";
|
|
83
|
+
import { i as Cs } from "./chunks/vendor-base-ui-djdjrfuoxlb1lubi.js";
|
|
83
84
|
const Q = {
|
|
84
85
|
size: {
|
|
85
86
|
sm: {
|
|
@@ -102,24 +103,24 @@ function F({
|
|
|
102
103
|
onDelete: n,
|
|
103
104
|
isDeleting: o = !1,
|
|
104
105
|
caseSensitive: p = !0,
|
|
105
|
-
deleteButtonText:
|
|
106
|
+
deleteButtonText: d,
|
|
106
107
|
size: f = B.size,
|
|
107
|
-
errorMessage:
|
|
108
|
+
errorMessage: m,
|
|
108
109
|
className: c
|
|
109
110
|
}) {
|
|
110
|
-
const [
|
|
111
|
+
const [E, _] = u(""), [C, R] = u(!1);
|
|
111
112
|
P(() => {
|
|
112
|
-
t || (
|
|
113
|
+
t || (_(""), R(!1));
|
|
113
114
|
}, [t]);
|
|
114
|
-
const S =
|
|
115
|
+
const S = x(
|
|
115
116
|
(s) => p ? s : s.toLowerCase(),
|
|
116
117
|
[p]
|
|
117
|
-
), A = S(
|
|
118
|
+
), A = S(E) === S(r), g = x(async () => {
|
|
118
119
|
!A || o || await n();
|
|
119
|
-
}, [A, o, n]), L =
|
|
120
|
+
}, [A, o, n]), L = x(async () => {
|
|
120
121
|
await navigator.clipboard.writeText(r), R(!0), setTimeout(() => R(!1), 1500);
|
|
121
122
|
}, [r]);
|
|
122
|
-
return /* @__PURE__ */ e(
|
|
123
|
+
return /* @__PURE__ */ e(D, { open: t, onOpenChange: l, children: /* @__PURE__ */ a(h, { size: f, className: T("p-0", c), children: [
|
|
123
124
|
/* @__PURE__ */ a("div", { className: "flex items-center justify-between border-b border-reki-line px-6 py-4", children: [
|
|
124
125
|
/* @__PURE__ */ a(V, { className: "text-lg font-semibold", children: [
|
|
125
126
|
"Delete ",
|
|
@@ -129,7 +130,7 @@ function F({
|
|
|
129
130
|
b,
|
|
130
131
|
{
|
|
131
132
|
render: (s) => /* @__PURE__ */ e(
|
|
132
|
-
|
|
133
|
+
I,
|
|
133
134
|
{
|
|
134
135
|
...s,
|
|
135
136
|
variant: "ghost",
|
|
@@ -145,7 +146,7 @@ function F({
|
|
|
145
146
|
] }),
|
|
146
147
|
/* @__PURE__ */ a("div", { className: "flex flex-col p-6 gap-4", children: [
|
|
147
148
|
/* @__PURE__ */ a("div", { className: "flex flex-col gap-2", children: [
|
|
148
|
-
|
|
149
|
+
m && /* @__PURE__ */ e(N, { icon: /* @__PURE__ */ e(k, {}), variant: "error", children: m }),
|
|
149
150
|
/* @__PURE__ */ a("p", { className: "text-base text-reki-subtle max-w-prose text-pretty", children: [
|
|
150
151
|
"This action cannot be undone. This will permanently delete the",
|
|
151
152
|
" ",
|
|
@@ -168,14 +169,14 @@ function F({
|
|
|
168
169
|
children: [
|
|
169
170
|
r,
|
|
170
171
|
C ? /* @__PURE__ */ e(
|
|
171
|
-
|
|
172
|
+
M,
|
|
172
173
|
{
|
|
173
174
|
size: 12,
|
|
174
175
|
weight: "bold",
|
|
175
176
|
className: "inline ml-1.5"
|
|
176
177
|
}
|
|
177
178
|
) : /* @__PURE__ */ e(
|
|
178
|
-
|
|
179
|
+
y,
|
|
179
180
|
{
|
|
180
181
|
size: 12,
|
|
181
182
|
weight: "bold",
|
|
@@ -192,8 +193,8 @@ function F({
|
|
|
192
193
|
K,
|
|
193
194
|
{
|
|
194
195
|
placeholder: r,
|
|
195
|
-
value:
|
|
196
|
-
onChange: (s) =>
|
|
196
|
+
value: E,
|
|
197
|
+
onChange: (s) => _(s.target.value),
|
|
197
198
|
disabled: o,
|
|
198
199
|
autoComplete: "off",
|
|
199
200
|
autoCorrect: "off",
|
|
@@ -209,24 +210,24 @@ function F({
|
|
|
209
210
|
/* @__PURE__ */ e(
|
|
210
211
|
b,
|
|
211
212
|
{
|
|
212
|
-
render: (s) => /* @__PURE__ */ e(
|
|
213
|
+
render: (s) => /* @__PURE__ */ e(I, { ...s, variant: "secondary", disabled: o, children: "Cancel" })
|
|
213
214
|
}
|
|
214
215
|
),
|
|
215
216
|
/* @__PURE__ */ e(
|
|
216
|
-
|
|
217
|
+
I,
|
|
217
218
|
{
|
|
218
219
|
variant: "destructive",
|
|
219
220
|
onClick: g,
|
|
220
221
|
disabled: !A || o,
|
|
221
222
|
loading: o,
|
|
222
|
-
children:
|
|
223
|
+
children: d || `Delete ${i}`
|
|
223
224
|
}
|
|
224
225
|
)
|
|
225
226
|
] })
|
|
226
227
|
] }) });
|
|
227
228
|
}
|
|
228
229
|
F.displayName = "DeleteResource";
|
|
229
|
-
const
|
|
230
|
+
const U = {
|
|
230
231
|
spacing: {
|
|
231
232
|
compact: {
|
|
232
233
|
classes: "gap-1",
|
|
@@ -241,15 +242,15 @@ const w = {
|
|
|
241
242
|
description: "Relaxed spacing for more prominent headers"
|
|
242
243
|
}
|
|
243
244
|
}
|
|
244
|
-
},
|
|
245
|
+
}, w = {
|
|
245
246
|
spacing: "base"
|
|
246
247
|
};
|
|
247
248
|
function G({
|
|
248
|
-
spacing: t =
|
|
249
|
+
spacing: t = w.spacing
|
|
249
250
|
} = {}) {
|
|
250
251
|
return T(
|
|
251
252
|
"flex flex-col",
|
|
252
|
-
|
|
253
|
+
U.spacing[t].classes
|
|
253
254
|
);
|
|
254
255
|
}
|
|
255
256
|
function Z({
|
|
@@ -260,10 +261,10 @@ function Z({
|
|
|
260
261
|
defaultTab: n,
|
|
261
262
|
onValueChange: o,
|
|
262
263
|
spacing: p = "base",
|
|
263
|
-
className:
|
|
264
|
+
className: d,
|
|
264
265
|
children: f
|
|
265
266
|
}) {
|
|
266
|
-
return /* @__PURE__ */ a("div", { className: T(G({ spacing: p }),
|
|
267
|
+
return /* @__PURE__ */ a("div", { className: T(G({ spacing: p }), d), children: [
|
|
267
268
|
/* @__PURE__ */ e("div", { className: "border-b border-reki-line", children: t }),
|
|
268
269
|
(l || i) && /* @__PURE__ */ a("div", { className: "flex flex-col gap-2 py-3 pl-3", children: [
|
|
269
270
|
l && /* @__PURE__ */ e("h1", { className: "font-heading text-3xl font-semibold text-reki-default", children: l }),
|
|
@@ -275,8 +276,8 @@ function Z({
|
|
|
275
276
|
{
|
|
276
277
|
tabs: r,
|
|
277
278
|
selectedValue: n,
|
|
278
|
-
onValueChange: (
|
|
279
|
-
const c = String(
|
|
279
|
+
onValueChange: (m) => {
|
|
280
|
+
const c = String(m);
|
|
280
281
|
o?.(c);
|
|
281
282
|
}
|
|
282
283
|
}
|
|
@@ -288,15 +289,15 @@ function Z({
|
|
|
288
289
|
export {
|
|
289
290
|
Bo as ActorDisplay,
|
|
290
291
|
Wo as AddressInput,
|
|
291
|
-
|
|
292
|
-
|
|
292
|
+
Do as ArrayDisplay,
|
|
293
|
+
Er as Autocomplete,
|
|
293
294
|
bo as Avatar,
|
|
294
295
|
Ho as AvatarGroup,
|
|
295
296
|
re as Badge,
|
|
296
|
-
|
|
297
|
+
N as Banner,
|
|
297
298
|
se as BannerVariant,
|
|
298
299
|
$a as Breadcrumbs,
|
|
299
|
-
|
|
300
|
+
I as Button,
|
|
300
301
|
cr as Chart,
|
|
301
302
|
Rr as ChartLegend,
|
|
302
303
|
Ar as ChartPalette,
|
|
@@ -305,20 +306,20 @@ export {
|
|
|
305
306
|
$o as CircularProgressBar,
|
|
306
307
|
Re as ClipboardText,
|
|
307
308
|
or as CloudflareLogo,
|
|
308
|
-
|
|
309
|
-
|
|
309
|
+
Ie as Code,
|
|
310
|
+
xe as CodeBlock,
|
|
310
311
|
Le as Collapsible,
|
|
311
312
|
fo as ColorSample,
|
|
312
|
-
|
|
313
|
-
|
|
313
|
+
Ee as Combobox,
|
|
314
|
+
ya as CommandPalette,
|
|
314
315
|
ts as DataGrid,
|
|
315
316
|
pr as DatePicker,
|
|
316
|
-
|
|
317
|
+
me as DateRangePicker,
|
|
317
318
|
F as DeleteResource,
|
|
318
319
|
h as Dialog,
|
|
319
320
|
b as DialogClose,
|
|
320
321
|
Se as DialogDescription,
|
|
321
|
-
|
|
322
|
+
D as DialogRoot,
|
|
322
323
|
V as DialogTitle,
|
|
323
324
|
be as DialogTrigger,
|
|
324
325
|
Jo as DoubleTextInput,
|
|
@@ -326,21 +327,21 @@ export {
|
|
|
326
327
|
vo as EmailsDisplay,
|
|
327
328
|
Ja as Empty,
|
|
328
329
|
Co as ExpandableList,
|
|
329
|
-
|
|
330
|
-
|
|
330
|
+
De as Field,
|
|
331
|
+
dr as Flow,
|
|
331
332
|
Wa as Grid,
|
|
332
333
|
Xa as GridItem,
|
|
333
334
|
K as Input,
|
|
334
|
-
|
|
335
|
+
we as InputArea,
|
|
335
336
|
He as InputGroup,
|
|
336
337
|
Vo as JsonDisplay,
|
|
337
338
|
Pe as Label,
|
|
338
339
|
$e as LayerCard,
|
|
339
|
-
|
|
340
|
+
wa as Link,
|
|
340
341
|
ie as LinkButton,
|
|
341
342
|
To as LinkChip,
|
|
342
|
-
|
|
343
|
-
|
|
343
|
+
Es as LinkProvider,
|
|
344
|
+
Mo as LinksDisplay,
|
|
344
345
|
Je as Loader,
|
|
345
346
|
Qe as MenuBar,
|
|
346
347
|
Qo as MenuItem,
|
|
@@ -355,13 +356,13 @@ export {
|
|
|
355
356
|
Z as PageHeader,
|
|
356
357
|
oa as Pagination,
|
|
357
358
|
Oo as PhonesDisplay,
|
|
358
|
-
|
|
359
|
+
Uo as Pill,
|
|
359
360
|
ua as Popover,
|
|
360
361
|
sr as PoweredByCloudflare,
|
|
361
|
-
|
|
362
|
+
_r as REKI_AUTOCOMPLETE_DEFAULT_VARIANTS,
|
|
362
363
|
Sr as REKI_AUTOCOMPLETE_VARIANTS,
|
|
363
364
|
Ao as REKI_CHIP_BASE_STYLES,
|
|
364
|
-
|
|
365
|
+
Io as REKI_CHIP_VARIANTS,
|
|
365
366
|
tr as REKI_CLOUDFLARE_LOGO_DEFAULT_VARIANTS,
|
|
366
367
|
ir as REKI_CLOUDFLARE_LOGO_VARIANTS,
|
|
367
368
|
Ba as REKI_COMMAND_PALETTE_DEFAULT_VARIANTS,
|
|
@@ -378,33 +379,35 @@ export {
|
|
|
378
379
|
ke as REKI_LABEL_VARIANTS,
|
|
379
380
|
Ga as REKI_LINK_DEFAULT_VARIANTS,
|
|
380
381
|
za as REKI_LINK_VARIANTS,
|
|
381
|
-
|
|
382
|
-
|
|
382
|
+
w as REKI_PAGE_HEADER_DEFAULT_VARIANTS,
|
|
383
|
+
U as REKI_PAGE_HEADER_VARIANTS,
|
|
383
384
|
Ca as REKI_POPOVER_DEFAULT_VARIANTS,
|
|
384
385
|
ga as REKI_POPOVER_VARIANTS,
|
|
385
386
|
Ka as REKI_RADIO_DEFAULT_VARIANTS,
|
|
386
387
|
va as REKI_RADIO_VARIANTS,
|
|
387
388
|
ps as REKI_RECORD_BOARD_DEFAULT_VARIANTS,
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
389
|
+
ms as REKI_RECORD_BOARD_VARIANTS,
|
|
390
|
+
Na as REKI_SENSITIVE_INPUT_DEFAULT_VARIANTS,
|
|
391
|
+
Da as REKI_SENSITIVE_INPUT_VARIANTS,
|
|
391
392
|
Cr as REKI_SIDEBAR_DEFAULT_VARIANTS,
|
|
392
393
|
gr as REKI_SIDEBAR_STYLING,
|
|
393
394
|
Lr as REKI_SIDEBAR_VARIANTS,
|
|
394
395
|
eo as REKI_TABLE_OF_CONTENTS_DEFAULT_VARIANTS,
|
|
395
396
|
ao as REKI_TABLE_OF_CONTENTS_VARIANTS,
|
|
396
397
|
io as REKI_TAG_COLORS,
|
|
398
|
+
cs as REKI_TIMELINE_DEFAULT_VARIANTS,
|
|
399
|
+
Rs as REKI_TIMELINE_VARIANTS,
|
|
397
400
|
Pa as Radio,
|
|
398
401
|
Oa as RadioGroup,
|
|
399
402
|
Lo as Rating,
|
|
400
|
-
|
|
403
|
+
ds as RecordBoard,
|
|
401
404
|
le as RefreshButton,
|
|
402
|
-
|
|
403
|
-
|
|
405
|
+
bs as RekiPortalProvider,
|
|
406
|
+
Ir as SankeyChart,
|
|
404
407
|
ta as Select,
|
|
405
408
|
ha as SensitiveInput,
|
|
406
|
-
|
|
407
|
-
|
|
409
|
+
Nr as Sidebar,
|
|
410
|
+
Dr as SidebarCollapsible,
|
|
408
411
|
hr as SidebarCollapsibleContent,
|
|
409
412
|
Vr as SidebarCollapsibleTrigger,
|
|
410
413
|
Kr as SidebarContent,
|
|
@@ -412,12 +415,12 @@ export {
|
|
|
412
415
|
Pr as SidebarGroup,
|
|
413
416
|
Or as SidebarGroupLabel,
|
|
414
417
|
kr as SidebarHeader,
|
|
415
|
-
|
|
416
|
-
|
|
418
|
+
Mr as SidebarMenu,
|
|
419
|
+
yr as SidebarMenuBadge,
|
|
417
420
|
Br as SidebarMenuButton,
|
|
418
421
|
Fr as SidebarMenuChevron,
|
|
419
|
-
|
|
420
|
-
|
|
422
|
+
Ur as SidebarMenuItem,
|
|
423
|
+
wr as SidebarMenuSub,
|
|
421
424
|
Gr as SidebarMenuSubButton,
|
|
422
425
|
zr as SidebarMenuSubItem,
|
|
423
426
|
Hr as SidebarProvider,
|
|
@@ -429,39 +432,40 @@ export {
|
|
|
429
432
|
Wr as SidebarSlidingViews,
|
|
430
433
|
Xr as SidebarTrigger,
|
|
431
434
|
We as SkeletonLine,
|
|
432
|
-
|
|
435
|
+
_o as Status,
|
|
433
436
|
la as Surface,
|
|
434
437
|
pa as Switch,
|
|
435
438
|
lo as TAG_COLOR_NAMES,
|
|
436
|
-
|
|
439
|
+
da as Table,
|
|
437
440
|
ro as TableOfContents,
|
|
438
441
|
v as Tabs,
|
|
439
442
|
no as Tag,
|
|
440
443
|
ca as Text,
|
|
441
444
|
Ge as Textarea,
|
|
442
|
-
|
|
443
|
-
|
|
445
|
+
As as Timeline,
|
|
446
|
+
xr as TimeseriesChart,
|
|
447
|
+
Cs as Toast,
|
|
444
448
|
Aa as ToastProvider,
|
|
445
|
-
|
|
446
|
-
|
|
449
|
+
Ia as Toasty,
|
|
450
|
+
_a as Tooltip,
|
|
447
451
|
Sa as TooltipProvider,
|
|
448
452
|
br as autocompleteVariants,
|
|
449
453
|
ne as buttonVariants,
|
|
450
454
|
T as cn,
|
|
451
|
-
|
|
455
|
+
xa as createRekiToastManager,
|
|
452
456
|
Ke as fieldVariants,
|
|
453
457
|
lr as generateCloudflareLogoSvg,
|
|
454
458
|
er as gridItemVariants,
|
|
455
459
|
ar as gridVariants,
|
|
456
460
|
Fe as inputVariants,
|
|
457
|
-
|
|
458
|
-
|
|
461
|
+
Me as labelContentVariants,
|
|
462
|
+
ye as labelVariants,
|
|
459
463
|
Ha as linkVariants,
|
|
460
464
|
G as pageHeaderVariants,
|
|
461
465
|
ka as radioVariants,
|
|
462
|
-
|
|
466
|
+
xs as safeRandomId,
|
|
463
467
|
po as stringToTagColor,
|
|
464
|
-
|
|
468
|
+
_s as useLinkComponent,
|
|
465
469
|
Ze as useMenuNavigation,
|
|
466
470
|
Ta as useRekiToastManager,
|
|
467
471
|
Qr as useSidebar
|