@openmrs/esm-styleguide 5.8.2-pre.2365 → 5.8.2-pre.2368
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 +1 -1
- package/mock.tsx +2 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -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 27405 ms
|
package/mock.tsx
CHANGED
|
@@ -7,6 +7,7 @@ export const ArrowLeftIcon = () => <div>ArrowLeftIcon</div>;
|
|
|
7
7
|
export const ArrowRightIcon = () => <div>ArrowRightIcon</div>;
|
|
8
8
|
export const ArrowUpIcon = () => <div>ArrowUpIcon</div>;
|
|
9
9
|
export const BabyIcon = () => <div>BabyIcon</div>;
|
|
10
|
+
export const CheckmarkFilledIcon = () => <div>CheckmarkFilledIcon</div>;
|
|
10
11
|
export const ChartAverageIcon = () => <div>ChartAverageIcon</div>;
|
|
11
12
|
export const ChemistryIcon = () => <div>ChemistryIcon</div>;
|
|
12
13
|
export const ChevronDownIcon = () => <div>ChevronDownIcon</div>;
|
|
@@ -23,6 +24,7 @@ export const EventsIcon = () => <div>EventsIcon</div>;
|
|
|
23
24
|
export const GroupIcon = () => <div>GroupIcon</div>;
|
|
24
25
|
export const GroupAccessIcon = () => <div>GroupAccessIcon</div>;
|
|
25
26
|
export const HospitalBedIcon = () => <div>HospitalBedIcon</div>;
|
|
27
|
+
export const InformationIcon = () => <div>InformationIcon</div>;
|
|
26
28
|
export const ImageMedicalIcon = () => <div>ImageMedicalIcon</div>;
|
|
27
29
|
export const InventoryManagementIcon = () => <div>InventoryManagementIcon</div>;
|
|
28
30
|
export const RadiologyIcon = () => <div>RadiologyIcon</div>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "5.8.2-pre.
|
|
3
|
+
"version": "5.8.2-pre.2368",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-styleguide.js",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"rxjs": "6.x"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@openmrs/esm-error-handling": "5.8.2-pre.
|
|
67
|
-
"@openmrs/esm-extensions": "5.8.2-pre.
|
|
68
|
-
"@openmrs/esm-navigation": "5.8.2-pre.
|
|
69
|
-
"@openmrs/esm-react-utils": "5.8.2-pre.
|
|
70
|
-
"@openmrs/esm-state": "5.8.2-pre.
|
|
71
|
-
"@openmrs/esm-translations": "5.8.2-pre.
|
|
66
|
+
"@openmrs/esm-error-handling": "5.8.2-pre.2368",
|
|
67
|
+
"@openmrs/esm-extensions": "5.8.2-pre.2368",
|
|
68
|
+
"@openmrs/esm-navigation": "5.8.2-pre.2368",
|
|
69
|
+
"@openmrs/esm-react-utils": "5.8.2-pre.2368",
|
|
70
|
+
"@openmrs/esm-state": "5.8.2-pre.2368",
|
|
71
|
+
"@openmrs/esm-translations": "5.8.2-pre.2368",
|
|
72
72
|
"@types/geopattern": "^1.2.9",
|
|
73
73
|
"autoprefixer": "^9.8.8",
|
|
74
74
|
"css-minimizer-webpack-plugin": "^1.2.0",
|