Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
thororen1234 2025-01-29 12:21:29 -05:00
commit 191742245d
5 changed files with 15 additions and 10 deletions

View file

@ -101,7 +101,7 @@ interface Modals {
}>;
}
const Modals: Modals = mapMangledModuleLazy(':"thin")', {
export const Modals: Modals = mapMangledModuleLazy(':"thin")', {
ModalRoot: filters.componentByCode('.MODAL,"aria-labelledby":'),
ModalHeader: filters.componentByCode(",id:"),
ModalContent: filters.componentByCode(".content,"),