@openmrs/esm-styleguide 5.7.3-pre.2169 → 5.7.3-pre.2172
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 +4 -4
- package/dist/openmrs-esm-styleguide.css +1 -1
- package/dist/openmrs-esm-styleguide.css.map +1 -1
- package/dist/openmrs-esm-styleguide.js.map +1 -1
- package/package.json +7 -7
- package/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx +3 -3
- package/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx +1 -1
- package/src/patient-banner/contact-details/patient-banner-toggle-contact-details-button.component.tsx +2 -2
- package/src/patient-banner/contact-details/usePatientAttributes.ts +3 -3
- package/src/pictograms/svgs/labs.svg +1 -1
- package/src/workspaces/action-menu-button/action-menu-button.component.tsx +1 -0
- package/src/workspaces/container/workspace.module.scss +4 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -17,9 +17,9 @@ assets by info 2.4 MiB [immutable]
|
|
|
17
17
|
asset e0d279d30dd9df7831ce.woff2 19 KiB [emitted] [immutable] [from: ../../../node_modules/@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2] (auxiliary name: main)
|
|
18
18
|
+ 86 assets
|
|
19
19
|
assets by status 1.23 MiB [big]
|
|
20
|
-
asset openmrs-esm-styleguide.css
|
|
20
|
+
asset openmrs-esm-styleguide.css 816 KiB [emitted] [minimized] [big] (name: main) 1 related asset
|
|
21
21
|
asset openmrs-esm-styleguide.js 440 KiB [emitted] [minimized] [big] (name: main) 2 related assets
|
|
22
|
-
Entrypoint main [big] 1.23 MiB (4.5 MiB) = openmrs-esm-styleguide.css
|
|
22
|
+
Entrypoint main [big] 1.23 MiB (4.5 MiB) = openmrs-esm-styleguide.css 816 KiB openmrs-esm-styleguide.js 440 KiB 182 auxiliary assets
|
|
23
23
|
orphan modules 13.1 MiB (javascript) 2.4 MiB (asset) 14.7 KiB (runtime) [orphan] 3370 modules
|
|
24
24
|
runtime modules 1.13 KiB 5 modules
|
|
25
25
|
built modules 1.59 MiB (javascript) 950 KiB (css/mini-extract) [built]
|
|
@@ -39,7 +39,7 @@ built modules 1.59 MiB (javascript) 950 KiB (css/mini-extract) [built]
|
|
|
39
39
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
40
40
|
This can impact web performance.
|
|
41
41
|
Assets:
|
|
42
|
-
openmrs-esm-styleguide.css (
|
|
42
|
+
openmrs-esm-styleguide.css (816 KiB)
|
|
43
43
|
openmrs-esm-styleguide.js (440 KiB)
|
|
44
44
|
|
|
45
45
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
@@ -52,4 +52,4 @@ WARNING in webpack performance recommendations:
|
|
|
52
52
|
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
53
53
|
For more info visit https://webpack.js.org/guides/code-splitting/
|
|
54
54
|
|
|
55
|
-
webpack 5.88.0 compiled with 3 warnings in
|
|
55
|
+
webpack 5.88.0 compiled with 3 warnings in 26693 ms
|