@openmrs/esm-form-builder-app 3.4.2-pre.3528 → 3.4.2-pre.3529
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.
|
@@ -2284,9 +2284,9 @@
|
|
|
2284
2284
|
"rendered": true,
|
|
2285
2285
|
"initial": false,
|
|
2286
2286
|
"entry": false,
|
|
2287
|
-
"size":
|
|
2287
|
+
"size": 766464,
|
|
2288
2288
|
"sizes": {
|
|
2289
|
-
"javascript":
|
|
2289
|
+
"javascript": 766464
|
|
2290
2290
|
},
|
|
2291
2291
|
"names": [],
|
|
2292
2292
|
"idHints": [],
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
"auxiliaryFiles": [
|
|
2301
2301
|
"9969.js.map"
|
|
2302
2302
|
],
|
|
2303
|
-
"hash": "
|
|
2303
|
+
"hash": "11175e212f7668f6",
|
|
2304
2304
|
"childrenByOrder": {}
|
|
2305
2305
|
},
|
|
2306
2306
|
{
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"form-builder","online":true,"offline":true,"order":1}],"extensions":[{"name":"system-administration-form-builder-card-link","slot":"system-admin-page-card-link-slot","component":"systemAdministrationFormBuilderCardLink","online":true,"offline":true}],"modals":[{"name":"new-form-modal","component":"newFormModal"},{"name":"new-page-modal","component":"newPageModal"},{"name":"delete-page-modal","component":"deletePageModal"},{"name":"new-section-modal","component":"newSectionModal"},{"name":"delete-section-modal","component":"deleteSectionModal"},{"name":"add-form-reference-modal","component":"addFormReferenceModal"},{"name":"question-modal","component":"questionModal"},{"name":"delete-question-modal","component":"deleteQuestionModal"},{"name":"edit-question-modal","component":"editQuestionModal"},{"name":"restore-draft-schema-modal","component":"restoreDraftSchemaModal"},{"name":"unpublish-form-modal","component":"unpublishFormModal"},{"name":"delete-form-modal","component":"deleteFormModal"},{"name":"edit-translation-modal","component":"editTranslationModal"}],"version":"3.4.2-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"form-builder","online":true,"offline":true,"order":1}],"extensions":[{"name":"system-administration-form-builder-card-link","slot":"system-admin-page-card-link-slot","component":"systemAdministrationFormBuilderCardLink","online":true,"offline":true}],"modals":[{"name":"new-form-modal","component":"newFormModal"},{"name":"new-page-modal","component":"newPageModal"},{"name":"delete-page-modal","component":"deletePageModal"},{"name":"new-section-modal","component":"newSectionModal"},{"name":"delete-section-modal","component":"deleteSectionModal"},{"name":"add-form-reference-modal","component":"addFormReferenceModal"},{"name":"question-modal","component":"questionModal"},{"name":"delete-question-modal","component":"deleteQuestionModal"},{"name":"edit-question-modal","component":"editQuestionModal"},{"name":"restore-draft-schema-modal","component":"restoreDraftSchemaModal"},{"name":"unpublish-form-modal","component":"unpublishFormModal"},{"name":"delete-form-modal","component":"deleteFormModal"},{"name":"edit-translation-modal","component":"editTranslationModal"}],"version":"3.4.2-pre.3529"}
|
package/package.json
CHANGED
|
@@ -33,9 +33,13 @@
|
|
|
33
33
|
height: layout.$spacing-07;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
//
|
|
37
|
-
//
|
|
38
|
-
//
|
|
36
|
+
// On desktop the "Create a new form" button renders at the sm size (2rem),
|
|
37
|
+
// but Carbon sizes the toolbar content row (and the expanded search it
|
|
38
|
+
// contains) from --cds-layout-size-height-local, which resolves to 3rem.
|
|
39
|
+
// That leaves the search taller than the button and the content background
|
|
40
|
+
// overflowing the toolbar onto the table header. Pin both to the toolbar
|
|
41
|
+
// height so the row collapses to match the button.
|
|
42
|
+
.headerContainer,
|
|
39
43
|
.searchbox {
|
|
40
44
|
height: layout.$spacing-07;
|
|
41
45
|
}
|