@uniformdev/design-system 20.66.6 → 20.66.7-alpha.10

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/index.d.mts CHANGED
@@ -5385,8 +5385,14 @@ type PageHeaderSectionProps = Omit<React$1.HTMLAttributes<HTMLHeadingElement>, '
5385
5385
  linkText?: string;
5386
5386
  level?: LevelProps;
5387
5387
  linkManagerComponent?: LinkManagerWithRefType;
5388
- };
5389
- declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
5388
+ /** The content to render after the title. */
5389
+ afterTitle?: React$1.ReactNode;
5390
+ /** The gap between the title and the afterTitle. */
5391
+ afterTitleGap?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5392
+ /** The alignment of the afterTitle. */
5393
+ afterTitleAlign?: 'left' | 'center' | 'right';
5394
+ };
5395
+ declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, afterTitle, afterTitleGap, afterTitleAlign, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
5390
5396
 
5391
5397
  type ParagraphProps = {
5392
5398
  /** (optional) adds child elements to the paragraph tag */
package/dist/index.d.ts CHANGED
@@ -5385,8 +5385,14 @@ type PageHeaderSectionProps = Omit<React$1.HTMLAttributes<HTMLHeadingElement>, '
5385
5385
  linkText?: string;
5386
5386
  level?: LevelProps;
5387
5387
  linkManagerComponent?: LinkManagerWithRefType;
5388
- };
5389
- declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
5388
+ /** The content to render after the title. */
5389
+ afterTitle?: React$1.ReactNode;
5390
+ /** The gap between the title and the afterTitle. */
5391
+ afterTitleGap?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5392
+ /** The alignment of the afterTitle. */
5393
+ afterTitleAlign?: 'left' | 'center' | 'right';
5394
+ };
5395
+ declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, afterTitle, afterTitleGap, afterTitleAlign, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
5390
5396
 
5391
5397
  type ParagraphProps = {
5392
5398
  /** (optional) adds child elements to the paragraph tag */