@openmrs/esm-styleguide 5.7.3-pre.2193 → 5.7.3-pre.2194

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.
@@ -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 26639 ms
49
+ webpack 5.88.0 compiled with 3 warnings in 26136 ms
package/mock.tsx CHANGED
@@ -66,7 +66,11 @@ export const WarningIcon = () => <div>WarningIcon</div>;
66
66
  export const AllergiesIcon = () => <div>AllergiesIcon</div>;
67
67
  export const Icon = () => <div>Icon</div>;
68
68
 
69
- export const Pictogram = () => <div>Pictogram</div>;
69
+ export const AppointmentsPictogram = () => <div>AppointmentsPictogram</div>;
70
+ export const HomePictogram = () => <div>HomePictogram</div>;
71
+ export const LaboratoryPictogram = () => <div>LaboratoryPictogramPictogram</div>;
72
+ export const PatientListsPictogram = () => <div>PatientListsPictogram</div>;
73
+ export const ServiceQueuesPictogram = () => <div>ServiceQueuesPictogramPictogram</div>;
70
74
 
71
75
  export const LocationPicker = jest.fn(({ onChange, selectedLocationUuid }) => {
72
76
  const locations = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "5.7.3-pre.2193",
3
+ "version": "5.7.3-pre.2194",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The styleguide for OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-styleguide.js",
@@ -62,12 +62,12 @@
62
62
  "rxjs": "6.x"
63
63
  },
64
64
  "devDependencies": {
65
- "@openmrs/esm-error-handling": "5.7.3-pre.2193",
66
- "@openmrs/esm-extensions": "5.7.3-pre.2193",
67
- "@openmrs/esm-navigation": "5.7.3-pre.2193",
68
- "@openmrs/esm-react-utils": "5.7.3-pre.2193",
69
- "@openmrs/esm-state": "5.7.3-pre.2193",
70
- "@openmrs/esm-translations": "5.7.3-pre.2193",
65
+ "@openmrs/esm-error-handling": "5.7.3-pre.2194",
66
+ "@openmrs/esm-extensions": "5.7.3-pre.2194",
67
+ "@openmrs/esm-navigation": "5.7.3-pre.2194",
68
+ "@openmrs/esm-react-utils": "5.7.3-pre.2194",
69
+ "@openmrs/esm-state": "5.7.3-pre.2194",
70
+ "@openmrs/esm-translations": "5.7.3-pre.2194",
71
71
  "@types/geopattern": "^1.2.9",
72
72
  "autoprefixer": "^9.8.8",
73
73
  "css-minimizer-webpack-plugin": "^1.2.0",