@designbasekorea/wordpress-ui 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -198,11 +198,11 @@ interface AdminPageHeaderProps {
198
198
  }
199
199
  /** WordPress admin 최외곽 wrapper. ui-wc 컴포넌트는 이 안에서 사용합니다. */
200
200
  declare function AdminWrapper({ children, className }: AdminWrapperProps): react_jsx_runtime.JSX.Element;
201
- /** 모바일 overlay 사이드바를 PageHeader minimal meta 슬롯에 넣는 메뉴 버튼 */
201
+ /** 태블릿 이하에서 페이지 헤더 제목 왼쪽에 넣는 사이드바 토글 */
202
202
  declare function AdminShellMenuButton({ label }: {
203
203
  label?: string;
204
204
  }): react_jsx_runtime.JSX.Element | null;
205
- /** ui-wc PageHeader(minimal) + 모바일 메뉴(meta) / 액션(cta). 스타일은 db-page-header가 담당합니다. */
205
+ /** ui-wc PageHeader(minimal) + 모바일 메뉴(제목 왼쪽) / 액션(cta). 스타일은 db-page-header가 담당합니다. */
206
206
  declare function AdminPageHeader({ title, subtitle, description, breadcrumbs, actions, meta, children, showMenuButton, menuButtonLabel, variant, align, showBackButton, backFallbackHref, backLabel, className, onBack, }: AdminPageHeaderProps): react_jsx_runtime.JSX.Element;
207
207
  declare function AdminShell({ children, sidebar, sidebarItems, sidebarTitle, className, defaultSidebarOpen, sidebarOpen: controlledSidebarOpen, onSidebarOpenChange, }: AdminShellProps): react_jsx_runtime.JSX.Element;
208
208
  declare function AdminPage({ children, className }: {