@kenyaemr/esm-admin-app 5.4.2-pre.2277 → 5.4.2-pre.2279
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 +2 -2
- package/dist/300.js +1 -1
- package/dist/342.js +1 -1
- package/dist/342.js.map +1 -1
- package/dist/kenyaemr-esm-admin-app.js.buildmanifest.json +9 -9
- 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/components/locations/common/results-tile.component.tsx +4 -4
- package/src/components/locations/common/results-tile.scss +22 -0
- package/src/components/locations/forms/add-location/add-location.workspace.tsx +6 -8
- package/src/components/locations/forms/search-location/search-location.workspace.tsx +2 -2
- package/src/components/locations/hooks/useLocation.ts +7 -13
- package/src/components/locations/tables/locations-table.resource.ts +2 -2
- package/translations/en.json +14 -0
- package/src/components/locations/hooks/index.json +0 -35
|
@@ -188,9 +188,9 @@
|
|
|
188
188
|
"initial": false,
|
|
189
189
|
"entry": false,
|
|
190
190
|
"recorded": false,
|
|
191
|
-
"size":
|
|
191
|
+
"size": 4693,
|
|
192
192
|
"sizes": {
|
|
193
|
-
"javascript":
|
|
193
|
+
"javascript": 4693
|
|
194
194
|
},
|
|
195
195
|
"names": [],
|
|
196
196
|
"idHints": [],
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"300.js"
|
|
203
203
|
],
|
|
204
204
|
"auxiliaryFiles": [],
|
|
205
|
-
"hash": "
|
|
205
|
+
"hash": "90201b40f670e919",
|
|
206
206
|
"childrenByOrder": {}
|
|
207
207
|
},
|
|
208
208
|
{
|
|
@@ -210,9 +210,9 @@
|
|
|
210
210
|
"initial": false,
|
|
211
211
|
"entry": false,
|
|
212
212
|
"recorded": false,
|
|
213
|
-
"size":
|
|
213
|
+
"size": 1101371,
|
|
214
214
|
"sizes": {
|
|
215
|
-
"javascript":
|
|
215
|
+
"javascript": 1101329,
|
|
216
216
|
"consume-shared": 42
|
|
217
217
|
},
|
|
218
218
|
"names": [],
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"auxiliaryFiles": [
|
|
227
227
|
"342.js.map"
|
|
228
228
|
],
|
|
229
|
-
"hash": "
|
|
229
|
+
"hash": "5bf15d572c5cf8dd",
|
|
230
230
|
"childrenByOrder": {}
|
|
231
231
|
},
|
|
232
232
|
{
|
|
@@ -477,10 +477,10 @@
|
|
|
477
477
|
"initial": true,
|
|
478
478
|
"entry": true,
|
|
479
479
|
"recorded": false,
|
|
480
|
-
"size":
|
|
480
|
+
"size": 3851651,
|
|
481
481
|
"sizes": {
|
|
482
482
|
"consume-shared": 252,
|
|
483
|
-
"javascript":
|
|
483
|
+
"javascript": 3829365,
|
|
484
484
|
"share-init": 294,
|
|
485
485
|
"runtime": 21740
|
|
486
486
|
},
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"auxiliaryFiles": [
|
|
498
498
|
"main.js.map"
|
|
499
499
|
],
|
|
500
|
-
"hash": "
|
|
500
|
+
"hash": "8e28c04bbc515a70",
|
|
501
501
|
"childrenByOrder": {}
|
|
502
502
|
},
|
|
503
503
|
{
|