UNPKG

11.9 kBTypeScriptView Raw
1import { Alignment } from "./alignment";
2import { Elevation } from "./elevation";
3import { Intent } from "./intent";
4import { Position } from "./position";
5export declare const ACTIVE: string;
6export declare const ALIGN_LEFT: string;
7export declare const ALIGN_RIGHT: string;
8export declare const DARK: string;
9export declare const DISABLED: string;
10export declare const FILL: string;
11export declare const FIXED: string;
12export declare const FIXED_TOP: string;
13export declare const INLINE: string;
14export declare const INTERACTIVE: string;
15export declare const LARGE: string;
16export declare const LOADING: string;
17export declare const MINIMAL: string;
18export declare const OUTLINED: string;
19export declare const MULTILINE: string;
20export declare const ROUND: string;
21export declare const SELECTED: string;
22export declare const SMALL: string;
23export declare const VERTICAL: string;
24export declare const POSITION_TOP: string;
25export declare const POSITION_BOTTOM: string;
26export declare const POSITION_LEFT: string;
27export declare const POSITION_RIGHT: string;
28export declare const ELEVATION_0: string;
29export declare const ELEVATION_1: string;
30export declare const ELEVATION_2: string;
31export declare const ELEVATION_3: string;
32export declare const ELEVATION_4: string;
33export declare const INTENT_PRIMARY: string;
34export declare const INTENT_SUCCESS: string;
35export declare const INTENT_WARNING: string;
36export declare const INTENT_DANGER: string;
37export declare const FOCUS_DISABLED: string;
38export declare const FOCUS_STYLE_MANAGER_IGNORE: string;
39export declare const UI_TEXT: string;
40export declare const RUNNING_TEXT: string;
41export declare const MONOSPACE_TEXT: string;
42export declare const TEXT_LARGE: string;
43export declare const TEXT_SMALL: string;
44export declare const TEXT_MUTED: string;
45export declare const TEXT_DISABLED: string;
46export declare const TEXT_OVERFLOW_ELLIPSIS: string;
47export declare const BLOCKQUOTE: string;
48export declare const CODE: string;
49export declare const CODE_BLOCK: string;
50export declare const HEADING: string;
51export declare const LIST: string;
52export declare const LIST_UNSTYLED: string;
53export declare const RTL: string;
54export declare const ALERT: string;
55export declare const ALERT_BODY: string;
56export declare const ALERT_CONTENTS: string;
57export declare const ALERT_FOOTER: string;
58export declare const BREADCRUMB: string;
59export declare const BREADCRUMB_CURRENT: string;
60export declare const BREADCRUMBS: string;
61export declare const BREADCRUMBS_COLLAPSED: string;
62export declare const BUTTON: string;
63export declare const BUTTON_GROUP: string;
64export declare const BUTTON_SPINNER: string;
65export declare const BUTTON_TEXT: string;
66export declare const CALLOUT: string;
67export declare const CALLOUT_ICON: string;
68export declare const CARD: string;
69export declare const COLLAPSE: string;
70export declare const COLLAPSE_BODY: string;
71export declare const COLLAPSIBLE_LIST: string;
72export declare const CONTEXT_MENU: string;
73export declare const CONTEXT_MENU_POPOVER_TARGET: string;
74export declare const CONTROL_GROUP: string;
75export declare const DIALOG: string;
76export declare const DIALOG_CONTAINER: string;
77export declare const DIALOG_BODY: string;
78export declare const DIALOG_CLOSE_BUTTON: string;
79export declare const DIALOG_FOOTER: string;
80export declare const DIALOG_FOOTER_ACTIONS: string;
81export declare const DIALOG_HEADER: string;
82export declare const DIALOG_STEP: string;
83export declare const DIALOG_STEP_CONTAINER: string;
84export declare const DIALOG_STEP_TITLE: string;
85export declare const DIALOG_STEP_ICON: string;
86export declare const DIALOG_STEP_VIEWED: string;
87export declare const DIVIDER: string;
88export declare const DRAWER: string;
89export declare const DRAWER_BODY: string;
90export declare const DRAWER_FOOTER: string;
91export declare const DRAWER_HEADER: string;
92export declare const EDITABLE_TEXT: string;
93export declare const EDITABLE_TEXT_CONTENT: string;
94export declare const EDITABLE_TEXT_EDITING: string;
95export declare const EDITABLE_TEXT_INPUT: string;
96export declare const EDITABLE_TEXT_PLACEHOLDER: string;
97export declare const FLEX_EXPANDER: string;
98export declare const HTML_SELECT: string;
99/** @deprecated prefer `<HTMLSelect>` component */
100export declare const SELECT: string;
101export declare const HTML_TABLE: string;
102export declare const HTML_TABLE_BORDERED: string;
103export declare const HTML_TABLE_CONDENSED: string;
104export declare const HTML_TABLE_STRIPED: string;
105export declare const INPUT: string;
106export declare const INPUT_GHOST: string;
107export declare const INPUT_GROUP: string;
108export declare const INPUT_LEFT_CONTAINER: string;
109export declare const INPUT_ACTION: string;
110export declare const CONTROL: string;
111export declare const CONTROL_INDICATOR: string;
112export declare const CONTROL_INDICATOR_CHILD: string;
113export declare const CHECKBOX: string;
114export declare const RADIO: string;
115export declare const SWITCH: string;
116export declare const SWITCH_INNER_TEXT: string;
117export declare const FILE_INPUT: string;
118export declare const FILE_INPUT_HAS_SELECTION: string;
119export declare const FILE_UPLOAD_INPUT: string;
120export declare const FILE_UPLOAD_INPUT_CUSTOM_TEXT: string;
121export declare const KEY: string;
122export declare const KEY_COMBO: string;
123export declare const MODIFIER_KEY: string;
124export declare const HOTKEY: string;
125export declare const HOTKEY_LABEL: string;
126export declare const HOTKEY_COLUMN: string;
127export declare const HOTKEY_DIALOG: string;
128export declare const LABEL: string;
129export declare const FORM_GROUP: string;
130export declare const FORM_CONTENT: string;
131export declare const FORM_HELPER_TEXT: string;
132export declare const FORM_GROUP_SUB_LABEL: string;
133export declare const MENU: string;
134export declare const MENU_ITEM: string;
135export declare const MENU_ITEM_ICON: string;
136export declare const MENU_ITEM_LABEL: string;
137export declare const MENU_SUBMENU: string;
138export declare const MENU_SUBMENU_ICON: string;
139export declare const MENU_DIVIDER: string;
140export declare const MENU_HEADER: string;
141export declare const MULTISTEP_DIALOG: string;
142export declare const MULTISTEP_DIALOG_PANELS: string;
143export declare const MULTISTEP_DIALOG_LEFT_PANEL: string;
144export declare const MULTISTEP_DIALOG_RIGHT_PANEL: string;
145export declare const MULTISTEP_DIALOG_FOOTER: string;
146export declare const MULTISTEP_DIALOG_NAV_TOP: string;
147export declare const MULTISTEP_DIALOG_NAV_RIGHT: string;
148export declare const NAVBAR: string;
149export declare const NAVBAR_GROUP: string;
150export declare const NAVBAR_HEADING: string;
151export declare const NAVBAR_DIVIDER: string;
152export declare const NON_IDEAL_STATE: string;
153export declare const NON_IDEAL_STATE_VISUAL: string;
154export declare const NON_IDEAL_STATE_TEXT: string;
155export declare const NUMERIC_INPUT: string;
156export declare const OVERFLOW_LIST: string;
157export declare const OVERFLOW_LIST_SPACER: string;
158export declare const OVERLAY: string;
159export declare const OVERLAY_BACKDROP: string;
160export declare const OVERLAY_CONTAINER: string;
161export declare const OVERLAY_CONTENT: string;
162export declare const OVERLAY_INLINE: string;
163export declare const OVERLAY_OPEN: string;
164export declare const OVERLAY_SCROLL_CONTAINER: string;
165export declare const OVERLAY_START_FOCUS_TRAP: string;
166export declare const OVERLAY_END_FOCUS_TRAP: string;
167export declare const PANEL_STACK: string;
168export declare const PANEL_STACK_HEADER: string;
169export declare const PANEL_STACK_HEADER_BACK: string;
170export declare const PANEL_STACK_VIEW: string;
171export declare const PANEL_STACK2: string;
172export declare const PANEL_STACK2_HEADER: string;
173export declare const PANEL_STACK2_HEADER_BACK: string;
174export declare const PANEL_STACK2_VIEW: string;
175export declare const POPOVER: string;
176export declare const POPOVER_ARROW: string;
177export declare const POPOVER_BACKDROP: string;
178export declare const POPOVER_CAPTURING_DISMISS: string;
179export declare const POPOVER_CONTENT: string;
180export declare const POPOVER_CONTENT_SIZING: string;
181export declare const POPOVER_DISMISS: string;
182export declare const POPOVER_DISMISS_OVERRIDE: string;
183export declare const POPOVER_OPEN: string;
184export declare const POPOVER_OUT_OF_BOUNDARIES: string;
185export declare const POPOVER_TARGET: string;
186export declare const POPOVER_WRAPPER: string;
187export declare const TRANSITION_CONTAINER: string;
188export declare const PROGRESS_BAR: string;
189export declare const PROGRESS_METER: string;
190export declare const PROGRESS_NO_STRIPES: string;
191export declare const PROGRESS_NO_ANIMATION: string;
192export declare const PORTAL: string;
193export declare const SKELETON: string;
194export declare const SLIDER: string;
195export declare const SLIDER_AXIS: string;
196export declare const SLIDER_HANDLE: string;
197export declare const SLIDER_LABEL: string;
198export declare const SLIDER_TRACK: string;
199export declare const SLIDER_PROGRESS: string;
200export declare const START: string;
201export declare const END: string;
202export declare const SPINNER: string;
203export declare const SPINNER_ANIMATION: string;
204export declare const SPINNER_HEAD: string;
205export declare const SPINNER_NO_SPIN: string;
206export declare const SPINNER_TRACK: string;
207export declare const TAB: string;
208export declare const TAB_INDICATOR: string;
209export declare const TAB_INDICATOR_WRAPPER: string;
210export declare const TAB_LIST: string;
211export declare const TAB_PANEL: string;
212export declare const TABS: string;
213export declare const TAG: string;
214export declare const TAG_REMOVE: string;
215export declare const TAG_INPUT: string;
216export declare const TAG_INPUT_ICON: string;
217export declare const TAG_INPUT_VALUES: string;
218export declare const TOAST: string;
219export declare const TOAST_CONTAINER: string;
220export declare const TOAST_MESSAGE: string;
221export declare const TOOLTIP: string;
222export declare const TOOLTIP_INDICATOR: string;
223export declare const TREE: string;
224export declare const TREE_NODE: string;
225export declare const TREE_NODE_CARET: string;
226export declare const TREE_NODE_CARET_CLOSED: string;
227export declare const TREE_NODE_CARET_NONE: string;
228export declare const TREE_NODE_CARET_OPEN: string;
229export declare const TREE_NODE_CONTENT: string;
230export declare const TREE_NODE_EXPANDED: string;
231export declare const TREE_NODE_ICON: string;
232export declare const TREE_NODE_LABEL: string;
233export declare const TREE_NODE_LIST: string;
234export declare const TREE_NODE_SECONDARY_LABEL: string;
235export declare const TREE_NODE_SELECTED: string;
236export declare const TREE_ROOT: string;
237export declare const ICON: string;
238export declare const ICON_STANDARD: string;
239export declare const ICON_LARGE: string;
240/**
241 * Returns the namespace prefix for all Blueprint CSS classes.
242 * Customize this namespace at build time with the `process.env.BLUEPRINT_NAMESPACE` environment variable.
243 */
244export declare function getClassNamespace(): string;
245/** Return CSS class for alignment. */
246export declare function alignmentClass(alignment: Alignment | undefined): string | undefined;
247export declare function elevationClass(elevation: Elevation): string;
248export declare function elevationClass(elevation: undefined): undefined;
249export declare function elevationClass(elevation: Elevation | undefined): string | undefined;
250/**
251 * Returns CSS class for icon name.
252 */
253export declare function iconClass(iconName: string): string;
254export declare function iconClass(iconName: undefined): undefined;
255export declare function iconClass(iconName: string | undefined): string | undefined;
256/** Return CSS class for intent. */
257export declare function intentClass(intent: Intent): string;
258export declare function intentClass(intent: typeof Intent.NONE | undefined): undefined;
259export declare function intentClass(intent: Intent | undefined): Intent | undefined;
260export declare function positionClass(position: Position): string;
261export declare function positionClass(position: undefined): undefined;
262export declare function positionClass(position: Position | undefined): string | undefined;