monday-ui-react-core
Version:
Official monday.com UI resources for application development in React.js
187 lines (186 loc) • 4.45 kB
TypeScript
export declare const DISABLED: Readonly<{
DISABLED: string;
}>;
export declare const BORDER: Readonly<{
DEFAULT: string;
}>;
export type Border = typeof BORDER;
export declare const BORDER_COLOR: Readonly<{
UI_BORDER_COLOR: string;
LAYOUT_BORDER_COLOR: string;
}>;
export type BorderColor = typeof BORDER_COLOR;
export declare const ROUNDED: Readonly<{
SMALL: string;
MEDIUM: string;
BIG: string;
}>;
export type Rounded = typeof ROUNDED;
export declare const SHADOW: Readonly<{
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
}>;
export type Shadow = typeof SHADOW;
export declare const MARGIN: Readonly<{
AUTO: string;
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type Margin = typeof MARGIN;
export declare const MARGIN_X: Readonly<{
AUTO: string;
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type MarginX = typeof MARGIN_X;
export declare const MARGIN_Y: Readonly<{
AUTO: string;
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type MarginY = typeof MARGIN_Y;
export declare const MARGIN_TOP: Readonly<{
AUTO: string;
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type MarginTop = typeof MARGIN_TOP;
export declare const MARGIN_END: Readonly<{
AUTO: string;
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type MarginEnd = typeof MARGIN_END;
export declare const MARGIN_BOTTOM: Readonly<{
AUTO: string;
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type MarginBottom = typeof MARGIN_BOTTOM;
export declare const MARGIN_START: Readonly<{
AUTO: string;
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type MarginStart = typeof MARGIN_START;
export declare const PADDING: Readonly<{
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type Padding = typeof PADDING;
export declare const PADDING_X: Readonly<{
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type PaddingX = typeof PADDING_X;
export declare const PADDING_Y: Readonly<{
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type PaddingY = typeof PADDING_Y;
export declare const PADDING_TOP: Readonly<{
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type PaddingTop = typeof PADDING_TOP;
export declare const PADDING_END: Readonly<{
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type PaddingEnd = typeof PADDING_END;
export declare const PADDING_BOTTOM: Readonly<{
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type PaddingBottom = typeof PADDING_BOTTOM;
export declare const PADDING_START: Readonly<{
XS: string;
SMALL: string;
MEDIUM: string;
LARGE: string;
XL: string;
XXL: string;
XXXL: string;
}>;
export type PaddingStart = typeof PADDING_START;
export declare const BACKGROUND_COLORS: Readonly<{
PRIMARY_BACKGROUND_COLOR: string;
SECONDARY_BACKGROUND_COLOR: string;
GREY_BACKGROUND_COLOR: string;
ALL_GREY_BACKGROUND_COLOR: string;
INVERTED_COLOR_BACKGROUND: string;
}>;
export type BackgroundColor = typeof BACKGROUND_COLORS;
export declare const COLORS: Readonly<{
PRIMARY_TEXT_COLOR: string;
TEXT_COLOR_ON_INVERTED: string;
SECONDARY_TEXT_COLOR: string;
}>;
export type Color = typeof COLORS;