@kalamazoo/profilecard
Version:
A React component to display a card with user information.
52 lines • 1.47 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var theme_1 = require("@kalamazoo/theme");
exports.bgColor = theme_1.themed({
light: theme_1.colors.N0,
dark: theme_1.colors.DN50,
});
exports.headerBgColor = theme_1.themed({
light: theme_1.colors.B500,
dark: theme_1.colors.B100,
});
exports.headerBgColorDisabledUser = theme_1.themed({
light: theme_1.colors.N30,
dark: theme_1.colors.B100,
});
exports.headerTextColor = theme_1.themed({
light: theme_1.colors.N0,
dark: theme_1.colors.N0,
});
exports.headerTextColorInactive = theme_1.themed({
light: theme_1.colors.N800,
dark: theme_1.colors.N0,
});
exports.appLabelBgColor = theme_1.themed({
light: theme_1.colors.N20,
dark: theme_1.colors.N20,
});
exports.appLabelTextColor = theme_1.themed({
light: theme_1.colors.N500,
dark: theme_1.colors.N500,
});
exports.labelTextColor = theme_1.themed({
light: theme_1.colors.N800,
dark: theme_1.colors.DN900,
});
exports.labelIconColor = theme_1.themed({
light: theme_1.colors.N60,
dark: theme_1.colors.DN100,
});
exports.errorIconColor = theme_1.themed({
light: theme_1.colors.N90,
dark: theme_1.colors.DN90,
});
exports.errorTitleColor = theme_1.themed({
light: theme_1.colors.N800,
dark: theme_1.colors.DN800,
});
exports.errorTextColor = theme_1.themed({
light: theme_1.colors.N90,
dark: theme_1.colors.DN90,
});
//# sourceMappingURL=constants.js.map