@openmrs/esm-styleguide 5.8.2-pre.2389 → 5.8.2-pre.2391
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 +11 -11
- package/dist/openmrs-esm-styleguide.js +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 +2 -2
- package/src/workspaces/container/workspace-container.component.tsx +0 -1
- package/src/workspaces/container/workspace-container.test.tsx +7 -2
- package/src/workspaces/workspaces.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,16 +10,16 @@ assets by info 2.4 MiB [immutable]
|
|
|
10
10
|
asset 44c432e4a678791737ca.woff2 19.2 KiB [emitted] [immutable] [from: ../../../node_modules/@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2] (auxiliary name: main)
|
|
11
11
|
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)
|
|
12
12
|
+ 86 assets
|
|
13
|
-
assets by status 1.
|
|
13
|
+
assets by status 1.44 MiB [big]
|
|
14
14
|
asset openmrs-esm-styleguide.css 816 KiB [emitted] [minimized] [big] (name: main) 1 related asset
|
|
15
|
-
asset openmrs-esm-styleguide.js
|
|
16
|
-
Entrypoint main [big] 1.
|
|
17
|
-
orphan modules
|
|
15
|
+
asset openmrs-esm-styleguide.js 656 KiB [emitted] [minimized] [big] (name: main) 2 related assets
|
|
16
|
+
Entrypoint main [big] 1.44 MiB (4.98 MiB) = openmrs-esm-styleguide.css 816 KiB openmrs-esm-styleguide.js 656 KiB 182 auxiliary assets
|
|
17
|
+
orphan modules 12.7 MiB (javascript) 2.4 MiB (asset) 14.7 KiB (runtime) [orphan] 3400 modules
|
|
18
18
|
runtime modules 1.13 KiB 5 modules
|
|
19
|
-
built modules
|
|
20
|
-
cacheable modules
|
|
21
|
-
javascript modules
|
|
22
|
-
modules by path ../
|
|
19
|
+
built modules 2.44 MiB (javascript) 950 KiB (css/mini-extract) [built]
|
|
20
|
+
cacheable modules 2.44 MiB (javascript) 950 KiB (css/mini-extract)
|
|
21
|
+
javascript modules 2.44 MiB
|
|
22
|
+
modules by path ../ 1.42 MiB 19 modules
|
|
23
23
|
modules by path ./src/ 1.02 MiB 2 modules
|
|
24
24
|
css modules 950 KiB 17 modules
|
|
25
25
|
modules by path external "@openmrs/ 252 bytes
|
|
@@ -33,11 +33,11 @@ WARNING in asset size limit: The following asset(s) exceed the recommended size
|
|
|
33
33
|
This can impact web performance.
|
|
34
34
|
Assets:
|
|
35
35
|
openmrs-esm-styleguide.css (816 KiB)
|
|
36
|
-
openmrs-esm-styleguide.js (
|
|
36
|
+
openmrs-esm-styleguide.js (656 KiB)
|
|
37
37
|
|
|
38
38
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
39
39
|
Entrypoints:
|
|
40
|
-
main (1.
|
|
40
|
+
main (1.44 MiB)
|
|
41
41
|
openmrs-esm-styleguide.css
|
|
42
42
|
openmrs-esm-styleguide.js
|
|
43
43
|
|
|
@@ -45,4 +45,4 @@ WARNING in webpack performance recommendations:
|
|
|
45
45
|
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
46
46
|
For more info visit https://webpack.js.org/guides/code-splitting/
|
|
47
47
|
|
|
48
|
-
webpack 5.88.0 compiled with 3 warnings in
|
|
48
|
+
webpack 5.88.0 compiled with 3 warnings in 29474 ms
|