flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
86 lines (85 loc) • 3.84 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/Blockquote/theme");
const theme_6 = require("./components/Breadcrumb/theme");
const theme_7 = require("./components/Button/theme");
const theme_8 = require("./components/Card/theme");
const theme_9 = require("./components/Carousel/theme");
const theme_10 = require("./components/Checkbox/theme");
const theme_11 = require("./components/DarkThemeToggle/theme");
const theme_12 = require("./components/Datepicker/theme");
const theme_13 = require("./components/Dropdown/theme");
const theme_14 = require("./components/FileInput/theme");
const theme_15 = require("./components/FloatingLabel/theme");
const theme_16 = require("./components/Footer/theme");
const theme_17 = require("./components/HelperText/theme");
const theme_18 = require("./components/Kbd/theme");
const theme_19 = require("./components/Label/theme");
const theme_20 = require("./components/List/theme");
const theme_21 = require("./components/ListGroup/theme");
const theme_22 = require("./components/Modal/theme");
const theme_23 = require("./components/Navbar/theme");
const theme_24 = require("./components/Pagination/theme");
const theme_25 = require("./components/Progress/theme");
const theme_26 = require("./components/Radio/theme");
const theme_27 = require("./components/RangeSlider/theme");
const theme_28 = require("./components/Rating/theme");
const theme_29 = require("./components/Select/theme");
const theme_30 = require("./components/Sidebar/theme");
const theme_31 = require("./components/Spinner/theme");
const theme_32 = require("./components/Table/theme");
const theme_33 = require("./components/Tabs/theme");
const theme_34 = require("./components/TextInput/theme");
const theme_35 = require("./components/Textarea/theme");
const theme_36 = require("./components/Timeline/theme");
const theme_37 = require("./components/Toast/theme");
const theme_38 = require("./components/ToggleSwitch/theme");
const theme_39 = require("./components/Tooltip/theme");
exports.theme = {
accordion: theme_1.accordionTheme,
alert: theme_2.alertTheme,
avatar: theme_3.avatarTheme,
badge: theme_4.badgeTheme,
blockquote: theme_5.blockquoteTheme,
breadcrumb: theme_6.breadcrumbTheme,
button: theme_7.buttonTheme,
buttonGroup: theme_7.buttonGroupTheme,
card: theme_8.cardTheme,
carousel: theme_9.carouselTheme,
checkbox: theme_10.checkboxTheme,
datepicker: theme_12.datePickerTheme,
darkThemeToggle: theme_11.darkThemeToggleTheme,
dropdown: theme_13.dropdownTheme,
fileInput: theme_14.fileInputTheme,
floatingLabel: theme_15.floatingLabelTheme,
footer: theme_16.footerTheme,
helperText: theme_17.helperTextTheme,
kbd: theme_18.kbdTheme,
label: theme_19.labelTheme,
listGroup: theme_21.listGroupTheme,
list: theme_20.listTheme,
modal: theme_22.modalTheme,
navbar: theme_23.navbarTheme,
pagination: theme_24.paginationTheme,
progress: theme_25.progressTheme,
radio: theme_26.radioTheme,
rangeSlider: theme_27.rangeSliderTheme,
rating: theme_28.ratingTheme,
ratingAdvanced: theme_28.ratingAdvancedTheme,
select: theme_29.selectTheme,
textInput: theme_34.textInputTheme,
textarea: theme_35.textareaTheme,
toggleSwitch: theme_38.toggleSwitchTheme,
sidebar: theme_30.sidebarTheme,
spinner: theme_31.spinnerTheme,
table: theme_32.tableTheme,
tabs: theme_33.tabTheme,
timeline: theme_36.timelineTheme,
toast: theme_37.toastTheme,
tooltip: theme_39.tooltipTheme,
};