UNPKG

@spaced-out/ui-design-system

Version:
271 lines 8.07 kB
import * as React from 'react'; import type { Flow } from 'flow-to-typescript-codemod'; import type { TextProps } from './Text'; declare const _default: { tags: string[]; title: string; argTypes: { color: { options: unknown[]; description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; className: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; children: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; highlightString: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; highlightedTextClassName: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; highlightWithBackground: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; caseSensitiveHighlighting: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _JumboLarge: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "primary"; children: string; }; }; export declare const _JumboMedium: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "primary"; children: string; }; }; export declare const _JumboSmall: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "success"; children: string; }; }; export declare const _TitleMedium: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLHeadingElement>>>; args: { color: "secondary"; children: string; }; }; export declare const _SubTitleLarge: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLHeadingElement>>>; args: { color: "tertiary"; children: string; }; }; export declare const _SubTitleMedium: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLHeadingElement>>>; args: { color: "disabled"; children: string; }; }; export declare const _SubTitleSmall: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLHeadingElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _SubTitleExtraSmall: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLHeadingElement>>>; args: { color: "success"; children: string; }; }; export declare const _ButtonTextMedium: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "danger"; children: string; }; }; export declare const _ButtonTextSmall: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "primary"; children: string; }; }; export declare const _ButtonTextExtraSmall: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "primary"; children: string; }; }; export declare const _ButtonTextMediumUnderline: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "danger"; children: string; }; }; export declare const _ButtonTextSmallUnderline: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "primary"; children: string; }; }; export declare const _ButtonTextExtraSmallUnderline: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "primary"; children: string; }; }; export declare const _FormInputMedium: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLParagraphElement>>>; args: { color: "inverseSecondary"; children: string; }; }; export declare const _FormInputSmall: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLParagraphElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _BodyLarge: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLParagraphElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _BodyMedium: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLParagraphElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _BodySmall: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLParagraphElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _BodyLargeBold: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLParagraphElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _BodyMediumBold: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLParagraphElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _BodySmallBold: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLParagraphElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _FormLabelMedium: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "clickable"; children: string; }; }; export declare const _FormLabelSmall: { (args: TextProps): React.ReactElement<React.ComponentProps<Flow.AbstractComponent<TextProps, HTMLSpanElement>>>; args: { color: "clickable"; children: string; }; }; //# sourceMappingURL=Text.stories.d.ts.map