@nurl/panda-preset
Version:
Official Panda-CSS preset for the Ganglion Design System.
86 lines (85 loc) • 2.23 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);
// src/theme/semantic-tokens/success.ts
var success_exports = {};
__export(success_exports, {
successTokens: () => successTokens
});
module.exports = __toCommonJS(success_exports);
var import_index = require("./index.cjs");
var successTokens = (0, import_index.defineSentiment)({
success: {
border: {
initial: {
value: {
_nurlTheme: {
base: "#47B44B",
_lightMode: "#02BB71",
_darkMode: "#47B44B"
}
}
}
},
surface: {
initial: {
value: {
_nurlTheme: {
base: "#014B2D",
_lightMode: "#A1FED9",
_darkMode: "#014B2D"
}
}
}
},
text: {
initial: {
value: {
_nurlTheme: {
base: "#D0FFEC",
_lightMode: "#002517",
_darkMode: "#D0FFEC"
}
}
},
100: {
value: {
_nurlTheme: {
base: "#43FDB4",
_lightMode: "#017044",
_darkMode: "#43FDB4"
}
}
},
200: {
value: {
_nurlTheme: {
base: "#02BB71",
_lightMode: "#01955B",
_darkMode: "#02BB71"
}
}
}
}
}
});
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
successTokens
});
//# sourceMappingURL=success.cjs.map