@careevolution/mydatahelps-ui 2.10.1-InboxAndAsthmaUI.23 → 2.10.1-InboxAndAsthmaUI.24

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.
@@ -1,5 +1,5 @@
1
1
  import { AsthmaAirQuality, AsthmaBiometric, AsthmaControlState } from '../../model';
2
- export type AsthmaControlStatusHeaderPreviewState = 'no-data' | 'abnormal-dhr' | 'abnormal-nhr' | 'abnormal-rr' | 'abnormal-activity' | 'abnormal-sleep' | 'abnormal-home-aqi' | 'abnormal-work-aqi' | 'abnormal-multiple' | 'not-determined' | 'not-controlled' | 'controlled';
2
+ export type AsthmaControlStatusHeaderPreviewState = 'no data' | 'abnormal dhr' | 'abnormal nhr' | 'abnormal rr' | 'abnormal activity' | 'abnormal sleep' | 'abnormal dbol' | 'abnormal nbol' | 'abnormal home aqi' | 'abnormal work aqi' | 'abnormal multiple' | 'not determined' | 'not controlled' | 'controlled';
3
3
  export interface AsthmaControlStatusHeaderPreviewData {
4
4
  controlState: AsthmaControlState;
5
5
  biometrics: AsthmaBiometric[];
@@ -8,131 +8,16 @@ declare const _default: {
8
8
  };
9
9
  };
10
10
  export default _default;
11
- export declare const NoDataBeforeDevicePaired: {
11
+ export declare const Default: {
12
12
  args: {
13
13
  previewState: string;
14
- participant: {
15
- hasPairedDevice: () => boolean;
16
- hasEstablishedBaseline: () => boolean;
17
- };
18
- };
19
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
20
- };
21
- export declare const NoDataBeforeBaselineEstablished: {
22
- args: {
23
- previewState: string;
24
- participant: {
25
- hasPairedDevice: () => boolean;
26
- hasEstablishedBaseline: () => boolean;
27
- };
28
- };
29
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
30
- };
31
- export declare const NoDataBaselineEstablishedNothingOutOfRange: {
32
- args: {
33
- previewState: string;
34
- participant: {
35
- hasPairedDevice: () => boolean;
36
- hasEstablishedBaseline: () => boolean;
37
- };
38
- };
39
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
40
- };
41
- export declare const NoDataBaselineEstablishedDaytimeHeartRateOutOfRange: {
42
- args: {
43
- previewState: string;
44
- participant: {
45
- hasPairedDevice: () => boolean;
46
- hasEstablishedBaseline: () => boolean;
47
- };
48
- };
49
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
50
- };
51
- export declare const NoDataBaselineEstablishedNighttimeHeartRateOutOfRange: {
52
- args: {
53
- previewState: string;
54
- participant: {
55
- hasPairedDevice: () => boolean;
56
- hasEstablishedBaseline: () => boolean;
57
- };
58
- };
59
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
60
- };
61
- export declare const NoDataBaselineEstablishedRROutOfRange: {
62
- args: {
63
- previewState: string;
64
- participant: {
65
- hasPairedDevice: () => boolean;
66
- hasEstablishedBaseline: () => boolean;
67
- };
68
- };
69
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
70
- };
71
- export declare const NoDataBaselineEstablishedActivityOutOfRange: {
72
- args: {
73
- previewState: string;
74
- participant: {
75
- hasPairedDevice: () => boolean;
76
- hasEstablishedBaseline: () => boolean;
77
- };
78
14
  };
79
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
80
- };
81
- export declare const NoDataBaselineEstablishedSleepOutOfRange: {
82
- args: {
83
- previewState: string;
84
- participant: {
85
- hasPairedDevice: () => boolean;
86
- hasEstablishedBaseline: () => boolean;
87
- };
88
- };
89
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
90
- };
91
- export declare const NoDataBaselineEstablishedHomeAQOutOfRange: {
92
- args: {
93
- previewState: string;
94
- participant: {
95
- hasPairedDevice: () => boolean;
96
- hasEstablishedBaseline: () => boolean;
15
+ argTypes: {
16
+ previewState: {
17
+ name: string;
18
+ control: string;
19
+ options: string[];
97
20
  };
98
21
  };
99
22
  render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
100
23
  };
101
- export declare const NoDataBaselineEstablishedWorkAQOutOfRange: {
102
- args: {
103
- previewState: string;
104
- participant: {
105
- hasPairedDevice: () => boolean;
106
- hasEstablishedBaseline: () => boolean;
107
- };
108
- };
109
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
110
- };
111
- export declare const NoDataBaselineEstablishedMultipleOutOfRange: {
112
- args: {
113
- previewState: string;
114
- participant: {
115
- hasPairedDevice: () => boolean;
116
- hasEstablishedBaseline: () => boolean;
117
- };
118
- };
119
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
120
- };
121
- export declare const NotDetermined: {
122
- args: {
123
- previewState: string;
124
- };
125
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
126
- };
127
- export declare const NotControlled: {
128
- args: {
129
- previewState: string;
130
- };
131
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
132
- };
133
- export declare const Controlled: {
134
- args: {
135
- previewState: string;
136
- };
137
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
138
- };