@careevolution/mydatahelps-ui 2.10.1-InboxAndAsthmaUI.13 → 2.10.1-InboxAndAsthmaUI.14

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.
@@ -15,6 +15,7 @@ export interface AsthmaDayViewProps {
15
15
  heartAndLungsUrl: string;
16
16
  activityUrl: string;
17
17
  sleepUrl: string;
18
+ editZipCodesSurveyName: string;
18
19
  airQualityUrl: string;
19
20
  }
20
21
  export default function (props: AsthmaDayViewProps): React.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -248,6 +248,7 @@ interface AsthmaDayViewProps {
248
248
  heartAndLungsUrl: string;
249
249
  activityUrl: string;
250
250
  sleepUrl: string;
251
+ editZipCodesSurveyName: string;
251
252
  airQualityUrl: string;
252
253
  }
253
254
  declare function export_default$1W(props: AsthmaDayViewProps): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.10.1-InboxAndAsthmaUI.13",
3
+ "version": "2.10.1-InboxAndAsthmaUI.14",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",