@openmrs/esm-styleguide 5.7.2 → 5.7.3-pre.2109
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 +8 -8
- package/dist/openmrs-esm-styleguide.js +1 -1
- package/dist/openmrs-esm-styleguide.js.map +1 -1
- package/package.json +9 -8
- package/src/icons/svgs/sticky-note-add.svg +2 -2
- package/src/modals/index.tsx +1 -2
- package/src/workspaces/action-menu-button/action-menu-button.component.tsx +1 -1
- package/src/workspaces/container/workspace-container.component.tsx +1 -1
- package/src/workspaces/container/workspace-container.test.tsx +3 -2
- package/src/workspaces/container/workspace-renderer.component.tsx +1 -1
- package/src/workspaces/index.ts +0 -1
- package/src/workspaces/notification/workspace-notification.component.tsx +4 -4
- package/src/workspaces/public.ts +7 -2
- package/src/workspaces/workspaces.test.ts +2 -9
- package/src/workspaces/workspaces.ts +71 -116
- package/src/modals/registry.ts +0 -48
- package/src/workspaces/types.ts +0 -70
package/.turbo/turbo-build.log
CHANGED
|
@@ -18,18 +18,18 @@ assets by info 2.4 MiB [immutable]
|
|
|
18
18
|
+ 86 assets
|
|
19
19
|
assets by chunk 993 KiB (name: main)
|
|
20
20
|
asset openmrs-esm-styleguide.css 813 KiB [emitted] [minimized] [big] (name: main) 1 related asset
|
|
21
|
-
asset openmrs-esm-styleguide.js
|
|
22
|
-
Entrypoint main [big] 993 KiB (3.72 MiB) = openmrs-esm-styleguide.css 813 KiB openmrs-esm-styleguide.js
|
|
23
|
-
orphan modules 11.4 MiB (javascript) 2.4 MiB (asset) 12.9 KiB (runtime) [orphan]
|
|
21
|
+
asset openmrs-esm-styleguide.js 179 KiB [emitted] [minimized] (name: main) 2 related assets
|
|
22
|
+
Entrypoint main [big] 993 KiB (3.72 MiB) = openmrs-esm-styleguide.css 813 KiB openmrs-esm-styleguide.js 179 KiB 182 auxiliary assets
|
|
23
|
+
orphan modules 11.4 MiB (javascript) 2.4 MiB (asset) 12.9 KiB (runtime) [orphan] 2709 modules
|
|
24
24
|
runtime modules 495 bytes 2 modules
|
|
25
|
-
built modules 947 KiB (css/mini-extract)
|
|
26
|
-
cacheable modules 947 KiB (css/mini-extract)
|
|
27
|
-
modules by path ./src/ 631 KiB (css/mini-extract)
|
|
25
|
+
built modules 947 KiB (css/mini-extract) 649 KiB (javascript) [built]
|
|
26
|
+
cacheable modules 947 KiB (css/mini-extract) 649 KiB (javascript)
|
|
27
|
+
modules by path ./src/ 631 KiB (css/mini-extract) 367 KiB (javascript) 16 modules
|
|
28
28
|
modules by path ../ 281 KiB (javascript) 315 KiB (css/mini-extract) 14 modules
|
|
29
29
|
modules by path external "@openmrs/ 252 bytes
|
|
30
30
|
external "@openmrs/esm-state" 42 bytes [built] [code generated]
|
|
31
|
+
external "@openmrs/esm-extensions" 42 bytes [built] [code generated]
|
|
31
32
|
external "@openmrs/esm-error-handling" 42 bytes [built] [code generated]
|
|
32
|
-
external "@openmrs/esm-react-utils" 42 bytes [built] [code generated]
|
|
33
33
|
+ 3 modules
|
|
34
34
|
external "react" 42 bytes [built] [code generated]
|
|
35
35
|
external "rxjs" 42 bytes [built] [code generated]
|
|
@@ -51,4 +51,4 @@ WARNING in webpack performance recommendations:
|
|
|
51
51
|
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
52
52
|
For more info visit https://webpack.js.org/guides/code-splitting/
|
|
53
53
|
|
|
54
|
-
webpack 5.88.0 compiled with 3 warnings in
|
|
54
|
+
webpack 5.88.0 compiled with 3 warnings in 21819 ms
|