@careevolution/mydatahelps-ui 2.87.2-DocumentLibrary.2 → 2.87.2-DocumentLibrary.3

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/cjs/index.js CHANGED
@@ -165112,7 +165112,7 @@ function DeviceDataView(props) {
165112
165112
  React$1.createElement(ConnectDevicesMenu, { previewState: props.preview ? "Web" : undefined }))));
165113
165113
  }
165114
165114
 
165115
- var css_248z$7 = "body:has(.mdhui-document-detail-view) {\n background: var(--mdhui-background-color-0);\n}\n\n.mdhui-navigation-bar.mdhui-document-detail-view-nav-bar {\n background: var(--mdhui-background-color-0);\n margin-bottom: 0;\n}\n\n.mdhui-navigation-bar.mdhui-document-detail-view-nav-bar .mdhui-document-detail-view-nav-bar-icon {\n position: absolute;\n top: 0;\n right: 8px;\n bottom: 0;\n width: 48px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--mdhui-color-primary);\n font-size: 1.2em;\n cursor: pointer;\n}\n\n.mdhui-document-detail-view {\n border-top: 1px solid var(--mdhui-background-color-1);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-container {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n background: var(--mdhui-background-color-2);\n border-top: 1px solid var(--mdhui-border-color-2);\n border-bottom: 1px solid var(--mdhui-border-color-2);\n padding: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview {\n display: flex;\n align-items: center;\n justify-content: center;\n background: var(--mdhui-background-color-0);\n padding: 16px;\n flex: 1;\n box-shadow: var(--mdhui-box-shadow-0);\n max-width: 80vw;\n cursor: pointer;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-loading {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20vh;\n width: 40vw;\n padding: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview img {\n max-height: 50vh;\n max-width: 100%;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-unavailable {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20vh;\n width: 40vw;\n padding: 16px;\n font-size: 0.8em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-label {\n margin-top: 16px;\n font-size: 0.8em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-details {\n display: flex;\n flex-direction: column;\n padding: 16px;\n min-width: 0;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-name {\n font-size: 1.2em;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-bottom: 4px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-date-and-type {\n font-size: 0.9em;\n font-weight: bold;\n color: var(--mdhui-text-color-2);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes-title {\n font-weight: bold;\n margin-top: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes {\n font-size: 0.9em;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes-none {\n font-size: 0.9em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-buttons {\n padding: 16px;\n}";
165115
+ var css_248z$7 = "body:has(.mdhui-document-detail-view) {\n background: var(--mdhui-background-color-0);\n}\n\n.mdhui-navigation-bar.mdhui-document-detail-view-nav-bar {\n background: var(--mdhui-background-color-0);\n margin-bottom: 0;\n}\n\n.mdhui-navigation-bar.mdhui-document-detail-view-nav-bar .mdhui-document-detail-view-nav-bar-icon {\n position: absolute;\n top: calc(0px + env(safe-area-inset-top, 0px));\n right: 8px;\n bottom: 0;\n width: 48px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--mdhui-color-primary);\n font-size: 1.2em;\n cursor: pointer;\n}\n\n.mdhui-document-detail-view {\n border-top: 1px solid var(--mdhui-background-color-1);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-container {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n background: var(--mdhui-background-color-2);\n border-top: 1px solid var(--mdhui-border-color-2);\n border-bottom: 1px solid var(--mdhui-border-color-2);\n padding: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview {\n display: flex;\n align-items: center;\n justify-content: center;\n background: var(--mdhui-background-color-0);\n padding: 16px;\n flex: 1;\n box-shadow: var(--mdhui-box-shadow-0);\n max-width: 80vw;\n cursor: pointer;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-loading {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20vh;\n width: 40vw;\n padding: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview img {\n max-height: 50vh;\n max-width: 100%;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-unavailable {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20vh;\n width: 40vw;\n padding: 16px;\n font-size: 0.8em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-label {\n margin-top: 16px;\n font-size: 0.8em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-details {\n display: flex;\n flex-direction: column;\n padding: 16px;\n min-width: 0;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-name {\n font-size: 1.2em;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-bottom: 4px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-date-and-type {\n font-size: 0.9em;\n font-weight: bold;\n color: var(--mdhui-text-color-2);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes-title {\n font-weight: bold;\n margin-top: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes {\n font-size: 0.9em;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes-none {\n font-size: 0.9em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-buttons {\n padding: 16px;\n}";
165116
165116
  styleInject(css_248z$7);
165117
165117
 
165118
165118
  function DocumentDetailView(props) {
package/dist/esm/index.js CHANGED
@@ -165092,7 +165092,7 @@ function DeviceDataView(props) {
165092
165092
  React__default.createElement(ConnectDevicesMenu, { previewState: props.preview ? "Web" : undefined }))));
165093
165093
  }
165094
165094
 
165095
- var css_248z$7 = "body:has(.mdhui-document-detail-view) {\n background: var(--mdhui-background-color-0);\n}\n\n.mdhui-navigation-bar.mdhui-document-detail-view-nav-bar {\n background: var(--mdhui-background-color-0);\n margin-bottom: 0;\n}\n\n.mdhui-navigation-bar.mdhui-document-detail-view-nav-bar .mdhui-document-detail-view-nav-bar-icon {\n position: absolute;\n top: 0;\n right: 8px;\n bottom: 0;\n width: 48px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--mdhui-color-primary);\n font-size: 1.2em;\n cursor: pointer;\n}\n\n.mdhui-document-detail-view {\n border-top: 1px solid var(--mdhui-background-color-1);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-container {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n background: var(--mdhui-background-color-2);\n border-top: 1px solid var(--mdhui-border-color-2);\n border-bottom: 1px solid var(--mdhui-border-color-2);\n padding: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview {\n display: flex;\n align-items: center;\n justify-content: center;\n background: var(--mdhui-background-color-0);\n padding: 16px;\n flex: 1;\n box-shadow: var(--mdhui-box-shadow-0);\n max-width: 80vw;\n cursor: pointer;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-loading {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20vh;\n width: 40vw;\n padding: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview img {\n max-height: 50vh;\n max-width: 100%;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-unavailable {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20vh;\n width: 40vw;\n padding: 16px;\n font-size: 0.8em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-label {\n margin-top: 16px;\n font-size: 0.8em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-details {\n display: flex;\n flex-direction: column;\n padding: 16px;\n min-width: 0;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-name {\n font-size: 1.2em;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-bottom: 4px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-date-and-type {\n font-size: 0.9em;\n font-weight: bold;\n color: var(--mdhui-text-color-2);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes-title {\n font-weight: bold;\n margin-top: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes {\n font-size: 0.9em;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes-none {\n font-size: 0.9em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-buttons {\n padding: 16px;\n}";
165095
+ var css_248z$7 = "body:has(.mdhui-document-detail-view) {\n background: var(--mdhui-background-color-0);\n}\n\n.mdhui-navigation-bar.mdhui-document-detail-view-nav-bar {\n background: var(--mdhui-background-color-0);\n margin-bottom: 0;\n}\n\n.mdhui-navigation-bar.mdhui-document-detail-view-nav-bar .mdhui-document-detail-view-nav-bar-icon {\n position: absolute;\n top: calc(0px + env(safe-area-inset-top, 0px));\n right: 8px;\n bottom: 0;\n width: 48px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--mdhui-color-primary);\n font-size: 1.2em;\n cursor: pointer;\n}\n\n.mdhui-document-detail-view {\n border-top: 1px solid var(--mdhui-background-color-1);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-container {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n background: var(--mdhui-background-color-2);\n border-top: 1px solid var(--mdhui-border-color-2);\n border-bottom: 1px solid var(--mdhui-border-color-2);\n padding: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview {\n display: flex;\n align-items: center;\n justify-content: center;\n background: var(--mdhui-background-color-0);\n padding: 16px;\n flex: 1;\n box-shadow: var(--mdhui-box-shadow-0);\n max-width: 80vw;\n cursor: pointer;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-loading {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20vh;\n width: 40vw;\n padding: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview img {\n max-height: 50vh;\n max-width: 100%;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-unavailable {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20vh;\n width: 40vw;\n padding: 16px;\n font-size: 0.8em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-preview-label {\n margin-top: 16px;\n font-size: 0.8em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-details {\n display: flex;\n flex-direction: column;\n padding: 16px;\n min-width: 0;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-name {\n font-size: 1.2em;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-bottom: 4px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-date-and-type {\n font-size: 0.9em;\n font-weight: bold;\n color: var(--mdhui-text-color-2);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes-title {\n font-weight: bold;\n margin-top: 16px;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes {\n font-size: 0.9em;\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-notes-none {\n font-size: 0.9em;\n color: var(--mdhui-text-color-2);\n}\n\n.mdhui-document-detail-view .mdhui-document-detail-view-document-buttons {\n padding: 16px;\n}";
165096
165096
  styleInject(css_248z$7);
165097
165097
 
165098
165098
  function DocumentDetailView(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.87.2-DocumentLibrary.2",
3
+ "version": "2.87.2-DocumentLibrary.3",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",