@nurl/panda-preset
Version:
Official Panda-CSS preset for the Ganglion Design System.
180 lines (179 loc) • 4.16 kB
JavaScript
"use strict";
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/action.ts
var action_exports = {};
__export(action_exports, {
actionTokens: () => actionTokens
});
module.exports = __toCommonJS(action_exports);
var import_index = require("./index.cjs");
var actionTokens = (0, import_index.defineSentiment)({
action: {
bg: {
initial: {
value: {
_nurlTheme: {
base: "#9797FF",
_lightMode: "#0000FF",
_darkMode: "#9797FF"
}
}
},
hover: {
value: {
_nurlTheme: {
base: "#3C28B1",
_lightMode: "#30208D",
_darkMode: "#3C28B1"
}
}
},
active: {
value: {
_nurlTheme: {
base: "#30208D",
_lightMode: "#24186A",
_darkMode: "#30208D"
}
}
},
100: {
initial: {
value: {
_nurlTheme: {
base: "#2A2753",
_lightMode: "#E5E8EB",
_darkMode: "#2A2753"
}
}
},
hover: {
value: {
_nurlTheme: {
base: "#343063",
_lightMode: "#F4F5F6",
_darkMode: "#343063"
}
}
},
active: {
value: {
_nurlTheme: {
base: "#24186A",
_lightMode: "#D1DFEF",
_darkMode: "#24186A"
}
}
}
}
},
border: {
initial: {
value: {
_nurlTheme: {
base: "#6855D9",
_lightMode: "#0969DA",
_darkMode: "#6855D9"
}
}
},
focus: {
value: {
_nurlTheme: {
base: "#3895FF",
_lightMode: "#3895FF",
_darkMode: "#3895FF"
}
}
}
},
navigation: {
initial: {
value: {
_nurlTheme: {
base: "#3895FF",
_lightMode: "#0969DA",
_darkMode: "#3895FF"
}
}
},
hover: {
value: {
_nurlTheme: {
base: "#3895FF",
_lightMode: "#0969DA",
_darkMode: "#3895FF"
}
}
},
visited: {
value: {
_nurlTheme: {
base: "#B17DD4",
_lightMode: "#8C40BF",
_darkMode: "#B17DD4"
}
}
}
},
text: {
initial: {
value: {
_nurlTheme: {
base: "#101025",
_lightMode: "#F4F7FA",
_darkMode: "#101025"
}
}
},
100: {
value: {
_nurlTheme: {
base: "#A499E8",
_lightMode: "#24186A",
_darkMode: "#A499E8"
}
}
},
200: {
value: {
_nurlTheme: {
base: "#8677E0",
_lightMode: "#3C28B1",
_darkMode: "#8677E0"
}
}
},
inverse: {
value: {
_nurlTheme: {
base: "#E1DDF7",
_lightMode: "#1A2737",
_darkMode: "#E1DDF7"
}
}
}
}
}
});
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
actionTokens
});
//# sourceMappingURL=action.cjs.map