@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.70 → 2.9.1-AsthmaUI.72

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 React from 'react';
2
- import AsthmaFacts, { AsthmaFactsProps } from './AsthmaFacts';
2
+ import AsthmaFacts from './AsthmaFacts';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: typeof AsthmaFacts;
@@ -9,11 +9,5 @@ declare const _default: {
9
9
  };
10
10
  export default _default;
11
11
  export declare const Default: {
12
- args: {
13
- label: string;
14
- value: number;
15
- units: string;
16
- status: string;
17
- };
18
- render: (args: AsthmaFactsProps) => React.JSX.Element;
12
+ render: () => React.JSX.Element;
19
13
  };
@@ -8,142 +8,23 @@ declare const _default: {
8
8
  };
9
9
  };
10
10
  export default _default;
11
- export declare const Day1: {
11
+ export declare const Default: {
12
12
  args: {
13
13
  interval: string;
14
14
  entryTitlePrefix: string;
15
- entries: {
16
- title: string;
17
- text: string;
18
- }[];
19
15
  startDate: Date;
20
16
  };
21
- render: (args: RotatingTextProps) => React.JSX.Element;
22
- };
23
- export declare const Day2: {
24
- args: {
25
- interval: string;
26
- entryTitlePrefix: string;
27
- entries: {
28
- title: string;
29
- text: string;
30
- }[];
31
- startDate: Date;
32
- };
33
- render: (args: RotatingTextProps) => React.JSX.Element;
34
- };
35
- export declare const Day3: {
36
- args: {
37
- interval: string;
38
- entryTitlePrefix: string;
39
- entries: {
40
- title: string;
41
- text: string;
42
- }[];
43
- startDate: Date;
44
- };
45
- render: (args: RotatingTextProps) => React.JSX.Element;
46
- };
47
- export declare const Week1: {
48
- args: {
49
- interval: string;
50
- entryTitlePrefix: string;
51
- entries: {
52
- title: string;
53
- text: string;
54
- }[];
55
- startDate: Date;
56
- };
57
- render: (args: RotatingTextProps) => React.JSX.Element;
58
- };
59
- export declare const Week2: {
60
- args: {
61
- interval: string;
62
- entryTitlePrefix: string;
63
- entries: {
64
- title: string;
65
- text: string;
66
- }[];
67
- startDate: Date;
68
- };
69
- render: (args: RotatingTextProps) => React.JSX.Element;
70
- };
71
- export declare const Week3: {
72
- args: {
73
- interval: string;
74
- entryTitlePrefix: string;
75
- entries: {
76
- title: string;
77
- text: string;
78
- }[];
79
- startDate: Date;
80
- };
81
- render: (args: RotatingTextProps) => React.JSX.Element;
82
- };
83
- export declare const Month1: {
84
- args: {
85
- interval: string;
86
- entryTitlePrefix: string;
87
- entries: {
88
- title: string;
89
- text: string;
90
- }[];
91
- startDate: Date;
92
- };
93
- render: (args: RotatingTextProps) => React.JSX.Element;
94
- };
95
- export declare const Month2: {
96
- args: {
97
- interval: string;
98
- entryTitlePrefix: string;
99
- entries: {
100
- title: string;
101
- text: string;
102
- }[];
103
- startDate: Date;
104
- };
105
- render: (args: RotatingTextProps) => React.JSX.Element;
106
- };
107
- export declare const Month3: {
108
- args: {
109
- interval: string;
110
- entryTitlePrefix: string;
111
- entries: {
112
- title: string;
113
- text: string;
114
- }[];
115
- startDate: Date;
116
- };
117
- render: (args: RotatingTextProps) => React.JSX.Element;
118
- };
119
- export declare const NoTitlePrefix: {
120
- args: {
121
- interval: string;
122
- entries: {
123
- title: string;
124
- text: string;
125
- }[];
126
- startDate: Date;
127
- };
128
- render: (args: RotatingTextProps) => React.JSX.Element;
129
- };
130
- export declare const NoTitle: {
131
- args: {
132
- interval: string;
133
- entryTitlePrefix: string;
134
- entries: {
135
- text: string;
136
- }[];
137
- startDate: Date;
138
- };
139
- render: (args: RotatingTextProps) => React.JSX.Element;
140
- };
141
- export declare const NoEntries: {
142
- args: {
143
- interval: string;
144
- entryTitlePrefix: string;
145
- entries: never[];
146
- startDate: Date;
17
+ argTypes: {
18
+ interval: {
19
+ control: string;
20
+ options: string[];
21
+ };
22
+ entryTitlePrefix: {
23
+ name: string;
24
+ };
25
+ startDate: {
26
+ control: string;
27
+ };
147
28
  };
148
29
  render: (args: RotatingTextProps) => React.JSX.Element;
149
30
  };