@openmrs/esm-styleguide 5.7.1 → 5.7.2-pre.2094

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "5.7.1",
3
+ "version": "5.7.2-pre.2094",
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.1",
68
- "@openmrs/esm-extensions": "5.7.1",
69
- "@openmrs/esm-navigation": "5.7.1",
70
- "@openmrs/esm-react-utils": "5.7.1",
71
- "@openmrs/esm-state": "5.7.1",
72
- "@openmrs/esm-translations": "5.7.1",
67
+ "@openmrs/esm-error-handling": "5.7.2-pre.2094",
68
+ "@openmrs/esm-extensions": "5.7.2-pre.2094",
69
+ "@openmrs/esm-navigation": "5.7.2-pre.2094",
70
+ "@openmrs/esm-react-utils": "5.7.2-pre.2094",
71
+ "@openmrs/esm-state": "5.7.2-pre.2094",
72
+ "@openmrs/esm-translations": "5.7.2-pre.2094",
73
73
  "@types/geopattern": "^1.2.9",
74
74
  "autoprefixer": "^9.8.8",
75
75
  "css-minimizer-webpack-plugin": "^1.2.0",
@@ -82,5 +82,6 @@
82
82
  "rxjs": "^6.5.3",
83
83
  "svgo-loader": "^4.0.0",
84
84
  "webpack": "^5.88.0"
85
- }
85
+ },
86
+ "stableVersion": "5.7.1"
86
87
  }
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.375 1.25h-1.25v2.5h-2.5V5h2.5v2.5h1.25V5h2.5V3.75h-2.5v-2.5z" />
3
- <path d="M9.375 2.5h-5a1.254 1.254 0 0 0-1.25 1.25v12.5a1.254 1.254 0 0 0 1.25 1.25h7.5a.567.567 0 0 0 .438-.188l4.374-4.375a.566.566 0 0 0 .188-.437V8.75h-1.25v2.5h-3.75a1.254 1.254 0 0 0-1.25 1.25v3.75h-6.25V3.75h5V2.5zm6 10-3.5 3.5v-3.5h3.5z" />
2
+ <path d="M11.5 1H10.5V3H8.5V4H10.5V6H11.5V4H13.5V3H11.5V1Z" />
3
+ <path d="M7.5 1.99982H3.5C3.23502 2.0006 2.98112 2.10621 2.79375 2.29358C2.60638 2.48094 2.50078 2.73485 2.5 2.99982V12.9998C2.50078 13.2648 2.60638 13.5187 2.79375 13.7061C2.98112 13.8934 3.23502 13.999 3.5 13.9998H9.5C9.56572 14.0017 9.63106 13.9892 9.69149 13.9633C9.75192 13.9374 9.80601 13.8987 9.85 13.8498L13.35 10.3498C13.3989 10.3058 13.4376 10.2517 13.4635 10.1913C13.4894 10.1309 13.5018 10.0655 13.5 9.99982V7.00007H12.5V8.99982H9.5C9.23502 9.0006 8.98112 9.10621 8.79375 9.29358C8.60638 9.48094 8.50078 9.73485 8.5 9.99982V12.9998H3.5V2.99982H7.5V1.99982ZM12.3 9.99982L9.5 12.7998V9.99982H12.3Z" />
4
4
  </svg>
File without changes
@@ -1,14 +0,0 @@
1
-  PASS  src/patient-photo/patient-photo.test.tsx
2
-  PASS  src/snackbars/snackbar.test.tsx
3
-  PASS  src/custom-overflow-menu/custom-overflow-menu.test.tsx
4
-  PASS  src/error-state/error-state.test.tsx
5
-  PASS  src/patient-banner/contact-details/patient-banner-contact-details.test.tsx
6
-  PASS  src/workspaces/action-menu-button/action-menu-button.test.tsx
7
-  PASS  src/workspaces/workspaces.test.ts
8
-  PASS  src/workspaces/container/workspace-container.test.tsx
9
-
10
- Test Suites: 8 passed, 8 total
11
- Tests: 1 skipped, 39 passed, 40 total
12
- Snapshots: 0 total
13
- Time: 2.144 s, estimated 5 s
14
- Ran all test suites.