@mjhls/mjh-framework 1.0.917-healthcare-v2 → 1.0.917-healthcare-v3
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.
|
@@ -33,14 +33,14 @@ var HealthcareProfessionalModal = function HealthcareProfessionalModal(_ref) {
|
|
|
33
33
|
{ className: styles.container },
|
|
34
34
|
React__default['default'].createElement(
|
|
35
35
|
Modal__default['default'].Dialog,
|
|
36
|
-
{ style: { background:
|
|
36
|
+
{ style: { background: '#fff', width: '500px', maxWidth: '90vw' } },
|
|
37
37
|
React__default['default'].createElement(
|
|
38
38
|
Modal__default['default'].Header,
|
|
39
39
|
null,
|
|
40
40
|
React__default['default'].createElement(
|
|
41
41
|
Modal__default['default'].Title,
|
|
42
42
|
null,
|
|
43
|
-
'
|
|
43
|
+
'ARE YOU A HEALTHCARE PROVIDER?'
|
|
44
44
|
)
|
|
45
45
|
),
|
|
46
46
|
React__default['default'].createElement(
|
|
@@ -48,8 +48,13 @@ var HealthcareProfessionalModal = function HealthcareProfessionalModal(_ref) {
|
|
|
48
48
|
{ style: { padding: '1rem' } },
|
|
49
49
|
React__default['default'].createElement(
|
|
50
50
|
'p',
|
|
51
|
-
{ style: { fontSize: '1.2rem'
|
|
52
|
-
'
|
|
51
|
+
{ style: { fontSize: '1.2rem' } },
|
|
52
|
+
'The information contained in this section of the site is intended for US healthcare professionals only.'
|
|
53
|
+
),
|
|
54
|
+
React__default['default'].createElement(
|
|
55
|
+
'div',
|
|
56
|
+
null,
|
|
57
|
+
'Click on the appropriate button below.'
|
|
53
58
|
)
|
|
54
59
|
),
|
|
55
60
|
React__default['default'].createElement(
|
|
@@ -57,36 +62,17 @@ var HealthcareProfessionalModal = function HealthcareProfessionalModal(_ref) {
|
|
|
57
62
|
null,
|
|
58
63
|
React__default['default'].createElement(
|
|
59
64
|
Button__default['default'],
|
|
60
|
-
{ onClick:
|
|
61
|
-
'
|
|
65
|
+
{ style: { backgroundColor: '#1b58ed', borderColor: '#1b58ed' }, onClick: handleHideModal, variant: 'secondary' },
|
|
66
|
+
'Yes'
|
|
62
67
|
),
|
|
63
68
|
React__default['default'].createElement(
|
|
64
69
|
Button__default['default'],
|
|
65
|
-
{
|
|
66
|
-
'
|
|
70
|
+
{ onClick: handleGoBack, variant: 'secondary' },
|
|
71
|
+
'No'
|
|
67
72
|
)
|
|
68
73
|
)
|
|
69
74
|
)
|
|
70
|
-
)
|
|
71
|
-
|
|
72
|
-
// <div className={styles.container}>
|
|
73
|
-
// <div onClick={(e) => e.stopPropagation()} className={styles.modal}>
|
|
74
|
-
// {/* <div className={styles.header}></div> */}
|
|
75
|
-
// <div className={styles.body}>
|
|
76
|
-
// <div className={styles.title}>Are you a Healthcare Professional?</div>
|
|
77
|
-
// <div></div>
|
|
78
|
-
// <div className={styles.controls}>
|
|
79
|
-
// <button className='btn btn-lg btn-secondary' onClick={handleGoBack}>
|
|
80
|
-
// No
|
|
81
|
-
// </button>
|
|
82
|
-
// <button className='btn btn-lg btn-primary' onClick={handleHideModal}>
|
|
83
|
-
// Yes
|
|
84
|
-
// </button>
|
|
85
|
-
// </div>
|
|
86
|
-
// </div>
|
|
87
|
-
// </div>
|
|
88
|
-
// </div>
|
|
89
|
-
;
|
|
75
|
+
);
|
|
90
76
|
};
|
|
91
77
|
|
|
92
78
|
module.exports = HealthcareProfessionalModal;
|
|
@@ -25,14 +25,14 @@ var HealthcareProfessionalModal = function HealthcareProfessionalModal(_ref) {
|
|
|
25
25
|
{ className: styles.container },
|
|
26
26
|
React__default.createElement(
|
|
27
27
|
Modal.Dialog,
|
|
28
|
-
{ style: { background:
|
|
28
|
+
{ style: { background: '#fff', width: '500px', maxWidth: '90vw' } },
|
|
29
29
|
React__default.createElement(
|
|
30
30
|
Modal.Header,
|
|
31
31
|
null,
|
|
32
32
|
React__default.createElement(
|
|
33
33
|
Modal.Title,
|
|
34
34
|
null,
|
|
35
|
-
'
|
|
35
|
+
'ARE YOU A HEALTHCARE PROVIDER?'
|
|
36
36
|
)
|
|
37
37
|
),
|
|
38
38
|
React__default.createElement(
|
|
@@ -40,8 +40,13 @@ var HealthcareProfessionalModal = function HealthcareProfessionalModal(_ref) {
|
|
|
40
40
|
{ style: { padding: '1rem' } },
|
|
41
41
|
React__default.createElement(
|
|
42
42
|
'p',
|
|
43
|
-
{ style: { fontSize: '1.2rem'
|
|
44
|
-
'
|
|
43
|
+
{ style: { fontSize: '1.2rem' } },
|
|
44
|
+
'The information contained in this section of the site is intended for US healthcare professionals only.'
|
|
45
|
+
),
|
|
46
|
+
React__default.createElement(
|
|
47
|
+
'div',
|
|
48
|
+
null,
|
|
49
|
+
'Click on the appropriate button below.'
|
|
45
50
|
)
|
|
46
51
|
),
|
|
47
52
|
React__default.createElement(
|
|
@@ -49,36 +54,17 @@ var HealthcareProfessionalModal = function HealthcareProfessionalModal(_ref) {
|
|
|
49
54
|
null,
|
|
50
55
|
React__default.createElement(
|
|
51
56
|
Button,
|
|
52
|
-
{ onClick:
|
|
53
|
-
'
|
|
57
|
+
{ style: { backgroundColor: '#1b58ed', borderColor: '#1b58ed' }, onClick: handleHideModal, variant: 'secondary' },
|
|
58
|
+
'Yes'
|
|
54
59
|
),
|
|
55
60
|
React__default.createElement(
|
|
56
61
|
Button,
|
|
57
|
-
{
|
|
58
|
-
'
|
|
62
|
+
{ onClick: handleGoBack, variant: 'secondary' },
|
|
63
|
+
'No'
|
|
59
64
|
)
|
|
60
65
|
)
|
|
61
66
|
)
|
|
62
|
-
)
|
|
63
|
-
|
|
64
|
-
// <div className={styles.container}>
|
|
65
|
-
// <div onClick={(e) => e.stopPropagation()} className={styles.modal}>
|
|
66
|
-
// {/* <div className={styles.header}></div> */}
|
|
67
|
-
// <div className={styles.body}>
|
|
68
|
-
// <div className={styles.title}>Are you a Healthcare Professional?</div>
|
|
69
|
-
// <div></div>
|
|
70
|
-
// <div className={styles.controls}>
|
|
71
|
-
// <button className='btn btn-lg btn-secondary' onClick={handleGoBack}>
|
|
72
|
-
// No
|
|
73
|
-
// </button>
|
|
74
|
-
// <button className='btn btn-lg btn-primary' onClick={handleHideModal}>
|
|
75
|
-
// Yes
|
|
76
|
-
// </button>
|
|
77
|
-
// </div>
|
|
78
|
-
// </div>
|
|
79
|
-
// </div>
|
|
80
|
-
// </div>
|
|
81
|
-
;
|
|
67
|
+
);
|
|
82
68
|
};
|
|
83
69
|
|
|
84
70
|
export default HealthcareProfessionalModal;
|