@openmrs/esm-styleguide 5.8.1-pre.2248 → 5.8.1-pre.2249
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 +3 -3
- package/dist/openmrs-esm-styleguide.js.map +1 -1
- package/package.json +7 -7
- package/src/workspaces/container/workspace-renderer.component.tsx +4 -0
- package/src/workspaces/container/workspace-renderer.test.tsx +10 -1
- package/src/workspaces/workspaces.test.ts +51 -0
- package/src/workspaces/workspaces.ts +57 -27
package/.turbo/turbo-build.log
CHANGED
|
@@ -17,8 +17,8 @@ Entrypoint main [big] 1.27 MiB (4.63 MiB) = openmrs-esm-styleguide.css 816 KiB o
|
|
|
17
17
|
orphan modules 13.4 MiB (javascript) 2.4 MiB (asset) 14.7 KiB (runtime) [orphan] 3402 modules
|
|
18
18
|
runtime modules 1.13 KiB 5 modules
|
|
19
19
|
built modules 1.75 MiB (javascript) 950 KiB (css/mini-extract) [built]
|
|
20
|
-
cacheable modules 1.
|
|
21
|
-
javascript modules 1.
|
|
20
|
+
cacheable modules 1.75 MiB (javascript) 950 KiB (css/mini-extract)
|
|
21
|
+
javascript modules 1.75 MiB 20 modules
|
|
22
22
|
css modules 950 KiB 17 modules
|
|
23
23
|
modules by path external "@openmrs/ 252 bytes
|
|
24
24
|
external "@openmrs/esm-state" 42 bytes [built] [code generated]
|
|
@@ -46,4 +46,4 @@ WARNING in webpack performance recommendations:
|
|
|
46
46
|
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
47
47
|
For more info visit https://webpack.js.org/guides/code-splitting/
|
|
48
48
|
|
|
49
|
-
webpack 5.88.0 compiled with 3 warnings in
|
|
49
|
+
webpack 5.88.0 compiled with 3 warnings in 40893 ms
|