@godxjp/ui 5.0.2 → 6.0.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/README.md +101 -142
- package/dist/app/index.d.ts +140 -0
- package/dist/app/index.js +38 -0
- package/dist/app.prop-IobwLwaM.d.ts +90 -0
- package/dist/checkbox-NkFkqsQ8.d.ts +13 -0
- package/dist/chunk-2XW7J3EI.js +226 -0
- package/dist/chunk-3F2AKYRD.js +416 -0
- package/dist/chunk-3KPEZ5CF.js +37 -0
- package/dist/chunk-3UGU5TYP.js +89 -0
- package/dist/chunk-6RA3KSVK.js +588 -0
- package/dist/chunk-7NZFVD24.js +122 -0
- package/dist/chunk-7PWBC4BY.js +25 -0
- package/dist/chunk-7S7MYFXE.js +61 -0
- package/dist/chunk-7WRZG2IG.js +71 -0
- package/dist/chunk-B775Y6BE.js +1 -0
- package/dist/chunk-BHV2FUOA.js +111 -0
- package/dist/chunk-BI3HERR7.js +70 -0
- package/dist/chunk-BPSKQUL2.js +68 -0
- package/dist/chunk-CDWPQ5RP.js +187 -0
- package/dist/chunk-CP2LET6N.js +244 -0
- package/dist/chunk-CQBADMFG.js +20 -0
- package/dist/chunk-CRERCLIZ.js +33 -0
- package/dist/chunk-DU6ZYZRP.js +238 -0
- package/dist/chunk-DY5C44UP.js +55 -0
- package/dist/chunk-E4HJNQ62.js +117 -0
- package/dist/chunk-E76QIYSY.js +93 -0
- package/dist/chunk-F7PG4OEV.js +37 -0
- package/dist/chunk-GDSVW62T.js +171 -0
- package/dist/chunk-H2FHJOLU.js +178 -0
- package/dist/chunk-HJEBRCXL.js +55 -0
- package/dist/chunk-ICM6XBST.js +16 -0
- package/dist/chunk-IK7I3ABN.js +88 -0
- package/dist/chunk-L6J44O74.js +144 -0
- package/dist/chunk-LDSLS6HE.js +1 -0
- package/dist/chunk-LVNUHUEZ.js +191 -0
- package/dist/chunk-M64MVRLS.js +92 -0
- package/dist/chunk-NGQW3KEM.js +402 -0
- package/dist/chunk-NZ4FOC5N.js +559 -0
- package/dist/chunk-PIIRNAXA.js +26 -0
- package/dist/chunk-S66TJXJU.js +33 -0
- package/dist/chunk-SMLKNECP.js +133 -0
- package/dist/chunk-TAHBM3F2.js +66 -0
- package/dist/chunk-TO33OY4L.js +150 -0
- package/dist/chunk-TO7URV7U.js +51 -0
- package/dist/chunk-TOO5AEKL.js +81 -0
- package/dist/chunk-U3GHAOIJ.js +299 -0
- package/dist/chunk-U7N2A7A3.js +9 -0
- package/dist/chunk-UX634MYF.js +123 -0
- package/dist/chunk-V6UWJKZF.js +28 -0
- package/dist/chunk-VOHTRR5X.js +28 -0
- package/dist/chunk-WRFKVUPW.js +332 -0
- package/dist/chunk-WXW43RK5.js +24 -0
- package/dist/chunk-XG7XDYIM.js +60 -0
- package/dist/chunk-YFCQKO3B.js +842 -0
- package/dist/chunk-ZDWXGWLY.js +73 -0
- package/dist/chunk-ZLK5SPT6.js +11 -0
- package/dist/chunk-ZS6DTAM2.js +31 -0
- package/dist/chunk-ZT5UEUBO.js +1 -0
- package/dist/components/admin/index.d.ts +80 -0
- package/dist/components/admin/index.js +38 -0
- package/dist/components/data-display/badge.d.ts +12 -0
- package/dist/components/data-display/badge.js +3 -0
- package/dist/components/data-display/card.d.ts +87 -0
- package/dist/components/data-display/card.js +2 -0
- package/dist/components/data-display/index.d.ts +72 -0
- package/dist/components/data-display/index.js +89 -0
- package/dist/components/data-display/popover.d.ts +13 -0
- package/dist/components/data-display/popover.js +2 -0
- package/dist/components/data-display/scroll-area.d.ts +7 -0
- package/dist/components/data-display/scroll-area.js +2 -0
- package/dist/components/data-display/table.d.ts +10 -0
- package/dist/components/data-display/table.js +3 -0
- package/dist/components/data-entry/autocomplete.d.ts +16 -0
- package/dist/components/data-entry/autocomplete.js +8 -0
- package/dist/components/data-entry/calendar.d.ts +16 -0
- package/dist/components/data-entry/calendar.js +4 -0
- package/dist/components/data-entry/cascader.d.ts +32 -0
- package/dist/components/data-entry/cascader.js +13 -0
- package/dist/components/data-entry/checkbox.d.ts +13 -0
- package/dist/components/data-entry/checkbox.js +4 -0
- package/dist/components/data-entry/color-picker.d.ts +16 -0
- package/dist/components/data-entry/color-picker.js +6 -0
- package/dist/components/data-entry/command.d.ts +69 -0
- package/dist/components/data-entry/command.js +3 -0
- package/dist/components/data-entry/date-picker.d.ts +16 -0
- package/dist/components/data-entry/date-picker.js +8 -0
- package/dist/components/data-entry/date-range-picker.d.ts +16 -0
- package/dist/components/data-entry/date-range-picker.js +8 -0
- package/dist/components/data-entry/index.d.ts +53 -0
- package/dist/components/data-entry/index.js +152 -0
- package/dist/components/data-entry/input.d.ts +6 -0
- package/dist/components/data-entry/input.js +2 -0
- package/dist/components/data-entry/label.d.ts +8 -0
- package/dist/components/data-entry/label.js +2 -0
- package/dist/components/data-entry/radio.d.ts +24 -0
- package/dist/components/data-entry/radio.js +4 -0
- package/dist/components/data-entry/select.d.ts +18 -0
- package/dist/components/data-entry/select.js +3 -0
- package/dist/components/data-entry/slider.d.ts +16 -0
- package/dist/components/data-entry/slider.js +2 -0
- package/dist/components/data-entry/switch.d.ts +17 -0
- package/dist/components/data-entry/switch.js +2 -0
- package/dist/components/data-entry/textarea.d.ts +6 -0
- package/dist/components/data-entry/textarea.js +3 -0
- package/dist/components/data-entry/time-picker.d.ts +16 -0
- package/dist/components/data-entry/time-picker.js +7 -0
- package/dist/components/data-entry/transfer.d.ts +17 -0
- package/dist/components/data-entry/transfer.js +11 -0
- package/dist/components/data-entry/tree-select.d.ts +26 -0
- package/dist/components/data-entry/tree-select.js +13 -0
- package/dist/components/data-entry/upload.d.ts +42 -0
- package/dist/components/data-entry/upload.js +11 -0
- package/dist/components/feedback/alert.d.ts +60 -0
- package/dist/components/feedback/alert.js +7 -0
- package/dist/components/feedback/dialog.d.ts +64 -0
- package/dist/components/feedback/dialog.js +7 -0
- package/dist/components/feedback/index.d.ts +16 -0
- package/dist/components/feedback/index.js +14 -0
- package/dist/components/feedback/sheet.d.ts +24 -0
- package/dist/components/feedback/sheet.js +2 -0
- package/dist/components/feedback/sonner.d.ts +6 -0
- package/dist/components/feedback/sonner.js +1 -0
- package/dist/components/general/button.d.ts +20 -0
- package/dist/components/general/button.js +2 -0
- package/dist/components/general/index.d.ts +6 -0
- package/dist/components/general/index.js +2 -0
- package/dist/components/layout/index.d.ts +71 -0
- package/dist/components/layout/index.js +5 -0
- package/dist/components/navigation/dropdown-menu.d.ts +28 -0
- package/dist/components/navigation/dropdown-menu.js +2 -0
- package/dist/components/navigation/index.d.ts +32 -0
- package/dist/components/navigation/index.js +12 -0
- package/dist/components/navigation/pagination.d.ts +11 -0
- package/dist/components/navigation/pagination.js +7 -0
- package/dist/components/navigation/steps.d.ts +12 -0
- package/dist/components/navigation/steps.js +3 -0
- package/dist/components/navigation/tabs-items.d.ts +12 -0
- package/dist/components/navigation/tabs-items.js +3 -0
- package/dist/components/navigation/tabs.d.ts +12 -0
- package/dist/components/navigation/tabs.js +2 -0
- package/dist/components/query/index.d.ts +43 -0
- package/dist/components/query/index.js +8 -0
- package/dist/components/ui/index.d.ts +57 -0
- package/dist/components/ui/index.js +37 -0
- package/dist/content.prop-D1Dd3TAc.d.ts +31 -0
- package/dist/data-display.prop-DNTAzmDy.d.ts +58 -0
- package/dist/data-entry.prop-BEGA1lTq.d.ts +323 -0
- package/dist/data-table-D1u_rKLK.d.ts +83 -0
- package/dist/data.prop-BVvfKC_g.d.ts +41 -0
- package/dist/feedback.prop-BmxUlpAW.d.ts +64 -0
- package/dist/filter-bar-B7OGFO9S.d.ts +10 -0
- package/dist/form/index.d.ts +21 -0
- package/dist/form/index.js +4 -0
- package/dist/form.prop-BHgpuFFm.d.ts +41 -0
- package/dist/format-date-ByyZoqI5.d.ts +51 -0
- package/dist/general.prop-D7brMPNL.d.ts +16 -0
- package/dist/i18n/index.d.ts +217 -0
- package/dist/i18n/index.js +2 -0
- package/dist/index.d.ts +46 -26
- package/dist/index.js +39 -13062
- package/dist/inline-C5u6ptJV.d.ts +10 -0
- package/dist/interaction.prop-Cdn7wOtq.d.ts +25 -0
- package/dist/layout.prop-4TCNvyQZ.d.ts +20 -0
- package/dist/layout.prop-C795F0qg.d.ts +112 -0
- package/dist/lib/datetime/index.d.ts +31 -0
- package/dist/lib/datetime/index.js +1 -0
- package/dist/lib/utils.d.ts +5 -0
- package/dist/lib/utils.js +1 -0
- package/dist/navigation.prop-DpZqcXey.d.ts +78 -0
- package/dist/navigation.prop-DxBiClEH.d.ts +20 -0
- package/dist/props/components/index.d.ts +27 -0
- package/dist/props/components/index.js +1 -0
- package/dist/props/index.d.ts +28 -0
- package/dist/props/index.js +3 -0
- package/dist/props/registry.d.ts +649 -0
- package/dist/props/registry.js +1 -0
- package/dist/props/vocabulary/index.d.ts +7 -0
- package/dist/props/vocabulary/index.js +1 -0
- package/dist/query.prop-hIPrk2zI.d.ts +71 -0
- package/dist/search-input-uP01rY1L.d.ts +22 -0
- package/dist/shared.prop-BNRJc9K0.d.ts +45 -0
- package/dist/styles/alert-layout.css +191 -0
- package/dist/styles/badge-layout.css +22 -0
- package/dist/styles/card-layout.css +373 -0
- package/dist/styles/control.css +504 -0
- package/dist/styles/data-display-layout.css +246 -0
- package/dist/styles/density.css +43 -0
- package/dist/styles/dialog-layout.css +84 -0
- package/dist/styles/index.css +105 -0
- package/dist/styles/layout.css +479 -0
- package/dist/styles/shell-layout.css +604 -0
- package/dist/styles/table-layout.css +109 -0
- package/dist/theme/example.service.css +37 -0
- package/dist/tokens/base.css +13 -0
- package/dist/tokens/foundation.css +151 -0
- package/dist/tokens/primitives/badge.css +13 -0
- package/dist/tokens/primitives/card.css +29 -0
- package/dist/tokens/primitives/control.css +55 -0
- package/dist/tokens/primitives/feedback.css +17 -0
- package/dist/tokens/primitives/layout.css +20 -0
- package/dist/tokens/primitives/navigation.css +13 -0
- package/dist/tokens/primitives/table.css +10 -0
- package/dist/types-mvzYGrma.d.ts +37 -0
- package/dist/use-toast-Dol5bdY3.d.ts +34 -0
- package/package.json +279 -117
- package/scripts/ui-audit.mjs +179 -0
- package/BRAND.md +0 -296
- package/CHANGELOG.md +0 -668
- package/config/eslint.js +0 -54
- package/config/prettier.cjs +0 -20
- package/config/tsconfig.base.json +0 -22
- package/config/vitest.base.ts +0 -26
- package/dist/MiniMonth-YAmPGEpC.d.ts +0 -143
- package/dist/Table.types-BbsxoIYE.d.ts +0 -352
- package/dist/color-DO0qqUAb.d.ts +0 -38
- package/dist/components/composites.d.ts +0 -963
- package/dist/components/composites.js +0 -7343
- package/dist/components/composites.js.map +0 -1
- package/dist/components/primitives.d.ts +0 -2744
- package/dist/components/primitives.js +0 -7356
- package/dist/components/primitives.js.map +0 -1
- package/dist/components/shell.d.ts +0 -182
- package/dist/components/shell.js +0 -774
- package/dist/components/shell.js.map +0 -1
- package/dist/hooks.d.ts +0 -100
- package/dist/hooks.js +0 -558
- package/dist/hooks.js.map +0 -1
- package/dist/i18n.d.ts +0 -61
- package/dist/i18n.js +0 -860
- package/dist/i18n.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/padding-DY0JV5Ja.d.ts +0 -16
- package/dist/preferences.d.ts +0 -132
- package/dist/preferences.js +0 -262
- package/dist/preferences.js.map +0 -1
- package/dist/props.d.ts +0 -86
- package/dist/props.js +0 -16
- package/dist/props.js.map +0 -1
- package/dist/size-CQwNvOWd.d.ts +0 -19
- package/dist/types-LTj-2bl-.d.ts +0 -30
- package/dist/useTableViews-D5NIAJ7h.d.ts +0 -154
- package/src/tokens/tailwind.css +0 -158
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode, ComponentType } from 'react';
|
|
3
|
-
import { F as ForgeProduct, a as ForgeProject } from '../types-LTj-2bl-.js';
|
|
4
|
-
export { P as ProjectKind, b as ProjectStatus } from '../types-LTj-2bl-.js';
|
|
5
|
-
import { P as PaddingProp } from '../padding-DY0JV5Ja.js';
|
|
6
|
-
|
|
7
|
-
interface AppShellProps {
|
|
8
|
-
/** Sidebar content — usually `<Sidebar … />` from this package. */
|
|
9
|
-
sidebar: ReactNode;
|
|
10
|
-
/** Main content — page or `<Outlet />`. */
|
|
11
|
-
children: ReactNode;
|
|
12
|
-
/**
|
|
13
|
-
* Topbar slot. Provide EITHER `topbar` for a single composed header
|
|
14
|
-
* (e.g. `<Topbar … />` from this package) OR `topbarLeft` +
|
|
15
|
-
* `topbarRight` to lay out two slot groups within the canonical
|
|
16
|
-
* header rail. Mixing `topbar` with the split slots is allowed —
|
|
17
|
-
* the single `topbar` wins.
|
|
18
|
-
*/
|
|
19
|
-
topbar?: ReactNode;
|
|
20
|
-
topbarLeft?: ReactNode;
|
|
21
|
-
topbarRight?: ReactNode;
|
|
22
|
-
/** Optional logo / brand mark — rendered at the top-left of the topbar. */
|
|
23
|
-
logo?: ReactNode;
|
|
24
|
-
/** Optional breadcrumb rail — sits just above main content. */
|
|
25
|
-
breadcrumb?: ReactNode;
|
|
26
|
-
/** Optional footer band under main content. */
|
|
27
|
-
footer?: ReactNode;
|
|
28
|
-
/** Sidebar collapsed state — mirror onto `<html data-collapsed>` via useTweaks. */
|
|
29
|
-
sidebarCollapsed?: boolean;
|
|
30
|
-
}
|
|
31
|
-
declare function AppShell({ sidebar, topbar, topbarLeft, topbarRight, logo, breadcrumb, footer, children, sidebarCollapsed, }: AppShellProps): react_jsx_runtime.JSX.Element;
|
|
32
|
-
|
|
33
|
-
interface SidebarItem {
|
|
34
|
-
id: string;
|
|
35
|
-
label: string;
|
|
36
|
-
icon: ComponentType<{
|
|
37
|
-
size?: number;
|
|
38
|
-
}>;
|
|
39
|
-
/** Optional numeric badge (e.g. open issue count). */
|
|
40
|
-
badge?: string | number;
|
|
41
|
-
/** Disabled rows are dimmed and unclickable. */
|
|
42
|
-
disabled?: boolean;
|
|
43
|
-
}
|
|
44
|
-
interface SidebarSection {
|
|
45
|
-
/** Section label shown above the nav items. */
|
|
46
|
-
label?: string;
|
|
47
|
-
items: SidebarItem[];
|
|
48
|
-
}
|
|
49
|
-
interface SidebarProps {
|
|
50
|
-
/** Currently active route id — must match an item's `id`. */
|
|
51
|
-
activeId: string;
|
|
52
|
-
/** Click handler — called with the item's `id`. */
|
|
53
|
-
onSelect: (id: string) => void;
|
|
54
|
-
sections: SidebarSection[];
|
|
55
|
-
/**
|
|
56
|
-
* Product = the org-shaped tenant shown in the top product chip.
|
|
57
|
-
* Required unless `brand` is provided (custom top slot wins).
|
|
58
|
-
*/
|
|
59
|
-
product?: ForgeProduct;
|
|
60
|
-
/** Click to open the product switcher dropdown (owned by parent). */
|
|
61
|
-
onProductClick?: () => void;
|
|
62
|
-
/**
|
|
63
|
-
* Custom top-of-sidebar slot — when present, replaces the product
|
|
64
|
-
* chip entirely. Use for service-specific brands (e.g. me-service
|
|
65
|
-
* renders the signed-in user's avatar + name + email here).
|
|
66
|
-
*/
|
|
67
|
-
brand?: ReactNode;
|
|
68
|
-
collapsed?: boolean;
|
|
69
|
-
footer?: ReactNode;
|
|
70
|
-
}
|
|
71
|
-
declare function Sidebar({ activeId, onSelect, sections, product, onProductClick, brand, collapsed, footer, }: SidebarProps): react_jsx_runtime.JSX.Element;
|
|
72
|
-
|
|
73
|
-
interface TopbarProps {
|
|
74
|
-
product: ForgeProduct;
|
|
75
|
-
project?: ForgeProject | null;
|
|
76
|
-
onProductOpen?: () => void;
|
|
77
|
-
onProjectOpen?: () => void;
|
|
78
|
-
onSearchOpen?: () => void;
|
|
79
|
-
onTweaksOpen?: () => void;
|
|
80
|
-
collapsed?: boolean;
|
|
81
|
-
onToggleCollapsed?: () => void;
|
|
82
|
-
/** Optional breadcrumb / actions slot on the right. */
|
|
83
|
-
rightSlot?: ReactNode;
|
|
84
|
-
/**
|
|
85
|
-
* Notification bell. When `unread` is true a 6×6 attention-colored
|
|
86
|
-
* dot renders in the top-right corner. Click handler invokes
|
|
87
|
-
* `onNotificationsOpen`. Hidden when both are unset.
|
|
88
|
-
*/
|
|
89
|
-
unread?: boolean;
|
|
90
|
-
onNotificationsOpen?: () => void;
|
|
91
|
-
/**
|
|
92
|
-
* Right-edge user chip. Rendered as the trailing element (after
|
|
93
|
-
* notifications, before tweaks) to match the design-handoff topbar
|
|
94
|
-
* shape (shell.jsx:366). Pass any node — typically a `<Avatar>` or
|
|
95
|
-
* a `<DropdownMenu>` wrapping one.
|
|
96
|
-
*/
|
|
97
|
-
user?: ReactNode;
|
|
98
|
-
}
|
|
99
|
-
declare function Topbar({ product, project, onProductOpen, onProjectOpen, onSearchOpen, onTweaksOpen, collapsed, onToggleCollapsed, rightSlot, unread, onNotificationsOpen, user, }: TopbarProps): react_jsx_runtime.JSX.Element;
|
|
100
|
-
|
|
101
|
-
interface TweaksPanelProps {
|
|
102
|
-
open: boolean;
|
|
103
|
-
onOpenChange: (open: boolean) => void;
|
|
104
|
-
/** Product catalogue for the tenant selector. Pass `[]` to hide. */
|
|
105
|
-
products?: ForgeProduct[];
|
|
106
|
-
}
|
|
107
|
-
declare function TweaksPanel({ open, onOpenChange, products }: TweaksPanelProps): react_jsx_runtime.JSX.Element;
|
|
108
|
-
|
|
109
|
-
interface ProductSwitcherProps {
|
|
110
|
-
trigger: ReactNode;
|
|
111
|
-
activeId: string;
|
|
112
|
-
products?: ForgeProduct[];
|
|
113
|
-
onSelect: (product: ForgeProduct) => void;
|
|
114
|
-
/** Controlled-open API. Omit for uncontrolled. */
|
|
115
|
-
open?: boolean;
|
|
116
|
-
onOpenChange?: (open: boolean) => void;
|
|
117
|
-
}
|
|
118
|
-
declare function ProductSwitcher({ trigger, activeId, products, onSelect, open, onOpenChange, }: ProductSwitcherProps): react_jsx_runtime.JSX.Element;
|
|
119
|
-
|
|
120
|
-
interface RecentProject {
|
|
121
|
-
productId: string;
|
|
122
|
-
projectId: string;
|
|
123
|
-
}
|
|
124
|
-
interface ProjectSwitcherProps {
|
|
125
|
-
trigger: ReactNode;
|
|
126
|
-
/** Currently active product+project, used for the ✓ marker. */
|
|
127
|
-
activeProductId?: string;
|
|
128
|
-
activeProjectId?: string;
|
|
129
|
-
/** Optional list of recent (product, project) tuples — surfaces them first. */
|
|
130
|
-
recent?: RecentProject[];
|
|
131
|
-
products?: ForgeProduct[];
|
|
132
|
-
onSelect: (project: ForgeProject, product: ForgeProduct) => void;
|
|
133
|
-
open?: boolean;
|
|
134
|
-
onOpenChange?: (open: boolean) => void;
|
|
135
|
-
}
|
|
136
|
-
declare function ProjectSwitcher({ trigger, activeProductId, activeProjectId, recent, products, onSelect, open, onOpenChange, }: ProjectSwitcherProps): react_jsx_runtime.JSX.Element;
|
|
137
|
-
|
|
138
|
-
interface CommandItem {
|
|
139
|
-
id: string;
|
|
140
|
-
label: string;
|
|
141
|
-
group?: string;
|
|
142
|
-
hint?: string;
|
|
143
|
-
onSelect: () => void;
|
|
144
|
-
}
|
|
145
|
-
interface CommandPaletteProps {
|
|
146
|
-
open: boolean;
|
|
147
|
-
onOpenChange: (open: boolean) => void;
|
|
148
|
-
commands: CommandItem[];
|
|
149
|
-
}
|
|
150
|
-
declare function CommandPalette({ open, onOpenChange, commands }: CommandPaletteProps): react_jsx_runtime.JSX.Element;
|
|
151
|
-
|
|
152
|
-
type PageContentPadding = PaddingProp;
|
|
153
|
-
interface PageContentProps {
|
|
154
|
-
/** Page title — usually rendered as <h1>. */
|
|
155
|
-
title?: ReactNode;
|
|
156
|
-
/** Short page description under the title. */
|
|
157
|
-
subtitle?: ReactNode;
|
|
158
|
-
/**
|
|
159
|
-
* Right-aligned slot in the header — typically primary actions
|
|
160
|
-
* (Save, Cancel, New, etc.) or settings buttons.
|
|
161
|
-
*/
|
|
162
|
-
extra?: ReactNode;
|
|
163
|
-
/** Optional breadcrumb rendered above the title. */
|
|
164
|
-
breadcrumb?: ReactNode;
|
|
165
|
-
/** Optional tabs row rendered under the title block, above content. */
|
|
166
|
-
tabs?: ReactNode;
|
|
167
|
-
/** Main content. */
|
|
168
|
-
children?: ReactNode;
|
|
169
|
-
/** Page-level footer (sticky-feeling band under content). */
|
|
170
|
-
footer?: ReactNode;
|
|
171
|
-
/** Padding step — default = system-wide standard. */
|
|
172
|
-
padding?: PageContentPadding;
|
|
173
|
-
/**
|
|
174
|
-
* Header behaviour. `default` shows the title block; `none` skips it
|
|
175
|
-
* entirely (when the page itself renders its own custom header).
|
|
176
|
-
*/
|
|
177
|
-
header?: "default" | "none";
|
|
178
|
-
className?: string;
|
|
179
|
-
}
|
|
180
|
-
declare function PageContent({ title, subtitle, extra, breadcrumb, tabs, children, footer, padding, header, className, }: PageContentProps): react_jsx_runtime.JSX.Element;
|
|
181
|
-
|
|
182
|
-
export { AppShell, type AppShellProps, type CommandItem, CommandPalette, type CommandPaletteProps, ForgeProduct, ForgeProject, PageContent, type PageContentPadding, type PageContentProps, ProductSwitcher, type ProductSwitcherProps, ProjectSwitcher, type ProjectSwitcherProps, type RecentProject, Sidebar, type SidebarItem, type SidebarProps, type SidebarSection, Topbar, type TopbarProps, TweaksPanel, type TweaksPanelProps };
|