@eka-care/medical-records-ui 1.0.28 → 1.0.30

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.
package/dist/index.js CHANGED
@@ -4948,7 +4948,7 @@ var SmartRecordsSidebar = _react.memo.call(void 0, function SmartRecordsSidebar2
4948
4948
  "aria-selected": activeTab === "data",
4949
4949
  className: `mr-records-sidebar__tab${activeTab === "data" ? " mr-records-sidebar__tab--active" : ""}`,
4950
4950
  onClick: () => onTabChange("data"),
4951
- children: "Data"
4951
+ children: "Date"
4952
4952
  }
4953
4953
  ),
4954
4954
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
@@ -7213,10 +7213,7 @@ function SmartRecordsViewInner({
7213
7213
  "div",
7214
7214
  {
7215
7215
  className: `mr-sv__card${effectiveIsFullWidth ? " mr-sv__card--full" : ""}`,
7216
- children: panelError ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TabLoadError, { onRetry: () => {
7217
- setPanelError(false);
7218
- back();
7219
- } }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
7216
+ children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
7220
7217
  !effectiveIsFullWidth && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
7221
7218
  SmartRecordsSidebar,
7222
7219
  {
@@ -7230,7 +7227,10 @@ function SmartRecordsViewInner({
7230
7227
  search
7231
7228
  }
7232
7229
  ),
7233
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "mr-sv__main", children: sidebarTab === "careContext" ? selectedCaseId ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, CareContextPanel, { caseId: selectedCaseId }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, CareContextEmptyState, {}) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
7230
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "mr-sv__main", children: panelError ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TabLoadError, { onRetry: () => {
7231
+ setPanelError(false);
7232
+ back();
7233
+ } }) : sidebarTab === "careContext" ? selectedCaseId ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, CareContextPanel, { caseId: selectedCaseId }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, CareContextEmptyState, {}) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
7234
7234
  MainPanel,
7235
7235
  {
7236
7236
  mainView,