@vitality-ds/components 5.0.3 → 5.1.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.
@@ -10,5 +10,6 @@ var BaseAdornmentWrapperStyles = exports.BaseAdornmentWrapperStyles = (0, _syste
10
10
  display: "flex",
11
11
  alignItems: "flex-start",
12
12
  flexShrink: 0,
13
- alignSelf: "center"
13
+ alignSelf: "center",
14
+ lineHeight: 1
14
15
  });
@@ -5,5 +5,6 @@ export var BaseAdornmentWrapperStyles = css({
5
5
  display: "flex",
6
6
  alignItems: "flex-start",
7
7
  flexShrink: 0,
8
- alignSelf: "center"
8
+ alignSelf: "center",
9
+ lineHeight: 1
9
10
  });
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { IconType } from "./Icon/types";
3
+ declare function Agenda(props: IconType): JSX.Element;
4
+ export default Agenda;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type { IconType } from "./Icon/types";
3
+ declare function MyDay(props: IconType): JSX.Element;
4
+ export default MyDay;
@@ -8,6 +8,7 @@ export { default as AddNote } from "./AddNote";
8
8
  export { default as AddPhoto } from "./AddPhoto";
9
9
  export { default as AddressBook } from "./AddressBook";
10
10
  export { default as AdminNote } from "./AdminNote";
11
+ export { default as Agenda } from "./Agenda";
11
12
  export { default as Alert } from "./Alert";
12
13
  export { default as AnnouncementLoud } from "./AnnouncementLoud";
13
14
  export { default as AnnouncementOff } from "./AnnouncementOff";
@@ -87,6 +88,7 @@ export { default as MenuMoreVertical } from "./MenuMoreVertical";
87
88
  export { default as MissingInvoices } from "./MissingInvoices";
88
89
  export { default as MissingReferral } from "./MissingReferral";
89
90
  export { default as Money } from "./Money";
91
+ export { default as MyDay } from "./MyDay";
90
92
  export { default as MyHealthRecord } from "./MyHealthRecord";
91
93
  export { default as Notifications } from "./Notifications";
92
94
  export { default as Obstetrics } from "./Obstetrics";