@openmrs/esm-dispensing-app 1.4.1-pre.326 → 1.5.0

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.
Files changed (44) hide show
  1. package/.eslintignore +2 -2
  2. package/.eslintrc +1 -0
  3. package/.prettierignore +0 -2
  4. package/dist/466.js +2 -0
  5. package/dist/{866.js.map → 466.js.map} +1 -1
  6. package/dist/574.js +1 -1
  7. package/dist/656.js +1 -1
  8. package/dist/656.js.map +1 -1
  9. package/dist/main.js +1 -1
  10. package/dist/main.js.map +1 -1
  11. package/dist/openmrs-esm-dispensing-app.js +1 -1
  12. package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +36 -36
  13. package/dist/routes.json +1 -1
  14. package/package.json +3 -3
  15. package/src/components/action-buttons.component.test.tsx +1 -1
  16. package/src/components/action-buttons.component.tsx +3 -3
  17. package/src/components/medication-card.component.test.tsx +2 -2
  18. package/src/components/medication-card.scss +1 -2
  19. package/src/components/medication-dispense-review.scss +5 -5
  20. package/src/components/medication-event.scss +4 -3
  21. package/src/components/patient-details.scss +1 -2
  22. package/src/config-schema.ts +3 -2
  23. package/src/{declarations.d.tsx → declarations.d.ts} +0 -1
  24. package/src/dispensing-tiles/dispensing-tile.scss +4 -4
  25. package/src/dispensing-tiles/dispensing-tiles.scss +3 -3
  26. package/src/forms/dispense-form.component.tsx +7 -15
  27. package/src/forms/forms.scss +12 -12
  28. package/src/forms/medication-dispense-review.component.test.tsx +2 -2
  29. package/src/forms/medication-dispense-review.component.tsx +235 -233
  30. package/src/forms/overlay/overlay.component.tsx +7 -2
  31. package/src/forms/overlay/overlay.scss +1 -1
  32. package/src/history/history-and-comments.scss +1 -4
  33. package/src/location/location.resource.test.tsx +1 -2
  34. package/src/medication-dispense/medication-dispense.resource.test.tsx +7 -4
  35. package/src/medication-request/medication-request.resource.test.tsx +2 -4
  36. package/src/prescriptions/prescription-details.component.tsx +13 -10
  37. package/src/prescriptions/prescription-details.scss +13 -8
  38. package/src/prescriptions/prescription-expanded.scss +6 -7
  39. package/src/prescriptions/prescription-tab-panel.component.tsx +42 -23
  40. package/src/prescriptions/prescriptions.scss +43 -5
  41. package/src/root.scss +8 -8
  42. package/translations/en.json +2 -0
  43. package/dist/866.js +0 -2
  44. /package/dist/{866.js.LICENSE.txt → 466.js.LICENSE.txt} +0 -0
package/.eslintignore CHANGED
@@ -1,2 +1,2 @@
1
- src/**/*.test.tsx
2
- **/*.d.tsx
1
+ **/dist/*
2
+ **/node_modules/*
package/.eslintrc CHANGED
@@ -17,6 +17,7 @@
17
17
  "rules": {
18
18
  // The following rules need `noImplicitAny` to be set to `true` in our tsconfig. They are too restrictive for now, but should be reconsidered in future
19
19
  "@typescript-eslint/ban-types": "off",
20
+ "@typescript-eslint/ban-ts-comment": "off",
20
21
  "@typescript-eslint/no-explicit-any": "off",
21
22
  "@typescript-eslint/no-floating-promises": "off",
22
23
  "@typescript-eslint/no-unsafe-argument": "off",
package/.prettierignore CHANGED
@@ -8,7 +8,5 @@ node_modules/
8
8
  yarn.lock
9
9
 
10
10
  # by file type
11
- **/*.css
12
- **/*.scss
13
11
  **/*.md
14
12
  **/*.json