@crossed/theme
Version:
unicons
44 lines (43 loc) • 1.31 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var primary_exports = {};
__export(primary_exports, {
primary: () => primary
});
module.exports = __toCommonJS(primary_exports);
const primary = {
0: "#F4F2FC",
1: "#EBEAFE",
10: "#DAD9EC",
20: "#CDCBEC",
30: "#A6A1E9",
40: "#9088F7",
50: "#2606C0",
60: "#1E078F",
70: "#2D2D61",
80: "#242547",
90: "#1D1D40",
100: "#141430",
primary: "#4737FF"
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
primary
});
//# sourceMappingURL=primary.js.map