jebcolors
Version:
npm module that contains colors, gradients and a class used to modify the colors or gradients
20 lines • 2.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.webMainColors = exports.socialMainColors = exports.languageMainColors = exports.jebcUnusedColors = exports.jebcMainColors = exports.consoleMainColors = exports.bootstrapUnusedColors = exports.bootstrapMainColors = exports.bootstrapGrayColors = void 0;
// Module that exports the colors
var bootstrap_variables_1 = require("./bootstrap-variables");
Object.defineProperty(exports, "bootstrapGrayColors", { enumerable: true, get: function () { return bootstrap_variables_1.bootstrapGrayColors; } });
Object.defineProperty(exports, "bootstrapMainColors", { enumerable: true, get: function () { return bootstrap_variables_1.bootstrapMainColors; } });
Object.defineProperty(exports, "bootstrapUnusedColors", { enumerable: true, get: function () { return bootstrap_variables_1.bootstrapUnusedColors; } });
var console_variables_1 = require("./console-variables");
Object.defineProperty(exports, "consoleMainColors", { enumerable: true, get: function () { return console_variables_1.consoleMainColors; } });
var jebc_variables_1 = require("./jebc-variables");
Object.defineProperty(exports, "jebcMainColors", { enumerable: true, get: function () { return jebc_variables_1.jebcMainColors; } });
Object.defineProperty(exports, "jebcUnusedColors", { enumerable: true, get: function () { return jebc_variables_1.jebcUnusedColors; } });
var language_variables_1 = require("./language-variables");
Object.defineProperty(exports, "languageMainColors", { enumerable: true, get: function () { return language_variables_1.languageMainColors; } });
var social_variables_1 = require("./social-variables");
Object.defineProperty(exports, "socialMainColors", { enumerable: true, get: function () { return social_variables_1.socialMainColors; } });
var web_variables_1 = require("./web-variables");
Object.defineProperty(exports, "webMainColors", { enumerable: true, get: function () { return web_variables_1.webMainColors; } });
//# sourceMappingURL=index.js.map