@medplum/react 5.1.27 → 5.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../src/AppShell/AppShell.module.css", "../../src/AppShell/Header.module.css", "../../src/auth/ProjectLoginOption.module.css", "../../src/AppShell/HeaderDropdown.module.css", "../../src/AppShell/HeaderSearchInput.module.css", "../../src/AppShell/Navbar.module.css", "../../src/AppShell/Spotlight.module.css", "../../src/DescriptionList/DescriptionList.module.css", "../../src/Container/Container.module.css", "../../src/Panel/Panel.module.css", "../../src/FormSection/FormSection.module.css", "../../src/ResourceArrayInput/ResourceArrayInput.module.css", "../../src/BackboneElementInput/BackboneElementInput.module.css", "../../src/CalendarDateInput/CalendarDateInput.module.css", "../../src/chat/BaseChat/BaseChat.module.css", "../../src/chat/ChatModal/ChatModal.module.css", "../../src/chat/ThreadInbox/ParticipantFilter.module.css", "../../src/ListWithDetailPane/ListWithDetailPane.module.css", "../../src/PatientSummary/PatientSummary.module.css", "../../src/PatientSummary/CollapsibleSection.module.css", "../../src/PatientSummary/SummaryItem.module.css", "../../src/NoteDisplay/NoteDisplay.module.css", "../../src/DiagnosticReportDisplay/DiagnosticReportDisplay.module.css", "../../src/chat/ThreadInbox/ThreadDetail.module.css", "../../src/chat/ThreadInbox/ThreadInbox.module.css", "../../src/chat/ThreadInbox/ThreadListItem.module.css", "../../src/ResourceDiffRow/ResourceDiffRow.module.css", "../../src/ResourceDiffTable/ResourceDiffTable.module.css", "../../src/Timeline/Timeline.module.css", "../../src/ResourceTimeline/ResourceTimeline.module.css", "../../src/SearchControl/SearchControl.module.css", "../../src/InfoBar/InfoBar.module.css", "../../src/LinkTabs/LinkTabs.module.css", "../../src/PatientSummary/PharmacyDialog.module.css", "../../src/PlanDefinitionBuilder/PlanDefinitionBuilder.module.css", "../../src/QuestionnaireBuilder/QuestionnaireBuilder.module.css", "../../src/QuestionnaireForm/AIRealTimeQuestionnaireForm.module.css", "../../src/ReferenceRangeEditor/ReferenceRangeEditor.module.css", "../../src/ResourceBlame/ResourceBlame.module.css", "../../src/ResourceDiff/ResourceDiff.module.css", "../../src/ResourceForm/ResourceForm.module.css", "../../src/Scheduler/Scheduler.module.css"],
4
- "sourcesContent": [".main {\n flex: 1;\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n overflow-x: auto;\n}\n\n.announcement {\n height: 36px;\n border-top: 1px solid var(--mantine-color-default-border);\n overflow: hidden;\n}\n", ".logoButton {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: var(--mantine-primary-color-light-hover);\n }\n}\n\n.user {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: var(--mantine-primary-color-light-hover);\n }\n\n &[data-active] {\n background-color: var(--mantine-primary-color-light-hover);\n }\n}\n\n.userInfo {\n margin-right: 3px;\n min-width: 0;\n max-width: 160px;\n\n @media (max-width: $mantine-breakpoint-xs) {\n display: none;\n }\n}\n\n.userName {\n font-weight: 500;\n line-height: 1.2;\n}\n\n.userProject {\n line-height: 1.2;\n}\n", ".iconBox {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 32px;\n height: 32px;\n border-radius: var(--mantine-radius-sm);\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n color: var(--project-login-icon-color, light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2)));\n}\n\n.subtitle {\n color: var(--mantine-color-dimmed);\n}\n\n.interactive {\n border-radius: var(--mantine-radius-sm);\n padding: 8px 12px;\n cursor: pointer;\n\n /* Keyboard-highlighted option gets the same treatment as hover (background + icon\n color), overriding Mantine's default filled/white-text combo, plus an outline so\n it's still distinguishable from a plain hover. Text colors never invert, so there's\n no selected+hover contrast conflict to guard against. */\n &:hover,\n &[data-hovered],\n &[data-combobox-selected] {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n color: var(--mantine-color-text);\n\n & .iconBox {\n color: var(--mantine-color-text);\n }\n }\n\n &[data-combobox-selected] {\n outline: 2px solid var(--mantine-color-blue-6);\n outline-offset: -2px;\n }\n}\n", ".divider {\n border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n\n.accountSection {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n}\n\n.projectOption {\n padding: 0 8px 0 0;\n border-radius: 8px;\n width: 100%;\n min-width: 0;\n overflow: hidden;\n}\n\n/* Allow the Menu item's label to shrink so the project name can truncate */\n.recentProjectItem :global(.mantine-Menu-itemLabel) {\n min-width: 0;\n}\n\n.dropdown :global(.mantine-Menu-item).recentProjectItem:hover,\n.dropdown :global(.mantine-Menu-item).recentProjectItem[data-hovered] {\n --project-login-icon-color: var(--mantine-color-text);\n}\n\n.dropdown {\n overflow: visible;\n}\n\n.dropdown :global(.mantine-Menu-item) {\n border-radius: var(--mantine-radius-sm);\n padding-top: var(--mantine-spacing-xs);\n padding-bottom: var(--mantine-spacing-xs);\n}\n\n.dropdown :global(.mantine-Menu-item:hover),\n.dropdown :global(.mantine-Menu-item[data-hovered]) {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n/* Row height follows label; switcher is positioned out of flow */\n.settingsRow {\n position: relative;\n min-height: 20px;\n padding-right: 76px;\n width: 100%;\n}\n\n.settingsControlWrapper {\n position: absolute;\n top: 50%;\n right: var(--mantine-spacing-xs);\n transform: translateY(-50%);\n}\n\n.segmentedControl {\n --sc-padding: 0;\n flex-shrink: 0;\n padding: 2px;\n}\n\n.segmentedControl :global(.mantine-SegmentedControl-label) {\n display: flex;\n align-items: center;\n justify-content: center;\n line-height: 1;\n color: var(--mantine-color-dimmed);\n}\n\n.segmentedControl :global(.mantine-SegmentedControl-label[data-active]) {\n color: var(--mantine-color-dimmed);\n}\n\n/* Square segments so the FloatingIndicator renders as a circle */\n.appearanceControl :global(.mantine-SegmentedControl-control) {\n flex: 0 0 24px;\n width: 24px;\n}\n\n.appearanceControl :global(.mantine-SegmentedControl-label) {\n width: 24px;\n height: 24px;\n min-width: 24px;\n min-height: 24px;\n padding: 0;\n}\n\n.appearanceControl :global(.mantine-SegmentedControl-indicator) {\n border-radius: 50%;\n}\n\n.layoutControl :global(.mantine-SegmentedControl-control) {\n flex: 0 0 auto;\n}\n\n.layoutControl :global(.mantine-SegmentedControl-label) {\n min-width: 28px;\n height: 24px;\n min-height: 24px;\n padding: 0 6px;\n font-size: var(--mantine-font-size-xs);\n}\n\n.layoutControl :global(.mantine-SegmentedControl-indicator) {\n border-radius: var(--mantine-radius-xl);\n}\n", ".searchInput {\n input {\n width: 220px;\n transition: width 0.1s ease-in-out;\n }\n\n input:focus {\n width: 400px;\n }\n\n @media (max-width: 800px) {\n input {\n width: 150px;\n }\n input:focus {\n width: 150px;\n }\n }\n}\n", ".navbar {\n padding: 0;\n transition-property: width;\n}\n\n.logoButton {\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n height: fit-content;\n padding: 8px 7px;\n border-radius: var(--mantine-radius-md);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n }\n\n & > * {\n display: block;\n }\n}\n\n.menuTitle {\n height: 40px;\n margin: 0;\n padding-left: 10px;\n display: flex;\n align-items: flex-end;\n padding-bottom: 8px;\n box-sizing: border-box;\n font-size: var(--mantine-font-size-xs);\n font-weight: 500;\n line-height: 1;\n white-space: nowrap;\n overflow: hidden;\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-gray-6));\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.menuTitle:empty,\n.menuTitle:blank {\n display: none;\n}\n\n.link {\n width: 100%;\n height: 36px;\n border-radius: var(--mantine-radius-md);\n font-weight: 450;\n display: flex;\n align-items: center;\n justify-content: start;\n padding: 0 var(--mantine-spacing-xs);\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n outline: none;\n overflow: hidden;\n text-overflow: ellipsis;\n text-decoration: none;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n text-decoration: none;\n }\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n stroke-width: 2;\n width: 18px;\n height: 18px;\n min-width: 18px;\n max-width: 18px;\n }\n\n &[data-active] {\n &,\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-5));\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-6));\n }\n }\n\n & .dismissButton {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n\n & svg:global(.tabler-icon) {\n color: inherit;\n }\n\n &:hover {\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-0));\n }\n }\n }\n}\n\n.link:focus-visible {\n outline: none;\n}\n\n.linkLabel {\n margin-left: 8px;\n white-space: nowrap;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.userLink {\n height: auto;\n min-height: 36px;\n padding-top: 4px;\n padding-bottom: 4px;\n}\n\n.userLinkLabel {\n display: flex;\n flex-direction: column;\n margin-left: 8px;\n min-width: 0;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.iconWrapper {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.alertDot {\n position: absolute;\n bottom: -2px;\n left: 13px;\n width: 8px;\n height: 8px;\n border-radius: 50%;\n background-color: var(--mantine-color-red-6);\n pointer-events: none;\n}\n\n.linkCount {\n margin-left: auto;\n font-size: var(--mantine-font-size-xs);\n font-weight: 500;\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-3));\n white-space: nowrap;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n\n &[data-alert] {\n color: var(--mantine-color-white);\n background-color: var(--mantine-color-red-6);\n font-weight: 600;\n font-size: 10px;\n min-width: 18px;\n height: 18px;\n line-height: 18px;\n text-align: center;\n border-radius: 9px;\n padding: 0 5px;\n }\n}\n\n.dismissButton {\n display: none;\n margin-left: auto;\n align-items: center;\n justify-content: center;\n padding: 4px;\n border-radius: 4px;\n cursor: pointer;\n}\n\n.link:hover .dismissButton {\n display: flex;\n}\n\n.link .dismissButton {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n\n & svg:global(.tabler-icon) {\n color: inherit;\n }\n\n &:hover {\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-0));\n }\n}\n\n.addBookmarkLink {\n margin-top: 40px;\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n }\n}\n\n.toggleButton {\n width: 38px;\n height: 36px;\n border-radius: var(--mantine-radius-md);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 0;\n transition: background-color 100ms ease;\n cursor: e-resize;\n\n &[data-opened] {\n cursor: w-resize;\n }\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n stroke-width: 2;\n width: 18px;\n height: 18px;\n min-width: 18px;\n max-width: 18px;\n }\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n }\n}\n\n.divider {\n border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n", "/*\n * Spotlight component style overrides.\n * Uses Mantine's classNames API for maintainability across Mantine upgrades.\n * See: https://mantine.dev/styles/styles-api/\n */\n\n/* Action section (avatar/icon) margins */\n.actionSection[data-position='left'] {\n margin-inline-end: var(--mantine-spacing-xs);\n}\n\n.actionSection[data-position='right'] {\n margin-inline-start: var(--mantine-spacing-xs);\n}\n\n/* Action item styling - matches navbar link colors */\n.action:where(:not([data-selected])):hover,\n.action:where(:not([data-selected])):active {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n.action:where([data-selected]) {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-5));\n}\n\n.action:where([data-selected]) .actionDescription {\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-gray-5));\n}\n\n/* Action group styling */\n.actionsGroup {\n gap: 4px;\n margin-top: 4px;\n padding-top: var(--mantine-spacing-md);\n}\n\n/* First group: compensate for container padding */\n.actionsGroup:first-child {\n margin-top: 0;\n padding-top: calc(var(--mantine-spacing-md) - 2px);\n}\n\n/* Add divider between action groups */\n.actionsGroup:not(:first-child) {\n border-top: calc(0.0625rem * var(--mantine-scale)) solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n\n/* Group label spacing */\n.actionsGroup::before {\n padding-bottom: 2px;\n}\n\n/* Actions list container */\n.actionsList {\n padding-top: 2px;\n}\n\n/* Modal content wrapper */\n.content {\n box-shadow: light-dark(\n 0 0.5rem 2rem rgba(0, 0, 0, 0.15),\n 0 0.5rem 2rem rgba(0, 0, 0, 0.5)\n );\n}\n", ".root {\n display: grid;\n grid-template-columns: 30% 70%;\n margin: 0;\n\n & > dt,\n & > dd {\n padding: var(--mantine-spacing-xs);\n border-top: 0.1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));\n margin: 0;\n }\n\n & > dt:first-of-type,\n & > dd:first-of-type {\n border-top: 0;\n }\n}\n\n.compact {\n grid-template-columns: auto 1fr;\n\n & > dt,\n & > dd {\n border: 0;\n padding: 0;\n }\n\n & > dt {\n padding-right: var(--mantine-spacing-xs);\n }\n\n & > dd {\n padding-left: var(--mantine-spacing-xs);\n }\n\n & > dt:last-of-type,\n & > dd:last-of-type {\n padding-bottom: var(--mantine-spacing-xs);\n }\n}\n", ".root {\n @media (max-width: 800px) {\n padding-left: 4px;\n padding-right: 4px;\n }\n}\n", ".paper {\n margin: var(--mantine-spacing-xl) auto;\n padding: var(--mantine-spacing-md);\n\n @media (max-width: 800px) {\n padding: 8px;\n }\n\n & img {\n width: 100%;\n max-width: 100%;\n }\n\n & video {\n width: 100%;\n max-width: 100%;\n }\n}\n\n.fill {\n padding: 0;\n}\n", ".dimmed {\n color: var(--mantine-color-dimmed);\n}\n\n.preserveBreaks {\n white-space: pre-wrap;\n}\n", ".indented {\n margin-top: 0.5rem;\n border-left: 3px solid var(--mantine-color-gray-4);\n padding: 0.5rem 0 0.5rem 0.5rem;\n}\n", ".nested {\n padding-left: var(--mantine-spacing-md);\n padding-top: var(--mantine-spacing-md);\n padding-bottom: var(--mantine-spacing-sm);\n}\n", ".table {\n width: 350px;\n\n & th {\n font-weight: normal;\n font-size: 11px;\n padding: 8px;\n text-align: center;\n }\n\n & td {\n padding: 2px 4px;\n }\n\n & td button {\n width: 44px;\n height: 44px;\n color: theme.colors[theme.primaryColor][5];\n font-size: 16px;\n font-weight: 500;\n text-align: center;\n padding: 0;\n background-color: theme.colors[theme.primaryColor][0];\n border: 0;\n border-radius: 50px;\n cursor: pointer;\n }\n\n & td button:hover {\n background-color: theme.colors[theme.primaryColor][1];\n }\n\n & td button:disabled {\n background-color: transparen;\n cursor: defaul;\n color: var(--mantine-color-gray-4);\n font-weight: normal;\n }\n}\n", ".chatPaper {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n\n.chatTitle {\n background-color: light-dark(var(--mantine-color-blue-7), var(--mantine-color-blue-8));\n color: light-dark(var(--mantine-color-white), var(--mantine-color-gray-3));\n font-size: var(--mantine-font-size-sm);\n font-weight: 500;\n padding: var(--mantine-spacing-sm);\n user-select: none;\n}\n\n.chatBody {\n background-color: var(--mantine-color-body);\n flex: 1;\n min-height: 0;\n position: relative;\n}\n\n.chatScrollArea {\n padding: var(--mantine-spacing-xs);\n}\n\n.chatInputContainer {\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n flex-shrink: 0;\n padding: 6px 8px;\n position: relative;\n}\n\n.chatPendingFile {\n position: absolute;\n bottom: 100%;\n left: 0;\n right: 0;\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-3));\n padding: 4px 8px;\n}\n\n.chatBubbleOuterWrap {\n max-width: 75%;\n padding-bottom: 10px;\n}\n\n.chatBubbleRightAlignedInnerWrap {\n display: flex;\n flex-direction: row-reverse;\n}\n\n.chatBubbleLeftAlignedInnerWrap {\n display: flex;\n flex-direction: row;\n}\n\n.chatBubble {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-blue-7));\n border-radius: var(--mantine-radius-lg);\n padding: var(--mantine-spacing-sm);\n min-width: 40px;\n color: light-dark(var(--mantine-color-dark), var(--mantine-color-gray-2));\n\n & p {\n margin-top: 0.25rem;\n margin-bottom: 0.25rem;\n }\n\n & pre {\n max-width: 280px;\n overflow: auto;\n }\n}\n\n.chatBubbleNameRight {\n text-align: right;\n}\n\n.chatPendingFile {\n position: absolute;\n bottom: 100%;\n left: 0;\n right: 0;\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-3));\n padding: 4px 8px;\n}\n\n.chatBubbleAttachmentWithText {\n margin-top: 6px;\n}\n\n.chatBubbleAttachmentIcon {\n flex-shrink: 0;\n display: flex;\n align-items: center;\n}\n\n.chatBubbleMenu {\n align-self: center;\n}\n", ".iconContainer {\n position: fixed;\n bottom: 0.5rem;\n right: 0.5rem;\n z-index: 100px;\n}\n\n.icon {\n background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7));\n box-shadow:\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05),\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);\n}\n\n.chatModalContainer {\n position: fixed;\n bottom: 3rem;\n right: 0.5rem;\n z-index: 100px;\n width: 400px;\n height: 450px;\n max-height: 450px;\n overflow: hidden;\n border-radius: var(--mantine-radius-md);\n box-shadow:\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05),\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);\n}\n", ".participantItem {\n padding: 4px 0;\n}\n\n.participantItem:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-gray-9));\n border-radius: var(--mantine-radius-sm);\n}\n", ".container {\n height: 100%;\n width: 100%;\n overflow: hidden;\n}\n\n.shell {\n display: flex;\n flex-direction: column;\n height: 100%;\n background: var(--mantine-color-body);\n}\n\n.shell,\n.detailBorder {\n border-right: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));\n}\n\n/* Inset the rows from the sidebar edges. Each item's rounded hover/selected\n highlight (`.item`) would otherwise bleed to the pane border and lose its\n corners; this padding gives the highlight breathing room on all sides. */\n.list {\n padding: var(--mantine-spacing-xs);\n}\n\n/* Per-item chrome wrapper. The list renders this `<div>` around each item's\n content (from `renderItem`), so it owns the hover/selected backgrounds. It\n deliberately has no padding: the item's content provides its own padding so a\n navigational item (a link) can fill this wrapper and keep the whole row clickable. */\n.item {\n transition: background 0.2s;\n cursor: pointer;\n border-radius: 0.5rem;\n}\n\n/* Normalize the line-height of every text child so a mix of `<Text size=\"md\">`\n (e.g. the bold first line) and `<Text size=\"sm\">` (secondary/tertiary lines)\n share the same vertical rhythm. Without this, default Mantine line-heights\n (1.55 vs 1.45) cause uneven gaps between lines in a list item. */\n.item :global(.mantine-Text-root) {\n line-height: var(--mantine-line-height-sm);\n}\n\n.item:hover {\n background: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n.item.selected {\n background: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n}\n\n.footer {\n display: flex;\n justify-content: center;\n align-items: center;\n padding-inline: var(--mantine-spacing-md);\n padding-block: 15px;\n}\n\n/* Header text style for headers that show a plain title (no pill tabs). Matches\n the pill-tab text style (14px / weight 450) so a header that reads \"Recent\" or\n \"Patients\" sits at the same optical weight as a header that reads\n \"My Tasks\" / \"All Tasks\" pill-tab pair.\n\n `padding-inline-start` matches the internal horizontal padding of a pill\n tab, so when this element lives in a `pl=\"xs\"` header bar it lines up\n horizontally with the text of an adjacent pill tab. */\n.headerText {\n font-size: var(--mantine-font-size-sm);\n font-weight: 450;\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-white));\n line-height: 1.2;\n padding-inline-start: var(--mantine-spacing-xs);\n}\n\n/* Pill-style Tabs used in list headers. CSS-module-scoped \u2014 the `:global()`\n wrappers keep Mantine's `.mantine-Tabs-*` class names global so the\n descendant selectors continue to target them. */\n.pillTabs :global(.mantine-Tabs-list) {\n display: flex;\n gap: 2px;\n}\n\n.pillTabs :global(.mantine-Tabs-tab) {\n height: 32px;\n padding-inline: calc(0.875rem * var(--mantine-scale));\n padding-block: 0;\n border-radius: var(--mantine-radius-xl);\n font-size: var(--mantine-font-size-sm);\n font-weight: 450;\n background-color: transparent;\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-gray-4));\n display: flex;\n align-items: center;\n justify-content: center;\n transition:\n background-color 150ms ease,\n color 150ms ease;\n}\n\n.pillTabs :global(.mantine-Tabs-tab):hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n.pillTabs :global(.mantine-Tabs-tab[data-active]) {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-white));\n}\n\n.pillTabs :global(.mantine-Tabs-tab[data-active]):hover {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-white));\n}\n\n.tabLink {\n color: inherit;\n line-height: 1;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n}\n", ".panel {\n height: 100%;\n}\n\n[data-mantine-color-scheme='dark'] .panel {\n background-color: var(--mantine-color-dark-8);\n}\n\n[data-mantine-color-scheme='light'] .panel {\n background-color: var(--mantine-color-white);\n}\n\n.patientSummaryBadge {\n cursor: pointer;\n}\n\n.patientSummaryAddButton {\n opacity: 0;\n transition: opacity 0.2s;\n position: absolute;\n right: 0;\n top: 0;\n transform: none;\n stroke-width: 1;\n}\n\n.patientSummaryHeader {\n width: 100%;\n cursor: default;\n}\n\n.patientSummaryHeader :global(.mantine-ActionIcon-root),\n.patientSummaryHeader :global(.mantine-Text-root) {\n cursor: pointer;\n margin: 0;\n}\n\n.patientSummaryCollapseIcon {\n transition: transform 0.2s;\n}\n\n.patientSummaryCollapseIcon.collapsed {\n transform: rotate(-90deg);\n}\n", "/* CollapsibleSection.module.css */\n\n.root {\n position: relative;\n}\n\n.header {\n width: 100%;\n cursor: default;\n}\n\n.chevron {\n transition: transform 0.2s ease;\n cursor: pointer;\n}\n\n.chevron[data-collapsed] {\n transform: rotate(-90deg);\n}\n\n.title {\n cursor: pointer;\n}\n\n.addButton {\n position: absolute;\n right: 0;\n top: 0;\n stroke-width: 1;\n}\n", ".gradient {\n position: absolute;\n right: 28px;\n top: 0;\n bottom: 0;\n width: 48px;\n\n z-index: 1;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s;\n}\n\n[data-mantine-color-scheme='dark'] .gradient {\n background: linear-gradient(to right, transparent, var(--mantine-color-dark-8));\n}\n\n[data-mantine-color-scheme='light'] .gradient {\n background: linear-gradient(to right, transparent, var(--mantine-color-white));\n}\n\n.container {\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n width: 28px;\n z-index: 2;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s;\n}\n\n[data-mantine-color-scheme='dark'] .container {\n background: var(--mantine-color-dark-8);\n}\n\n[data-mantine-color-scheme='light'] .container {\n background: var(--mantine-color-white);\n}\n\n.chevron {\n position: static;\n margin: 0;\n padding: 0;\n transition: opacity 0.2s;\n opacity: 1;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.item:hover .gradient,\n.item:hover .container {\n opacity: 1;\n pointer-events: auto;\n}\n\n.item {\n position: relative;\n max-width: 100%;\n cursor: pointer;\n}\n\n.itemText {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n", ".noteBody {\n font-size: var(--mantine-font-size-sm);\n}\n\n.noteCite {\n font-size: var(--mantine-font-size-xs);\n margin-block-start: 3;\n}\n\n.noteRoot {\n padding: 5px;\n}\n", ".table {\n border: 0.1px solid var(--mantine-color-gray-5);\n border-collapse: collapse;\n\n & td,\n & th {\n border: 0.1px solid var(--mantine-color-gray-5);\n padding: 4px;\n }\n\n & :global(.mantine-Badge-root) {\n min-width: max-content;\n }\n}\n\n.criticalRow {\n background: light-dark(var(--mantine-color-red-0), oklch(from var(--mantine-color-red-8) l c h / 0.2));\n border: 0.1px solid var(--mantine-color-red-5);\n color: light-dark(var(--mantine-color-red-5), var(--mantine-color-red-0));\n font-weight: 500;\n\n & td {\n border: 0.1px solid var(--mantine-color-red-5);\n }\n}\n\n.noteBody {\n font-size: var(--mantine-font-size-sm);\n}\n\n.noteCite {\n font-size: var(--mantine-font-size-xs);\n margin-block-start: 3;\n}\n\n.noteRoot {\n padding: 5px;\n}\n", ".rightBorder {\n border-right: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-gray-8));\n}\n", ".container {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n flex: 1;\n}\n", ".content {\n word-wrap: break-word;\n overflow-wrap: break-word;\n white-space: normal;\n word-break: break-word;\n}\n", ".removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".root {\n border-collapse: collapse;\n width: 100%;\n\n & tr {\n border-top: 0.1px solid var(--mantine-color-gray-3);\n }\n\n & th,\n & td {\n padding: var(--mantine-spacing-sm) var(--mantine-spacing-sm);\n vertical-align: top;\n word-wrap: break-word;\n overflow-wrap: anywhere;\n white-space: normal;\n min-width: 100px;\n }\n}\n\n.removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".item {\n white-space: pre-wrap;\n}\n\n.itemPadding {\n padding: 0 16px 16px 16px;\n}\n", ".pinnedComment {\n background-color: var(--mantine-color-blue-0);\n}\n", ".root {\n max-width: 100%;\n overflow: auto;\n text-align: left;\n margin-bottom: 20px;\n}\n\n.table {\n cursor: pointer;\n}\n\n.tr {\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n }\n}\n\n.th {\n padding: 0 !important;\n}\n\n.control {\n width: 100%;\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n }\n}\n\n.icon {\n width: 21px;\n height: 21px;\n border-radius: 21px;\n}\n", ".root {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 8px 10px;\n}\n\n.entry {\n display: inline-block;\n margin: 5px 20px 5px 5px;\n}\n\n.key {\n color: var(--mantine-color-gray-6);\n text-transform: uppercase;\n font-size: var(--mantine-font-size-xs);\n white-space: nowrap;\n}\n\n.value {\n font-size: var(--mantine-font-size-md);\n font-weight: 600;\n margin-left: 0;\n white-space: nowrap;\n}\n", ".list {\n white-space: nowrap;\n flex-wrap: nowrap;\n}\n\n.link {\n color: var(--mantine-color-text);\n line-height: 1;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n}\n", ".pharmacyItem {\n border: 1px solid var(--mantine-color-gray-3);\n border-radius: var(--mantine-radius-sm);\n cursor: pointer;\n transition:\n border-color 0.2s,\n box-shadow 0.2s;\n}\n\n.pharmacyItem:hover {\n border-color: var(--mantine-color-blue-4);\n}\n\n.pharmacyItemSelected {\n border: 2px solid var(--mantine-color-blue-6);\n border-radius: var(--mantine-radius-sm);\n cursor: pointer;\n}\n", ".section {\n position: relative;\n padding: 6px 0 16px 0;\n transition: all 0.1;\n}\n\n.hovering {\n border: 1.5px solid var(--mantine-color-blue-5);\n}\n\n.editing {\n border: 1.5px solid var(--mantine-color-gray-1);\n border-left: 4px solid var(--mantine-color-blue-5);\n}\n", ".section {\n position: relative;\n margin: 4px 4px 8px;\n padding: 6px 12px 16px 6px;\n border: 1.5px solid var(--mantine-color-gray-1);\n border-radius: var(--mantine-radius-sm);\n transition: all 0.1;\n}\n\n.hovering {\n border: 1.5px solid var(--mantine-color-blue-5);\n}\n\n.editing {\n border: 1.5px solid var(--mantine-color-gray-1);\n border-left: 4px solid var(--mantine-color-blue-5);\n min-height: 100px;\n}\n\n.questionBody {\n max-width: 600px;\n}\n\n.topActions {\n position: absolute;\n right: 32px;\n top: 1px;\n padding: 4px;\n color: var(--mantine-color-gray-5);\n font-size: var(--mantine-font-size-xs);\n}\n\n.bottomActions {\n position: absolute;\n right: 4px;\n bottom: 0;\n --text-fz: var(--mantine-font-size-xs);\n\n & a {\n margin-left: 8px;\n }\n}\n\n.movementActions {\n position: absolute;\n right: 8px;\n top: 0;\n padding-top: 8px;\n font-size: var(--mantine-font-size-xs);\n\n & a {\n margin-left: 8px;\n }\n}\n\n.movementIcons {\n color: var(--mantine-color-gray-5);\n}\n\n.columnAlignment {\n display: flex;\n flex-direction: column;\n}\n\n.linkIdInput {\n width: 100px;\n margin-bottom: 4px;\n}\n\n.typeSelect {\n width: 100px;\n}\n\n.preserveBreaks {\n white-space: pre-wrap;\n}\n", ".banner {\n background-color: var(--mantine-color-white);\n border: 1px solid var(--mantine-color-gray-2);\n border-radius: var(--mantine-radius-md);\n}\n\n.headerRow {\n min-height: 56px;\n}\n\n.statusRow {\n display: flex;\n align-items: center;\n flex: 1;\n min-width: 0;\n}\n\n.iconWrapper {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 20px;\n height: 20px;\n}\n\n.statusRow :global(.tabler-icon) {\n width: 20px;\n height: 20px;\n stroke-width: 2;\n color: var(--mantine-color-gray-6);\n}\n\n.statusRow[data-state='recording'] :global(.tabler-icon) {\n width: 16px;\n height: 16px;\n color: var(--mantine-color-red-6);\n fill: var(--mantine-color-red-6);\n}\n\n.statusRow[data-state='recording'] .iconWrapper {\n animation: recordingPulse 2.5s ease-in-out infinite;\n}\n\n@keyframes recordingPulse {\n 0%,\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n\n 50% {\n opacity: 0.5;\n transform: scale(0.8);\n }\n}\n\n.statusLabel {\n margin-left: var(--mantine-spacing-xs);\n font-size: 14px;\n font-weight: 450;\n color: var(--mantine-color-gray-7);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.statusLabelPrimary {\n font-size: 14px;\n font-weight: 450;\n color: var(--mantine-color-red-6);\n}\n\n.statusLabelFinishing {\n font-size: 14px;\n font-weight: 450;\n color: var(--mantine-color-gray-6);\n}\n\n.dictationButton {\n width: 10rem;\n flex-shrink: 0;\n}\n\n.dictationButton :global(.mantine-Button-label) {\n overflow: visible;\n text-overflow: clip;\n}\n\n.dictationButtonLoading:global(.mantine-Button-root),\n.dictationButtonLoading:global(.mantine-Button-root):hover {\n background-color: var(--mantine-color-gray-2);\n border-color: var(--mantine-color-gray-2);\n color: var(--mantine-color-dimmed);\n}\n\n.dictationButtonLoading :global(.mantine-Button-label) {\n color: var(--mantine-color-dimmed);\n}\n\n.instructions {\n font-size: 14px;\n font-weight: 400;\n line-height: 22px;\n color: var(--mantine-color-gray-7);\n}\n\n.instructions :global(.mantine-Text-root) {\n font-size: inherit;\n font-weight: inherit;\n line-height: inherit;\n color: inherit;\n}\n\n.instructions ul {\n margin: 0;\n padding-left: 1.25rem;\n}\n\n.instructions > ul > li + li {\n margin-top: var(--mantine-spacing-sm);\n}\n\n.panelGrid {\n display: flex;\n flex-direction: column;\n gap: var(--mantine-spacing-xl);\n}\n\n@media (min-width: 48em) {\n .panelGrid {\n flex-direction: row;\n align-items: stretch;\n }\n}\n\n.panelColumn {\n display: flex;\n flex: 1;\n flex-direction: column;\n gap: var(--mantine-spacing-xs);\n min-width: 0;\n}\n\n/*\n * On desktop, the transcript box is sized to match the \"How to Use\" column via\n * align-items: stretch on .panelGrid. To prevent the transcript text from\n * pushing the column taller, the scrollable area is absolutely positioned\n * inside a flex-grow wrapper so its content does not contribute to the\n * column's intrinsic height. On mobile (stacked columns), we fall back to a\n * fixed height since there's no sibling column to match.\n */\n.transcriptWrapper {\n flex: 1;\n min-height: 12rem;\n}\n\n.transcriptArea {\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n padding: var(--mantine-spacing-sm);\n background-color: var(--mantine-color-gray-0);\n border-radius: var(--mantine-radius-sm);\n}\n\n@media (min-width: 48em) {\n .transcriptWrapper {\n position: relative;\n min-height: 0;\n }\n\n .transcriptArea {\n position: absolute;\n inset: 0;\n height: auto;\n }\n}\n\n.transcriptText {\n display: block;\n margin: 0;\n padding: 0;\n font-family: var(--mantine-font-family-monospace);\n font-size: var(--mantine-font-size-xs);\n line-height: var(--mantine-line-height-sm);\n white-space: pre-wrap;\n word-break: break-word;\n color: var(--mantine-color-text);\n}\n", ".section {\n position: relative;\n margin: 4px 4px 8px;\n padding: 6px 12px 16px 6px;\n border: 1.5px solid var(--mantine-color-gray-3);\n border-radius: var(--mantine-radius-sm);\n transition: all 0.1;\n}\n", ".container {\n overflow-x: auto;\n}\n\n.root {\n border: 0.1px solid var(--mantine-color-gray-3);\n border-collapse: collapse;\n border-radius: var(--mantine-radius-sm);\n border-spacing: 0;\n font-size: var(--mantine-font-size-xs);\n width: 100%;\n\n & td {\n padding: 2px 4px 0 4px;\n vertical-align: top;\n white-space: nowrap;\n }\n}\n\n.startRow {\n border-top: 0.1px solid var(--mantine-color-gray-3);\n white-space: nowrap;\n}\n\n.normalRow {\n border-top: 0;\n white-space: nowrap;\n}\n\n.author {\n line-height: 10px;\n}\n\n.onBehalfOf {\n color: var(--mantine-color-dimmed);\n font-size: var(--mantine-font-size-xs);\n line-height: 10px;\n}\n\n.dateTime {\n border-right: 0.1px solid var(--mantine-color-gray-3);\n line-height: 10px;\n text-align: right;\n}\n\n.lineNumber {\n background-color: var(--mantine-color-gray-1);\n border: 0;\n color: var(--mantine-color-gray-5);\n font-family: var(--mantine-font-family-monospace);\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n text-align: right;\n}\n\n.line {\n font-family: var(--mantine-font-family-monospace);\n font-size: var(--mantine-font-size-xs);\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n}\n\n.pre {\n margin: 0;\n}\n", ".removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".splitButton {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.menuControl {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border: 0;\n border-left: rem(1px) solid var(--mantine-color-body);\n}\n", ".container {\n display: flex;\n min-height: 400px;\n}\n\n.info {\n min-width: 300px;\n padding: 20px;\n border-right: 1px solid var(--mantine-color-gray-3);\n}\n\n.selection {\n min-width: 300px;\n padding: 20px;\n}\n"],
5
- "mappings": "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",
6
- "names": ["main", "announcement", "logoButton", "user", "userInfo", "userName", "userProject", "iconBox", "subtitle", "interactive", "divider", "accountSection", "projectOption", "recentProjectItem", "dropdown", "settingsRow", "settingsControlWrapper", "segmentedControl", "appearanceControl", "layoutControl", "searchInput", "navbar", "logoButton", "menuTitle", "link", "dismissButton", "linkLabel", "userLink", "userLinkLabel", "iconWrapper", "alertDot", "linkCount", "addBookmarkLink", "toggleButton", "divider", "actionSection", "action", "actionDescription", "actionsGroup", "actionsList", "content", "root", "compact", "root", "paper", "fill", "dimmed", "preserveBreaks", "indented", "nested", "table", "chatPaper", "chatTitle", "chatBody", "chatScrollArea", "chatInputContainer", "chatBubbleOuterWrap", "chatBubbleRightAlignedInnerWrap", "chatBubbleLeftAlignedInnerWrap", "chatBubble", "chatBubbleNameRight", "chatPendingFile", "chatBubbleAttachmentWithText", "chatBubbleAttachmentIcon", "chatBubbleMenu", "iconContainer", "icon", "chatModalContainer", "participantItem", "container", "shell", "detailBorder", "list", "item", "selected", "footer", "headerText", "pillTabs", "tabLink", "panel", "patientSummaryBadge", "patientSummaryAddButton", "patientSummaryHeader", "patientSummaryCollapseIcon", "collapsed", "root", "header", "chevron", "title", "addButton", "gradient", "container", "chevron", "item", "itemText", "noteBody", "noteCite", "noteRoot", "table", "criticalRow", "noteBody", "noteCite", "noteRoot", "rightBorder", "container", "content", "removed", "added", "root", "removed", "added", "item", "itemPadding", "pinnedComment", "root", "table", "tr", "th", "control", "icon", "root", "entry", "key", "value", "list", "link", "pharmacyItem", "pharmacyItemSelected", "section", "hovering", "editing", "section", "hovering", "editing", "questionBody", "topActions", "bottomActions", "movementActions", "movementIcons", "columnAlignment", "linkIdInput", "typeSelect", "preserveBreaks", "banner", "headerRow", "statusRow", "iconWrapper", "recordingPulse", "statusLabel", "statusLabelPrimary", "statusLabelFinishing", "dictationButton", "dictationButtonLoading", "instructions", "panelGrid", "panelColumn", "transcriptWrapper", "transcriptArea", "transcriptText", "section", "container", "root", "startRow", "normalRow", "author", "onBehalfOf", "dateTime", "lineNumber", "line", "pre", "removed", "added", "splitButton", "menuControl", "container", "info", "selection"]
3
+ "sources": ["../../src/AppShell/AppShell.module.css", "../../src/AppShell/Header.module.css", "../../src/auth/ProjectLoginOption.module.css", "../../src/AppShell/HeaderDropdown.module.css", "../../src/AppShell/HeaderSearchInput.module.css", "../../src/AppShell/Navbar.module.css", "../../src/AppShell/Spotlight.module.css", "../../src/DescriptionList/DescriptionList.module.css", "../../src/Container/Container.module.css", "../../src/Panel/Panel.module.css", "../../src/FormSection/FormSection.module.css", "../../src/ResourceArrayInput/ResourceArrayInput.module.css", "../../src/BackboneElementInput/BackboneElementInput.module.css", "../../src/CalendarDateInput/CalendarDateInput.module.css", "../../src/chat/BaseChat/BaseChat.module.css", "../../src/chat/ChatModal/ChatModal.module.css", "../../src/chat/ThreadInbox/EditThreadDialog.module.css", "../../src/chat/ThreadInbox/ParticipantFilter.module.css", "../../src/ListWithDetailPane/ListWithDetailPane.module.css", "../../src/PatientSummary/PatientSummary.module.css", "../../src/PatientSummary/CollapsibleSection.module.css", "../../src/PatientSummary/SummaryItem.module.css", "../../src/NoteDisplay/NoteDisplay.module.css", "../../src/DiagnosticReportDisplay/DiagnosticReportDisplay.module.css", "../../src/chat/ThreadInbox/ThreadDetail.module.css", "../../src/chat/ThreadInbox/ThreadInbox.module.css", "../../src/chat/ThreadInbox/ThreadListItem.module.css", "../../src/ResourceDiffRow/ResourceDiffRow.module.css", "../../src/ResourceDiffTable/ResourceDiffTable.module.css", "../../src/Timeline/Timeline.module.css", "../../src/ResourceTimeline/ResourceTimeline.module.css", "../../src/SearchControl/SearchControl.module.css", "../../src/InfoBar/InfoBar.module.css", "../../src/LinkTabs/LinkTabs.module.css", "../../src/PatientSummary/PharmacyDialog.module.css", "../../src/PlanDefinitionBuilder/PlanDefinitionBuilder.module.css", "../../src/QuestionnaireBuilder/QuestionnaireBuilder.module.css", "../../src/QuestionnaireForm/AIRealTimeQuestionnaireForm.module.css", "../../src/ReferenceRangeEditor/ReferenceRangeEditor.module.css", "../../src/ResourceBlame/ResourceBlame.module.css", "../../src/ResourceDiff/ResourceDiff.module.css", "../../src/ResourceForm/ResourceForm.module.css", "../../src/Scheduler/Scheduler.module.css"],
4
+ "sourcesContent": [".main {\n flex: 1;\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n overflow-x: auto;\n}\n\n.announcement {\n height: 36px;\n border-top: 1px solid var(--mantine-color-default-border);\n overflow: hidden;\n}\n", ".logoButton {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: var(--mantine-primary-color-light-hover);\n }\n}\n\n.user {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: var(--mantine-primary-color-light-hover);\n }\n\n &[data-active] {\n background-color: var(--mantine-primary-color-light-hover);\n }\n}\n\n.userInfo {\n margin-right: 3px;\n min-width: 0;\n max-width: 160px;\n\n @media (max-width: $mantine-breakpoint-xs) {\n display: none;\n }\n}\n\n.userName {\n font-weight: 500;\n line-height: 1.2;\n}\n\n.userProject {\n line-height: 1.2;\n}\n", ".iconBox {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 32px;\n height: 32px;\n border-radius: var(--mantine-radius-sm);\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n color: var(--project-login-icon-color, light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2)));\n}\n\n.subtitle {\n color: var(--mantine-color-dimmed);\n}\n\n.interactive {\n border-radius: var(--mantine-radius-sm);\n padding: 8px 12px;\n cursor: pointer;\n\n /* Keyboard-highlighted option gets the same treatment as hover (background + icon\n color), overriding Mantine's default filled/white-text combo, plus an outline so\n it's still distinguishable from a plain hover. Text colors never invert, so there's\n no selected+hover contrast conflict to guard against. */\n &:hover,\n &[data-hovered],\n &[data-combobox-selected] {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n color: var(--mantine-color-text);\n\n & .iconBox {\n color: var(--mantine-color-text);\n }\n }\n\n &[data-combobox-selected] {\n outline: 2px solid var(--mantine-color-blue-6);\n outline-offset: -2px;\n }\n}\n", ".divider {\n border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n\n.accountSection {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n}\n\n.projectOption {\n padding: 0 8px 0 0;\n border-radius: 8px;\n width: 100%;\n min-width: 0;\n overflow: hidden;\n}\n\n/* Allow the Menu item's label to shrink so the project name can truncate */\n.recentProjectItem :global(.mantine-Menu-itemLabel) {\n min-width: 0;\n}\n\n.dropdown :global(.mantine-Menu-item).recentProjectItem:hover,\n.dropdown :global(.mantine-Menu-item).recentProjectItem[data-hovered] {\n --project-login-icon-color: var(--mantine-color-text);\n}\n\n.dropdown {\n overflow: visible;\n}\n\n.dropdown :global(.mantine-Menu-item) {\n border-radius: var(--mantine-radius-sm);\n padding-top: var(--mantine-spacing-xs);\n padding-bottom: var(--mantine-spacing-xs);\n}\n\n.dropdown :global(.mantine-Menu-item:hover),\n.dropdown :global(.mantine-Menu-item[data-hovered]) {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n/* Row height follows label; switcher is positioned out of flow */\n.settingsRow {\n position: relative;\n min-height: 20px;\n padding-right: 76px;\n width: 100%;\n}\n\n.settingsControlWrapper {\n position: absolute;\n top: 50%;\n right: var(--mantine-spacing-xs);\n transform: translateY(-50%);\n}\n\n.segmentedControl {\n --sc-padding: 0;\n flex-shrink: 0;\n padding: 2px;\n}\n\n.segmentedControl :global(.mantine-SegmentedControl-label) {\n display: flex;\n align-items: center;\n justify-content: center;\n line-height: 1;\n color: var(--mantine-color-dimmed);\n}\n\n.segmentedControl :global(.mantine-SegmentedControl-label[data-active]) {\n color: var(--mantine-color-dimmed);\n}\n\n/* Square segments so the FloatingIndicator renders as a circle */\n.appearanceControl :global(.mantine-SegmentedControl-control) {\n flex: 0 0 24px;\n width: 24px;\n}\n\n.appearanceControl :global(.mantine-SegmentedControl-label) {\n width: 24px;\n height: 24px;\n min-width: 24px;\n min-height: 24px;\n padding: 0;\n}\n\n.appearanceControl :global(.mantine-SegmentedControl-indicator) {\n border-radius: 50%;\n}\n\n.layoutControl :global(.mantine-SegmentedControl-control) {\n flex: 0 0 auto;\n}\n\n.layoutControl :global(.mantine-SegmentedControl-label) {\n min-width: 28px;\n height: 24px;\n min-height: 24px;\n padding: 0 6px;\n font-size: var(--mantine-font-size-xs);\n}\n\n.layoutControl :global(.mantine-SegmentedControl-indicator) {\n border-radius: var(--mantine-radius-xl);\n}\n", ".searchInput {\n input {\n width: 220px;\n transition: width 0.1s ease-in-out;\n }\n\n input:focus {\n width: 400px;\n }\n\n @media (max-width: 800px) {\n input {\n width: 150px;\n }\n input:focus {\n width: 150px;\n }\n }\n}\n", ".navbar {\n padding: 0;\n transition-property: width;\n}\n\n.logoButton {\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n height: fit-content;\n padding: 8px 7px;\n border-radius: var(--mantine-radius-md);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n }\n\n & > * {\n display: block;\n }\n}\n\n.menuTitle {\n height: 40px;\n margin: 0;\n padding-left: 10px;\n display: flex;\n align-items: flex-end;\n padding-bottom: 8px;\n box-sizing: border-box;\n font-size: var(--mantine-font-size-xs);\n font-weight: 500;\n line-height: 1;\n white-space: nowrap;\n overflow: hidden;\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-gray-6));\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.menuTitle:empty,\n.menuTitle:blank {\n display: none;\n}\n\n.link {\n width: 100%;\n height: 36px;\n border-radius: var(--mantine-radius-md);\n font-weight: 450;\n display: flex;\n align-items: center;\n justify-content: start;\n padding: 0 var(--mantine-spacing-xs);\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n outline: none;\n overflow: hidden;\n text-overflow: ellipsis;\n text-decoration: none;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n text-decoration: none;\n }\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n stroke-width: 2;\n width: 18px;\n height: 18px;\n min-width: 18px;\n max-width: 18px;\n }\n\n &[data-active] {\n &,\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-5));\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-6));\n }\n }\n\n & .dismissButton {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n\n & svg:global(.tabler-icon) {\n color: inherit;\n }\n\n &:hover {\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-0));\n }\n }\n }\n}\n\n.link:focus-visible {\n outline: none;\n}\n\n.linkLabel {\n margin-left: 8px;\n white-space: nowrap;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.userLink {\n height: auto;\n min-height: 36px;\n padding-top: 4px;\n padding-bottom: 4px;\n}\n\n.userLinkLabel {\n display: flex;\n flex-direction: column;\n margin-left: 8px;\n min-width: 0;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.iconWrapper {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.alertDot {\n position: absolute;\n bottom: -2px;\n left: 13px;\n width: 8px;\n height: 8px;\n border-radius: 50%;\n background-color: var(--mantine-color-red-6);\n pointer-events: none;\n}\n\n.linkCount {\n margin-left: auto;\n font-size: var(--mantine-font-size-xs);\n font-weight: 500;\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-3));\n white-space: nowrap;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n\n &[data-alert] {\n color: var(--mantine-color-white);\n background-color: var(--mantine-color-red-6);\n font-weight: 600;\n font-size: 10px;\n min-width: 18px;\n height: 18px;\n line-height: 18px;\n text-align: center;\n border-radius: 9px;\n padding: 0 5px;\n }\n}\n\n.dismissButton {\n display: none;\n margin-left: auto;\n align-items: center;\n justify-content: center;\n padding: 4px;\n border-radius: 4px;\n cursor: pointer;\n}\n\n.link:hover .dismissButton {\n display: flex;\n}\n\n.link .dismissButton {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n\n & svg:global(.tabler-icon) {\n color: inherit;\n }\n\n &:hover {\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-0));\n }\n}\n\n.addBookmarkLink {\n margin-top: 40px;\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n }\n}\n\n.toggleButton {\n width: 38px;\n height: 36px;\n border-radius: var(--mantine-radius-md);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 0;\n transition: background-color 100ms ease;\n cursor: e-resize;\n\n &[data-opened] {\n cursor: w-resize;\n }\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n stroke-width: 2;\n width: 18px;\n height: 18px;\n min-width: 18px;\n max-width: 18px;\n }\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n }\n}\n\n.divider {\n border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n", "/*\n * Spotlight component style overrides.\n * Uses Mantine's classNames API for maintainability across Mantine upgrades.\n * See: https://mantine.dev/styles/styles-api/\n */\n\n/* Action section (avatar/icon) margins */\n.actionSection[data-position='left'] {\n margin-inline-end: var(--mantine-spacing-xs);\n}\n\n.actionSection[data-position='right'] {\n margin-inline-start: var(--mantine-spacing-xs);\n}\n\n/* Action item styling - matches navbar link colors */\n.action:where(:not([data-selected])):hover,\n.action:where(:not([data-selected])):active {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n.action:where([data-selected]) {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-5));\n}\n\n.action:where([data-selected]) .actionDescription {\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-gray-5));\n}\n\n/* Action group styling */\n.actionsGroup {\n gap: 4px;\n margin-top: 4px;\n padding-top: var(--mantine-spacing-md);\n}\n\n/* First group: compensate for container padding */\n.actionsGroup:first-child {\n margin-top: 0;\n padding-top: calc(var(--mantine-spacing-md) - 2px);\n}\n\n/* Add divider between action groups */\n.actionsGroup:not(:first-child) {\n border-top: calc(0.0625rem * var(--mantine-scale)) solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n\n/* Group label spacing */\n.actionsGroup::before {\n padding-bottom: 2px;\n}\n\n/* Actions list container */\n.actionsList {\n padding-top: 2px;\n}\n\n/* Modal content wrapper */\n.content {\n box-shadow: light-dark(\n 0 0.5rem 2rem rgba(0, 0, 0, 0.15),\n 0 0.5rem 2rem rgba(0, 0, 0, 0.5)\n );\n}\n", ".root {\n display: grid;\n grid-template-columns: 30% 70%;\n margin: 0;\n\n & > dt,\n & > dd {\n padding: var(--mantine-spacing-xs);\n border-top: 0.1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));\n margin: 0;\n }\n\n & > dt:first-of-type,\n & > dd:first-of-type {\n border-top: 0;\n }\n}\n\n.compact {\n grid-template-columns: auto 1fr;\n\n & > dt,\n & > dd {\n border: 0;\n padding: 0;\n }\n\n & > dt {\n padding-right: var(--mantine-spacing-xs);\n }\n\n & > dd {\n padding-left: var(--mantine-spacing-xs);\n }\n\n & > dt:last-of-type,\n & > dd:last-of-type {\n padding-bottom: var(--mantine-spacing-xs);\n }\n}\n", ".root {\n @media (max-width: 800px) {\n padding-left: 4px;\n padding-right: 4px;\n }\n}\n", ".paper {\n margin: var(--mantine-spacing-xl) auto;\n padding: var(--mantine-spacing-md);\n\n @media (max-width: 800px) {\n padding: 8px;\n }\n\n & img {\n width: 100%;\n max-width: 100%;\n }\n\n & video {\n width: 100%;\n max-width: 100%;\n }\n}\n\n.fill {\n padding: 0;\n}\n", ".dimmed {\n color: var(--mantine-color-dimmed);\n}\n\n.preserveBreaks {\n white-space: pre-wrap;\n}\n", ".indented {\n margin-top: 0.5rem;\n border-left: 3px solid var(--mantine-color-gray-4);\n padding: 0.5rem 0 0.5rem 0.5rem;\n}\n", ".nested {\n padding-left: var(--mantine-spacing-md);\n padding-top: var(--mantine-spacing-md);\n padding-bottom: var(--mantine-spacing-sm);\n}\n", ".table {\n width: 350px;\n\n & th {\n font-weight: normal;\n font-size: 11px;\n padding: 8px;\n text-align: center;\n }\n\n & td {\n padding: 2px 4px;\n }\n\n & td button {\n width: 44px;\n height: 44px;\n color: theme.colors[theme.primaryColor][5];\n font-size: 16px;\n font-weight: 500;\n text-align: center;\n padding: 0;\n background-color: theme.colors[theme.primaryColor][0];\n border: 0;\n border-radius: 50px;\n cursor: pointer;\n }\n\n & td button:hover {\n background-color: theme.colors[theme.primaryColor][1];\n }\n\n & td button:disabled {\n background-color: transparen;\n cursor: defaul;\n color: var(--mantine-color-gray-4);\n font-weight: normal;\n }\n}\n", ".chatPaper {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n\n.chatTitle {\n background-color: light-dark(var(--mantine-color-blue-7), var(--mantine-color-blue-8));\n color: light-dark(var(--mantine-color-white), var(--mantine-color-gray-3));\n font-size: var(--mantine-font-size-sm);\n font-weight: 500;\n padding: var(--mantine-spacing-sm);\n user-select: none;\n}\n\n.chatBody {\n background-color: var(--mantine-color-body);\n flex: 1;\n min-height: 0;\n position: relative;\n}\n\n.chatScrollArea {\n padding: var(--mantine-spacing-xs);\n}\n\n.chatInputContainer {\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n flex-shrink: 0;\n padding: 6px 8px;\n position: relative;\n}\n\n.chatPendingFile {\n position: absolute;\n bottom: 100%;\n left: 0;\n right: 0;\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-3));\n padding: 4px 8px;\n}\n\n.chatBubbleOuterWrap {\n max-width: 75%;\n padding-bottom: 10px;\n}\n\n.chatBubbleRightAlignedInnerWrap {\n display: flex;\n flex-direction: row-reverse;\n}\n\n.chatBubbleLeftAlignedInnerWrap {\n display: flex;\n flex-direction: row;\n}\n\n.chatBubble {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-blue-7));\n border-radius: var(--mantine-radius-lg);\n padding: var(--mantine-spacing-sm);\n min-width: 40px;\n color: light-dark(var(--mantine-color-dark), var(--mantine-color-gray-2));\n\n & p {\n margin-top: 0.25rem;\n margin-bottom: 0.25rem;\n }\n\n & pre {\n max-width: 280px;\n overflow: auto;\n }\n}\n\n.chatBubbleNameRight {\n text-align: right;\n}\n\n.chatPendingFile {\n position: absolute;\n bottom: 100%;\n left: 0;\n right: 0;\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-3));\n padding: 4px 8px;\n}\n\n.chatBubbleAttachmentWithText {\n margin-top: 6px;\n}\n\n.chatBubbleAttachmentIcon {\n flex-shrink: 0;\n display: flex;\n align-items: center;\n}\n\n.chatBubbleMenu {\n align-self: center;\n}\n", ".iconContainer {\n position: fixed;\n bottom: 0.5rem;\n right: 0.5rem;\n z-index: 100px;\n}\n\n.icon {\n background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7));\n box-shadow:\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05),\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);\n}\n\n.chatModalContainer {\n position: fixed;\n bottom: 3rem;\n right: 0.5rem;\n z-index: 100px;\n width: 400px;\n height: 450px;\n max-height: 450px;\n overflow: hidden;\n border-radius: var(--mantine-radius-md);\n box-shadow:\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05),\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);\n}\n", "/*\n * Shared Modal styling for the thread inbox dialogs (New Message / Message Settings),\n * matching the Send Fax modal: a bold (700) title, a header with an inset bottom border\n * acting as the divider under the header, and zero body padding so the body can lay out\n * its own `lg` spacing around content and the bottom button.\n *\n * The header divider is painted with a single-color linear-gradient (as in SendFaxModal);\n * a follow-up will refactor both to use a proper divider element.\n */\n.body {\n padding: 0;\n}\n\n.title {\n font-weight: 700;\n}\n\n.header {\n padding: var(--mantine-spacing-md) var(--mantine-spacing-lg);\n background-image: linear-gradient(var(--mantine-color-gray-2), var(--mantine-color-gray-2));\n background-size: calc(100% - 2 * var(--mantine-spacing-lg)) 1px;\n background-position: center bottom;\n background-repeat: no-repeat;\n}\n", ".participantItem {\n padding: 4px 0;\n}\n\n.participantItem:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-gray-9));\n border-radius: var(--mantine-radius-sm);\n}\n", ".container {\n height: 100%;\n width: 100%;\n overflow: hidden;\n}\n\n.shell {\n display: flex;\n flex-direction: column;\n height: 100%;\n background: var(--mantine-color-body);\n}\n\n.shell,\n.detailBorder {\n border-right: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));\n}\n\n/* Inset the rows from the sidebar edges. Each item's rounded hover/selected\n highlight (`.item`) would otherwise bleed to the pane border and lose its\n corners; this padding gives the highlight breathing room on all sides. */\n.list {\n padding: var(--mantine-spacing-xs);\n}\n\n/* Per-item chrome wrapper. The list renders this `<div>` around each item's\n content (from `renderItem`), so it owns the hover/selected backgrounds. It\n deliberately has no padding: the item's content provides its own padding so a\n navigational item (a link) can fill this wrapper and keep the whole row clickable. */\n.item {\n transition: background 0.2s;\n cursor: pointer;\n border-radius: 0.5rem;\n}\n\n/* Normalize the line-height of every text child so a mix of `<Text size=\"md\">`\n (e.g. the bold first line) and `<Text size=\"sm\">` (secondary/tertiary lines)\n share the same vertical rhythm. Without this, default Mantine line-heights\n (1.55 vs 1.45) cause uneven gaps between lines in a list item. */\n.item :global(.mantine-Text-root) {\n line-height: var(--mantine-line-height-sm);\n}\n\n.item:hover {\n background: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n.item.selected {\n background: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n}\n\n.footer {\n display: flex;\n justify-content: center;\n align-items: center;\n padding-inline: var(--mantine-spacing-md);\n padding-block: 15px;\n}\n\n/* Header text style for headers that show a plain title (no pill tabs). Matches\n the pill-tab text style (14px / weight 450) so a header that reads \"Recent\" or\n \"Patients\" sits at the same optical weight as a header that reads\n \"My Tasks\" / \"All Tasks\" pill-tab pair.\n\n `padding-inline-start` matches the internal horizontal padding of a pill\n tab, so when this element lives in a `pl=\"xs\"` header bar it lines up\n horizontally with the text of an adjacent pill tab. */\n.headerText {\n font-size: var(--mantine-font-size-sm);\n font-weight: 450;\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-white));\n line-height: 1.2;\n padding-inline-start: var(--mantine-spacing-xs);\n}\n\n/* Pill-style Tabs used in list headers. CSS-module-scoped \u2014 the `:global()`\n wrappers keep Mantine's `.mantine-Tabs-*` class names global so the\n descendant selectors continue to target them. */\n.pillTabs :global(.mantine-Tabs-list) {\n display: flex;\n gap: 2px;\n}\n\n.pillTabs :global(.mantine-Tabs-tab) {\n height: 32px;\n padding-inline: calc(0.875rem * var(--mantine-scale));\n padding-block: 0;\n border-radius: var(--mantine-radius-xl);\n font-size: var(--mantine-font-size-sm);\n font-weight: 450;\n background-color: transparent;\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-gray-4));\n display: flex;\n align-items: center;\n justify-content: center;\n transition:\n background-color 150ms ease,\n color 150ms ease;\n}\n\n.pillTabs :global(.mantine-Tabs-tab):hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n.pillTabs :global(.mantine-Tabs-tab[data-active]) {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-white));\n}\n\n.pillTabs :global(.mantine-Tabs-tab[data-active]):hover {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-white));\n}\n\n.tabLink {\n color: inherit;\n line-height: 1;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n}\n", ".panel {\n height: 100%;\n}\n\n[data-mantine-color-scheme='dark'] .panel {\n background-color: var(--mantine-color-dark-8);\n}\n\n[data-mantine-color-scheme='light'] .panel {\n background-color: var(--mantine-color-white);\n}\n\n.patientSummaryBadge {\n cursor: pointer;\n}\n\n.patientSummaryAddButton {\n opacity: 0;\n transition: opacity 0.2s;\n position: absolute;\n right: 0;\n top: 0;\n transform: none;\n stroke-width: 1;\n}\n\n.patientSummaryHeader {\n width: 100%;\n cursor: default;\n}\n\n.patientSummaryHeader :global(.mantine-ActionIcon-root),\n.patientSummaryHeader :global(.mantine-Text-root) {\n cursor: pointer;\n margin: 0;\n}\n\n.patientSummaryCollapseIcon {\n transition: transform 0.2s;\n}\n\n.patientSummaryCollapseIcon.collapsed {\n transform: rotate(-90deg);\n}\n", "/* CollapsibleSection.module.css */\n\n.root {\n position: relative;\n}\n\n.header {\n width: 100%;\n cursor: default;\n}\n\n.chevron {\n transition: transform 0.2s ease;\n cursor: pointer;\n}\n\n.chevron[data-collapsed] {\n transform: rotate(-90deg);\n}\n\n.title {\n cursor: pointer;\n}\n\n.addButton {\n position: absolute;\n right: 0;\n top: 0;\n stroke-width: 1;\n}\n", ".gradient {\n position: absolute;\n right: 28px;\n top: 0;\n bottom: 0;\n width: 48px;\n\n z-index: 1;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s;\n}\n\n[data-mantine-color-scheme='dark'] .gradient {\n background: linear-gradient(to right, transparent, var(--mantine-color-dark-8));\n}\n\n[data-mantine-color-scheme='light'] .gradient {\n background: linear-gradient(to right, transparent, var(--mantine-color-white));\n}\n\n.container {\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n width: 28px;\n z-index: 2;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s;\n}\n\n[data-mantine-color-scheme='dark'] .container {\n background: var(--mantine-color-dark-8);\n}\n\n[data-mantine-color-scheme='light'] .container {\n background: var(--mantine-color-white);\n}\n\n.chevron {\n position: static;\n margin: 0;\n padding: 0;\n transition: opacity 0.2s;\n opacity: 1;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.item:hover .gradient,\n.item:hover .container {\n opacity: 1;\n pointer-events: auto;\n}\n\n.item {\n position: relative;\n max-width: 100%;\n cursor: pointer;\n}\n\n.itemText {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n", ".noteBody {\n font-size: var(--mantine-font-size-sm);\n}\n\n.noteCite {\n font-size: var(--mantine-font-size-xs);\n margin-block-start: 3;\n}\n\n.noteRoot {\n padding: 5px;\n}\n", ".table {\n border: 0.1px solid var(--mantine-color-gray-5);\n border-collapse: collapse;\n\n & td,\n & th {\n border: 0.1px solid var(--mantine-color-gray-5);\n padding: 4px;\n }\n\n & :global(.mantine-Badge-root) {\n min-width: max-content;\n }\n}\n\n.criticalRow {\n background: light-dark(var(--mantine-color-red-0), oklch(from var(--mantine-color-red-8) l c h / 0.2));\n border: 0.1px solid var(--mantine-color-red-5);\n color: light-dark(var(--mantine-color-red-5), var(--mantine-color-red-0));\n font-weight: 500;\n\n & td {\n border: 0.1px solid var(--mantine-color-red-5);\n }\n}\n\n.noteBody {\n font-size: var(--mantine-font-size-sm);\n}\n\n.noteCite {\n font-size: var(--mantine-font-size-xs);\n margin-block-start: 3;\n}\n\n.noteRoot {\n padding: 5px;\n}\n", ".rightBorder {\n border-right: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-gray-8));\n}\n", ".container {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n flex: 1;\n}\n", ".content {\n word-wrap: break-word;\n overflow-wrap: break-word;\n white-space: normal;\n word-break: break-word;\n}\n", ".removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".root {\n border-collapse: collapse;\n width: 100%;\n\n & tr {\n border-top: 0.1px solid var(--mantine-color-gray-3);\n }\n\n & th,\n & td {\n padding: var(--mantine-spacing-sm) var(--mantine-spacing-sm);\n vertical-align: top;\n word-wrap: break-word;\n overflow-wrap: anywhere;\n white-space: normal;\n min-width: 100px;\n }\n}\n\n.removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".item {\n white-space: pre-wrap;\n}\n\n.itemPadding {\n padding: 0 16px 16px 16px;\n}\n", ".pinnedComment {\n background-color: var(--mantine-color-blue-0);\n}\n", ".root {\n max-width: 100%;\n overflow: auto;\n text-align: left;\n margin-bottom: 20px;\n}\n\n.table {\n cursor: pointer;\n}\n\n.tr {\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n }\n}\n\n.th {\n padding: 0 !important;\n}\n\n.control {\n width: 100%;\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n }\n}\n\n.icon {\n width: 21px;\n height: 21px;\n border-radius: 21px;\n}\n", ".root {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 8px 10px;\n}\n\n.entry {\n display: inline-block;\n margin: 5px 20px 5px 5px;\n}\n\n.key {\n color: var(--mantine-color-gray-6);\n text-transform: uppercase;\n font-size: var(--mantine-font-size-xs);\n white-space: nowrap;\n}\n\n.value {\n font-size: var(--mantine-font-size-md);\n font-weight: 600;\n margin-left: 0;\n white-space: nowrap;\n}\n", ".list {\n white-space: nowrap;\n flex-wrap: nowrap;\n}\n\n.link {\n color: var(--mantine-color-text);\n line-height: 1;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n}\n", ".pharmacyItem {\n border: 1px solid var(--mantine-color-gray-3);\n border-radius: var(--mantine-radius-sm);\n cursor: pointer;\n transition:\n border-color 0.2s,\n box-shadow 0.2s;\n}\n\n.pharmacyItem:hover {\n border-color: var(--mantine-color-blue-4);\n}\n\n.pharmacyItemSelected {\n border: 2px solid var(--mantine-color-blue-6);\n border-radius: var(--mantine-radius-sm);\n cursor: pointer;\n}\n", ".section {\n position: relative;\n padding: 6px 0 16px 0;\n transition: all 0.1;\n}\n\n.hovering {\n border: 1.5px solid var(--mantine-color-blue-5);\n}\n\n.editing {\n border: 1.5px solid var(--mantine-color-gray-1);\n border-left: 4px solid var(--mantine-color-blue-5);\n}\n", ".section {\n position: relative;\n margin: 4px 4px 8px;\n padding: 6px 12px 16px 6px;\n border: 1.5px solid var(--mantine-color-gray-1);\n border-radius: var(--mantine-radius-sm);\n transition: all 0.1;\n}\n\n.hovering {\n border: 1.5px solid var(--mantine-color-blue-5);\n}\n\n.editing {\n border: 1.5px solid var(--mantine-color-gray-1);\n border-left: 4px solid var(--mantine-color-blue-5);\n min-height: 100px;\n}\n\n.questionBody {\n max-width: 600px;\n}\n\n.topActions {\n position: absolute;\n right: 32px;\n top: 1px;\n padding: 4px;\n color: var(--mantine-color-gray-5);\n font-size: var(--mantine-font-size-xs);\n}\n\n.bottomActions {\n position: absolute;\n right: 4px;\n bottom: 0;\n --text-fz: var(--mantine-font-size-xs);\n\n & a {\n margin-left: 8px;\n }\n}\n\n.movementActions {\n position: absolute;\n right: 8px;\n top: 0;\n padding-top: 8px;\n font-size: var(--mantine-font-size-xs);\n\n & a {\n margin-left: 8px;\n }\n}\n\n.movementIcons {\n color: var(--mantine-color-gray-5);\n}\n\n.columnAlignment {\n display: flex;\n flex-direction: column;\n}\n\n.linkIdInput {\n width: 100px;\n margin-bottom: 4px;\n}\n\n.typeSelect {\n width: 100px;\n}\n\n.preserveBreaks {\n white-space: pre-wrap;\n}\n", ".banner {\n background-color: var(--mantine-color-white);\n border: 1px solid var(--mantine-color-gray-2);\n border-radius: var(--mantine-radius-md);\n}\n\n.headerRow {\n min-height: 56px;\n}\n\n.statusRow {\n display: flex;\n align-items: center;\n flex: 1;\n min-width: 0;\n}\n\n.iconWrapper {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 20px;\n height: 20px;\n}\n\n.statusRow :global(.tabler-icon) {\n width: 20px;\n height: 20px;\n stroke-width: 2;\n color: var(--mantine-color-gray-6);\n}\n\n.statusRow[data-state='recording'] :global(.tabler-icon) {\n width: 16px;\n height: 16px;\n color: var(--mantine-color-red-6);\n fill: var(--mantine-color-red-6);\n}\n\n.statusRow[data-state='recording'] .iconWrapper {\n animation: recordingPulse 2.5s ease-in-out infinite;\n}\n\n@keyframes recordingPulse {\n 0%,\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n\n 50% {\n opacity: 0.5;\n transform: scale(0.8);\n }\n}\n\n.statusLabel {\n margin-left: var(--mantine-spacing-xs);\n font-size: 14px;\n font-weight: 450;\n color: var(--mantine-color-gray-7);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.statusLabelPrimary {\n font-size: 14px;\n font-weight: 450;\n color: var(--mantine-color-red-6);\n}\n\n.statusLabelFinishing {\n font-size: 14px;\n font-weight: 450;\n color: var(--mantine-color-gray-6);\n}\n\n.dictationButton {\n width: 10rem;\n flex-shrink: 0;\n}\n\n.dictationButton :global(.mantine-Button-label) {\n overflow: visible;\n text-overflow: clip;\n}\n\n.dictationButtonLoading:global(.mantine-Button-root),\n.dictationButtonLoading:global(.mantine-Button-root):hover {\n background-color: var(--mantine-color-gray-2);\n border-color: var(--mantine-color-gray-2);\n color: var(--mantine-color-dimmed);\n}\n\n.dictationButtonLoading :global(.mantine-Button-label) {\n color: var(--mantine-color-dimmed);\n}\n\n.instructions {\n font-size: 14px;\n font-weight: 400;\n line-height: 22px;\n color: var(--mantine-color-gray-7);\n}\n\n.instructions :global(.mantine-Text-root) {\n font-size: inherit;\n font-weight: inherit;\n line-height: inherit;\n color: inherit;\n}\n\n.instructions ul {\n margin: 0;\n padding-left: 1.25rem;\n}\n\n.instructions > ul > li + li {\n margin-top: var(--mantine-spacing-sm);\n}\n\n.panelGrid {\n display: flex;\n flex-direction: column;\n gap: var(--mantine-spacing-xl);\n}\n\n@media (min-width: 48em) {\n .panelGrid {\n flex-direction: row;\n align-items: stretch;\n }\n}\n\n.panelColumn {\n display: flex;\n flex: 1;\n flex-direction: column;\n gap: var(--mantine-spacing-xs);\n min-width: 0;\n}\n\n/*\n * On desktop, the transcript box is sized to match the \"How to Use\" column via\n * align-items: stretch on .panelGrid. To prevent the transcript text from\n * pushing the column taller, the scrollable area is absolutely positioned\n * inside a flex-grow wrapper so its content does not contribute to the\n * column's intrinsic height. On mobile (stacked columns), we fall back to a\n * fixed height since there's no sibling column to match.\n */\n.transcriptWrapper {\n flex: 1;\n min-height: 12rem;\n}\n\n.transcriptArea {\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n padding: var(--mantine-spacing-sm);\n background-color: var(--mantine-color-gray-0);\n border-radius: var(--mantine-radius-sm);\n}\n\n@media (min-width: 48em) {\n .transcriptWrapper {\n position: relative;\n min-height: 0;\n }\n\n .transcriptArea {\n position: absolute;\n inset: 0;\n height: auto;\n }\n}\n\n.transcriptText {\n display: block;\n margin: 0;\n padding: 0;\n font-family: var(--mantine-font-family-monospace);\n font-size: var(--mantine-font-size-xs);\n line-height: var(--mantine-line-height-sm);\n white-space: pre-wrap;\n word-break: break-word;\n color: var(--mantine-color-text);\n}\n", ".section {\n position: relative;\n margin: 4px 4px 8px;\n padding: 6px 12px 16px 6px;\n border: 1.5px solid var(--mantine-color-gray-3);\n border-radius: var(--mantine-radius-sm);\n transition: all 0.1;\n}\n", ".container {\n overflow-x: auto;\n}\n\n.root {\n border: 0.1px solid var(--mantine-color-gray-3);\n border-collapse: collapse;\n border-radius: var(--mantine-radius-sm);\n border-spacing: 0;\n font-size: var(--mantine-font-size-xs);\n width: 100%;\n\n & td {\n padding: 2px 4px 0 4px;\n vertical-align: top;\n white-space: nowrap;\n }\n}\n\n.startRow {\n border-top: 0.1px solid var(--mantine-color-gray-3);\n white-space: nowrap;\n}\n\n.normalRow {\n border-top: 0;\n white-space: nowrap;\n}\n\n.author {\n line-height: 10px;\n}\n\n.onBehalfOf {\n color: var(--mantine-color-dimmed);\n font-size: var(--mantine-font-size-xs);\n line-height: 10px;\n}\n\n.dateTime {\n border-right: 0.1px solid var(--mantine-color-gray-3);\n line-height: 10px;\n text-align: right;\n}\n\n.lineNumber {\n background-color: var(--mantine-color-gray-1);\n border: 0;\n color: var(--mantine-color-gray-5);\n font-family: var(--mantine-font-family-monospace);\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n text-align: right;\n}\n\n.line {\n font-family: var(--mantine-font-family-monospace);\n font-size: var(--mantine-font-size-xs);\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n}\n\n.pre {\n margin: 0;\n}\n", ".removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".splitButton {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.menuControl {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border: 0;\n border-left: rem(1px) solid var(--mantine-color-body);\n}\n", ".container {\n display: flex;\n min-height: 400px;\n}\n\n.info {\n min-width: 300px;\n padding: 20px;\n border-right: 1px solid var(--mantine-color-gray-3);\n}\n\n.selection {\n min-width: 300px;\n padding: 20px;\n}\n"],
5
+ "mappings": "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",
6
+ "names": ["main", "announcement", "logoButton", "user", "userInfo", "userName", "userProject", "iconBox", "subtitle", "interactive", "divider", "accountSection", "projectOption", "recentProjectItem", "dropdown", "settingsRow", "settingsControlWrapper", "segmentedControl", "appearanceControl", "layoutControl", "searchInput", "navbar", "logoButton", "menuTitle", "link", "dismissButton", "linkLabel", "userLink", "userLinkLabel", "iconWrapper", "alertDot", "linkCount", "addBookmarkLink", "toggleButton", "divider", "actionSection", "action", "actionDescription", "actionsGroup", "actionsList", "content", "root", "compact", "root", "paper", "fill", "dimmed", "preserveBreaks", "indented", "nested", "table", "chatPaper", "chatTitle", "chatBody", "chatScrollArea", "chatInputContainer", "chatBubbleOuterWrap", "chatBubbleRightAlignedInnerWrap", "chatBubbleLeftAlignedInnerWrap", "chatBubble", "chatBubbleNameRight", "chatPendingFile", "chatBubbleAttachmentWithText", "chatBubbleAttachmentIcon", "chatBubbleMenu", "iconContainer", "icon", "chatModalContainer", "body", "title", "header", "participantItem", "container", "shell", "detailBorder", "list", "item", "selected", "footer", "headerText", "pillTabs", "tabLink", "panel", "patientSummaryBadge", "patientSummaryAddButton", "patientSummaryHeader", "patientSummaryCollapseIcon", "collapsed", "root", "header", "chevron", "title", "addButton", "gradient", "container", "chevron", "item", "itemText", "noteBody", "noteCite", "noteRoot", "table", "criticalRow", "noteBody", "noteCite", "noteRoot", "rightBorder", "container", "content", "removed", "added", "root", "removed", "added", "item", "itemPadding", "pinnedComment", "root", "table", "tr", "th", "control", "icon", "root", "entry", "key", "value", "list", "link", "pharmacyItem", "pharmacyItemSelected", "section", "hovering", "editing", "section", "hovering", "editing", "questionBody", "topActions", "bottomActions", "movementActions", "movementIcons", "columnAlignment", "linkIdInput", "typeSelect", "preserveBreaks", "banner", "headerRow", "statusRow", "iconWrapper", "recordingPulse", "statusLabel", "statusLabelPrimary", "statusLabelFinishing", "dictationButton", "dictationButtonLoading", "instructions", "panelGrid", "panelColumn", "transcriptWrapper", "transcriptArea", "transcriptText", "section", "container", "root", "startRow", "normalRow", "author", "onBehalfOf", "dateTime", "lineNumber", "line", "pre", "removed", "added", "splitButton", "menuControl", "container", "info", "selection"]
7
7
  }
@@ -251,6 +251,7 @@ export declare interface AIRealTimeQuestionnaireFormProps extends QuestionnaireF
251
251
  readonly aiModel?: string;
252
252
  readonly onTranscript?: (fullTranscript: string, chunk: string) => void;
253
253
  readonly voiceInstructions?: ReactNode;
254
+ readonly silenceDebounceMs?: number;
254
255
  }
255
256
 
256
257
  /** Allergies section — searches for AllergyIntolerance resources. */
@@ -261,6 +262,23 @@ export declare function AnnotationInput(props: AnnotationInputProps): JSX.Elemen
261
262
  export declare interface AnnotationInputProps extends ComplexTypeInputProps<Annotation> {
262
263
  }
263
264
 
265
+ /**
266
+ * Applies the `questionnaire-optionExclusive` rule to an answer change.
267
+ *
268
+ * Given the previous and newly requested answers for an item, enforces that selecting an answer
269
+ * option marked exclusive clears every other answer, and selecting any other option clears a
270
+ * previously selected exclusive answer. Returns the new answers unchanged if the item has no
271
+ * exclusive options or the change only removed answers.
272
+ *
273
+ * See: https://hl7.org/fhir/extensions/StructureDefinition-questionnaire-optionExclusive.html
274
+ *
275
+ * @param item - The questionnaire item being answered.
276
+ * @param previousAnswers - The item's answers before the change.
277
+ * @param newAnswers - The answers requested by the change.
278
+ * @returns The reconciled answers.
279
+ */
280
+ export declare function applyOptionExclusive(item: QuestionnaireItem, previousAnswers: QuestionnaireResponseItemAnswer[] | undefined, newAnswers: QuestionnaireResponseItemAnswer[]): QuestionnaireResponseItemAnswer[];
281
+
264
282
  export declare function AppShell(props: AppShellProps): JSX.Element;
265
283
 
266
284
  export declare interface AppShellAnnouncement {
@@ -1119,8 +1137,8 @@ export declare interface LinkTabsProps extends Omit<TabsProps, 'value' | 'onChan
1119
1137
  /**
1120
1138
  * ListWithDetailPane is a generic, presentational master-detail shell: a left sidebar
1121
1139
  * with optional pill tabs, header actions, a scrollable list, and pagination, plus a
1122
- * detail area for the selected item. It does no data fetching or routing it renders
1123
- * what it is given and emits `onTabChange` / `onPageChange` callbacks.
1140
+ * detail area for the selected item. It does no data fetching it renders what it is
1141
+ * given, navigates via links, and emits `onPageChange` / `onSelectFirst` callbacks.
1124
1142
  * @param props - The ListWithDetailPane React props.
1125
1143
  * @returns The ListWithDetailPane React node.
1126
1144
  */
@@ -1147,37 +1165,47 @@ export declare type ListWithDetailPaneProps<T extends {
1147
1165
  id?: string;
1148
1166
  } = Resource> = ListWithDetailPanePropsBase<T> & ListWithDetailPaneHeaderProps;
1149
1167
 
1150
- /** Props shared by every ListWithDetailPane, independent of the header style. */
1168
+ /**
1169
+ * Props shared by every ListWithDetailPane, independent of the header style.
1170
+ * @param items - The current page of items to render in the list.
1171
+ * @param loading - When true, the list area shows the skeleton instead of items.
1172
+ * @param selectedKey - Id of the highlighted row.
1173
+ * @param renderItem - Renders one row of the list sidebar.
1174
+ * @param emptyList - Shown when the list is empty. Default: dimmed "No items found".
1175
+ * @param skeleton - Shown while loading. Default: built-in skeleton rows.
1176
+ * @param listWidth - Sidebar width in pixels. Default 350.
1177
+ * @param headerActions - Right-aligned slot in the sidebar header row: action buttons, filter popovers.
1178
+ * @param selected - The resolved selected item, or undefined when nothing is selected.
1179
+ * @param renderDetail - Renders the detail pane for the selected item.
1180
+ * @param emptyDetail - Shown when nothing is selected. Default: dimmed prompt.
1181
+ * @param refresh - Passed through to the detail render context.
1182
+ * @param onSelectFirst - Auto-select escape hatch. Fired with the first item when the list has finished loading
1183
+ * (`loading` false) with items while nothing is selected (`selectedKey` undefined). The consumer decides how to
1184
+ * navigate (typically with history replace). Pass an id-driven `selectedKey` (e.g. the URL route param) so a
1185
+ * selection that is still resolving does not read as "nothing selected", and keep `loading` true from the render a
1186
+ * new search starts on, so this never fires against a stale list.
1187
+ * @param page - Current 1-based page. Pagination is hidden unless this, `pageCount`, and `onPageChange` are set.
1188
+ * @param pageCount - Total number of pages. Pagination is hidden when this is less than or equal to 1.
1189
+ * @param onPageChange - Fired by the built-in pagination with the new 1-based page.
1190
+ */
1151
1191
  export declare interface ListWithDetailPanePropsBase<T extends {
1152
1192
  id?: string;
1153
1193
  } = Resource> {
1154
- /** The current page of items to render in the list. */
1155
1194
  readonly items: T[];
1156
- /** When true, the list area shows the skeleton instead of items. */
1157
1195
  readonly loading: boolean;
1158
- /** Id of the highlighted row. */
1159
1196
  readonly selectedKey?: string;
1160
1197
  readonly renderItem: (item: T, ctx: ListWithDetailPaneItemContext<T>) => ReactNode;
1161
- /** Shown when the list is empty. Default: dimmed "No items found". */
1162
1198
  readonly emptyList?: ReactNode;
1163
- /** Shown while loading. Default: built-in skeleton rows. */
1164
1199
  readonly skeleton?: ReactNode;
1165
- /** Sidebar width in pixels. Default 350. */
1166
1200
  readonly listWidth?: number;
1167
- /** Right-aligned slot in the sidebar header row: action buttons, filter popovers. */
1168
1201
  readonly headerActions?: ReactNode;
1169
- /** The resolved selected item, or undefined when nothing is selected. */
1170
1202
  readonly selected: T | undefined;
1171
1203
  readonly renderDetail: (selected: T, ctx: ListWithDetailPaneDetailContext) => ReactNode;
1172
- /** Shown when nothing is selected. Default: dimmed prompt. */
1173
1204
  readonly emptyDetail?: ReactNode;
1174
- /** Passed through to the detail render context. */
1175
1205
  readonly refresh: () => Promise<void>;
1176
- /** Current 1-based page. Pagination is hidden unless this, `pageCount`, and `onPageChange` are set. */
1206
+ readonly onSelectFirst?: (item: T) => void;
1177
1207
  readonly page?: number;
1178
- /** Total number of pages. Pagination is hidden when this is less than or equal to 1. */
1179
1208
  readonly pageCount?: number;
1180
- /** Fired by the built-in pagination with the new 1-based page. */
1181
1209
  readonly onPageChange?: (page: number) => void;
1182
1210
  }
1183
1211
 
@@ -1189,24 +1217,25 @@ export declare interface ListWithDetailPaneTab {
1189
1217
 
1190
1218
  /**
1191
1219
  * Pill-tab header. Declares `headerText` as `never` so tabs can't be mixed with a title.
1220
+ * Each tab renders as a link to its `uri`, so tab switching needs no change callback.
1221
+ * @param tabs - Sidebar header tabs. Selecting a tab navigates to its URI.
1222
+ * @param activeTab - Controlled active tab value; consumers derive it from the URL.
1192
1223
  */
1193
1224
  export declare interface ListWithDetailPaneTabsHeaderProps {
1194
1225
  readonly tabs: ListWithDetailPaneTab[];
1195
1226
  readonly activeTab?: string;
1196
- readonly onTabChange?: (value: string) => void;
1197
1227
  readonly headerText?: never;
1198
1228
  }
1199
1229
 
1200
1230
  /**
1201
1231
  * Plain-text header (or no header at all). Declares the tab fields as `never` so a title
1202
1232
  * can't be mixed with tabs.
1233
+ * @param headerText - Plain title shown at the left of the header.
1203
1234
  */
1204
1235
  export declare interface ListWithDetailPaneTextHeaderProps {
1205
- /** Plain title shown at the left of the header. */
1206
1236
  readonly headerText?: ReactNode;
1207
1237
  readonly tabs?: never;
1208
1238
  readonly activeTab?: never;
1209
- readonly onTabChange?: never;
1210
1239
  }
1211
1240
 
1212
1241
  export declare function Loading(): JSX.Element;
@@ -1695,6 +1724,8 @@ export declare const QUESTIONNAIRE_HIDDEN_URL = "http://hl7.org/fhir/StructureDe
1695
1724
 
1696
1725
  export declare const QUESTIONNAIRE_ITEM_CONTROL_URL = "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl";
1697
1726
 
1727
+ export declare const QUESTIONNAIRE_OPTION_EXCLUSIVE_URL = "http://hl7.org/fhir/StructureDefinition/questionnaire-optionExclusive";
1728
+
1698
1729
  export declare const QUESTIONNAIRE_REFERENCE_FILTER_URL = "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter";
1699
1730
 
1700
1731
  export declare const QUESTIONNAIRE_REFERENCE_RESOURCE_URL = "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource";
@@ -2024,61 +2055,54 @@ export declare interface ResourceBoardLoadResult<T extends Resource = Resource>
2024
2055
  readonly total?: number;
2025
2056
  }
2026
2057
 
2058
+ /**
2059
+ * Props for the ResourceBoard component.
2060
+ * @param search - The search definition (resourceType + filters + count/offset), like SearchControl. Default
2061
+ * fetching searches with `_total=accurate` and `cache: 'no-cache'`. Deep-equality memoized internally, so parents
2062
+ * may pass object literals.
2063
+ * @param selectedId - Selected resource id, typically driven by the URL route param.
2064
+ * @param loadItems - Custom fetcher replacing the default search (e.g. GraphQL batching, client-side filtering).
2065
+ * Re-runs whenever its identity or the search changes — wrap in useCallback.
2066
+ * @param resolveSelected - Selected-resource resolution. Default: find in items by id, else
2067
+ * `medplum.readResource(search.resourceType, id)`.
2068
+ * @param reloadKey - Manual refresh trigger: change this value (e.g. a counter) to re-run the load without changing
2069
+ * the search. Reloads in place — no skeleton.
2070
+ * @param headerText - Plain title shown at the left of the header when no `tabs` are provided.
2071
+ * @param tabs - Sidebar header tabs. Selecting a tab navigates to its URI.
2072
+ * @param activeTab - Controlled active tab value; consumers derive it from the URL.
2073
+ * @param headerActions - Right-aligned slot in the sidebar header row: action buttons, filter popovers.
2074
+ * @param renderItem - Renders one row of the list sidebar.
2075
+ * @param emptyList - Shown when the list loads empty. Default: dimmed "No items found".
2076
+ * @param skeleton - Shown while the initial or search-change load is in flight. Default: built-in skeleton rows.
2077
+ * @param listWidth - Sidebar width in pixels. Default 350.
2078
+ * @param renderDetail - Renders the detail pane for the resolved selection.
2079
+ * @param emptyDetail - Shown when nothing is selected or the selection cannot be resolved.
2080
+ * @param onChange - Fired by the built-in pagination with the updated offset.
2081
+ * @param onSelectFirst - Auto-select escape hatch. Fired with the first item when a load for the current search
2082
+ * settles with items while nothing is selected (owned by ListWithDetailPane). The consumer decides how to navigate
2083
+ * (e.g. with history replace).
2084
+ * @param onLoad - Fired after every successful load.
2085
+ * @param onError - List-load and selection-resolution errors. Default: console.error.
2086
+ */
2027
2087
  export declare interface ResourceBoardProps<T extends Resource = Resource> {
2028
- /**
2029
- * The search definition (resourceType + filters + count/offset), like SearchControl.
2030
- * Default fetching searches with `_total=accurate` and `cache: 'no-cache'`.
2031
- * Deep-equality memoized internally, so parents may pass object literals.
2032
- */
2033
2088
  readonly search: SearchRequest;
2034
- /** Selected resource id, typically driven by the URL route param. */
2035
2089
  readonly selectedId?: string;
2036
- /**
2037
- * Custom fetcher replacing the default search (e.g. GraphQL batching, client-side
2038
- * filtering). Re-runs whenever its identity or the search changes — wrap in useCallback.
2039
- */
2040
2090
  readonly loadItems?: (search: SearchRequest, medplum: MedplumClient) => Promise<ResourceBoardLoadResult<T>>;
2041
- /**
2042
- * Selected-resource resolution. Default: find in items by id, else
2043
- * `medplum.readResource(search.resourceType, id)`.
2044
- */
2045
2091
  readonly resolveSelected?: (id: string, items: WithId<T>[], medplum: MedplumClient) => Promise<WithId<T> | undefined>;
2046
- /**
2047
- * Manual refresh trigger: change this value (e.g. a counter) to re-run the load
2048
- * without changing the search. Reloads in place — no skeleton.
2049
- */
2050
2092
  readonly reloadKey?: unknown;
2051
- /** Plain title shown at the left of the header when no `tabs` are provided. */
2052
2093
  readonly headerText?: ReactNode;
2053
- /** Sidebar header tabs. Selecting a tab navigates to its URI. */
2054
2094
  readonly tabs?: ResourceBoardTab[];
2055
- /** Controlled active tab value; consumers derive it from the URL. */
2056
2095
  readonly activeTab?: string;
2057
- /** Right-aligned slot in the sidebar header row: action buttons, filter popovers. */
2058
2096
  readonly headerActions?: ReactNode;
2059
2097
  readonly renderItem: (item: WithId<T>, ctx: ResourceBoardItemContext<T>) => ReactNode;
2060
- /** Shown when the list loads empty. Default: dimmed "No items found". */
2061
2098
  readonly emptyList?: ReactNode;
2062
- /** Shown while the initial or search-change load is in flight. Default: built-in skeleton rows. */
2063
2099
  readonly skeleton?: ReactNode;
2064
- /** Sidebar width in pixels. Default 350. */
2065
2100
  readonly listWidth?: number;
2066
2101
  readonly renderDetail: (selected: WithId<T>, ctx: ResourceBoardDetailContext) => ReactNode;
2067
- /** Shown when nothing is selected or the selection cannot be resolved. */
2068
2102
  readonly emptyDetail?: ReactNode;
2069
- /**
2070
- * Fired by the built-in pagination with the updated offset.
2071
- */
2072
2103
  readonly onChange?: (search: SearchRequest) => void;
2073
- /**
2074
- * Auto-select escape hatch. Called with the first item when a load for the
2075
- * current search completes with items while `selectedId` is undefined.
2076
- * The consumer decides how to navigate (e.g. with history replace).
2077
- */
2078
2104
  readonly onSelectFirst?: (item: WithId<T>) => void;
2079
- /** Fired after every successful load. */
2080
2105
  readonly onLoad?: (items: WithId<T>[], total: number | undefined) => void;
2081
- /** List-load and selection-resolution errors. Default: console.error. */
2082
2106
  readonly onError?: (error: unknown) => void;
2083
2107
  }
2084
2108
 
@@ -2592,10 +2616,14 @@ export declare function ThreadInbox(props: ThreadInboxProps): JSX.Element;
2592
2616
  * @param showPatientSummary - Whether to show the patient summary.
2593
2617
  * @param sections - Optional sections configuration for the patient summary.
2594
2618
  * @param onNew - A function to handle a new thread.
2619
+ * @param onSelectFirst - Fired with the first thread when the list loads with nothing selected; use it to navigate to that thread (with replace) so the inbox auto-selects it.
2595
2620
  * @param getThreadUri - A function to build thread URIs.
2596
2621
  * @param onChange - A function to handle search changes.
2597
2622
  * @param inProgressUri - The URI for in-progress threads.
2598
2623
  * @param completedUri - The URI for completed threads.
2624
+ * @param newTopicOpened - Controlled open state for the new topic dialog. When provided, use `onNewTopicOpen` and `onNewTopicClose` to update it.
2625
+ * @param onNewTopicOpen - Called when the user clicks the new message button. Required when `newTopicOpened` is provided.
2626
+ * @param onNewTopicClose - Called when the new topic dialog is closed. Required when `newTopicOpened` is provided.
2599
2627
  */
2600
2628
  export declare interface ThreadInboxProps {
2601
2629
  readonly query: string;
@@ -2604,6 +2632,7 @@ export declare interface ThreadInboxProps {
2604
2632
  readonly showPatientSummary?: boolean;
2605
2633
  readonly sections?: PatientSummarySectionConfig[];
2606
2634
  readonly onNew: (message: Communication) => void;
2635
+ readonly onSelectFirst?: (thread: Communication) => void;
2607
2636
  readonly getThreadUri: (topic: Communication) => string;
2608
2637
  readonly onChange: (search: SearchRequest) => void;
2609
2638
  readonly inProgressUri: string;
@@ -2611,6 +2640,9 @@ export declare interface ThreadInboxProps {
2611
2640
  readonly uploadEnabled?: boolean;
2612
2641
  readonly onViewInDocuments?: (reference: Reference<DocumentReference>) => void;
2613
2642
  readonly allowPatientSelection?: boolean;
2643
+ readonly newTopicOpened?: boolean;
2644
+ readonly onNewTopicOpen?: () => void;
2645
+ readonly onNewTopicClose?: () => void;
2614
2646
  }
2615
2647
 
2616
2648
  export declare function Timeline(props: TimelineProps): JSX.Element;
@@ -2938,7 +2970,6 @@ export declare interface UseResourceBoardProps<T extends Resource = Resource> {
2938
2970
  * without changing the search. Reloads in place — no skeleton — like `refresh()`.
2939
2971
  */
2940
2972
  readonly reloadKey?: unknown;
2941
- readonly onSelectFirst?: (item: WithId<T>) => void;
2942
2973
  readonly onLoad?: (items: WithId<T>[], total: number | undefined) => void;
2943
2974
  readonly onError?: (error: unknown) => void;
2944
2975
  }