@openmrs/esm-framework 8.0.1-pre.3503 → 8.0.1-pre.3509

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.
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **PatientBannerContactDetails**(`__namedParameters`): `Element`
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx:183](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx#L183)
7
+ Defined in: [packages/framework/esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx:187](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/contact-details/patient-banner-contact-details.component.tsx#L187)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -17,7 +17,7 @@ invalid key to this function will result in a type error.
17
17
 
18
18
  ### key
19
19
 
20
- `"error"` | `"delete"` | `"actions"` | `"address"` | `"age"` | `"cancel"` | `"change"` | `"Clinic"` | `"close"` | `"confirm"` | `"contactAdministratorIfIssuePersists"` | `"contactDetails"` | `"edit"` | `"errorCopy"` | `"female"` | `"loading"` | `"male"` | `"other"` | `"patientIdentifierSticker"` | `"patientLists"` | `"print"` | `"printError"` | `"printErrorExplainer"` | `"printIdentifierSticker"` | `"printing"` | `"relationships"` | `"resetOverrides"` | `"save"` | `"scriptLoadingFailed"` | `"scriptLoadingError"` | `"seeMoreLists"` | `"sex"` | `"showLess"` | `"showMore"` | `"toggleDevTools"` | `"unknown"` | `"closeWorkspaces2PromptTitle"` | `"closeWorkspaces2PromptBody"` | `"closeAllOpenedWorkspaces"` | `"closingAllWorkspacesPromptBody"` | `"closingAllWorkspacesPromptTitle"` | `"discard"` | `"hide"` | `"maximize"` | `"minimize"` | `"openAnyway"` | `"unsavedChangesInOpenedWorkspace"` | `"unsavedChangesInWorkspace"` | `"unsavedChangesTitleText"` | `"workspaceHeader"` | `"address1"` | `"address2"` | `"address3"` | `"address4"` | `"address5"` | `"address6"` | `"city"` | `"cityVillage"` | `"country"` | `"countyDistrict"` | `"district"` | `"postalCode"` | `"state"` | `"stateProvince"`
20
+ `"error"` | `"delete"` | `"actions"` | `"actionableNotification"` | `"address"` | `"age"` | `"cancel"` | `"change"` | `"Clinic"` | `"close"` | `"closesActionableNotification"` | `"closeSnackbar"` | `"confirm"` | `"contactAdministratorIfIssuePersists"` | `"contactDetails"` | `"discardChanges"` | `"edit"` | `"errorCopy"` | `"female"` | `"leftNavigation"` | `"loading"` | `"male"` | `"noResultsToDisplay"` | `"other"` | `"patientAvatarAlt"` | `"patientIdentifierSticker"` | `"patientLists"` | `"patientPhotoAlt"` | `"patientPhotoPlaceholder"` | `"print"` | `"printError"` | `"printErrorExplainer"` | `"printIdentifierSticker"` | `"printing"` | `"relationships"` | `"resetOverrides"` | `"save"` | `"scriptLoadingFailed"` | `"scriptLoadingError"` | `"searchForLocation"` | `"seeMoreLists"` | `"sex"` | `"showLess"` | `"showMore"` | `"snackbarNotification"` | `"toggleDevTools"` | `"unknown"` | `"yearAbbreviation"` | `"yearsAbbreviation"` | `"closeWorkspaces2PromptTitle"` | `"closeWorkspaces2PromptBody"` | `"closeAllOpenedWorkspaces"` | `"closingAllWorkspacesPromptBody"` | `"closingAllWorkspacesPromptTitle"` | `"discard"` | `"hide"` | `"maximize"` | `"minimize"` | `"openAnyway"` | `"unsavedChangesInOpenedWorkspace"` | `"unsavedChangesInWorkspace"` | `"unsavedChangesTitleText"` | `"workspaceHeader"` | `"address1"` | `"address2"` | `"address3"` | `"address4"` | `"address5"` | `"address6"` | `"city"` | `"cityVillage"` | `"country"` | `"countyDistrict"` | `"district"` | `"postalCode"` | `"state"` | `"stateProvince"`
21
21
 
22
22
  ### defaultText?
23
23
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: ActionableNotificationDescriptor
4
4
 
5
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L9)
5
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L10)
6
6
 
7
7
  ## Properties
8
8
 
@@ -10,7 +10,7 @@ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-noti
10
10
 
11
11
  > **actionButtonLabel**: `string`
12
12
 
13
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L10)
13
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L11)
14
14
 
15
15
  ***
16
16
 
@@ -18,7 +18,7 @@ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-noti
18
18
 
19
19
  > `optional` **critical**: `boolean`
20
20
 
21
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L16)
21
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L17)
22
22
 
23
23
  ***
24
24
 
@@ -26,7 +26,7 @@ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-noti
26
26
 
27
27
  > `optional` **kind**: `string`
28
28
 
29
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L15)
29
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L16)
30
30
 
31
31
  ***
32
32
 
@@ -34,7 +34,7 @@ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-noti
34
34
 
35
35
  > `optional` **progressActionLabel**: `string`
36
36
 
37
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L17)
37
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L18)
38
38
 
39
39
  ***
40
40
 
@@ -42,7 +42,7 @@ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-noti
42
42
 
43
43
  > **subtitle**: `string`
44
44
 
45
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L13)
45
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L14)
46
46
 
47
47
  ***
48
48
 
@@ -50,7 +50,7 @@ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-noti
50
50
 
51
51
  > `optional` **title**: `string`
52
52
 
53
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L14)
53
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L15)
54
54
 
55
55
  ## Methods
56
56
 
@@ -58,7 +58,7 @@ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-noti
58
58
 
59
59
  > **onActionButtonClick**(): `void`
60
60
 
61
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L11)
61
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L12)
62
62
 
63
63
  #### Returns
64
64
 
@@ -70,7 +70,7 @@ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-noti
70
70
 
71
71
  > `optional` **onClose**(): `void`
72
72
 
73
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L12)
73
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L13)
74
74
 
75
75
  #### Returns
76
76
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: SnackbarDescriptor
4
4
 
5
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L13)
5
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L14)
6
6
 
7
7
  ## Extended by
8
8
 
@@ -14,7 +14,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
14
14
 
15
15
  > `optional` **actionButtonLabel**: `string`
16
16
 
17
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L14)
17
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L15)
18
18
 
19
19
  ***
20
20
 
@@ -22,7 +22,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
22
22
 
23
23
  > `optional` **autoClose**: `boolean`
24
24
 
25
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L21)
25
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L22)
26
26
 
27
27
  ***
28
28
 
@@ -30,7 +30,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
30
30
 
31
31
  > `optional` **isLowContrast**: `boolean`
32
32
 
33
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L15)
33
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L16)
34
34
 
35
35
  ***
36
36
 
@@ -38,7 +38,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
38
38
 
39
39
  > `optional` **kind**: `string`
40
40
 
41
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L16)
41
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L17)
42
42
 
43
43
  ***
44
44
 
@@ -46,7 +46,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
46
46
 
47
47
  > `optional` **onActionButtonClick**: () => `void`
48
48
 
49
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L17)
49
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L18)
50
50
 
51
51
  #### Returns
52
52
 
@@ -58,7 +58,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
58
58
 
59
59
  > `optional` **progressActionLabel**: `string`
60
60
 
61
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L18)
61
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L19)
62
62
 
63
63
  ***
64
64
 
@@ -66,7 +66,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
66
66
 
67
67
  > `optional` **subtitle**: `ReactNode`
68
68
 
69
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L19)
69
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L20)
70
70
 
71
71
  ***
72
72
 
@@ -74,7 +74,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
74
74
 
75
75
  > `optional` **timeoutInMs**: `number`
76
76
 
77
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L20)
77
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L21)
78
78
 
79
79
  ***
80
80
 
@@ -82,4 +82,4 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
82
82
 
83
83
  > **title**: `string`
84
84
 
85
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L22)
85
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L23)
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: SnackbarMeta
4
4
 
5
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:25](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L25)
5
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L26)
6
6
 
7
7
  ## Extends
8
8
 
@@ -14,7 +14,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
14
14
 
15
15
  > `optional` **actionButtonLabel**: `string`
16
16
 
17
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L14)
17
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L15)
18
18
 
19
19
  #### Inherited from
20
20
 
@@ -26,7 +26,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
26
26
 
27
27
  > `optional` **autoClose**: `boolean`
28
28
 
29
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L21)
29
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L22)
30
30
 
31
31
  #### Inherited from
32
32
 
@@ -38,7 +38,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
38
38
 
39
39
  > **id**: `number`
40
40
 
41
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L26)
41
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:27](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L27)
42
42
 
43
43
  ***
44
44
 
@@ -46,7 +46,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
46
46
 
47
47
  > `optional` **isLowContrast**: `boolean`
48
48
 
49
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L15)
49
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L16)
50
50
 
51
51
  #### Inherited from
52
52
 
@@ -58,7 +58,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
58
58
 
59
59
  > `optional` **kind**: `string`
60
60
 
61
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L16)
61
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L17)
62
62
 
63
63
  #### Inherited from
64
64
 
@@ -70,7 +70,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
70
70
 
71
71
  > `optional` **onActionButtonClick**: () => `void`
72
72
 
73
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L17)
73
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L18)
74
74
 
75
75
  #### Returns
76
76
 
@@ -86,7 +86,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
86
86
 
87
87
  > `optional` **progressActionLabel**: `string`
88
88
 
89
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L18)
89
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L19)
90
90
 
91
91
  #### Inherited from
92
92
 
@@ -98,7 +98,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
98
98
 
99
99
  > `optional` **subtitle**: `ReactNode`
100
100
 
101
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L19)
101
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L20)
102
102
 
103
103
  #### Inherited from
104
104
 
@@ -110,7 +110,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
110
110
 
111
111
  > `optional` **timeoutInMs**: `number`
112
112
 
113
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L20)
113
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L21)
114
114
 
115
115
  #### Inherited from
116
116
 
@@ -122,7 +122,7 @@ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.
122
122
 
123
123
  > **title**: `string`
124
124
 
125
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L22)
125
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L23)
126
126
 
127
127
  #### Inherited from
128
128
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: Workspace2DefinitionProps\<WorkspaceProps, WindowProps, GroupProps\>
4
4
 
5
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L20)
5
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L21)
6
6
 
7
7
  **`Experimental`**
8
8
 
@@ -26,7 +26,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.compon
26
26
 
27
27
  > **groupProps**: `null` \| `GroupProps`
28
28
 
29
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:44](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L44)
29
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:45](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L45)
30
30
 
31
31
  **`Experimental`**
32
32
 
@@ -36,7 +36,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.compon
36
36
 
37
37
  > **isRootWorkspace**: `boolean`
38
38
 
39
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:47](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L47)
39
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:48](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L48)
40
40
 
41
41
  **`Experimental`**
42
42
 
@@ -46,7 +46,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.compon
46
46
 
47
47
  > **windowName**: `string`
48
48
 
49
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:46](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L46)
49
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:47](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L47)
50
50
 
51
51
  **`Experimental`**
52
52
 
@@ -56,7 +56,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.compon
56
56
 
57
57
  > **windowProps**: `null` \| `WindowProps`
58
58
 
59
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:43](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L43)
59
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:44](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L44)
60
60
 
61
61
  **`Experimental`**
62
62
 
@@ -66,7 +66,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.compon
66
66
 
67
67
  > **workspaceName**: `string`
68
68
 
69
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:45](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L45)
69
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:46](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L46)
70
70
 
71
71
  **`Experimental`**
72
72
 
@@ -76,7 +76,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.compon
76
76
 
77
77
  > **workspaceProps**: `null` \| `WorkspaceProps`
78
78
 
79
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:42](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L42)
79
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:43](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L43)
80
80
 
81
81
  **`Experimental`**
82
82
 
@@ -86,7 +86,7 @@ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.compon
86
86
 
87
87
  > **closeWorkspace**(`options?`): `Promise`\<`boolean`\>
88
88
 
89
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:40](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L40)
89
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:41](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L41)
90
90
 
91
91
  **`Experimental`**
92
92
 
@@ -116,7 +116,7 @@ a Promise that resolves to true if the workspace is closed, false otherwise.
116
116
 
117
117
  > **launchChildWorkspace**\<`Props`\>(`workspaceName`, `workspaceProps?`): `void`
118
118
 
119
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:32](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L32)
119
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:33](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L33)
120
120
 
121
121
  **`Experimental`**
122
122
 
@@ -4,4 +4,4 @@
4
4
 
5
5
  > **ActionableNotificationType** = `"error"` \| `"info"` \| `"info-square"` \| `"success"` \| `"warning"` \| `"warning-alt"`
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:24](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L24)
7
+ Defined in: [packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx:25](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/actionable-notification.component.tsx#L25)
@@ -4,4 +4,4 @@
4
4
 
5
5
  > **SnackbarType** = `"error"` \| `"info"` \| `"info-square"` \| `"success"` \| `"warning"` \| `"warning-alt"`
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:29](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L29)
7
+ Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:30](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L30)
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **Workspace2Definition**\<`WorkspaceProps`, `WindowProps`, `GroupProps`\> = `React.FC`\<[`Workspace2DefinitionProps`](../interfaces/Workspace2DefinitionProps.md)\<`WorkspaceProps`, `WindowProps`, `GroupProps`\>\>
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:53](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L53)
7
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:54](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L54)
8
8
 
9
9
  **`Experimental`**
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > `const` **LeftNavMenu**: `ForwardRefExoticComponent`\<`LeftNavMenuProps` & `RefAttributes`\<`HTMLElement`\>\>
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/left-nav/index.tsx:32](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/left-nav/index.tsx#L32)
7
+ Defined in: [packages/framework/esm-styleguide/src/left-nav/index.tsx:33](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/left-nav/index.tsx#L33)
8
8
 
9
9
  This component renders the left nav in desktop mode. It's also used to render the same
10
10
  nav when the hamburger menu is clicked on in tablet mode. See side-menu-panel.component.tsx
@@ -4,7 +4,7 @@
4
4
 
5
5
  > `const` **Workspace2**: `React.FC`\<`Workspace2Props`\>
6
6
 
7
- Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:66](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L66)
7
+ Defined in: [packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx:67](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces2/workspace2.component.tsx#L67)
8
8
 
9
9
  **`Experimental`**
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-framework",
3
- "version": "8.0.1-pre.3503",
3
+ "version": "8.0.1-pre.3509",
4
4
  "license": "MPL-2.0",
5
5
  "type": "module",
6
6
  "module": "dist/openmrs-esm-framework.js",
@@ -59,24 +59,24 @@
59
59
  "access": "public"
60
60
  },
61
61
  "dependencies": {
62
- "@openmrs/esm-api": "8.0.1-pre.3503",
63
- "@openmrs/esm-config": "8.0.1-pre.3503",
64
- "@openmrs/esm-context": "8.0.1-pre.3503",
65
- "@openmrs/esm-dynamic-loading": "8.0.1-pre.3503",
66
- "@openmrs/esm-emr-api": "8.0.1-pre.3503",
67
- "@openmrs/esm-error-handling": "8.0.1-pre.3503",
68
- "@openmrs/esm-expression-evaluator": "8.0.1-pre.3503",
69
- "@openmrs/esm-extensions": "8.0.1-pre.3503",
70
- "@openmrs/esm-feature-flags": "8.0.1-pre.3503",
71
- "@openmrs/esm-globals": "8.0.1-pre.3503",
72
- "@openmrs/esm-navigation": "8.0.1-pre.3503",
73
- "@openmrs/esm-offline": "8.0.1-pre.3503",
74
- "@openmrs/esm-react-utils": "8.0.1-pre.3503",
75
- "@openmrs/esm-routes": "8.0.1-pre.3503",
76
- "@openmrs/esm-state": "8.0.1-pre.3503",
77
- "@openmrs/esm-styleguide": "8.0.1-pre.3503",
78
- "@openmrs/esm-translations": "8.0.1-pre.3503",
79
- "@openmrs/esm-utils": "8.0.1-pre.3503"
62
+ "@openmrs/esm-api": "8.0.1-pre.3509",
63
+ "@openmrs/esm-config": "8.0.1-pre.3509",
64
+ "@openmrs/esm-context": "8.0.1-pre.3509",
65
+ "@openmrs/esm-dynamic-loading": "8.0.1-pre.3509",
66
+ "@openmrs/esm-emr-api": "8.0.1-pre.3509",
67
+ "@openmrs/esm-error-handling": "8.0.1-pre.3509",
68
+ "@openmrs/esm-expression-evaluator": "8.0.1-pre.3509",
69
+ "@openmrs/esm-extensions": "8.0.1-pre.3509",
70
+ "@openmrs/esm-feature-flags": "8.0.1-pre.3509",
71
+ "@openmrs/esm-globals": "8.0.1-pre.3509",
72
+ "@openmrs/esm-navigation": "8.0.1-pre.3509",
73
+ "@openmrs/esm-offline": "8.0.1-pre.3509",
74
+ "@openmrs/esm-react-utils": "8.0.1-pre.3509",
75
+ "@openmrs/esm-routes": "8.0.1-pre.3509",
76
+ "@openmrs/esm-state": "8.0.1-pre.3509",
77
+ "@openmrs/esm-styleguide": "8.0.1-pre.3509",
78
+ "@openmrs/esm-translations": "8.0.1-pre.3509",
79
+ "@openmrs/esm-utils": "8.0.1-pre.3509"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "dayjs": "1.x",
@@ -89,7 +89,7 @@
89
89
  "swr": "2.x"
90
90
  },
91
91
  "devDependencies": {
92
- "@openmrs/typedoc-plugin-file-categories": "8.0.1-pre.3503",
92
+ "@openmrs/typedoc-plugin-file-categories": "8.0.1-pre.3509",
93
93
  "@rspack/cli": "^1.3.11",
94
94
  "@rspack/core": "^1.3.11",
95
95
  "concurrently": "^9.1.2",