mt-flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
75 lines (74 loc) • 3.31 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.theme = void 0;
const theme_1 = require("./components/Accordion/theme");
const theme_2 = require("./components/Alert/theme");
const theme_3 = require("./components/Avatar/theme");
const theme_4 = require("./components/Badge/theme");
const theme_5 = require("./components/Breadcrumb/theme");
const theme_6 = require("./components/Button/theme");
const theme_7 = require("./components/Card/theme");
const theme_8 = require("./components/Carousel/theme");
const theme_9 = require("./components/Checkbox/theme");
const theme_10 = require("./components/DarkThemeToggle/theme");
const theme_11 = require("./components/Dropdown/theme");
const theme_12 = require("./components/FileInput/theme");
const theme_13 = require("./components/Footer/theme");
const theme_14 = require("./components/HelperText/theme");
const theme_15 = require("./components/Label/theme");
const theme_16 = require("./components/ListGroup/theme");
const theme_17 = require("./components/Modal/theme");
const theme_18 = require("./components/Navbar/theme");
const theme_19 = require("./components/Pagination/theme");
const theme_20 = require("./components/Progress/theme");
const theme_21 = require("./components/Radio/theme");
const theme_22 = require("./components/RangeSlider/theme");
const theme_23 = require("./components/Rating/theme");
const theme_24 = require("./components/Select/theme");
const theme_25 = require("./components/Sidebar/theme");
const theme_26 = require("./components/Spinner/theme");
const theme_27 = require("./components/Tab/theme");
const theme_28 = require("./components/Table/theme");
const theme_29 = require("./components/TextInput/theme");
const theme_30 = require("./components/Textarea/theme");
const theme_31 = require("./components/Timeline/theme");
const theme_32 = require("./components/Toast/theme");
const theme_33 = require("./components/ToggleSwitch/theme");
const theme_34 = require("./components/Tooltip/theme");
exports.theme = {
accordion: theme_1.accordionTheme,
alert: theme_2.alertTheme,
avatar: theme_3.avatarTheme,
badge: theme_4.badgeTheme,
breadcrumb: theme_5.breadcrumbTheme,
button: theme_6.buttonTheme,
buttonGroup: theme_6.buttonGroupTheme,
card: theme_7.cardTheme,
carousel: theme_8.carouselTheme,
checkbox: theme_9.checkboxTheme,
darkThemeToggle: theme_10.darkThemeToggleTheme,
dropdown: theme_11.dropdownTheme,
fileInput: theme_12.fileInputTheme,
footer: theme_13.footerTheme,
helperText: theme_14.helperTextTheme,
label: theme_15.labelTheme,
listGroup: theme_16.listGroupTheme,
modal: theme_17.modalTheme,
navbar: theme_18.navbarTheme,
pagination: theme_19.paginationTheme,
progress: theme_20.progressTheme,
radio: theme_21.radioTheme,
rangeSlider: theme_22.rangeSliderTheme,
rating: theme_23.ratingTheme,
select: theme_24.selectTheme,
textInput: theme_29.textInputTheme,
textarea: theme_30.textareaTheme,
toggleSwitch: theme_33.toggleSwitchTheme,
sidebar: theme_25.sidebarTheme,
spinner: theme_26.spinnerTheme,
tab: theme_27.tabTheme,
table: theme_28.tableTheme,
timeline: theme_31.timelineTheme,
toast: theme_32.toastTheme,
tooltip: theme_34.tooltipTheme,
};