@openmrs/esm-styleguide 5.8.2-pre.2483 → 5.8.2-pre.2486
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 +5 -5
- package/dist/openmrs-esm-styleguide.js +1 -1
- package/dist/openmrs-esm-styleguide.js.map +1 -1
- package/mock.tsx +4 -0
- package/package.json +7 -7
- package/src/icons/icon-registration.ts +8 -0
- package/src/icons/icons.tsx +29 -0
- package/src/icons/svgs/gender-female.svg +3 -0
- package/src/icons/svgs/gender-male.svg +3 -0
- package/src/icons/svgs/gender-other.svg +3 -0
- package/src/icons/svgs/gender-unknown.svg +5 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -12,9 +12,9 @@ assets by info 2.4 MiB [immutable]
|
|
|
12
12
|
+ 86 assets
|
|
13
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.44 MiB (4.98 MiB) = openmrs-esm-styleguide.css 816 KiB openmrs-esm-styleguide.js
|
|
17
|
-
orphan modules 12.7 MiB (javascript) 2.4 MiB (asset) 15.7 KiB (runtime) [orphan]
|
|
15
|
+
asset openmrs-esm-styleguide.js 660 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 660 KiB 182 auxiliary assets
|
|
17
|
+
orphan modules 12.7 MiB (javascript) 2.4 MiB (asset) 15.7 KiB (runtime) [orphan] 3416 modules
|
|
18
18
|
runtime modules 1.13 KiB 5 modules
|
|
19
19
|
built modules 2.45 MiB (javascript) 950 KiB (css/mini-extract) [built]
|
|
20
20
|
cacheable modules 2.45 MiB (javascript) 950 KiB (css/mini-extract)
|
|
@@ -33,7 +33,7 @@ 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 (660 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:
|
|
@@ -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 29309 ms
|