@openmrs/esm-form-entry-app 12.3.5-pre.11701 → 12.3.5-pre.11707

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.
@@ -8,18 +8,18 @@ opera 131, opera 127, opera 126
8
8
  ✔ Copying assets complete.
9
9
 
10
10
  Initial chunk files  | Names  |  Raw size | Estimated transfer size
11
- main.c9fedbf76d90aec0.css, main.7dd43bb2fb212850.js | main  |  77.44 kB |  21.43 kB
12
- styles.c9fedbf76d90aec0.css  | styles  |  20.75 kB |  3.21 kB
13
- openmrs-esm-form-entry-app.js  | @openmrs/esm-form-entry-app |  9.59 kB |  4.16 kB
11
+ main.b0649060fc7181fe.css, main.f875c574f920d294.js | main  |  77.50 kB |  21.45 kB
12
+ styles.b0649060fc7181fe.css  | styles  |  20.80 kB |  3.25 kB
13
+ openmrs-esm-form-entry-app.js  | @openmrs/esm-form-entry-app |  9.59 kB |  4.17 kB
14
14
 
15
-    | Initial total  | 107.78 kB |  28.80 kB
15
+    | Initial total  | 107.89 kB |  28.87 kB
16
16
 
17
17
  Lazy chunk files  | Names  |  Raw size | Estimated transfer size
18
- 8512.d54b59c3024a7a42.js  | bootstrap  |  1.85 MB |  411.46 kB
18
+ 8512.dc8639357e94dc8d.js  | bootstrap  |  1.85 MB |  412.41 kB
19
19
  8888.8eaa57053e0eb219.js  | -  |  1.61 MB |  332.70 kB
20
20
  7239.2d755fb0d9cd6598.js  | html2canvas  | 200.30 kB |  37.54 kB
21
21
  3390.59bda41efc1a93b9.js  | canvg  | 157.28 kB |  44.90 kB
22
- 739.c9fedbf76d90aec0.css, 739.512463b1dc6013ef.js  | -  |  75.36 kB |  19.77 kB
22
+ 739.b0649060fc7181fe.css, 739.512463b1dc6013ef.js  | -  |  75.42 kB |  19.80 kB
23
23
  627.ba7de7f608c0c7e5.js  | dompurify  |  27.68 kB |  9.36 kB
24
24
  4171.68a0c7b72d8a57e2.js  | -  |  18.86 kB |  6.06 kB
25
25
  986.24447da07ef5af3c.js  | -  |  8.51 kB |  1.49 kB
@@ -65,7 +65,7 @@ opera 131, opera 127, opera 126
65
65
  890.aed0da1bd90649d7.js  | -  |  2.75 kB |  975 bytes
66
66
  9895.cfb49e32de686175.js  | -  |  2.75 kB |  973 bytes
67
67
 
68
- Build at: 2026-07-17T07:29:30.178Z - Hash: 6b567b7b146357e3 - Time: 216915ms
68
+ Build at: 2026-07-17T12:56:42.060Z - Hash: 6ba79e850bf4a888 - Time: 207353ms
69
69
  
70
70
  Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@carbon/react/es/components/Accordion/Accordion.js depends on 'prop-types'. CommonJS or AMD dependencies can cause optimization bailouts.
71
71
  For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
@@ -66,7 +66,7 @@
66
66
  }
67
67
 
68
68
  .ng-select .ng-select-container {
69
- align-items: baseline;
69
+ align-items: center;
70
70
  min-height: 2.5rem;
71
71
  padding: 0 1rem;
72
72
  }
@@ -86,8 +86,7 @@
86
86
  }
87
87
 
88
88
  .ng-select .ng-select-container .ng-value-container {
89
- align-items: stretch;
90
- border-top: 0.84375em solid transparent;
89
+ align-items: center;
91
90
  }
92
91
 
93
92
  .ng-select .ng-select-container .ng-value-container .ng-placeholder {
@@ -128,7 +127,9 @@
128
127
  border-radius: 2px;
129
128
  color: #fff;
130
129
  padding: 2px 5px;
131
- margin: 0 0.4375em 0.4375em 0;
130
+ /* Vertical margin is split evenly so chips sit centered in the field while
131
+ wrapped rows keep the same 0.4375em rhythm. */
132
+ margin: 0.21875em 0.4375em 0.21875em 0;
132
133
  }
133
134
 
134
135
  [dir='rtl']
@@ -136,7 +137,7 @@
136
137
  .ng-select-container
137
138
  .ng-value-container
138
139
  .ng-value {
139
- margin: 0 0 0.4375em 0.4375em;
140
+ margin: 0.21875em 0 0.21875em 0.4375em;
140
141
  }
141
142
 
142
143
  .ng-select.ng-select-multiple
@@ -197,7 +198,7 @@
197
198
  .ng-select.ng-select-multiple
198
199
  .ng-select-container.ng-has-value
199
200
  .ng-value-container {
200
- padding-bottom: 0;
201
+ padding-bottom: 0.1875em;
201
202
  padding-top: 0.1875em;
202
203
  }
203
204
 
@@ -207,7 +208,7 @@
207
208
  .ng-select.ng-select-multiple
208
209
  .ng-select-container.ng-has-value
209
210
  .ng-arrow-wrapper {
210
- border-top: 0.84375em solid transparent;
211
+ align-self: center;
211
212
  }
212
213
 
213
214
  .ng-select .ng-clear-wrapper {
@@ -247,13 +248,13 @@
247
248
  }
248
249
 
249
250
  .ng-dropdown-panel.ng-select-bottom {
250
- top: calc(100% - 1.25em);
251
+ top: 100%;
251
252
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
252
253
  0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
253
254
  }
254
255
 
255
256
  .ng-dropdown-panel.ng-select-top {
256
- bottom: calc(100% - 0.84375em);
257
+ bottom: 100%;
257
258
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2),
258
259
  0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12);
259
260
  }