@kenyaemr/esm-patient-clinical-view-app 5.4.1-pre.2014 → 5.4.1-pre.2020
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/.turbo/turbo-build.log +38 -38
- package/dist/247.js +1 -1
- package/dist/247.js.map +1 -1
- package/dist/kenyaemr-esm-patient-clinical-view-app.js.buildmanifest.json +7 -7
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/config-schema.ts +1 -1
- package/src/hooks/usePartograph.ts +2 -1
- package/src/index.ts +2 -0
- package/src/maternal-and-child-health/labour-delivery.component.tsx +0 -1
- package/src/maternal-and-child-health/partography/partograph-chart.scss +2 -4
- package/src/maternal-and-child-health/partography/partograph-chart.tsx +146 -123
- package/src/maternal-and-child-health/partography/partograph.component.tsx +4 -2
- package/src/routes.json +16 -6
- package/src/utils/constants.ts +2 -1
|
@@ -234,9 +234,9 @@
|
|
|
234
234
|
"initial": false,
|
|
235
235
|
"entry": false,
|
|
236
236
|
"recorded": false,
|
|
237
|
-
"size":
|
|
237
|
+
"size": 1977446,
|
|
238
238
|
"sizes": {
|
|
239
|
-
"javascript":
|
|
239
|
+
"javascript": 1977236,
|
|
240
240
|
"consume-shared": 210
|
|
241
241
|
},
|
|
242
242
|
"names": [],
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"auxiliaryFiles": [
|
|
251
251
|
"247.js.map"
|
|
252
252
|
],
|
|
253
|
-
"hash": "
|
|
253
|
+
"hash": "655fcadea720c219",
|
|
254
254
|
"childrenByOrder": {}
|
|
255
255
|
},
|
|
256
256
|
{
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"auxiliaryFiles": [
|
|
343
343
|
"kenyaemr-esm-patient-clinical-view-app.js.map"
|
|
344
344
|
],
|
|
345
|
-
"hash": "
|
|
345
|
+
"hash": "46951287911de871",
|
|
346
346
|
"childrenByOrder": {}
|
|
347
347
|
},
|
|
348
348
|
{
|
|
@@ -377,10 +377,10 @@
|
|
|
377
377
|
"initial": true,
|
|
378
378
|
"entry": true,
|
|
379
379
|
"recorded": false,
|
|
380
|
-
"size":
|
|
380
|
+
"size": 5283668,
|
|
381
381
|
"sizes": {
|
|
382
382
|
"consume-shared": 252,
|
|
383
|
-
"javascript":
|
|
383
|
+
"javascript": 5262000,
|
|
384
384
|
"share-init": 252,
|
|
385
385
|
"runtime": 21164
|
|
386
386
|
},
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"auxiliaryFiles": [
|
|
398
398
|
"main.js.map"
|
|
399
399
|
],
|
|
400
|
-
"hash": "
|
|
400
|
+
"hash": "f90046f9466ac410",
|
|
401
401
|
"childrenByOrder": {}
|
|
402
402
|
},
|
|
403
403
|
{
|