mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
* Toggle pills * Finished animation framework * . * Fixed localization * Fixed iconOnly * Updated SRD Action Countdown types * feat: add shimmer animation when change countdown value * Fixed so that hidden countdowns don't take up space * Fixed countdowns.hbs part using wrong context for iconOnly * Restored glow animation for category chip * Changed back to a single sheen effect * [Review] Move visible countdown types to getter (#1999) * Move visible countdown types to getter * Punchier shimmer animation * Restored encounter/narrative * Lang cleanup * . --------- Co-authored-by: Murilo Brito <dev.murilobrito@gmail.com> Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
31 lines
875 B
JavaScript
31 lines
875 B
JavaScript
export const displayDomainCardsAsCard = 'displayDomainCardsAsCard';
|
|
export const narrativeCountdown = {
|
|
simple: 'countdown-narrative-simple',
|
|
position: 'countdown-narrative-position'
|
|
};
|
|
export const encounterCountdown = {
|
|
simple: 'countdown-encounter-simple',
|
|
position: 'countdown-encounter-position'
|
|
};
|
|
|
|
export const compendiumBrowserDefault = {
|
|
position: 'compendium-browser-default-position'
|
|
};
|
|
|
|
export const compendiumBrowserNoFolder = {
|
|
position: 'compendium-browser-no-folder-position'
|
|
};
|
|
|
|
export const compendiumBrowserLite = {
|
|
position: 'compendium-browser-lite-position'
|
|
};
|
|
|
|
export const itemAttachmentSource = 'attachmentSource';
|
|
|
|
export const userFlags = {
|
|
welcomeMessage: 'welcome-message',
|
|
countdownMode: 'countdown-mode',
|
|
countdownTypeModes: 'countdown-type-modes'
|
|
};
|
|
|
|
export const combatToggle = 'combat-toggle-origin';
|