@burdenoff/fe-libs 2026.625.4 → 2026.625.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chrome/HeaderBar.d.ts.map +1 -1
- package/dist/chrome/HeaderBar.js +51 -49
- package/dist/shared/native/index.d.ts +1 -1
- package/dist/shared/native/index.d.ts.map +1 -1
- package/dist/shared/native/platform.d.ts +12 -0
- package/dist/shared/native/platform.d.ts.map +1 -1
- package/dist/shared/native/platform.js +15 -1
- package/dist/shared-native.js +12 -12
- package/dist/shared.js +13 -13
- package/dist/ui/guidance.d.ts +37 -0
- package/dist/ui/guidance.d.ts.map +1 -0
- package/dist/ui/guidance.js +129 -0
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui.js +2 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderBar.d.ts","sourceRoot":"","sources":["../../src/chrome/HeaderBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HeaderBar.d.ts","sourceRoot":"","sources":["../../src/chrome/HeaderBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAI3C;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB;IACrB,IAAI,EAAE,SAAS,CAAC;IAChB,oBAAoB;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,oDAAoD;IACpD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gEAAgE;IAChE,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;;;;GAKG;AACH,MAAM,WAAW,cAAc;IAC7B,uCAAuC;IACvC,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB,uBAAuB;IACvB,OAAO,EAAE,MAAM,CAAC;IAEhB,yBAAyB;IACzB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB,0BAA0B;IAC1B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAE1B,2BAA2B;IAC3B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B,8BAA8B;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,uCAAuC;IACvC,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,qGAAqG;IACrG,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B,kGAAkG;IAClG,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAElC,sFAAsF;IACtF,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAE/B,yBAAyB;IACzB,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAE7B,2BAA2B;IAC3B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B,wBAAwB;IACxB,IAAI,CAAC,EAAE;QACL,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IAEF,8BAA8B;IAC9B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAE7B,iDAAiD;IACjD,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB,yDAAyD;IACzD,eAAe,CAAC,EAAE,SAAS,CAAC;IAE5B,iCAAiC;IACjC,eAAe,CAAC,EAAE,SAAS,CAAC;IAE5B,kCAAkC;IAClC,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B,mCAAmC;IACnC,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAE9B,iCAAiC;IACjC,eAAe,CAAC,EAAE,SAAS,CAAC;IAE5B,uCAAuC;IACvC,wBAAwB,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtC,yEAAyE;IACzE,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CA+MxC,CAAC"}
|
package/dist/chrome/HeaderBar.js
CHANGED
|
@@ -1,70 +1,72 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { isInstalledApp as e } from "../shared/native/platform.js";
|
|
2
|
+
import "../shared-native.js";
|
|
3
|
+
import { HeaderThemeSwitcher as t } from "./HeaderThemeSwitcher.js";
|
|
4
|
+
import { jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
3
5
|
//#region src/chrome/HeaderBar.tsx
|
|
4
|
-
var
|
|
6
|
+
var i = ({ logo: i, appName: a, onLogoClick: o, onMenuToggle: s, onSearchClick: c, searchPlaceholder: l = "Search...", searchShortcut: u = "⌘K", unreadNotifications: d = 0, onNotificationsClick: f, notificationCenter: p, colorMode: m = "light", onThemeToggle: h, user: g, onUserMenuClick: _, actions: v, contextSwitcher: y, productSwitcher: b, languageSwitcher: x, geographySwitcher: S, profileSwitcher: C, onKeyboardShortcutsClick: w, mobileOptimized: T = !0 }) => /* @__PURE__ */ r("header", {
|
|
5
7
|
className: "relative z-[100] h-14 bg-[var(--color-surface-glass)] backdrop-blur-[var(--blur-glass)] border-b border-[var(--color-border-glass)] flex items-center px-3 md:px-card-padding justify-between",
|
|
6
|
-
children: [/* @__PURE__ */
|
|
8
|
+
children: [/* @__PURE__ */ r("div", {
|
|
7
9
|
className: "flex items-center gap-2 md:gap-control-gap",
|
|
8
|
-
children: [
|
|
10
|
+
children: [s && /* @__PURE__ */ n("button", {
|
|
9
11
|
type: "button",
|
|
10
|
-
onClick:
|
|
12
|
+
onClick: s,
|
|
11
13
|
className: "p-2 hover:bg-bg-sunken rounded-button text-text-primary transition-colors",
|
|
12
14
|
"aria-label": "Toggle sidebar",
|
|
13
|
-
children: /* @__PURE__ */
|
|
15
|
+
children: /* @__PURE__ */ n("svg", {
|
|
14
16
|
className: "w-icon-md h-icon-md",
|
|
15
17
|
fill: "none",
|
|
16
18
|
stroke: "currentColor",
|
|
17
19
|
viewBox: "0 0 24 24",
|
|
18
|
-
children: /* @__PURE__ */
|
|
20
|
+
children: /* @__PURE__ */ n("path", {
|
|
19
21
|
strokeLinecap: "round",
|
|
20
22
|
strokeLinejoin: "round",
|
|
21
23
|
strokeWidth: 2,
|
|
22
24
|
d: "M4 6h16M4 12h16M4 18h16"
|
|
23
25
|
})
|
|
24
26
|
})
|
|
25
|
-
}),
|
|
26
|
-
className: `w-8 h-8 bg-action-primary-bg rounded-md flex items-center justify-center ${
|
|
27
|
-
onClick:
|
|
28
|
-
role:
|
|
29
|
-
tabIndex:
|
|
30
|
-
onKeyDown:
|
|
31
|
-
(e.key === "Enter" || e.key === " ") && (e.preventDefault(),
|
|
27
|
+
}), i && /* @__PURE__ */ n("div", {
|
|
28
|
+
className: `w-8 h-8 bg-action-primary-bg rounded-md flex items-center justify-center ${o ? "cursor-pointer hover:opacity-80 transition-opacity" : ""}`,
|
|
29
|
+
onClick: o,
|
|
30
|
+
role: o ? "button" : void 0,
|
|
31
|
+
tabIndex: o ? 0 : void 0,
|
|
32
|
+
onKeyDown: o ? (e) => {
|
|
33
|
+
(e.key === "Enter" || e.key === " ") && (e.preventDefault(), o());
|
|
32
34
|
} : void 0,
|
|
33
|
-
"aria-label":
|
|
34
|
-
children: typeof
|
|
35
|
+
"aria-label": o ? "Go to home" : void 0,
|
|
36
|
+
children: typeof i == "string" ? /* @__PURE__ */ n("span", {
|
|
35
37
|
className: "text-action-primary-text font-bold text-sm",
|
|
36
|
-
children:
|
|
37
|
-
}) :
|
|
38
|
+
children: i
|
|
39
|
+
}) : i
|
|
38
40
|
})]
|
|
39
|
-
}), /* @__PURE__ */
|
|
41
|
+
}), /* @__PURE__ */ r("div", {
|
|
40
42
|
className: "flex items-center gap-1 md:gap-control-gap",
|
|
41
43
|
children: [
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
className:
|
|
45
|
-
children: y
|
|
46
|
-
}),
|
|
47
|
-
b && /* @__PURE__ */ t("div", {
|
|
48
|
-
className: w ? "hidden md:block empty:hidden" : "empty:hidden",
|
|
44
|
+
y,
|
|
45
|
+
b && !e() && /* @__PURE__ */ n("div", {
|
|
46
|
+
className: T ? "hidden md:block empty:hidden" : "empty:hidden",
|
|
49
47
|
children: b
|
|
50
48
|
}),
|
|
51
|
-
x && /* @__PURE__ */
|
|
52
|
-
className:
|
|
49
|
+
x && /* @__PURE__ */ n("div", {
|
|
50
|
+
className: T ? "hidden md:block empty:hidden" : "empty:hidden",
|
|
53
51
|
children: x
|
|
54
52
|
}),
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
S && /* @__PURE__ */ n("div", {
|
|
54
|
+
className: T ? "hidden md:block empty:hidden" : "empty:hidden",
|
|
55
|
+
children: S
|
|
56
|
+
}),
|
|
57
|
+
(y || b || x || S) && /* @__PURE__ */ n("div", { className: "hidden md:block h-6 w-px bg-border-subtle" }),
|
|
58
|
+
w && /* @__PURE__ */ n("button", {
|
|
57
59
|
type: "button",
|
|
58
|
-
onClick:
|
|
59
|
-
className: `p-2 hover:bg-bg-sunken rounded-button text-text-primary transition-colors ${
|
|
60
|
+
onClick: w,
|
|
61
|
+
className: `p-2 hover:bg-bg-sunken rounded-button text-text-primary transition-colors ${T ? "hidden md:block" : ""}`,
|
|
60
62
|
"aria-label": "Keyboard shortcuts",
|
|
61
63
|
title: "Keyboard shortcuts (Ctrl+/ or Cmd+/)",
|
|
62
|
-
children: /* @__PURE__ */
|
|
64
|
+
children: /* @__PURE__ */ n("svg", {
|
|
63
65
|
className: "w-icon-md h-icon-md",
|
|
64
66
|
fill: "none",
|
|
65
67
|
stroke: "currentColor",
|
|
66
68
|
viewBox: "0 0 24 24",
|
|
67
|
-
children: /* @__PURE__ */
|
|
69
|
+
children: /* @__PURE__ */ n("path", {
|
|
68
70
|
strokeLinecap: "round",
|
|
69
71
|
strokeLinejoin: "round",
|
|
70
72
|
strokeWidth: 2,
|
|
@@ -72,18 +74,18 @@ var r = ({ logo: r, appName: i, onLogoClick: a, onMenuToggle: o, onSearchClick:
|
|
|
72
74
|
})
|
|
73
75
|
})
|
|
74
76
|
}),
|
|
75
|
-
|
|
77
|
+
c && /* @__PURE__ */ n("button", {
|
|
76
78
|
type: "button",
|
|
77
|
-
onClick:
|
|
79
|
+
onClick: c,
|
|
78
80
|
className: "p-2 hover:bg-bg-sunken rounded-button text-text-primary transition-colors",
|
|
79
81
|
"aria-label": "Search",
|
|
80
|
-
title: `Search (${
|
|
81
|
-
children: /* @__PURE__ */
|
|
82
|
+
title: `Search (${u})`,
|
|
83
|
+
children: /* @__PURE__ */ n("svg", {
|
|
82
84
|
className: "w-icon-md h-icon-md",
|
|
83
85
|
fill: "none",
|
|
84
86
|
stroke: "currentColor",
|
|
85
87
|
viewBox: "0 0 24 24",
|
|
86
|
-
children: /* @__PURE__ */
|
|
88
|
+
children: /* @__PURE__ */ n("path", {
|
|
87
89
|
strokeLinecap: "round",
|
|
88
90
|
strokeLinejoin: "round",
|
|
89
91
|
strokeWidth: 2,
|
|
@@ -91,29 +93,29 @@ var r = ({ logo: r, appName: i, onLogoClick: a, onMenuToggle: o, onSearchClick:
|
|
|
91
93
|
})
|
|
92
94
|
})
|
|
93
95
|
}),
|
|
94
|
-
|
|
95
|
-
|
|
96
|
+
v,
|
|
97
|
+
p || (f ? /* @__PURE__ */ r("button", {
|
|
96
98
|
type: "button",
|
|
97
|
-
onClick:
|
|
99
|
+
onClick: f,
|
|
98
100
|
className: "relative p-2 hover:bg-bg-sunken rounded-button text-text-primary transition-colors",
|
|
99
101
|
"aria-label": "Notifications",
|
|
100
|
-
children: [/* @__PURE__ */
|
|
102
|
+
children: [/* @__PURE__ */ n("svg", {
|
|
101
103
|
className: "w-icon-md h-icon-md",
|
|
102
104
|
fill: "none",
|
|
103
105
|
stroke: "currentColor",
|
|
104
106
|
viewBox: "0 0 24 24",
|
|
105
|
-
children: /* @__PURE__ */
|
|
107
|
+
children: /* @__PURE__ */ n("path", {
|
|
106
108
|
strokeLinecap: "round",
|
|
107
109
|
strokeLinejoin: "round",
|
|
108
110
|
strokeWidth: 2,
|
|
109
111
|
d: "M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"
|
|
110
112
|
})
|
|
111
|
-
}),
|
|
113
|
+
}), d > 0 && /* @__PURE__ */ n("span", { className: "absolute top-1 right-1 size-2 bg-status-error-bg rounded-full border border-bg-elevated" })]
|
|
112
114
|
}) : null),
|
|
113
|
-
|
|
114
|
-
|
|
115
|
+
h && /* @__PURE__ */ n(t, { mobileOptimized: T }),
|
|
116
|
+
C
|
|
115
117
|
]
|
|
116
118
|
})]
|
|
117
119
|
});
|
|
118
120
|
//#endregion
|
|
119
|
-
export {
|
|
121
|
+
export { i as HeaderBar };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type { AppState, AppStateEventDetail, BurdenoffNativeBridge, BurdenoffNativePlatform, ConfirmOptions, DeviceInfo, HapticImpactStyle, HapticNotificationType, KeyboardEventDetail, NetworkStatusEventDetail, SafeAreaInsets, ShareOptions, StatusBarTheme, StatusBarThemeEventDetail, ToastDuration, } from './types';
|
|
2
2
|
export { getNativeBridge } from './bridge';
|
|
3
|
-
export { getPlatform, isAndroid, isIOS, isNative, isWeb } from './platform';
|
|
3
|
+
export { getPlatform, isAndroid, isIOS, isNative, isWeb, isElectron, isStandalonePWA, isInstalledApp, isWebBrowser, } from './platform';
|
|
4
4
|
export { nativeConfirm, nativeCopyText, nativeImpact, nativeNotify, nativeOpenUrl, nativeShare, nativeToast, } from './consumers';
|
|
5
5
|
export { SafeAreaView, type SafeAreaViewProps } from './SafeAreaView';
|
|
6
6
|
export * from './hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shared/native/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,QAAQ,EACR,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,cAAc,EACd,UAAU,EACV,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACnB,wBAAwB,EACxB,cAAc,EACd,YAAY,EACZ,cAAc,EACd,yBAAyB,EACzB,aAAa,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shared/native/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,QAAQ,EACR,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,cAAc,EACd,UAAU,EACV,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACnB,wBAAwB,EACxB,cAAc,EACd,YAAY,EACZ,cAAc,EACd,yBAAyB,EACzB,aAAa,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EACL,WAAW,EACX,SAAS,EACT,KAAK,EACL,QAAQ,EACR,KAAK,EACL,UAAU,EACV,eAAe,EACf,cAAc,EACd,YAAY,GACb,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,aAAa,EACb,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,WAAW,EACX,WAAW,GACZ,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,cAAc,SAAS,CAAC;AACxB,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,qBAAqB,EACrB,yBAAyB,EACzB,sBAAsB,EACtB,kBAAkB,EAClB,gBAAgB,EAChB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,GACxB,MAAM,aAAa,CAAC"}
|
|
@@ -4,4 +4,16 @@ export declare function isNative(): boolean;
|
|
|
4
4
|
export declare function isIOS(): boolean;
|
|
5
5
|
export declare function isAndroid(): boolean;
|
|
6
6
|
export declare function isWeb(): boolean;
|
|
7
|
+
/** Running inside an Electron desktop shell. */
|
|
8
|
+
export declare function isElectron(): boolean;
|
|
9
|
+
/** Running as an installed / standalone PWA (added to home screen / installed). */
|
|
10
|
+
export declare function isStandalonePWA(): boolean;
|
|
11
|
+
/**
|
|
12
|
+
* True when running as an INSTALLED app — Capacitor native, Electron desktop, or
|
|
13
|
+
* an installed/standalone PWA — rather than a regular browser tab. Use this to
|
|
14
|
+
* hide web-only chrome (e.g. the cross-product switcher) outside the web app.
|
|
15
|
+
*/
|
|
16
|
+
export declare function isInstalledApp(): boolean;
|
|
17
|
+
/** True only in a regular web browser tab (not installed/native/desktop). */
|
|
18
|
+
export declare function isWebBrowser(): boolean;
|
|
7
19
|
//# sourceMappingURL=platform.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../../src/shared/native/platform.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAEvD,wBAAgB,WAAW,IAAI,uBAAuB,CAIrD;AAED,wBAAgB,QAAQ,IAAI,OAAO,CAElC;AAED,wBAAgB,KAAK,IAAI,OAAO,CAE/B;AAED,wBAAgB,SAAS,IAAI,OAAO,CAEnC;AAED,wBAAgB,KAAK,IAAI,OAAO,CAE/B"}
|
|
1
|
+
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../../src/shared/native/platform.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAEvD,wBAAgB,WAAW,IAAI,uBAAuB,CAIrD;AAED,wBAAgB,QAAQ,IAAI,OAAO,CAElC;AAED,wBAAgB,KAAK,IAAI,OAAO,CAE/B;AAED,wBAAgB,SAAS,IAAI,OAAO,CAEnC;AAED,wBAAgB,KAAK,IAAI,OAAO,CAE/B;AAED,gDAAgD;AAChD,wBAAgB,UAAU,IAAI,OAAO,CASpC;AAED,mFAAmF;AACnF,wBAAgB,eAAe,IAAI,OAAO,CAMzC;AAED;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,OAAO,CAExC;AAED,6EAA6E;AAC7E,wBAAgB,YAAY,IAAI,OAAO,CAEtC"}
|
|
@@ -16,5 +16,19 @@ function i() {
|
|
|
16
16
|
function a() {
|
|
17
17
|
return t() === "web";
|
|
18
18
|
}
|
|
19
|
+
function o() {
|
|
20
|
+
return !!(typeof navigator < "u" && /electron/i.test(navigator.userAgent) || typeof window < "u" && window.process?.type === "renderer");
|
|
21
|
+
}
|
|
22
|
+
function s() {
|
|
23
|
+
if (typeof window > "u") return !1;
|
|
24
|
+
let e = window.matchMedia?.("(display-mode: standalone)")?.matches ?? !1, t = window.navigator.standalone === !0;
|
|
25
|
+
return e || t;
|
|
26
|
+
}
|
|
27
|
+
function c() {
|
|
28
|
+
return n() || o() || s();
|
|
29
|
+
}
|
|
30
|
+
function l() {
|
|
31
|
+
return !c();
|
|
32
|
+
}
|
|
19
33
|
//#endregion
|
|
20
|
-
export { t as getPlatform, i as isAndroid, r as isIOS, n as isNative, a as isWeb };
|
|
34
|
+
export { t as getPlatform, i as isAndroid, o as isElectron, r as isIOS, c as isInstalledApp, n as isNative, s as isStandalonePWA, a as isWeb, l as isWebBrowser };
|
package/dist/shared-native.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { getNativeBridge as e } from "./shared/native/bridge.js";
|
|
2
|
-
import { getPlatform as t, isAndroid as n,
|
|
3
|
-
import { nativeConfirm as
|
|
4
|
-
import { SafeAreaView as
|
|
5
|
-
import { useNativePlatform as
|
|
6
|
-
import { useSafeArea as
|
|
7
|
-
import { useNativeKeyboard as
|
|
8
|
-
import { useAppState as
|
|
9
|
-
import { useDeviceInfo as
|
|
10
|
-
import { useHaptics as
|
|
11
|
-
import { useStatusBar as
|
|
2
|
+
import { getPlatform as t, isAndroid as n, isElectron as r, isIOS as i, isInstalledApp as a, isNative as o, isStandalonePWA as s, isWeb as c, isWebBrowser as l } from "./shared/native/platform.js";
|
|
3
|
+
import { nativeConfirm as u, nativeCopyText as d, nativeImpact as f, nativeNotify as p, nativeOpenUrl as m, nativeShare as h, nativeToast as g } from "./shared/native/consumers.js";
|
|
4
|
+
import { SafeAreaView as _ } from "./shared/native/SafeAreaView.js";
|
|
5
|
+
import { useNativePlatform as v } from "./shared/native/hooks/useNativePlatform.js";
|
|
6
|
+
import { useSafeArea as y } from "./shared/native/hooks/useSafeArea.js";
|
|
7
|
+
import { useNativeKeyboard as b } from "./shared/native/hooks/useNativeKeyboard.js";
|
|
8
|
+
import { useAppState as x } from "./shared/native/hooks/useAppState.js";
|
|
9
|
+
import { useDeviceInfo as S } from "./shared/native/hooks/useDeviceInfo.js";
|
|
10
|
+
import { useHaptics as C } from "./shared/native/hooks/useHaptics.js";
|
|
11
|
+
import { useStatusBar as w } from "./shared/native/hooks/useStatusBar.js";
|
|
12
12
|
import "./shared/native/hooks/index.js";
|
|
13
|
-
import { acknowledgeNativePurchase as
|
|
14
|
-
export {
|
|
13
|
+
import { acknowledgeNativePurchase as T, getNativeProducts as E, getNativePurchases as D, installNativeIAP as O, isNativeIAPAvailable as k, purchaseNativeProduct as A, restoreNativePurchases as j } from "./shared/native/purchases.js";
|
|
14
|
+
export { _ as SafeAreaView, T as acknowledgeNativePurchase, e as getNativeBridge, E as getNativeProducts, D as getNativePurchases, t as getPlatform, O as installNativeIAP, n as isAndroid, r as isElectron, i as isIOS, a as isInstalledApp, o as isNative, k as isNativeIAPAvailable, s as isStandalonePWA, c as isWeb, l as isWebBrowser, u as nativeConfirm, d as nativeCopyText, f as nativeImpact, p as nativeNotify, m as nativeOpenUrl, h as nativeShare, g as nativeToast, A as purchaseNativeProduct, j as restoreNativePurchases, x as useAppState, S as useDeviceInfo, C as useHaptics, b as useNativeKeyboard, v as useNativePlatform, y as useSafeArea, w as useStatusBar };
|
package/dist/shared.js
CHANGED
|
@@ -102,20 +102,20 @@ import { MicrofrontendProvider as ni } from "./shared-providers.js";
|
|
|
102
102
|
import { TourTrigger as ri } from "./shared/tours/TourTrigger.js";
|
|
103
103
|
import "./shared-tours.js";
|
|
104
104
|
import { getNativeBridge as ii } from "./shared/native/bridge.js";
|
|
105
|
-
import { getPlatform as ai, isAndroid as oi,
|
|
106
|
-
import { nativeConfirm as
|
|
107
|
-
import { SafeAreaView as
|
|
108
|
-
import { useNativePlatform as
|
|
109
|
-
import { useSafeArea as
|
|
110
|
-
import { useNativeKeyboard as
|
|
111
|
-
import { useAppState as
|
|
112
|
-
import { useDeviceInfo as
|
|
113
|
-
import { useHaptics as
|
|
114
|
-
import { useStatusBar as
|
|
115
|
-
import { acknowledgeNativePurchase as
|
|
105
|
+
import { getPlatform as ai, isAndroid as oi, isElectron as si, isIOS as ci, isInstalledApp as li, isNative as ui, isStandalonePWA as di, isWeb as fi, isWebBrowser as pi } from "./shared/native/platform.js";
|
|
106
|
+
import { nativeConfirm as mi, nativeCopyText as hi, nativeImpact as gi, nativeNotify as _i, nativeOpenUrl as vi, nativeShare as yi, nativeToast as bi } from "./shared/native/consumers.js";
|
|
107
|
+
import { SafeAreaView as xi } from "./shared/native/SafeAreaView.js";
|
|
108
|
+
import { useNativePlatform as Si } from "./shared/native/hooks/useNativePlatform.js";
|
|
109
|
+
import { useSafeArea as Ci } from "./shared/native/hooks/useSafeArea.js";
|
|
110
|
+
import { useNativeKeyboard as wi } from "./shared/native/hooks/useNativeKeyboard.js";
|
|
111
|
+
import { useAppState as Ti } from "./shared/native/hooks/useAppState.js";
|
|
112
|
+
import { useDeviceInfo as Ei } from "./shared/native/hooks/useDeviceInfo.js";
|
|
113
|
+
import { useHaptics as Di } from "./shared/native/hooks/useHaptics.js";
|
|
114
|
+
import { useStatusBar as Oi } from "./shared/native/hooks/useStatusBar.js";
|
|
115
|
+
import { acknowledgeNativePurchase as ki, getNativeProducts as Ai, getNativePurchases as ji, installNativeIAP as Mi, isNativeIAPAvailable as Ni, purchaseNativeProduct as Pi, restoreNativePurchases as Fi } from "./shared/native/purchases.js";
|
|
116
116
|
import "./shared-native.js";
|
|
117
117
|
import "./shared/actors/index.js";
|
|
118
118
|
//#region src/shared/index.ts
|
|
119
|
-
var
|
|
119
|
+
var Ii = "1.0.0";
|
|
120
120
|
//#endregion
|
|
121
|
-
export { wn as ASSISTANT_WIDGET_TOGGLE_EVENT, zt as AccessDenied, At as ActorIdentity, Ne as ApolloClient, Pe as ApolloProvider, Yt as AppErrorBoundary, st as AppInitializer, ei as AppShellProvider, Tn as AssistantWidget, ie as BACKEND_ERROR_EVENT, Rn as BREAKPOINTS, On as BackendAuditSink, Dn as BroadcastChannelSink, G as COMMON_SHELL_LESS_ROUTES, ae as CONNECTION_STATUS_EVENT, Kt as ConditionalShell, mt as ConsoleTransport, nn as ContextConversationWidget, Z as DEFAULT_PAGE_SIZE, K as DEFAULT_SHELL_CONFIG, En as DevtoolsSink, Nt as ErrorBoundary, Vt as ErrorFallback, jn as EventBusProvider,
|
|
121
|
+
export { wn as ASSISTANT_WIDGET_TOGGLE_EVENT, zt as AccessDenied, At as ActorIdentity, Ne as ApolloClient, Pe as ApolloProvider, Yt as AppErrorBoundary, st as AppInitializer, ei as AppShellProvider, Tn as AssistantWidget, ie as BACKEND_ERROR_EVENT, Rn as BREAKPOINTS, On as BackendAuditSink, Dn as BroadcastChannelSink, G as COMMON_SHELL_LESS_ROUTES, ae as CONNECTION_STATUS_EVENT, Kt as ConditionalShell, mt as ConsoleTransport, nn as ContextConversationWidget, Z as DEFAULT_PAGE_SIZE, K as DEFAULT_SHELL_CONFIG, En as DevtoolsSink, Nt as ErrorBoundary, Vt as ErrorFallback, jn as EventBusProvider, Ii as FE_SHARED_VERSION, Xt as FeatureFlagProvider, tn as FeatureGate, Q as GATEWAYS, cr as GLOBAL_SHORTCUT_CATEGORIES, De as GatewayProvider, Fe as InMemoryCache, _n as KeyboardHelpDialogWrapper, Ht as LoadingFallback, ut as LogLevel, ft as LogManager, dt as Logger, rr as MODIFIER_KEYS, wr as MicrofrontendContext, Gt as MicrofrontendErrorBoundary, ni as MicrofrontendProvider, An as OtelBrowserSink, yr as PLAN_USAGE_SNAPSHOT_EVENT, ir as PLATFORM_TYPES, V as PRODUCTS, H as PRODUCT_URLS, Jt as PWAInstallBanner, Ut as PageLoadingFallback, It as PermissionButton, Bt as PermissionDenied, Lt as PermissionGate, Rt as PermissionLink, bt as QUOTA_EXHAUSTED_CODE, gr as QUOTA_EXHAUSTED_EVENT, vn as QuotaMeter, xt as RESOURCE_CAP_EXCEEDED_CODE, Pt as RequireAuth, Ft as RequireGuest, kn as RybbitSink, xe as SSELink, nt as SSORedirectSpinner, St as STORAGE_QUOTA_EXCEEDED_CODE, xi as SafeAreaView, Wt as SectionLoadingFallback, $r as TourInitializer, Ir as TourPlayer, jr as TourPlayerProvider, kr as TourSpotlight, Ar as TourTooltip, ri as TourTrigger, Lr as TourTriggerButton, Jr as ToursProvider, Ct as UPGRADE_ERROR_CODES, yn as UPGRADE_PROMPT_EVENT, Sn as UpgradeInlineBanner, bn as UpgradePromptModal, Me as WsLink, ki as acknowledgeNativePurchase, r as alertTokens, Sr as appendContextToPath, He as attemptTokenRefresh, jt as buildActorFallback, wt as buildQuotaExhaustedMessage, m as capitalizeFirst, h as capitalizeWords, i as categoryTokens, rt as checkRemoteSLO, it as checkSLO, Ue as clearAuthSessionStorage, at as clearLocalAuthState, Je as clearSSoCookie, Ye as clearShellSsoCookies, ht as clearUserContext, kt as cn, n as createApolloClient, Mn as createEventBus, lr as createGlobalShortcuts, Se as createGraphQLClient, vt as createProfileScopedStorage, Er as detectDeviceType, rn as detectPlatform, oe as dispatchBackendErrorEvent, _r as dispatchQuotaExhausted, xn as dispatchUpgradePrompt, se as extractBackendError, Tt as extractQuotaExhaustedExtensions, Et as extractUpgradeErrorExtensions, g as formatBytes, _ as formatCompactNumber, v as formatCurrency, y as formatCurrencyCompact, b as formatDate, x as formatDateTime, S as formatDuration, an as formatKeyCombo, C as formatList, w as formatNumber, T as formatOrdinal, E as formatPercentage, D as formatRelativeTime, O as formatTime, a as getAlertTokens, o as getCategoryTokens, on as getDisplayKeysForPlatform, $ as getGatewayConfig, ee as getGatewayUrl, Ce as getGlobalClient, ur as getGlobalShortcutsByCategory, te as getGraphQLEndpoint, ii as getNativeBridge, Ai as getNativeProducts, ji as getNativePurchases, ai as getPlatform, U as getProductUrl, W as getProductsWithUrls, yt as getProfileScopedKey, s as getProgressTokens, Dr as getResponsiveSelector, ot as getSSORedirectUrl, Xe as getSSoCookie, q as getShellConfig, sn as getShortcutLabel, c as getStatusBadgeTokens, l as getStatusTokens, pe as getStoredAuthToken, me as getStoredLocale, he as getStoredOrganizationId, ge as getStoredProjectId, _e as getStoredWorkspaceId, ve as getStoredWorkspaceToken, zr as getTourContextRank, Br as getTourRouteCatalog, Vr as getTourRouteModules, Hr as getTourRoutePages, u as getTrendTokens, we as getWorkspaceClient, ne as getWorkspaceTokenPayload, Ie as gql, ye as graphqlFetch, We as hasAuthGraphQLErrors, Te as initializeAppClients, gt as initializeLogger, L as installGatewayFetchRewrite, Mi as installNativeIAP, ce as isAbortError, oi as isAndroid, Ge as isAuthGraphQLError, Ke as isAuthNetworkError, le as isBackendErrorDisplay, P as isChunkLoadError, si as isElectron, ci as isIOS, li as isInstalledApp, cn as isMac, ln as isMobileDevice, ui as isNative, Ni as isNativeIAPAvailable, Dt as isQuotaExhaustedError, Ze as isSharedSsoCookieDomain, J as isShellLessRoute, di as isStandalonePWA, un as isTabletDevice, Ur as isTourVisibleForContext, ue as isTransportError, Qe as isTrustedSsoOrigin, Ot as isUpgradeError, fi as isWeb, pi as isWebBrowser, re as isWorkspaceTokenValidForContext, F as lazyWithRetry, pt as logManager, de as markConnectionHealthy, dn as matchesKeyCombo, dr as mergeShortcuts, mi as nativeConfirm, hi as nativeCopyText, gi as nativeImpact, _i as nativeNotify, vi as nativeOpenUrl, yi as nativeShare, bi as nativeToast, fn as normalizeKey, pn as normalizePlatformCombo, Wr as normalizeTourPath, mn as parseKeyCombo, k as pluralize, d as progressTokens, br as publishPlanUsageSnapshot, Pi as purchaseNativeProduct, $e as readShellSsoCookie, qe as redirectToLogin, Gr as registerTourRouteCatalog, Ee as resetAppClients, ti as resolveAppShellObservabilityConfig, B as resolveAuthBridgeConfig, R as resolveGatewayBases, be as resolveGatewayUrl, I as resolveGatewayUrls, Kr as resolveTourTargetPath, Fi as restoreNativePurchases, et as setSSoCookie, tt as setShellSsoCookies, _t as setUserContext, hn as shouldEnableKeyboardShortcuts, gn as shouldIgnoreShortcut, Y as shouldShowBreadcrumb, X as shouldShowSidebar, fe as shouldToastBackendError, A as slugify, f as statusTokens, z as suppressConsole, j as toCamelCase, M as toPascalCase, p as trendTokens, N as truncateText, Mt as useActorProfiles, Le as useApolloClient, Ti as useAppState, tr as useAsync, nr as useAsyncImmediate, Yr as useAutoStartTour, zn as useBreakpoint, Zn as useConditionalToggle, e as useCopyToClipboard, Cr as useCurrentContextSearchParams, In as useDebounce, Ei as useDeviceInfo, Nn as useEvent, Pn as useEventBus, Fn as useEventEmitter, Gn as useExclusiveMenu, Qt as useFeatureFlag, $t as useFeatureFlagDetails, en as useFeatureFlagValue, Zt as useFeatureFlags, Oe as useGateway, ke as useGatewayClient, Di as useHaptics, pr as useHasAnimated, or as useHotkeys, Mr as useIsTourPlaying, Un as useKeyPress, Wn as useKeyboardShortcut, ar as useKeyboardShortcuts, Re as useLazyQuery, Kn as useLocalStorage, fr as useLogger, t as useMediaQuery, Tr as useMicrofrontendContext, Bn as useMobileBreakpoint, ze as useMutation, wi as useNativeKeyboard, Si as useNativePlatform, Vn as useOnClickOutside, Hn as useOnClickOutsideWithRef, qt as usePWA, er as usePagination, Rr as usePlayTour, Jn as usePrevious, Yn as usePreviousDistinct, Xn as usePreviousHistory, Be as useQuery, vr as useQuotaErrorToast, hr as useRecordProductVisit, mr as useReferralAttribution, ct as useRegistryHelpers, Ci as useSafeArea, Ae as useSafeGateway, je as useSafeGatewayClient, Xr as useSafeToursContext, qn as useSessionStorage, lt as useShellNavigate, sr as useShortcutHelp, Nr as useStartTour, Oi as useStatusBar, Pr as useStopTour, Ve as useSubscription, Ln as useThrottle, Qn as useToggle, $n as useToggleObject, Or as useTourPlayer, Fr as useTourPlayerContext, Zr as useTours, Qr as useToursContext, xr as useUpgradePrompt, Cn as useVoiceInput, qr as withTourProgressStatus };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface PagePurposeProps {
|
|
3
|
+
/** What this page is for / the use-case, in one or two sentences. */
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
/** Optional leading icon. */
|
|
6
|
+
icon?: ReactNode;
|
|
7
|
+
/** Optional "Learn more" link. */
|
|
8
|
+
learnMoreHref?: string;
|
|
9
|
+
learnMoreLabel?: string;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function PagePurpose({ children, icon, learnMoreHref, learnMoreLabel, className, }: PagePurposeProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare namespace PagePurpose {
|
|
14
|
+
var displayName: string;
|
|
15
|
+
}
|
|
16
|
+
export interface NextStep {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
icon?: ReactNode;
|
|
21
|
+
onClick?: () => void;
|
|
22
|
+
href?: string;
|
|
23
|
+
/** Mark a step as already completed (shown checked, de-emphasised). */
|
|
24
|
+
done?: boolean;
|
|
25
|
+
}
|
|
26
|
+
export interface NextStepsProps {
|
|
27
|
+
steps: NextStep[];
|
|
28
|
+
title?: string;
|
|
29
|
+
/** Persist the dismissed state per page (localStorage key suffix). */
|
|
30
|
+
storageKey: string;
|
|
31
|
+
className?: string;
|
|
32
|
+
}
|
|
33
|
+
export declare function NextSteps({ steps, title, storageKey, className, }: NextStepsProps): import("react/jsx-runtime").JSX.Element | null;
|
|
34
|
+
export declare namespace NextSteps {
|
|
35
|
+
var displayName: string;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=guidance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidance.d.ts","sourceRoot":"","sources":["../../src/ui/guidance.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAuB,MAAM,OAAO,CAAC;AA2B5D,MAAM,WAAW,gBAAgB;IAC/B,qEAAqE;IACrE,QAAQ,EAAE,SAAS,CAAC;IACpB,6BAA6B;IAC7B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,kCAAkC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAC1B,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,cAA6B,EAC7B,SAAS,GACV,EAAE,gBAAgB,2CA2BlB;yBAjCe,WAAW;;;AAoC3B,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uEAAuE;IACvE,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sEAAsE;IACtE,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAID,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,KAA8B,EAC9B,UAAU,EACV,SAAS,GACV,EAAE,cAAc,kDAgIhB;yBArIe,SAAS"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { cn as e } from "../shared-utils.js";
|
|
2
|
+
import { useEffect as t, useState as n } from "react";
|
|
3
|
+
import { Fragment as r, jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
4
|
+
//#region src/ui/guidance.tsx
|
|
5
|
+
var o = ({ className: e }) => /* @__PURE__ */ a("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
className: e,
|
|
10
|
+
children: [/* @__PURE__ */ i("path", {
|
|
11
|
+
d: "M12 3l1.6 4.6L18 9.2l-4.4 1.6L12 15l-1.6-4.2L6 9.2l4.4-1.6L12 3z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}), /* @__PURE__ */ i("path", {
|
|
14
|
+
d: "M19 14l.8 2.2L22 17l-2.2.8L19 20l-.8-2.2L16 17l2.2-.8L19 14z",
|
|
15
|
+
fill: "currentColor",
|
|
16
|
+
opacity: "0.6"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
function s({ children: t, icon: n, learnMoreHref: o, learnMoreLabel: s = "Learn more", className: c }) {
|
|
20
|
+
return /* @__PURE__ */ a("p", {
|
|
21
|
+
className: e("flex items-start gap-2 text-sm leading-relaxed text-text-secondary", c),
|
|
22
|
+
children: [n && /* @__PURE__ */ i("span", {
|
|
23
|
+
className: "mt-0.5 shrink-0 text-text-muted",
|
|
24
|
+
children: n
|
|
25
|
+
}), /* @__PURE__ */ a("span", { children: [t, o && /* @__PURE__ */ a(r, { children: [" ", /* @__PURE__ */ i("a", {
|
|
26
|
+
href: o,
|
|
27
|
+
className: "font-medium text-text-link underline-offset-2 hover:underline",
|
|
28
|
+
target: o.startsWith("http") ? "_blank" : void 0,
|
|
29
|
+
rel: "noreferrer",
|
|
30
|
+
children: s
|
|
31
|
+
})] })] })]
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
s.displayName = "PagePurpose";
|
|
35
|
+
var c = "boff-nextsteps-";
|
|
36
|
+
function l({ steps: r, title: s = "Suggested next steps", storageKey: l, className: u }) {
|
|
37
|
+
let d = c + l, [f, p] = n(!1);
|
|
38
|
+
t(() => {
|
|
39
|
+
try {
|
|
40
|
+
p(localStorage.getItem(d) === "1");
|
|
41
|
+
} catch {}
|
|
42
|
+
}, [d]);
|
|
43
|
+
let m = (e) => {
|
|
44
|
+
p(e);
|
|
45
|
+
try {
|
|
46
|
+
localStorage.setItem(d, e ? "1" : "0");
|
|
47
|
+
} catch {}
|
|
48
|
+
};
|
|
49
|
+
if (!r.length) return null;
|
|
50
|
+
if (f) return /* @__PURE__ */ a("button", {
|
|
51
|
+
type: "button",
|
|
52
|
+
onClick: () => m(!1),
|
|
53
|
+
className: e("inline-flex items-center gap-1.5 rounded-full border border-border-seam bg-[var(--color-surface-glass)] px-3 py-1.5 text-xs font-medium text-text-secondary shadow-elevation-1 backdrop-blur-[var(--blur-glass)] transition-[box-shadow,border-color] hover:border-border-strong hover:text-text-primary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--color-focus-ring)]", u),
|
|
54
|
+
children: [/* @__PURE__ */ i(o, { className: "size-3.5 text-[var(--color-action-primary-bg)]" }), "Show suggestions"]
|
|
55
|
+
});
|
|
56
|
+
let h = r.filter((e) => !e.done).length;
|
|
57
|
+
return /* @__PURE__ */ a("section", {
|
|
58
|
+
"aria-label": s,
|
|
59
|
+
className: e("relative overflow-hidden rounded-card border border-border-seam bg-bg-surface bg-accent-wash shadow-[var(--shadow-pop)]", u),
|
|
60
|
+
children: [/* @__PURE__ */ a("div", {
|
|
61
|
+
className: "flex items-center justify-between gap-3 px-4 pt-3.5",
|
|
62
|
+
children: [/* @__PURE__ */ a("h3", {
|
|
63
|
+
className: "flex items-center gap-2 text-sm font-semibold text-text-primary",
|
|
64
|
+
children: [
|
|
65
|
+
/* @__PURE__ */ i(o, { className: "size-4 text-[var(--color-action-primary-bg)]" }),
|
|
66
|
+
s,
|
|
67
|
+
h > 0 && /* @__PURE__ */ a("span", {
|
|
68
|
+
className: "rounded-full bg-[color-mix(in_oklab,var(--color-action-primary-bg)_18%,transparent)] px-2 py-0.5 text-[11px] font-medium text-text-secondary",
|
|
69
|
+
children: [h, " to go"]
|
|
70
|
+
})
|
|
71
|
+
]
|
|
72
|
+
}), /* @__PURE__ */ i("button", {
|
|
73
|
+
type: "button",
|
|
74
|
+
onClick: () => m(!0),
|
|
75
|
+
"aria-label": "Dismiss suggestions",
|
|
76
|
+
className: "grid size-7 place-items-center rounded-md text-text-muted transition-colors hover:bg-bg-muted hover:text-text-primary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--color-focus-ring)]",
|
|
77
|
+
children: /* @__PURE__ */ i("svg", {
|
|
78
|
+
viewBox: "0 0 24 24",
|
|
79
|
+
className: "size-4",
|
|
80
|
+
fill: "none",
|
|
81
|
+
stroke: "currentColor",
|
|
82
|
+
strokeWidth: "2",
|
|
83
|
+
"aria-hidden": "true",
|
|
84
|
+
children: /* @__PURE__ */ i("path", {
|
|
85
|
+
d: "M6 6l12 12M18 6L6 18",
|
|
86
|
+
strokeLinecap: "round"
|
|
87
|
+
})
|
|
88
|
+
})
|
|
89
|
+
})]
|
|
90
|
+
}), /* @__PURE__ */ i("ul", {
|
|
91
|
+
className: "flex flex-col gap-1 p-2.5 pt-2",
|
|
92
|
+
children: r.map((t) => /* @__PURE__ */ i("li", { children: /* @__PURE__ */ a(t.href ? "a" : "button", {
|
|
93
|
+
...t.href ? { href: t.href } : {
|
|
94
|
+
type: "button",
|
|
95
|
+
onClick: t.onClick
|
|
96
|
+
},
|
|
97
|
+
className: e("group flex w-full items-start gap-3 rounded-lg px-2.5 py-2 text-left transition-colors hover:bg-[var(--color-surface-glass)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--color-focus-ring)]", t.done && "opacity-60"),
|
|
98
|
+
children: [/* @__PURE__ */ i("span", {
|
|
99
|
+
className: e("mt-0.5 grid size-7 shrink-0 place-items-center rounded-full border text-[var(--color-action-primary-bg)]", t.done ? "border-border-subtle bg-bg-muted text-text-muted" : "border-[color-mix(in_oklab,var(--color-action-primary-bg)_35%,transparent)] bg-[color-mix(in_oklab,var(--color-action-primary-bg)_12%,transparent)]"),
|
|
100
|
+
children: t.done ? /* @__PURE__ */ i("svg", {
|
|
101
|
+
viewBox: "0 0 24 24",
|
|
102
|
+
className: "size-4",
|
|
103
|
+
fill: "none",
|
|
104
|
+
stroke: "currentColor",
|
|
105
|
+
strokeWidth: "2.5",
|
|
106
|
+
"aria-hidden": "true",
|
|
107
|
+
children: /* @__PURE__ */ i("path", {
|
|
108
|
+
d: "M5 12l5 5L20 7",
|
|
109
|
+
strokeLinecap: "round",
|
|
110
|
+
strokeLinejoin: "round"
|
|
111
|
+
})
|
|
112
|
+
}) : t.icon ?? /* @__PURE__ */ i(o, { className: "size-4" })
|
|
113
|
+
}), /* @__PURE__ */ a("span", {
|
|
114
|
+
className: "min-w-0 flex-1",
|
|
115
|
+
children: [/* @__PURE__ */ i("span", {
|
|
116
|
+
className: "block text-sm font-medium text-text-primary",
|
|
117
|
+
children: t.label
|
|
118
|
+
}), t.description && /* @__PURE__ */ i("span", {
|
|
119
|
+
className: "block text-xs text-text-secondary",
|
|
120
|
+
children: t.description
|
|
121
|
+
})]
|
|
122
|
+
})]
|
|
123
|
+
}) }, t.id))
|
|
124
|
+
})]
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
l.displayName = "NextSteps";
|
|
128
|
+
//#endregion
|
|
129
|
+
export { l as NextSteps, s as PagePurpose };
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -39,4 +39,5 @@ export { CTAOverflowMenu, type CTAOverflowMenuProps, type CTAAction, type CTAPri
|
|
|
39
39
|
export { AuroraBackground, type AuroraBackgroundProps } from './aurora-background';
|
|
40
40
|
export { Illustration, type IllustrationProps, IllustratedEmptyState, type IllustratedEmptyStateProps, } from './illustration';
|
|
41
41
|
export { GradientText, type GradientTextProps } from './gradient-text';
|
|
42
|
+
export { PagePurpose, type PagePurposeProps, NextSteps, type NextStepsProps, type NextStep, } from './guidance';
|
|
42
43
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/ui/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"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"}
|
package/dist/ui.js
CHANGED
|
@@ -39,4 +39,5 @@ import { CTAOverflowMenu as kt } from "./ui/cta-overflow-menu.js";
|
|
|
39
39
|
import { AuroraBackground as At } from "./ui/aurora-background.js";
|
|
40
40
|
import { IllustratedEmptyState as jt, Illustration as Mt } from "./ui/illustration.js";
|
|
41
41
|
import { GradientText as Nt } from "./ui/gradient-text.js";
|
|
42
|
-
|
|
42
|
+
import { NextSteps as Pt, PagePurpose as Ft } from "./ui/guidance.js";
|
|
43
|
+
export { e as Accordion, t as AccordionContent, n as AccordionItem, r as AccordionTrigger, ie as AlertDialog, ae as AlertDialogAction, oe as AlertDialogCancel, se as AlertDialogContent, ce as AlertDialogDescription, le as AlertDialogFooter, ue as AlertDialogHeader, de as AlertDialogOverlay, fe as AlertDialogPortal, pe as AlertDialogTitle, me as AlertDialogTrigger, At as AuroraBackground, he as Badge, _ as BottomSheet, v as BottomSheetClose, y as BottomSheetContent, b as BottomSheetDescription, x as BottomSheetFooter, S as BottomSheetHeader, C as BottomSheetTitle, w as BottomSheetTrigger, H as Button, kt as CTAOverflowMenu, _e as Card, ve as CardContent, ye as CardDescription, be as CardFooter, xe as CardHeader, Se as CardTitle, Ce as Checkbox, we as Command, Te as CommandDialog, Ee as CommandEmpty, De as CommandGroup, Oe as CommandInput, ke as CommandItem, Ae as CommandList, je as CommandSeparator, Me as CommandShortcut, i as Dialog, a as DialogClose, o as DialogContent, s as DialogDescription, c as DialogFooter, l as DialogHeader, u as DialogOverlay, d as DialogPortal, f as DialogTitle, p as DialogTrigger, Ne as DropdownMenu, Pe as DropdownMenuCheckboxItem, Fe as DropdownMenuContent, Ie as DropdownMenuGroup, Le as DropdownMenuItem, Re as DropdownMenuLabel, ze as DropdownMenuPortal, Be as DropdownMenuRadioGroup, Ve as DropdownMenuRadioItem, He as DropdownMenuSeparator, Ue as DropdownMenuShortcut, We as DropdownMenuSub, Ge as DropdownMenuSubContent, Ke as DropdownMenuSubTrigger, qe as DropdownMenuTrigger, Dt as EmphasisPanel, re as EmptyState, m as EntityIdModal, Tt as GlassCard, Nt as GradientText, jt as IllustratedEmptyState, Mt as Illustration, Je as Input, Ye as Label, Pt as NextSteps, g as OptionalFields, wt as PageContainer, Ft as PagePurpose, ee as Pagination, Xe as Popover, Ze as PopoverAnchor, Qe as PopoverContent, $e as PopoverTrigger, T as ResponsiveDialog, E as ResponsiveDialogClose, D as ResponsiveDialogContent, O as ResponsiveDialogDescription, k as ResponsiveDialogFooter, A as ResponsiveDialogHeader, j as ResponsiveDialogTitle, M as ResponsiveDialogTrigger, ne as ResponsiveStack, V as ResponsiveTable, et as ScrollArea, tt as ScrollBar, W as Select, G as SelectContent, K as SelectGroup, q as SelectItem, J as SelectLabel, Y as SelectScrollDownButton, X as SelectScrollUpButton, Z as SelectSeparator, Q as SelectTrigger, $ as SelectValue, nt as Separator, rt as Sheet, it as SheetClose, at as SheetContent, ot as SheetDescription, st as SheetFooter, ct as SheetHeader, lt as SheetTitle, ut as SheetTrigger, Ot as ShowMore, dt as Skeleton, pt as Spinner, te as Stepper, mt as Switch, N as Table, P as TableBody, F as TableCaption, I as TableCell, L as TableFooter, R as TableHead, z as TableHeader, B as TableRow, ht as Tabs, gt as TabsContent, _t as TabsList, vt as TabsTrigger, yt as Textarea, ft as Toaster, bt as Tooltip, xt as TooltipContent, St as TooltipProvider, Ct as TooltipTrigger, ge as badgeVariants, U as buttonVariants, Et as glassCardVariants, h as useEntityIdModal };
|