@openmrs/esm-styleguide 5.7.3-pre.2188 → 5.7.3-pre.2192

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.
@@ -52,4 +52,4 @@ WARNING in webpack performance recommendations:
52
52
  You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
53
53
  For more info visit https://webpack.js.org/guides/code-splitting/
54
54
 
55
- webpack 5.88.0 compiled with 3 warnings in 26917 ms
55
+ webpack 5.88.0 compiled with 3 warnings in 27950 ms
package/mock.tsx CHANGED
@@ -66,6 +66,8 @@ 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>;
70
+
69
71
  export const LocationPicker = jest.fn(({ onChange, selectedLocationUuid }) => {
70
72
  const locations = [
71
73
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "5.7.3-pre.2188",
3
+ "version": "5.7.3-pre.2192",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The styleguide for OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-styleguide.js",
@@ -64,12 +64,12 @@
64
64
  "rxjs": "6.x"
65
65
  },
66
66
  "devDependencies": {
67
- "@openmrs/esm-error-handling": "5.7.3-pre.2188",
68
- "@openmrs/esm-extensions": "5.7.3-pre.2188",
69
- "@openmrs/esm-navigation": "5.7.3-pre.2188",
70
- "@openmrs/esm-react-utils": "5.7.3-pre.2188",
71
- "@openmrs/esm-state": "5.7.3-pre.2188",
72
- "@openmrs/esm-translations": "5.7.3-pre.2188",
67
+ "@openmrs/esm-error-handling": "5.7.3-pre.2192",
68
+ "@openmrs/esm-extensions": "5.7.3-pre.2192",
69
+ "@openmrs/esm-navigation": "5.7.3-pre.2192",
70
+ "@openmrs/esm-react-utils": "5.7.3-pre.2192",
71
+ "@openmrs/esm-state": "5.7.3-pre.2192",
72
+ "@openmrs/esm-translations": "5.7.3-pre.2192",
73
73
  "@types/geopattern": "^1.2.9",
74
74
  "autoprefixer": "^9.8.8",
75
75
  "css-minimizer-webpack-plugin": "^1.2.0",