// src/presets/nora/steps/index.ts var steps_default = { root: { transitionDuration: "{transition.duration}" }, separator: { background: "{content.border.color}" }, itemLink: { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, itemLabel: { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "700" }, itemNumber: { background: "{content.background}", activeBackground: "{primary.color}", borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", activeColor: "{primary.contrast.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "none" } }; export { steps_default as default }; //# sourceMappingURL=index.mjs.map