updated relationship display in cycle details to use inline links instead of alpha nav buttons, and added related cycle links to planet details; added element display to astrology alphabet details; updated decan range display in calendar detail panels; updated tarot card detail script to latest version; added element script to index.html
This commit is contained in:
@@ -735,6 +735,15 @@
|
||||
return state.kabbalahPathsByLetterId.get(hebrewLetterId) || null;
|
||||
}
|
||||
|
||||
function getPathEntryByLetterId(letterId) {
|
||||
const normalizedLetterId = normalizeLetterKey(letterId);
|
||||
if (!normalizedLetterId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return state.kabbalahPathsByLetterId.get(normalizedLetterId) || null;
|
||||
}
|
||||
|
||||
const cubeMathUi = cubeMathHelpers.createCubeMathHelpers({
|
||||
state,
|
||||
CUBE_VERTICES,
|
||||
@@ -940,6 +949,7 @@
|
||||
getWallEdgeDirections,
|
||||
getConnectorById,
|
||||
getConnectorPathEntry,
|
||||
getPathEntryByLetterId,
|
||||
getCubeCenterData,
|
||||
getCenterLetterId,
|
||||
getCenterLetterSymbol,
|
||||
|
||||
Reference in New Issue
Block a user