1 | import { AnimationStyles } from '@fluentui/theme/lib/motion/AnimationStyles';
|
2 | import { AnimationVariables } from '@fluentui/theme/lib/motion/AnimationStyles';
|
3 | import { concatStyleSets } from '@uifabric/merge-styles';
|
4 | import { concatStyleSetsWithProps } from '@uifabric/merge-styles';
|
5 | import { createFontStyles } from '@fluentui/theme/lib/fonts/index';
|
6 | import { createTheme } from '@fluentui/theme/lib/createTheme';
|
7 | import { DefaultEffects } from '@fluentui/theme/lib/effects/DefaultEffects';
|
8 | import { DefaultFontStyles } from '@fluentui/theme/lib/fonts/DefaultFontStyles';
|
9 | import { DefaultPalette } from '@fluentui/theme/lib/colors/DefaultPalette';
|
10 | import { fontFace } from '@uifabric/merge-styles';
|
11 | import { FontSizes } from '@fluentui/theme/lib/fonts/index';
|
12 | import { FontWeights } from '@fluentui/theme/lib/fonts/index';
|
13 | import { IAnimationStyles } from '@fluentui/theme/lib/types/IAnimationStyles';
|
14 | import { IAnimationVariables } from '@fluentui/theme/lib/types/IAnimationStyles';
|
15 | import { IconFontSizes } from '@fluentui/theme/lib/fonts/index';
|
16 | import { ICSPSettings } from '@uifabric/merge-styles';
|
17 | import { ICustomizerContext } from '@uifabric/utilities';
|
18 | import { IEffects } from '@fluentui/theme/lib/types/IEffects';
|
19 | import { IFontFace } from '@uifabric/merge-styles';
|
20 | import { IFontStyles } from '@fluentui/theme/lib/types/IFontStyles';
|
21 | import { IFontWeight } from '@uifabric/merge-styles';
|
22 | import { InjectionMode } from '@uifabric/merge-styles';
|
23 | import { IPalette } from '@fluentui/theme/lib/types/IPalette';
|
24 | import { IPartialTheme } from '@fluentui/theme/lib/types/ITheme';
|
25 | import { IProcessedStyleSet } from '@uifabric/merge-styles';
|
26 | import { IRawStyle } from '@uifabric/merge-styles';
|
27 | import { IScheme } from '@fluentui/theme/lib/types/ITheme';
|
28 | import { ISchemeNames } from '@fluentui/theme/lib/types/ITheme';
|
29 | import { ISemanticColors } from '@fluentui/theme/lib/types/ISemanticColors';
|
30 | import { ISemanticTextColors } from '@fluentui/theme/lib/types/ISemanticTextColors';
|
31 | import { ISpacing } from '@fluentui/theme/lib/types/ISpacing';
|
32 | import { IStyle } from '@uifabric/merge-styles';
|
33 | import { IStyleSet } from '@uifabric/merge-styles';
|
34 | import { IStyleSheetConfig } from '@uifabric/merge-styles';
|
35 | import { ITheme } from '@fluentui/theme/lib/types/ITheme';
|
36 | import { keyframes } from '@uifabric/merge-styles';
|
37 | import { mergeStyles } from '@uifabric/merge-styles';
|
38 | import { mergeStyleSets } from '@uifabric/merge-styles';
|
39 | import { registerDefaultFontFaces } from '@fluentui/theme/lib/fonts/DefaultFontStyles';
|
40 | import { Stylesheet } from '@uifabric/merge-styles';
|
41 |
|
42 |
|
43 |
|
44 |
|
45 | export declare const AnimationClassNames: {
|
46 | [key in keyof IAnimationStyles]?: string;
|
47 | };
|
48 | export { AnimationStyles }
|
49 | export { AnimationVariables }
|
50 |
|
51 |
|
52 |
|
53 |
|
54 |
|
55 |
|
56 |
|
57 | export declare function buildClassMap<T extends Object>(styles: T): {
|
58 | [key in keyof T]?: string;
|
59 | };
|
60 |
|
61 | export declare const ColorClassNames: IColorClassNames;
|
62 | export { concatStyleSets }
|
63 | export { concatStyleSetsWithProps }
|
64 |
|
65 | declare function _continuousPulseAnimationDouble(beaconColorOne: string, beaconColorTwo: string, innerDimension: string, outerDimension: string, borderWidth: string): string;
|
66 |
|
67 | declare function _continuousPulseAnimationSingle(beaconColorOne: string, beaconColorTwo: string, innerDimension: string, outerDimension: string, borderWidth: string): string;
|
68 |
|
69 | declare function _createDefaultAnimation(animationName: string, delayLength?: string): IRawStyle;
|
70 | export { createFontStyles }
|
71 | export { createTheme }
|
72 | export { DefaultEffects }
|
73 | export { DefaultFontStyles }
|
74 | export { DefaultPalette }
|
75 |
|
76 |
|
77 |
|
78 |
|
79 | export declare const EdgeChromiumHighContrastSelector = "@media screen and (-ms-high-contrast: active), screen and (forced-colors: active)";
|
80 |
|
81 |
|
82 |
|
83 |
|
84 | export declare function focusClear(): IRawStyle;
|
85 |
|
86 |
|
87 |
|
88 |
|
89 | export declare const FontClassNames: {
|
90 | [key in keyof IFontStyles]?: string;
|
91 | };
|
92 | export { fontFace }
|
93 | export { FontSizes }
|
94 | export { FontWeights }
|
95 |
|
96 |
|
97 |
|
98 |
|
99 |
|
100 | export declare function getEdgeChromiumNoHighContrastAdjustSelector(): {
|
101 | [EdgeChromiumHighContrastSelector]: IRawStyle;
|
102 | };
|
103 |
|
104 |
|
105 |
|
106 |
|
107 |
|
108 |
|
109 |
|
110 |
|
111 |
|
112 |
|
113 |
|
114 |
|
115 |
|
116 |
|
117 |
|
118 |
|
119 |
|
120 |
|
121 |
|
122 |
|
123 |
|
124 |
|
125 |
|
126 |
|
127 |
|
128 |
|
129 |
|
130 |
|
131 |
|
132 |
|
133 |
|
134 |
|
135 |
|
136 |
|
137 |
|
138 |
|
139 |
|
140 |
|
141 |
|
142 |
|
143 |
|
144 |
|
145 |
|
146 |
|
147 |
|
148 |
|
149 |
|
150 |
|
151 |
|
152 |
|
153 |
|
154 |
|
155 |
|
156 |
|
157 | export declare function getFadedOverflowStyle(theme: ITheme, color?: keyof ISemanticColors | keyof IPalette, direction?: 'horizontal' | 'vertical', width?: string | number, height?: string | number): IRawStyle;
|
158 |
|
159 |
|
160 |
|
161 |
|
162 |
|
163 |
|
164 |
|
165 |
|
166 |
|
167 |
|
168 | export declare function getFocusOutlineStyle(theme: ITheme, inset?: number, width?: number, color?: string): IRawStyle;
|
169 |
|
170 |
|
171 |
|
172 |
|
173 |
|
174 |
|
175 |
|
176 |
|
177 | export declare function getFocusStyle(theme: ITheme, options?: IGetFocusStylesOptions): IRawStyle;
|
178 |
|
179 |
|
180 |
|
181 |
|
182 |
|
183 |
|
184 |
|
185 |
|
186 |
|
187 |
|
188 |
|
189 |
|
190 |
|
191 |
|
192 |
|
193 | export declare function getFocusStyle(theme: ITheme, inset?: number, position?: 'relative' | 'absolute', highContrastStyle?: IRawStyle | undefined, borderColor?: string, outlineColor?: string, isFocusedOnly?: boolean): IRawStyle;
|
194 |
|
195 |
|
196 |
|
197 |
|
198 |
|
199 |
|
200 |
|
201 |
|
202 |
|
203 |
|
204 | export declare function getGlobalClassNames<T>(classNames: GlobalClassNames<T>, theme: ITheme, disableGlobalClassNames?: boolean): GlobalClassNames<T>;
|
205 |
|
206 |
|
207 |
|
208 |
|
209 | export declare function getHighContrastNoAdjustStyle(): IRawStyle;
|
210 |
|
211 |
|
212 |
|
213 |
|
214 |
|
215 |
|
216 |
|
217 |
|
218 | export declare function getIcon(name?: string): IIconRecord | undefined;
|
219 |
|
220 |
|
221 |
|
222 |
|
223 |
|
224 |
|
225 |
|
226 | export declare function getIconClassName(name: string): string;
|
227 |
|
228 |
|
229 |
|
230 |
|
231 |
|
232 |
|
233 |
|
234 |
|
235 |
|
236 |
|
237 |
|
238 | export declare const getInputFocusStyle: (borderColor: string, borderRadius: string | number, borderType?: "border" | "borderBottom", borderPosition?: number) => IRawStyle;
|
239 |
|
240 |
|
241 |
|
242 |
|
243 |
|
244 |
|
245 | export declare function getPlaceholderStyles(styles: IStyle): IStyle;
|
246 |
|
247 | export declare function getScreenSelector(min: number | undefined, max: number | undefined): string;
|
248 |
|
249 |
|
250 |
|
251 |
|
252 |
|
253 | export declare function getTheme(depComments?: boolean): ITheme;
|
254 |
|
255 |
|
256 |
|
257 |
|
258 |
|
259 |
|
260 |
|
261 |
|
262 |
|
263 |
|
264 |
|
265 |
|
266 |
|
267 |
|
268 |
|
269 |
|
270 | export declare function getThemedContext(context: ICustomizerContext, scheme?: ISchemeNames, theme?: ITheme): ICustomizerContext;
|
271 |
|
272 | export declare type GlobalClassNames<IStyles> = Record<keyof IStyles, string>;
|
273 |
|
274 | export declare const hiddenContentStyle: IRawStyle;
|
275 |
|
276 | export declare const HighContrastSelector = "@media screen and (-ms-high-contrast: active), screen and (forced-colors: active)";
|
277 |
|
278 | export declare const HighContrastSelectorBlack = "@media screen and (-ms-high-contrast: white-on-black), screen and (forced-colors: active) and (prefers-color-scheme: dark)";
|
279 |
|
280 | export declare const HighContrastSelectorWhite = "@media screen and (-ms-high-contrast: black-on-white), screen and (forced-colors: active) and (prefers-color-scheme: light)";
|
281 | export { IAnimationStyles }
|
282 | export { IAnimationVariables }
|
283 |
|
284 |
|
285 |
|
286 |
|
287 | declare interface IColorClassNames {
|
288 | themeDarker: string;
|
289 | themeDarkerHover: string;
|
290 | themeDarkerBackground: string;
|
291 | themeDarkerBackgroundHover: string;
|
292 | themeDarkerBorder: string;
|
293 | themeDarkerBorderHover: string;
|
294 | themeDark: string;
|
295 | themeDarkHover: string;
|
296 | themeDarkBackground: string;
|
297 | themeDarkBackgroundHover: string;
|
298 | themeDarkBorder: string;
|
299 | themeDarkBorderHover: string;
|
300 | themeDarkAlt: string;
|
301 | themeDarkAltHover: string;
|
302 | themeDarkAltBackground: string;
|
303 | themeDarkAltBackgroundHover: string;
|
304 | themeDarkAltBorder: string;
|
305 | themeDarkAltBorderHover: string;
|
306 | themePrimary: string;
|
307 | themePrimaryHover: string;
|
308 | themePrimaryBackground: string;
|
309 | themePrimaryBackgroundHover: string;
|
310 | themePrimaryBorder: string;
|
311 | themePrimaryBorderHover: string;
|
312 | themeSecondary: string;
|
313 | themeSecondaryHover: string;
|
314 | themeSecondaryBackground: string;
|
315 | themeSecondaryBackgroundHover: string;
|
316 | themeSecondaryBorder: string;
|
317 | themeSecondaryBorderHover: string;
|
318 | themeTertiary: string;
|
319 | themeTertiaryHover: string;
|
320 | themeTertiaryBackground: string;
|
321 | themeTertiaryBackgroundHover: string;
|
322 | themeTertiaryBorder: string;
|
323 | themeTertiaryBorderHover: string;
|
324 | themeLight: string;
|
325 | themeLightHover: string;
|
326 | themeLightBackground: string;
|
327 | themeLightBackgroundHover: string;
|
328 | themeLightBorder: string;
|
329 | themeLightBorderHover: string;
|
330 | themeLighter: string;
|
331 | themeLighterHover: string;
|
332 | themeLighterBackground: string;
|
333 | themeLighterBackgroundHover: string;
|
334 | themeLighterBorder: string;
|
335 | themeLighterBorderHover: string;
|
336 | themeLighterAlt: string;
|
337 | themeLighterAltHover: string;
|
338 | themeLighterAltBackground: string;
|
339 | themeLighterAltBackgroundHover: string;
|
340 | themeLighterAltBorder: string;
|
341 | themeLighterAltBorderHover: string;
|
342 | black: string;
|
343 | blackHover: string;
|
344 | blackBackground: string;
|
345 | blackBackgroundHover: string;
|
346 | blackBorder: string;
|
347 | blackBorderHover: string;
|
348 | blackTranslucent40: string;
|
349 | blackTranslucent40Hover: string;
|
350 | blackTranslucent40Background: string;
|
351 | blackTranslucent40BackgroundHover: string;
|
352 | blackTranslucent40Border: string;
|
353 | blackTranslucent40BorderHover: string;
|
354 | neutralDark: string;
|
355 | neutralDarkHover: string;
|
356 | neutralDarkBackground: string;
|
357 | neutralDarkBackgroundHover: string;
|
358 | neutralDarkBorder: string;
|
359 | neutralDarkBorderHover: string;
|
360 | neutralPrimary: string;
|
361 | neutralPrimaryHover: string;
|
362 | neutralPrimaryBackground: string;
|
363 | neutralPrimaryBackgroundHover: string;
|
364 | neutralPrimaryBorder: string;
|
365 | neutralPrimaryBorderHover: string;
|
366 | neutralPrimaryAlt: string;
|
367 | neutralPrimaryAltHover: string;
|
368 | neutralPrimaryAltBackground: string;
|
369 | neutralPrimaryAltBackgroundHover: string;
|
370 | neutralPrimaryAltBorder: string;
|
371 | neutralPrimaryAltBorderHover: string;
|
372 | neutralSecondary: string;
|
373 | neutralSecondaryHover: string;
|
374 | neutralSecondaryBackground: string;
|
375 | neutralSecondaryBackgroundHover: string;
|
376 | neutralSecondaryBorder: string;
|
377 | neutralSecondaryBorderHover: string;
|
378 | neutralSecondaryAlt: string;
|
379 | neutralSecondaryAltHover: string;
|
380 | neutralSecondaryAltBackground: string;
|
381 | neutralSecondaryAltBackgroundHover: string;
|
382 | neutralSecondaryAltBorder: string;
|
383 | neutralSecondaryAltBorderHover: string;
|
384 | neutralTertiary: string;
|
385 | neutralTertiaryHover: string;
|
386 | neutralTertiaryBackground: string;
|
387 | neutralTertiaryBackgroundHover: string;
|
388 | neutralTertiaryBorder: string;
|
389 | neutralTertiaryBorderHover: string;
|
390 | neutralTertiaryAlt: string;
|
391 | neutralTertiaryAltHover: string;
|
392 | neutralTertiaryAltBackground: string;
|
393 | neutralTertiaryAltBackgroundHover: string;
|
394 | neutralTertiaryAltBorder: string;
|
395 | neutralTertiaryAltBorderHover: string;
|
396 | neutralQuaternary: string;
|
397 | neutralQuaternaryHover: string;
|
398 | neutralQuaternaryBackground: string;
|
399 | neutralQuaternaryBackgroundHover: string;
|
400 | neutralQuaternaryBorder: string;
|
401 | neutralQuaternaryBorderHover: string;
|
402 | neutralQuaternaryAlt: string;
|
403 | neutralQuaternaryAltHover: string;
|
404 | neutralQuaternaryAltBackground: string;
|
405 | neutralQuaternaryAltBackgroundHover: string;
|
406 | neutralQuaternaryAltBorder: string;
|
407 | neutralQuaternaryAltBorderHover: string;
|
408 | neutralLight: string;
|
409 | neutralLightHover: string;
|
410 | neutralLightBackground: string;
|
411 | neutralLightBackgroundHover: string;
|
412 | neutralLightBorder: string;
|
413 | neutralLightBorderHover: string;
|
414 | neutralLighter: string;
|
415 | neutralLighterHover: string;
|
416 | neutralLighterBackground: string;
|
417 | neutralLighterBackgroundHover: string;
|
418 | neutralLighterBorder: string;
|
419 | neutralLighterBorderHover: string;
|
420 | neutralLighterAlt: string;
|
421 | neutralLighterAltHover: string;
|
422 | neutralLighterAltBackground: string;
|
423 | neutralLighterAltBackgroundHover: string;
|
424 | neutralLighterAltBorder: string;
|
425 | neutralLighterAltBorderHover: string;
|
426 | white: string;
|
427 | whiteHover: string;
|
428 | whiteBackground: string;
|
429 | whiteBackgroundHover: string;
|
430 | whiteBorder: string;
|
431 | whiteBorderHover: string;
|
432 | whiteTranslucent40: string;
|
433 | whiteTranslucent40Hover: string;
|
434 | whiteTranslucent40Background: string;
|
435 | whiteTranslucent40BackgroundHover: string;
|
436 | whiteTranslucent40Border: string;
|
437 | whiteTranslucent40BorderHover: string;
|
438 | yellow: string;
|
439 | yellowHover: string;
|
440 | yellowBackground: string;
|
441 | yellowBackgroundHover: string;
|
442 | yellowBorder: string;
|
443 | yellowBorderHover: string;
|
444 | yellowLight: string;
|
445 | yellowLightHover: string;
|
446 | yellowLightBackground: string;
|
447 | yellowLightBackgroundHover: string;
|
448 | yellowLightBorder: string;
|
449 | yellowLightBorderHover: string;
|
450 | orange: string;
|
451 | orangeHover: string;
|
452 | orangeBackground: string;
|
453 | orangeBackgroundHover: string;
|
454 | orangeBorder: string;
|
455 | orangeBorderHover: string;
|
456 | orangeLight: string;
|
457 | orangeLightHover: string;
|
458 | orangeLightBackground: string;
|
459 | orangeLightBackgroundHover: string;
|
460 | orangeLightBorder: string;
|
461 | orangeLightBorderHover: string;
|
462 | orangeLighter: string;
|
463 | orangeLighterHover: string;
|
464 | orangeLighterBackground: string;
|
465 | orangeLighterBackgroundHover: string;
|
466 | orangeLighterBorder: string;
|
467 | orangeLighterBorderHover: string;
|
468 | redDark: string;
|
469 | redDarkHover: string;
|
470 | redDarkBackground: string;
|
471 | redDarkBackgroundHover: string;
|
472 | redDarkBorder: string;
|
473 | redDarkBorderHover: string;
|
474 | red: string;
|
475 | redHover: string;
|
476 | redBackground: string;
|
477 | redBackgroundHover: string;
|
478 | redBorder: string;
|
479 | redBorderHover: string;
|
480 | magentaDark: string;
|
481 | magentaDarkHover: string;
|
482 | magentaDarkBackground: string;
|
483 | magentaDarkBackgroundHover: string;
|
484 | magentaDarkBorder: string;
|
485 | magentaDarkBorderHover: string;
|
486 | magenta: string;
|
487 | magentaHover: string;
|
488 | magentaBackground: string;
|
489 | magentaBackgroundHover: string;
|
490 | magentaBorder: string;
|
491 | magentaBorderHover: string;
|
492 | magentaLight: string;
|
493 | magentaLightHover: string;
|
494 | magentaLightBackground: string;
|
495 | magentaLightBackgroundHover: string;
|
496 | magentaLightBorder: string;
|
497 | magentaLightBorderHover: string;
|
498 | purpleDark: string;
|
499 | purpleDarkHover: string;
|
500 | purpleDarkBackground: string;
|
501 | purpleDarkBackgroundHover: string;
|
502 | purpleDarkBorder: string;
|
503 | purpleDarkBorderHover: string;
|
504 | purple: string;
|
505 | purpleHover: string;
|
506 | purpleBackground: string;
|
507 | purpleBackgroundHover: string;
|
508 | purpleBorder: string;
|
509 | purpleBorderHover: string;
|
510 | purpleLight: string;
|
511 | purpleLightHover: string;
|
512 | purpleLightBackground: string;
|
513 | purpleLightBackgroundHover: string;
|
514 | purpleLightBorder: string;
|
515 | purpleLightBorderHover: string;
|
516 | blueDark: string;
|
517 | blueDarkHover: string;
|
518 | blueDarkBackground: string;
|
519 | blueDarkBackgroundHover: string;
|
520 | blueDarkBorder: string;
|
521 | blueDarkBorderHover: string;
|
522 | blueMid: string;
|
523 | blueMidHover: string;
|
524 | blueMidBackground: string;
|
525 | blueMidBackgroundHover: string;
|
526 | blueMidBorder: string;
|
527 | blueMidBorderHover: string;
|
528 | blue: string;
|
529 | blueHover: string;
|
530 | blueBackground: string;
|
531 | blueBackgroundHover: string;
|
532 | blueBorder: string;
|
533 | blueBorderHover: string;
|
534 | blueLight: string;
|
535 | blueLightHover: string;
|
536 | blueLightBackground: string;
|
537 | blueLightBackgroundHover: string;
|
538 | blueLightBorder: string;
|
539 | blueLightBorderHover: string;
|
540 | tealDark: string;
|
541 | tealDarkHover: string;
|
542 | tealDarkBackground: string;
|
543 | tealDarkBackgroundHover: string;
|
544 | tealDarkBorder: string;
|
545 | tealDarkBorderHover: string;
|
546 | teal: string;
|
547 | tealHover: string;
|
548 | tealBackground: string;
|
549 | tealBackgroundHover: string;
|
550 | tealBorder: string;
|
551 | tealBorderHover: string;
|
552 | tealLight: string;
|
553 | tealLightHover: string;
|
554 | tealLightBackground: string;
|
555 | tealLightBackgroundHover: string;
|
556 | tealLightBorder: string;
|
557 | tealLightBorderHover: string;
|
558 | greenDark: string;
|
559 | greenDarkHover: string;
|
560 | greenDarkBackground: string;
|
561 | greenDarkBackgroundHover: string;
|
562 | greenDarkBorder: string;
|
563 | greenDarkBorderHover: string;
|
564 | green: string;
|
565 | greenHover: string;
|
566 | greenBackground: string;
|
567 | greenBackgroundHover: string;
|
568 | greenBorder: string;
|
569 | greenBorderHover: string;
|
570 | greenLight: string;
|
571 | greenLightHover: string;
|
572 | greenLightBackground: string;
|
573 | greenLightBackgroundHover: string;
|
574 | greenLightBorder: string;
|
575 | greenLightBorderHover: string;
|
576 | }
|
577 | export { IconFontSizes }
|
578 | export { ICSPSettings }
|
579 | export { IEffects }
|
580 | export { IFontFace }
|
581 | export { IFontStyles }
|
582 | export { IFontWeight }
|
583 |
|
584 | export declare interface IGetFocusStylesOptions {
|
585 | |
586 |
|
587 |
|
588 |
|
589 | inset?: number;
|
590 | |
591 |
|
592 |
|
593 |
|
594 | width?: number;
|
595 | |
596 |
|
597 |
|
598 |
|
599 |
|
600 | position?: 'relative' | 'absolute';
|
601 | |
602 |
|
603 |
|
604 | highContrastStyle?: IRawStyle;
|
605 | |
606 |
|
607 |
|
608 |
|
609 | borderColor?: string;
|
610 | |
611 |
|
612 |
|
613 |
|
614 | outlineColor?: string;
|
615 | |
616 |
|
617 |
|
618 |
|
619 | isFocusedOnly?: boolean;
|
620 | }
|
621 |
|
622 | export declare interface IIconOptions {
|
623 | |
624 |
|
625 |
|
626 |
|
627 |
|
628 |
|
629 |
|
630 |
|
631 |
|
632 |
|
633 |
|
634 |
|
635 |
|
636 |
|
637 | disableWarnings: boolean;
|
638 | |
639 |
|
640 |
|
641 |
|
642 | warnOnMissingIcons?: boolean;
|
643 | }
|
644 |
|
645 | export declare interface IIconRecord {
|
646 | code: string | undefined;
|
647 | subset: IIconSubsetRecord;
|
648 | }
|
649 |
|
650 | export declare interface IIconSubset {
|
651 | fontFace?: IFontFace;
|
652 | icons: {
|
653 | [key: string]: string | JSX.Element;
|
654 | };
|
655 | style?: IRawStyle;
|
656 | |
657 |
|
658 |
|
659 |
|
660 | mergeImageProps?: boolean;
|
661 | }
|
662 |
|
663 | export declare interface IIconSubsetRecord extends IIconSubset {
|
664 | isRegistered?: boolean;
|
665 | className?: string;
|
666 | }
|
667 | export { InjectionMode }
|
668 | export { IPalette }
|
669 | export { IPartialTheme }
|
670 | export { IProcessedStyleSet }
|
671 | export { IRawStyle }
|
672 | export { IScheme }
|
673 | export { ISchemeNames }
|
674 | export { ISemanticColors }
|
675 | export { ISemanticTextColors }
|
676 | export { ISpacing }
|
677 | export { IStyle }
|
678 | export { IStyleSet }
|
679 | export { IStyleSheetConfig }
|
680 | export { ITheme }
|
681 | export { keyframes }
|
682 |
|
683 |
|
684 |
|
685 |
|
686 |
|
687 |
|
688 | export declare function loadTheme(theme: IPartialTheme, depComments?: boolean): ITheme;
|
689 | export { mergeStyles }
|
690 | export { mergeStyleSets }
|
691 |
|
692 | export declare const normalize: IRawStyle;
|
693 |
|
694 | export declare const noWrap: IRawStyle;
|
695 |
|
696 | export declare const PulsingBeaconAnimationStyles: {
|
697 | continuousPulseAnimationDouble: typeof _continuousPulseAnimationDouble;
|
698 | continuousPulseAnimationSingle: typeof _continuousPulseAnimationSingle;
|
699 | createDefaultAnimation: typeof _createDefaultAnimation;
|
700 | };
|
701 | export { registerDefaultFontFaces }
|
702 |
|
703 |
|
704 |
|
705 |
|
706 | export declare function registerIconAlias(iconName: string, mappedToName: string): void;
|
707 |
|
708 |
|
709 |
|
710 |
|
711 |
|
712 |
|
713 | export declare function registerIcons(iconSubset: IIconSubset, options?: Partial<IIconOptions>): void;
|
714 |
|
715 |
|
716 |
|
717 |
|
718 |
|
719 |
|
720 | export declare function registerOnThemeChangeCallback(callback: (theme: ITheme) => void): void;
|
721 |
|
722 |
|
723 |
|
724 |
|
725 |
|
726 | export declare function removeOnThemeChangeCallback(callback: (theme: ITheme) => void): void;
|
727 |
|
728 | export declare const ScreenWidthMaxLarge: number;
|
729 |
|
730 | export declare const ScreenWidthMaxMedium: number;
|
731 |
|
732 | export declare const ScreenWidthMaxSmall: number;
|
733 |
|
734 | export declare const ScreenWidthMaxXLarge: number;
|
735 |
|
736 | export declare const ScreenWidthMaxXXLarge: number;
|
737 |
|
738 | export declare const ScreenWidthMinLarge = 640;
|
739 |
|
740 | export declare const ScreenWidthMinMedium = 480;
|
741 |
|
742 | export declare const ScreenWidthMinSmall = 320;
|
743 |
|
744 | export declare const ScreenWidthMinUhfMobile = 768;
|
745 |
|
746 | export declare const ScreenWidthMinXLarge = 1024;
|
747 |
|
748 | export declare const ScreenWidthMinXXLarge = 1366;
|
749 |
|
750 | export declare const ScreenWidthMinXXXLarge = 1920;
|
751 |
|
752 |
|
753 |
|
754 |
|
755 |
|
756 |
|
757 | export declare function setIconOptions(options: Partial<IIconOptions>): void;
|
758 | export { Stylesheet }
|
759 |
|
760 | export declare const ThemeSettingName = "theme";
|
761 |
|
762 |
|
763 |
|
764 |
|
765 |
|
766 |
|
767 | export declare function unregisterIcons(iconNames: string[]): void;
|
768 |
|
769 | export declare namespace ZIndexes {
|
770 | const Nav: number;
|
771 | |
772 |
|
773 |
|
774 | const ScrollablePane: number;
|
775 | const FocusStyle: number;
|
776 | const Coachmark: number;
|
777 | const Layer: number;
|
778 | const KeytipLayer: number;
|
779 | }
|
780 |
|
781 | export { }
|