@careevolution/mydatahelps-ui 2.72.1-DocumentLibaryView.10 → 2.72.1-DocumentLibaryView.11
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/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -141774,7 +141774,7 @@ function DeviceDataView(props) {
|
|
|
141774
141774
|
React$1.createElement(ConnectDevicesMenu, { previewState: props.preview ? "Web" : undefined }))));
|
|
141775
141775
|
}
|
|
141776
141776
|
|
|
141777
|
-
var css_248z$7 = ".mdhui-survey-answer-details {\n display: flex;\n flex-direction: column;\n margin: var(--mdhui-padding-sm);\n}\n\n.mdhui-survey-answer-file-container {\n border-radius: 8px;\n}\n\n.mdhui-survey-answer-file-preview-container {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n border-radius: 8px;\n overflow: hidden;\n background-color: var(--mdhui-background-color-2);\n padding-top: var(--mdhui-padding-sm); \n padding-bottom: var(--mdhui-padding-sm)
|
|
141777
|
+
var css_248z$7 = ".mdhui-survey-answer-details {\n display: flex;\n flex-direction: column;\n margin: var(--mdhui-padding-sm);\n}\n\n.mdhui-survey-answer-file-container {\n border-radius: 8px;\n}\n\n.mdhui-survey-answer-file-preview-container {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n border-radius: 8px;\n overflow: hidden;\n background-color: var(--mdhui-background-color-2);\n padding-top: var(--mdhui-padding-sm); \n padding-bottom: var(--mdhui-padding-sm);\n}\n\n.mdhui-survey-answer-file-preview-content {\n max-width: 100%;\n max-height: 100%;\n height: 55vh;\n width: 90vw;\n object-fit: contain;\n}\n\n.mdhui-survey-answer-file-document-file-name {\n display: flex;\n justify-content: center;\n}\n\n.mdhui-survey-answer-file-document-details-parent {\n padding-top: var(--mdhui-padding-sm);\n}\n\n.mdhui-survey-answer-file-document-details {\n font-size: .88em;\n padding-bottom: var(--mdhui-padding-xs);\n}\n\n.mdhui-survey-answer-file-delete-button {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin-top: var(--mdhui-padding-sm);\n margin-bottom: var(--mdhui-padding-sm); \n}";
|
|
141778
141778
|
styleInject(css_248z$7);
|
|
141779
141779
|
|
|
141780
141780
|
function getPreviewData$1(preview) {
|
package/dist/esm/index.js
CHANGED
|
@@ -141754,7 +141754,7 @@ function DeviceDataView(props) {
|
|
|
141754
141754
|
React__default.createElement(ConnectDevicesMenu, { previewState: props.preview ? "Web" : undefined }))));
|
|
141755
141755
|
}
|
|
141756
141756
|
|
|
141757
|
-
var css_248z$7 = ".mdhui-survey-answer-details {\n display: flex;\n flex-direction: column;\n margin: var(--mdhui-padding-sm);\n}\n\n.mdhui-survey-answer-file-container {\n border-radius: 8px;\n}\n\n.mdhui-survey-answer-file-preview-container {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n border-radius: 8px;\n overflow: hidden;\n background-color: var(--mdhui-background-color-2);\n padding-top: var(--mdhui-padding-sm); \n padding-bottom: var(--mdhui-padding-sm)
|
|
141757
|
+
var css_248z$7 = ".mdhui-survey-answer-details {\n display: flex;\n flex-direction: column;\n margin: var(--mdhui-padding-sm);\n}\n\n.mdhui-survey-answer-file-container {\n border-radius: 8px;\n}\n\n.mdhui-survey-answer-file-preview-container {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n border-radius: 8px;\n overflow: hidden;\n background-color: var(--mdhui-background-color-2);\n padding-top: var(--mdhui-padding-sm); \n padding-bottom: var(--mdhui-padding-sm);\n}\n\n.mdhui-survey-answer-file-preview-content {\n max-width: 100%;\n max-height: 100%;\n height: 55vh;\n width: 90vw;\n object-fit: contain;\n}\n\n.mdhui-survey-answer-file-document-file-name {\n display: flex;\n justify-content: center;\n}\n\n.mdhui-survey-answer-file-document-details-parent {\n padding-top: var(--mdhui-padding-sm);\n}\n\n.mdhui-survey-answer-file-document-details {\n font-size: .88em;\n padding-bottom: var(--mdhui-padding-xs);\n}\n\n.mdhui-survey-answer-file-delete-button {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin-top: var(--mdhui-padding-sm);\n margin-bottom: var(--mdhui-padding-sm); \n}";
|
|
141758
141758
|
styleInject(css_248z$7);
|
|
141759
141759
|
|
|
141760
141760
|
function getPreviewData$1(preview) {
|
package/package.json
CHANGED