@openmrs/esm-framework 5.6.1-pre.1915 → 5.6.1-pre.1930

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.
@@ -28,4 +28,4 @@ Entrypoints:
28
28
  main (2.75 MiB)
29
29
  openmrs-esm-framework.js
30
30
 
31
- webpack 5.88.0 compiled with 3 warnings in 26143 ms
31
+ webpack 5.88.0 compiled with 3 warnings in 26462 ms
package/docs/API.md CHANGED
@@ -5601,7 +5601,7 @@ invalid key to this function will result in a type error.
5601
5601
 
5602
5602
  | Name | Type | Description |
5603
5603
  | :------ | :------ | :------ |
5604
- | `key` | ``"error"`` \| ``"change"`` \| ``"close"`` \| ``"other"`` \| ``"actions"`` \| ``"address"`` \| ``"cancel"`` \| ``"confirm"`` \| ``"contactAdministratorIfIssuePersists"`` \| ``"contactDetails"`` \| ``"errorCopy"`` \| ``"female"`` \| ``"hideDetails"`` \| ``"loading"`` \| ``"male"`` \| ``"patientLists"`` \| ``"relationships"`` \| ``"resetOverrides"`` \| ``"scriptLoadingFailed"`` \| ``"scriptLoadingError"`` \| ``"seeMoreLists"`` \| ``"showDetails"`` \| ``"unknown"`` \| ``"closeAllOpenedWorkspaces"`` \| ``"closingAllWorkspacesPromptBody"`` \| ``"closingAllWorkspacesPromptTitle"`` \| ``"discard"`` \| ``"hide"`` \| ``"maximize"`` \| ``"minimize"`` \| ``"openAnyway"`` \| ``"unsavedChangesInOpenedWorkspace"`` \| ``"unsavedChangesInWorkspace"`` \| ``"unsavedChangesTitleText"`` \| ``"workspaceHeader"`` \| ``"address1"`` \| ``"address2"`` \| ``"city"`` \| ``"cityVillage"`` \| ``"country"`` \| ``"countyDistrict"`` \| ``"postalCode"`` \| ``"state"`` \| ``"stateProvince"`` | - |
5604
+ | `key` | ``"error"`` \| ``"change"`` \| ``"close"`` \| ``"other"`` \| ``"actions"`` \| ``"address"`` \| ``"cancel"`` \| ``"confirm"`` \| ``"contactAdministratorIfIssuePersists"`` \| ``"contactDetails"`` \| ``"errorCopy"`` \| ``"female"`` \| ``"hideDetails"`` \| ``"loading"`` \| ``"male"`` \| ``"patientLists"`` \| ``"relationships"`` \| ``"resetOverrides"`` \| ``"scriptLoadingFailed"`` \| ``"scriptLoadingError"`` \| ``"seeMoreLists"`` \| ``"showDetails"`` \| ``"unknown"`` \| ``"closeAllOpenedWorkspaces"`` \| ``"closingAllWorkspacesPromptBody"`` \| ``"closingAllWorkspacesPromptTitle"`` \| ``"discard"`` \| ``"hide"`` \| ``"maximize"`` \| ``"minimize"`` \| ``"openAnyway"`` \| ``"unsavedChangesInOpenedWorkspace"`` \| ``"unsavedChangesInWorkspace"`` \| ``"unsavedChangesTitleText"`` \| ``"workspaceHeader"`` \| ``"address1"`` \| ``"address2"`` \| ``"address3"`` \| ``"address4"`` \| ``"address5"`` \| ``"address6"`` \| ``"city"`` \| ``"cityVillage"`` \| ``"country"`` \| ``"countyDistrict"`` \| ``"postalCode"`` \| ``"state"`` \| ``"stateProvince"`` | - |
5605
5605
  | `defaultText?` | `string` | - |
5606
5606
  | `options?` | `object` | Object passed to the i18next `t` function. See https://www.i18next.com/translation-function/essentials#overview-options for more information. `ns` and `defaultValue` are already set and may not be used. |
5607
5607
 
@@ -5712,7 +5712,7 @@ ___
5712
5712
 
5713
5713
  #### Defined in
5714
5714
 
5715
- [packages/framework/esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx:175](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx#L175)
5715
+ [packages/framework/esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx:179](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx#L179)
5716
5716
 
5717
5717
  ___
5718
5718
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-framework",
3
- "version": "5.6.1-pre.1915",
3
+ "version": "5.6.1-pre.1930",
4
4
  "license": "MPL-2.0",
5
5
  "browser": "dist/openmrs-esm-framework.js",
6
6
  "main": "src/index.ts",
@@ -37,22 +37,22 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@openmrs/esm-api": "5.6.1-pre.1915",
41
- "@openmrs/esm-config": "5.6.1-pre.1915",
42
- "@openmrs/esm-context": "5.6.1-pre.1915",
43
- "@openmrs/esm-dynamic-loading": "5.6.1-pre.1915",
44
- "@openmrs/esm-error-handling": "5.6.1-pre.1915",
45
- "@openmrs/esm-extensions": "5.6.1-pre.1915",
46
- "@openmrs/esm-feature-flags": "5.6.1-pre.1915",
47
- "@openmrs/esm-globals": "5.6.1-pre.1915",
48
- "@openmrs/esm-navigation": "5.6.1-pre.1915",
49
- "@openmrs/esm-offline": "5.6.1-pre.1915",
50
- "@openmrs/esm-react-utils": "5.6.1-pre.1915",
51
- "@openmrs/esm-routes": "5.6.1-pre.1915",
52
- "@openmrs/esm-state": "5.6.1-pre.1915",
53
- "@openmrs/esm-styleguide": "5.6.1-pre.1915",
54
- "@openmrs/esm-translations": "5.6.1-pre.1915",
55
- "@openmrs/esm-utils": "5.6.1-pre.1915",
40
+ "@openmrs/esm-api": "5.6.1-pre.1930",
41
+ "@openmrs/esm-config": "5.6.1-pre.1930",
42
+ "@openmrs/esm-context": "5.6.1-pre.1930",
43
+ "@openmrs/esm-dynamic-loading": "5.6.1-pre.1930",
44
+ "@openmrs/esm-error-handling": "5.6.1-pre.1930",
45
+ "@openmrs/esm-extensions": "5.6.1-pre.1930",
46
+ "@openmrs/esm-feature-flags": "5.6.1-pre.1930",
47
+ "@openmrs/esm-globals": "5.6.1-pre.1930",
48
+ "@openmrs/esm-navigation": "5.6.1-pre.1930",
49
+ "@openmrs/esm-offline": "5.6.1-pre.1930",
50
+ "@openmrs/esm-react-utils": "5.6.1-pre.1930",
51
+ "@openmrs/esm-routes": "5.6.1-pre.1930",
52
+ "@openmrs/esm-state": "5.6.1-pre.1930",
53
+ "@openmrs/esm-styleguide": "5.6.1-pre.1930",
54
+ "@openmrs/esm-translations": "5.6.1-pre.1930",
55
+ "@openmrs/esm-utils": "5.6.1-pre.1930",
56
56
  "dayjs": "^1.10.7"
57
57
  },
58
58
  "peerDependencies": {