@fluentui/react
Version:
Reusable React components for building web experiences.
115 lines • 7.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SharedColors = exports.NeutralColors = exports.MotionAnimations = exports.MotionTimings = exports.MotionDurations = exports.mergeThemes = exports.LocalizedFontNames = exports.LocalizedFontFamilies = exports.FluentTheme = exports.Depths = exports.DefaultSpacing = exports.CommunicationColors = void 0;
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ActivityItem"), exports);
tslib_1.__exportStar(require("./Autofill"), exports);
tslib_1.__exportStar(require("./Announced"), exports);
tslib_1.__exportStar(require("./Breadcrumb"), exports);
tslib_1.__exportStar(require("./Button"), exports);
tslib_1.__exportStar(require("./ButtonGrid"), exports);
tslib_1.__exportStar(require("./Calendar"), exports);
tslib_1.__exportStar(require("./Callout"), exports);
tslib_1.__exportStar(require("./Check"), exports);
tslib_1.__exportStar(require("./Checkbox"), exports);
tslib_1.__exportStar(require("./ChoiceGroup"), exports);
// export * from './ChoiceGroupOption'; // exported by ChoiceGroup
tslib_1.__exportStar(require("./Coachmark"), exports);
tslib_1.__exportStar(require("./Color"), exports);
tslib_1.__exportStar(require("./ColorPicker"), exports);
tslib_1.__exportStar(require("./ComboBox"), exports);
tslib_1.__exportStar(require("./CommandBar"), exports);
tslib_1.__exportStar(require("./ContextualMenu"), exports);
tslib_1.__exportStar(require("./DatePicker"), exports);
tslib_1.__exportStar(require("./DateTimeUtilities"), exports);
tslib_1.__exportStar(require("./DetailsList"), exports);
tslib_1.__exportStar(require("./Dialog"), exports);
tslib_1.__exportStar(require("./Divider"), exports);
tslib_1.__exportStar(require("./DocumentCard"), exports);
tslib_1.__exportStar(require("./DragDrop"), exports);
tslib_1.__exportStar(require("./Dropdown"), exports);
tslib_1.__exportStar(require("./ExtendedPicker"), exports);
tslib_1.__exportStar(require("./Fabric"), exports);
tslib_1.__exportStar(require("./Facepile"), exports);
tslib_1.__exportStar(require("./FloatingPicker"), exports);
tslib_1.__exportStar(require("./FocusTrapZone"), exports);
tslib_1.__exportStar(require("./FocusZone"), exports);
tslib_1.__exportStar(require("./Grid"), exports);
tslib_1.__exportStar(require("./GroupedList"), exports);
tslib_1.__exportStar(require("./HoverCard"), exports);
tslib_1.__exportStar(require("./Icon"), exports);
tslib_1.__exportStar(require("./Icons"), exports);
tslib_1.__exportStar(require("./Image"), exports);
tslib_1.__exportStar(require("./Keytips"), exports);
tslib_1.__exportStar(require("./Keytip"), exports);
tslib_1.__exportStar(require("./KeytipData"), exports);
tslib_1.__exportStar(require("./KeytipLayer"), exports);
tslib_1.__exportStar(require("./Label"), exports);
tslib_1.__exportStar(require("./Layer"), exports);
tslib_1.__exportStar(require("./Link"), exports);
tslib_1.__exportStar(require("./List"), exports);
tslib_1.__exportStar(require("./MarqueeSelection"), exports);
tslib_1.__exportStar(require("./MessageBar"), exports);
tslib_1.__exportStar(require("./Modal"), exports);
tslib_1.__exportStar(require("./Nav"), exports);
tslib_1.__exportStar(require("./OverflowSet"), exports);
tslib_1.__exportStar(require("./Overlay"), exports);
tslib_1.__exportStar(require("./Panel"), exports);
tslib_1.__exportStar(require("./Persona"), exports);
tslib_1.__exportStar(require("./PersonaCoin"), exports);
// export * from './PersonaPresence'; (Exported as part of Persona)
tslib_1.__exportStar(require("./Pickers"), exports);
tslib_1.__exportStar(require("./Pivot"), exports);
tslib_1.__exportStar(require("./Popup"), exports);
tslib_1.__exportStar(require("./Positioning"), exports);
tslib_1.__exportStar(require("./PositioningContainer"), exports);
tslib_1.__exportStar(require("./ProgressIndicator"), exports);
tslib_1.__exportStar(require("./Rating"), exports);
tslib_1.__exportStar(require("./ResizeGroup"), exports);
tslib_1.__exportStar(require("./ResponsiveMode"), exports);
tslib_1.__exportStar(require("./ScrollablePane"), exports);
tslib_1.__exportStar(require("./SearchBox"), exports);
tslib_1.__exportStar(require("./SelectableOption"), exports);
tslib_1.__exportStar(require("./SelectedItemsList"), exports);
tslib_1.__exportStar(require("./Selection"), exports);
tslib_1.__exportStar(require("./Separator"), exports);
tslib_1.__exportStar(require("./Shimmer"), exports);
tslib_1.__exportStar(require("./ShimmeredDetailsList"), exports);
tslib_1.__exportStar(require("./Slider"), exports);
tslib_1.__exportStar(require("./SpinButton"), exports);
tslib_1.__exportStar(require("./Spinner"), exports);
tslib_1.__exportStar(require("./Stack"), exports);
tslib_1.__exportStar(require("./Sticky"), exports);
tslib_1.__exportStar(require("./Styling"), exports);
tslib_1.__exportStar(require("./SwatchColorPicker"), exports);
tslib_1.__exportStar(require("./TeachingBubble"), exports);
tslib_1.__exportStar(require("./Text"), exports);
tslib_1.__exportStar(require("./TextField"), exports);
tslib_1.__exportStar(require("./ThemeGenerator"), exports);
tslib_1.__exportStar(require("./TimePicker"), exports);
tslib_1.__exportStar(require("./Toggle"), exports);
tslib_1.__exportStar(require("./Tooltip"), exports);
tslib_1.__exportStar(require("./Utilities"), exports);
tslib_1.__exportStar(require("./WeeklyDayPicker"), exports);
tslib_1.__exportStar(require("./WindowProvider"), exports);
/**
* Now explicitly declaring Theme exports that are NOT already being exported from Styles.
* Styles and Theme both exported the same names which causes conflicting
* star exports with webpack5. See here: https://github.com/microsoft/fluentui/issues/21601.
*/
tslib_1.__exportStar(require("./utilities/ThemeProvider/index"), exports);
var Theme_1 = require("./Theme");
Object.defineProperty(exports, "CommunicationColors", { enumerable: true, get: function () { return Theme_1.CommunicationColors; } });
Object.defineProperty(exports, "DefaultSpacing", { enumerable: true, get: function () { return Theme_1.DefaultSpacing; } });
Object.defineProperty(exports, "Depths", { enumerable: true, get: function () { return Theme_1.Depths; } });
Object.defineProperty(exports, "FluentTheme", { enumerable: true, get: function () { return Theme_1.FluentTheme; } });
Object.defineProperty(exports, "LocalizedFontFamilies", { enumerable: true, get: function () { return Theme_1.LocalizedFontFamilies; } });
Object.defineProperty(exports, "LocalizedFontNames", { enumerable: true, get: function () { return Theme_1.LocalizedFontNames; } });
Object.defineProperty(exports, "mergeThemes", { enumerable: true, get: function () { return Theme_1.mergeThemes; } });
Object.defineProperty(exports, "MotionDurations", { enumerable: true, get: function () { return Theme_1.MotionDurations; } });
Object.defineProperty(exports, "MotionTimings", { enumerable: true, get: function () { return Theme_1.MotionTimings; } });
Object.defineProperty(exports, "MotionAnimations", { enumerable: true, get: function () { return Theme_1.MotionAnimations; } });
Object.defineProperty(exports, "NeutralColors", { enumerable: true, get: function () { return Theme_1.NeutralColors; } });
Object.defineProperty(exports, "SharedColors", { enumerable: true, get: function () { return Theme_1.SharedColors; } });
require("./version");
//# sourceMappingURL=index.js.map