@madie/madie-design-system 1.0.16 → 1.0.18

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.
Files changed (88) hide show
  1. package/components/MadieAlert/MadieAlert.stories.js +80 -0
  2. package/components/MadieAlert/index.jsx +62 -0
  3. package/components/Select/index.jsx +1 -1
  4. package/components/index.js +2 -0
  5. package/coverage/clover.xml +32 -6
  6. package/coverage/coverage-final.json +4 -1
  7. package/coverage/lcov-report/index.html +39 -9
  8. package/coverage/lcov-report/react/components/Accordion/index.html +1 -1
  9. package/coverage/lcov-report/react/components/Accordion/index.jsx.html +1 -1
  10. package/coverage/lcov-report/react/components/Button/index.html +1 -1
  11. package/coverage/lcov-report/react/components/Button/index.js.html +1 -1
  12. package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +1 -1
  13. package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +1 -1
  14. package/coverage/lcov-report/react/components/Error/error.js.html +1 -1
  15. package/coverage/lcov-report/react/components/Error/index.html +1 -1
  16. package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +1 -1
  17. package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +1 -1
  18. package/coverage/lcov-report/react/components/Footer/footer.js.html +1 -1
  19. package/coverage/lcov-report/react/components/Footer/index.html +1 -1
  20. package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +1 -1
  21. package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +1 -1
  22. package/coverage/lcov-report/react/components/Infotip/index.html +1 -1
  23. package/coverage/lcov-report/react/components/Infotip/index.js.html +1 -1
  24. package/coverage/lcov-report/react/components/InputLabel/index.html +1 -1
  25. package/coverage/lcov-report/react/components/InputLabel/index.jsx.html +4 -4
  26. package/coverage/lcov-report/react/components/MadieAlert/MadieAlert.scss.html +334 -0
  27. package/coverage/lcov-report/react/components/MadieAlert/index.html +131 -0
  28. package/coverage/lcov-report/react/components/MadieAlert/index.jsx.html +271 -0
  29. package/coverage/lcov-report/react/components/MadieDialog/Index.jsx.html +1 -1
  30. package/coverage/lcov-report/react/components/MadieDialog/index.html +1 -1
  31. package/coverage/lcov-report/react/components/MadieDiscardDialog/index.html +1 -1
  32. package/coverage/lcov-report/react/components/MadieDiscardDialog/index.jsx.html +1 -1
  33. package/coverage/lcov-report/react/components/MadieSpinner/index.html +1 -1
  34. package/coverage/lcov-report/react/components/MadieSpinner/index.jsx.html +1 -1
  35. package/coverage/lcov-report/react/components/Modal/LegacyModal.jsx.html +1 -1
  36. package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +1 -1
  37. package/coverage/lcov-report/react/components/Modal/index.html +1 -1
  38. package/coverage/lcov-report/react/components/Modal/index.jsx.html +1 -1
  39. package/coverage/lcov-report/react/components/Pagination/index.html +1 -1
  40. package/coverage/lcov-report/react/components/Pagination/index.jsx.html +1 -1
  41. package/coverage/lcov-report/react/components/ReadOnlyTextField/index.html +116 -0
  42. package/coverage/lcov-report/react/components/ReadOnlyTextField/index.jsx.html +313 -0
  43. package/coverage/lcov-report/react/components/SanitizedContent/index.html +1 -1
  44. package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +1 -1
  45. package/coverage/lcov-report/react/components/Select/index.html +1 -1
  46. package/coverage/lcov-report/react/components/Select/index.jsx.html +1 -1
  47. package/coverage/lcov-report/react/components/SessionDialog/index.html +1 -1
  48. package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +1 -1
  49. package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +1 -1
  50. package/coverage/lcov-report/react/components/Textfield/index.html +1 -1
  51. package/coverage/lcov-report/react/components/Textfield/index.jsx.html +1 -1
  52. package/coverage/lcov-report/react/components/Toast/index.html +1 -1
  53. package/coverage/lcov-report/react/components/Toast/index.jsx.html +1 -1
  54. package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +1 -1
  55. package/coverage/lcov-report/react/components/Tooltip/index.html +1 -1
  56. package/coverage/lcov-report/react/components/Tooltip/index.js.html +1 -1
  57. package/coverage/lcov-report/react/components/Tooltip/position.js.html +1 -1
  58. package/coverage/lcov-report/react/components/index.html +1 -1
  59. package/coverage/lcov-report/react/index.html +1 -1
  60. package/coverage/lcov-report/react/index.js.html +1 -1
  61. package/coverage/lcov-report/react/lib/Chevron.jsx.html +1 -1
  62. package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +1 -1
  63. package/coverage/lcov-report/react/lib/index.html +1 -1
  64. package/coverage/lcov-report/react/session/index.html +1 -1
  65. package/coverage/lcov-report/react/session/index.js.html +1 -1
  66. package/coverage/lcov-report/react/session/logout.js.html +1 -1
  67. package/coverage/lcov-report/react/session/refresh.js.html +1 -1
  68. package/coverage/lcov-report/react/session/ttl.js.html +1 -1
  69. package/coverage/lcov.info +65 -8
  70. package/dist/browser.js +1 -1
  71. package/dist/index.js +1 -1
  72. package/dist/react/index.js +2 -2
  73. package/dist/react/index.js.map +1 -1
  74. package/package.json +2 -2
  75. package/storybook-static/66.1a0a0798.iframe.bundle.js +103 -0
  76. package/storybook-static/{246.0e7dabde.iframe.bundle.js.LICENSE.txt → 66.1a0a0798.iframe.bundle.js.LICENSE.txt} +6 -0
  77. package/storybook-static/66.1a0a0798.iframe.bundle.js.map +1 -0
  78. package/storybook-static/iframe.html +1 -1
  79. package/storybook-static/main.fb6d7520.iframe.bundle.js +1 -0
  80. package/storybook-static/project.json +1 -1
  81. package/styles/_qpp-style.scss +1 -0
  82. package/styles/components/_madie-alert.scss +74 -0
  83. package/styles/qppds/components/_madie-alert.scss +74 -0
  84. package/styles/qppds/components/index.scss +1 -0
  85. package/test/components/MadieAlert.test.js +51 -0
  86. package/storybook-static/246.0e7dabde.iframe.bundle.js +0 -103
  87. package/storybook-static/246.0e7dabde.iframe.bundle.js.map +0 -1
  88. package/storybook-static/main.fbf42f80.iframe.bundle.js +0 -1
@@ -0,0 +1,80 @@
1
+ import React from "react";
2
+ import MadieAlert from "./index";
3
+ import { withKnobs } from "@storybook/addon-knobs";
4
+
5
+ export default {
6
+ title: "Madie Alert",
7
+ component: MadieAlert,
8
+ decorators: [
9
+ withKnobs,
10
+ (storyFn) => (
11
+ <div style={{ padding: "120px", backgroundColor: "gray" }}>
12
+ {storyFn()}
13
+ </div>
14
+ ),
15
+ ],
16
+ };
17
+
18
+ export const MadieAlertWarning = () => (
19
+ <MadieAlert
20
+ type="warning"
21
+ content="Your measure needs a CMS ID, you must first create and import your measure from MAT."
22
+ />
23
+ );
24
+ MadieAlertWarning.storyName = "MadieAlertWarning";
25
+
26
+ export const MadieAlertInfo = () => (
27
+ <MadieAlert
28
+ type="info"
29
+ content="Your measure needs a CMS ID, you must first create and import your measure from MAT."
30
+ />
31
+ );
32
+ MadieAlertInfo.storyName = "MadieAlertInfo";
33
+
34
+ export const MadieAlertInfoList = () => (
35
+ <MadieAlert
36
+ type="info"
37
+ content={
38
+ <ul>
39
+ <li>test</li>
40
+ <li>test</li>
41
+ <li>okay</li>
42
+ </ul>
43
+ }
44
+ />
45
+ );
46
+ MadieAlertInfoList.storyName = "MadieAlertInfoList";
47
+
48
+ export const MadieAlertWithTitle = () => (
49
+ <MadieAlert
50
+ type="info"
51
+ content={
52
+ <>
53
+ <h3>Error:</h3>
54
+ <ul>
55
+ <li>cause 1</li>
56
+ <li>cause 2</li>
57
+ <li>goblins in the machine</li>
58
+ </ul>
59
+ </>
60
+ }
61
+ />
62
+ );
63
+ MadieAlertWithTitle.storyName = "withTitle";
64
+
65
+ export const MadieAlertError = () => (
66
+ <MadieAlert
67
+ type="error"
68
+ active={false}
69
+ content="Please complete the CQL Editor process before continuing."
70
+ />
71
+ );
72
+ MadieAlertError.storyName = "MadieAlertError";
73
+
74
+ export const MadieAlertSuccess = () => (
75
+ <MadieAlert
76
+ type="success"
77
+ content="Your measure has been succesfully updated."
78
+ />
79
+ );
80
+ MadieAlertSuccess.storyName = "MadieAlertSuccess";
@@ -0,0 +1,62 @@
1
+ import React from "react";
2
+
3
+ import ErrorIcon from "@mui/icons-material/Error"; // warning
4
+ import InfoIcon from "@mui/icons-material/Info"; // info
5
+ import CancelIcon from "@mui/icons-material/Cancel"; // error
6
+ import CheckCircleIcon from "@mui/icons-material/CheckCircle"; //success
7
+
8
+ import { IconButton } from "@mui/material";
9
+ import ClearIcon from "@mui/icons-material/Clear";
10
+
11
+ import classNames from "classnames";
12
+ // warning, info, error, success
13
+ const MadieAlert = ({
14
+ type = "warning",
15
+ visible = true,
16
+ content,
17
+ canClose = true,
18
+ alertProps, // props to pass to outer component
19
+ closeButtonProps, // props to pass to close button
20
+ }) => {
21
+ // we have four states to render for
22
+ const typeSelect = {
23
+ warning: ErrorIcon,
24
+ info: InfoIcon,
25
+ error: CancelIcon,
26
+ success: CheckCircleIcon,
27
+ };
28
+ const Icon = typeSelect[type];
29
+
30
+ const alertClass = classNames("madie-alert", type);
31
+ const iconClass = classNames("alert-icon", type);
32
+
33
+ return (
34
+ visible && (
35
+ <div className={alertClass} {...alertProps}>
36
+ <Icon className={iconClass} />
37
+ <div id="content">{content && content}</div>
38
+ {canClose && (
39
+ <IconButton
40
+ sx={{
41
+ marginLeft: "auto",
42
+ "&:after": {
43
+ content: `''`,
44
+ position: "absolute",
45
+ left: "0px",
46
+ width: "1px",
47
+ height: "40px",
48
+ backgroundColor: "#B0B0B0",
49
+ pointerEvents: "none",
50
+ },
51
+ }}
52
+ {...closeButtonProps}
53
+ >
54
+ <ClearIcon sx={{ color: "#242424" }} />
55
+ </IconButton>
56
+ )}
57
+ </div>
58
+ )
59
+ );
60
+ };
61
+
62
+ export default MadieAlert;
@@ -76,7 +76,6 @@ const Select = ({
76
76
  required={required}
77
77
  id={id}
78
78
  label={null}
79
- {...rest}
80
79
  renderValue={(selected) => {
81
80
  if (placeHolder) {
82
81
  if (selected === placeHolder.value) {
@@ -85,6 +84,7 @@ const Select = ({
85
84
  }
86
85
  return selected;
87
86
  }}
87
+ {...rest}
88
88
  >
89
89
  {options && options}
90
90
  </MUISelect>
@@ -8,6 +8,7 @@ import FlashNotification from "./FlashNotification/FlashNotificationUI";
8
8
  import Footer from "./Footer/FooterUI";
9
9
  import InputLabel from "./InputLabel";
10
10
  import FormControlLabel from "./FormControlLabel";
11
+ import MadieAlert from "./MadieAlert";
11
12
  import MadieDialog from "./MadieDialog";
12
13
  import MadieDiscardDialog from "./MadieDiscardDialog";
13
14
  import MadieSpinner from "./MadieSpinner";
@@ -122,6 +123,7 @@ export {
122
123
  Icons,
123
124
  Infotip,
124
125
  Modal,
126
+ MadieAlert,
125
127
  MadieDialog,
126
128
  MadieDiscardDialog,
127
129
  MadieSpinner,
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1661382405017" clover="3.2.0">
3
- <project timestamp="1661382405017" name="All files">
4
- <metrics statements="413" coveredstatements="319" conditionals="222" coveredconditionals="145" methods="127" coveredmethods="65" elements="762" coveredelements="529" complexity="0" loc="413" ncloc="413" packages="21" files="35" classes="35"/>
2
+ <coverage generated="1664988153272" clover="3.2.0">
3
+ <project timestamp="1664988153272" name="All files">
4
+ <metrics statements="424" coveredstatements="330" conditionals="237" coveredconditionals="157" methods="129" coveredmethods="67" elements="790" coveredelements="554" complexity="0" loc="424" ncloc="424" packages="23" files="38" classes="38"/>
5
5
  <package name="react">
6
6
  <metrics statements="4" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>
7
7
  <file name="index.js" path="/Users/matt.mcphillips/madie/madie-design-system/react/index.js">
@@ -226,9 +226,26 @@
226
226
  <metrics statements="3" coveredstatements="3" conditionals="6" coveredconditionals="4" methods="1" coveredmethods="1"/>
227
227
  <file name="index.jsx" path="/Users/matt.mcphillips/madie/madie-design-system/react/components/InputLabel/index.jsx">
228
228
  <metrics statements="3" coveredstatements="3" conditionals="6" coveredconditionals="4" methods="1" coveredmethods="1"/>
229
- <line num="5" count="2" type="stmt"/>
230
- <line num="6" count="6" type="stmt"/>
231
- <line num="48" count="2" type="stmt"/>
229
+ <line num="5" count="3" type="stmt"/>
230
+ <line num="6" count="8" type="stmt"/>
231
+ <line num="48" count="3" type="stmt"/>
232
+ </file>
233
+ </package>
234
+ <package name="react.components.MadieAlert">
235
+ <metrics statements="8" coveredstatements="8" conditionals="9" coveredconditionals="6" methods="1" coveredmethods="1"/>
236
+ <file name="MadieAlert.scss" path="/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieAlert/MadieAlert.scss">
237
+ <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
238
+ <line num="1" count="1" type="stmt"/>
239
+ </file>
240
+ <file name="index.jsx" path="/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieAlert/index.jsx">
241
+ <metrics statements="7" coveredstatements="7" conditionals="9" coveredconditionals="6" methods="1" coveredmethods="1"/>
242
+ <line num="8" count="1" type="stmt"/>
243
+ <line num="14" count="1" type="stmt"/>
244
+ <line num="23" count="2" type="stmt"/>
245
+ <line num="29" count="2" type="stmt"/>
246
+ <line num="31" count="2" type="stmt"/>
247
+ <line num="32" count="2" type="stmt"/>
248
+ <line num="34" count="2" type="cond" truecount="2" falsecount="0"/>
232
249
  </file>
233
250
  </package>
234
251
  <package name="react.components.MadieDialog">
@@ -325,6 +342,15 @@
325
342
  <line num="188" count="1" type="stmt"/>
326
343
  </file>
327
344
  </package>
345
+ <package name="react.components.ReadOnlyTextField">
346
+ <metrics statements="3" coveredstatements="3" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
347
+ <file name="index.jsx" path="/Users/matt.mcphillips/madie/madie-design-system/react/components/ReadOnlyTextField/index.jsx">
348
+ <metrics statements="3" coveredstatements="3" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
349
+ <line num="6" count="1" type="stmt"/>
350
+ <line num="15" count="2" type="stmt"/>
351
+ <line num="67" count="1" type="stmt"/>
352
+ </file>
353
+ </package>
328
354
  <package name="react.components.SanitizedContent">
329
355
  <metrics statements="9" coveredstatements="4" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
330
356
  <file name="index.jsx" path="/Users/matt.mcphillips/madie/madie-design-system/react/components/SanitizedContent/index.jsx">
@@ -11,7 +11,9 @@
11
11
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/Infotip/Infotip.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/Infotip/Infotip.jsx","statementMap":{"0":{"start":{"line":6,"column":20},"end":{"line":6,"column":26}},"1":{"start":{"line":8,"column":20},"end":{"line":17,"column":1}},"2":{"start":{"line":25,"column":22},"end":{"line":38,"column":1}},"3":{"start":{"line":27,"column":8},"end":{"line":27,"column":28}},"4":{"start":{"line":30,"column":8},"end":{"line":36,"column":9}},"5":{"start":{"line":31,"column":12},"end":{"line":31,"column":31}},"6":{"start":{"line":32,"column":12},"end":{"line":32,"column":36}},"7":{"start":{"line":34,"column":12},"end":{"line":34,"column":31}},"8":{"start":{"line":35,"column":12},"end":{"line":35,"column":35}},"9":{"start":{"line":43,"column":16},"end":{"line":60,"column":1}},"10":{"start":{"line":44,"column":4},"end":{"line":59,"column":14}},"11":{"start":{"line":62,"column":0},"end":{"line":67,"column":2}},"12":{"start":{"line":69,"column":0},"end":{"line":73,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":26,"column":18},"end":{"line":26,"column":19}},"loc":{"start":{"line":26,"column":25},"end":{"line":28,"column":5}},"line":26},"1":{"name":"(anonymous_1)","decl":{"start":{"line":29,"column":16},"end":{"line":29,"column":17}},"loc":{"start":{"line":29,"column":23},"end":{"line":37,"column":5}},"line":29},"2":{"name":"(anonymous_2)","decl":{"start":{"line":43,"column":16},"end":{"line":43,"column":17}},"loc":{"start":{"line":44,"column":4},"end":{"line":59,"column":14}},"line":44}},"branchMap":{"0":{"loc":{"start":{"line":30,"column":8},"end":{"line":36,"column":9}},"type":"if","locations":[{"start":{"line":30,"column":8},"end":{"line":36,"column":9}},{"start":{"line":33,"column":15},"end":{"line":36,"column":9}}],"line":30}},"s":{"0":3,"1":3,"2":3,"3":1,"4":2,"5":1,"6":1,"7":1,"8":1,"9":3,"10":9,"11":3,"12":3},"f":{"0":1,"1":2,"2":9},"b":{"0":[1,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"01d5ceb6f00ed172a66e7df5108e876a993aa7f5"}
12
12
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/Infotip/InfotipIcon.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/Infotip/InfotipIcon.jsx","statementMap":{"0":{"start":{"line":4,"column":20},"end":{"line":31,"column":1}},"1":{"start":{"line":5,"column":4},"end":{"line":30,"column":10}},"2":{"start":{"line":35,"column":0},"end":{"line":37,"column":2}},"3":{"start":{"line":39,"column":0},"end":{"line":41,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":4,"column":20},"end":{"line":4,"column":21}},"loc":{"start":{"line":5,"column":4},"end":{"line":30,"column":10}},"line":5}},"branchMap":{"0":{"loc":{"start":{"line":20,"column":22},"end":{"line":20,"column":52}},"type":"cond-expr","locations":[{"start":{"line":20,"column":34},"end":{"line":20,"column":40}},{"start":{"line":20,"column":43},"end":{"line":20,"column":52}}],"line":20},"1":{"loc":{"start":{"line":24,"column":24},"end":{"line":24,"column":54}},"type":"cond-expr","locations":[{"start":{"line":24,"column":36},"end":{"line":24,"column":45}},{"start":{"line":24,"column":48},"end":{"line":24,"column":54}}],"line":24},"2":{"loc":{"start":{"line":26,"column":22},"end":{"line":26,"column":52}},"type":"cond-expr","locations":[{"start":{"line":26,"column":34},"end":{"line":26,"column":43}},{"start":{"line":26,"column":46},"end":{"line":26,"column":52}}],"line":26}},"s":{"0":3,"1":9,"2":3,"3":3},"f":{"0":9},"b":{"0":[6,3],"1":[6,3],"2":[6,3]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"9774cb2f7db53a0bcdf63d0d374d057e06156865"}
13
13
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/Infotip/index.js": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/Infotip/index.js","statementMap":{},"fnMap":{},"branchMap":{},"s":{},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"e4cade9f3c7f5cf9313fec9c6a3dfe62ac746844"}
14
- ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/InputLabel/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/InputLabel/index.jsx","statementMap":{"0":{"start":{"line":5,"column":14},"end":{"line":47,"column":1}},"1":{"start":{"line":6,"column":4},"end":{"line":46,"column":6}},"2":{"start":{"line":48,"column":0},"end":{"line":52,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":14},"end":{"line":5,"column":15}},"loc":{"start":{"line":5,"column":58},"end":{"line":47,"column":1}},"line":5}},"branchMap":{"0":{"loc":{"start":{"line":30,"column":16},"end":{"line":36,"column":17}},"type":"binary-expr","locations":[{"start":{"line":30,"column":16},"end":{"line":30,"column":24}},{"start":{"line":30,"column":28},"end":{"line":36,"column":17}}],"line":30},"1":{"loc":{"start":{"line":37,"column":16},"end":{"line":39,"column":17}},"type":"binary-expr","locations":[{"start":{"line":37,"column":16},"end":{"line":37,"column":24}},{"start":{"line":37,"column":28},"end":{"line":39,"column":17}}],"line":37},"2":{"loc":{"start":{"line":40,"column":16},"end":{"line":42,"column":17}},"type":"binary-expr","locations":[{"start":{"line":40,"column":16},"end":{"line":40,"column":21}},{"start":{"line":40,"column":25},"end":{"line":42,"column":17}}],"line":40}},"s":{"0":2,"1":6,"2":2},"f":{"0":6},"b":{"0":[6,3],"1":[6,0],"2":[6,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"9737a6b81d6d402029115422fd7af18e86f9504e"}
14
+ ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/InputLabel/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/InputLabel/index.jsx","statementMap":{"0":{"start":{"line":5,"column":14},"end":{"line":47,"column":1}},"1":{"start":{"line":6,"column":4},"end":{"line":46,"column":6}},"2":{"start":{"line":48,"column":0},"end":{"line":52,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":14},"end":{"line":5,"column":15}},"loc":{"start":{"line":5,"column":58},"end":{"line":47,"column":1}},"line":5}},"branchMap":{"0":{"loc":{"start":{"line":30,"column":16},"end":{"line":36,"column":17}},"type":"binary-expr","locations":[{"start":{"line":30,"column":16},"end":{"line":30,"column":24}},{"start":{"line":30,"column":28},"end":{"line":36,"column":17}}],"line":30},"1":{"loc":{"start":{"line":37,"column":16},"end":{"line":39,"column":17}},"type":"binary-expr","locations":[{"start":{"line":37,"column":16},"end":{"line":37,"column":24}},{"start":{"line":37,"column":28},"end":{"line":39,"column":17}}],"line":37},"2":{"loc":{"start":{"line":40,"column":16},"end":{"line":42,"column":17}},"type":"binary-expr","locations":[{"start":{"line":40,"column":16},"end":{"line":40,"column":21}},{"start":{"line":40,"column":25},"end":{"line":42,"column":17}}],"line":40}},"s":{"0":3,"1":8,"2":3},"f":{"0":8},"b":{"0":[8,4],"1":[8,0],"2":[8,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"9737a6b81d6d402029115422fd7af18e86f9504e"}
15
+ ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieAlert/MadieAlert.scss": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieAlert/MadieAlert.scss","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":1,"column":36}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"inputSourceMap":null,"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"7b34e78cb654b3288a31bb858ffda461003d858e"}
16
+ ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieAlert/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieAlert/index.jsx","statementMap":{"0":{"start":{"line":8,"column":43},"end":{"line":8,"column":45}},"1":{"start":{"line":14,"column":19},"end":{"line":60,"column":1}},"2":{"start":{"line":23,"column":23},"end":{"line":28,"column":5}},"3":{"start":{"line":29,"column":17},"end":{"line":29,"column":33}},"4":{"start":{"line":31,"column":23},"end":{"line":31,"column":54}},"5":{"start":{"line":32,"column":22},"end":{"line":32,"column":52}},"6":{"start":{"line":34,"column":4},"end":{"line":59,"column":5}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":14,"column":19},"end":{"line":14,"column":20}},"loc":{"start":{"line":21,"column":6},"end":{"line":60,"column":1}},"line":21}},"branchMap":{"0":{"loc":{"start":{"line":15,"column":4},"end":{"line":15,"column":20}},"type":"default-arg","locations":[{"start":{"line":15,"column":11},"end":{"line":15,"column":20}}],"line":15},"1":{"loc":{"start":{"line":16,"column":4},"end":{"line":16,"column":18}},"type":"default-arg","locations":[{"start":{"line":16,"column":14},"end":{"line":16,"column":18}}],"line":16},"2":{"loc":{"start":{"line":18,"column":4},"end":{"line":18,"column":19}},"type":"default-arg","locations":[{"start":{"line":18,"column":15},"end":{"line":18,"column":19}}],"line":18},"3":{"loc":{"start":{"line":34,"column":12},"end":{"line":58,"column":5}},"type":"binary-expr","locations":[{"start":{"line":34,"column":12},"end":{"line":34,"column":19}},{"start":{"line":35,"column":8},"end":{"line":57,"column":14}}],"line":34},"4":{"loc":{"start":{"line":38,"column":13},"end":{"line":38,"column":31}},"type":"binary-expr","locations":[{"start":{"line":38,"column":13},"end":{"line":38,"column":20}},{"start":{"line":38,"column":24},"end":{"line":38,"column":31}}],"line":38},"5":{"loc":{"start":{"line":40,"column":13},"end":{"line":56,"column":26}},"type":"binary-expr","locations":[{"start":{"line":40,"column":13},"end":{"line":40,"column":21}},{"start":{"line":41,"column":12},"end":{"line":56,"column":25}}],"line":40}},"s":{"0":1,"1":1,"2":2,"3":2,"4":2,"5":2,"6":2},"f":{"0":2},"b":{"0":[0],"1":[0],"2":[0],"3":[2,1],"4":[1,1],"5":[1,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"327a3cc17024d2490d7cd806c12eb772e1a3904e"}
15
17
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieDialog/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieDialog/index.jsx","statementMap":{"0":{"start":{"line":16,"column":20},"end":{"line":246,"column":1}},"1":{"start":{"line":51,"column":8},"end":{"line":51,"column":19}},"2":{"start":{"line":53,"column":8},"end":{"line":53,"column":25}},"3":{"start":{"line":55,"column":8},"end":{"line":55,"column":27}},"4":{"start":{"line":57,"column":4},"end":{"line":245,"column":6}},"5":{"start":{"line":76,"column":24},"end":{"line":76,"column":43}},"6":{"start":{"line":77,"column":24},"end":{"line":77,"column":36}},"7":{"start":{"line":248,"column":0},"end":{"line":255,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":16,"column":20},"end":{"line":16,"column":21}},"loc":{"start":{"line":44,"column":6},"end":{"line":246,"column":1}},"line":44},"1":{"name":"(anonymous_1)","decl":{"start":{"line":75,"column":30},"end":{"line":75,"column":31}},"loc":{"start":{"line":75,"column":37},"end":{"line":78,"column":21}},"line":75}},"branchMap":{"0":{"loc":{"start":{"line":72,"column":13},"end":{"line":243,"column":13}},"type":"cond-expr","locations":[{"start":{"line":73,"column":16},"end":{"line":175,"column":23}},{"start":{"line":177,"column":16},"end":{"line":242,"column":19}}],"line":72},"1":{"loc":{"start":{"line":112,"column":25},"end":{"line":140,"column":25}},"type":"binary-expr","locations":[{"start":{"line":112,"column":25},"end":{"line":112,"column":49}},{"start":{"line":113,"column":28},"end":{"line":139,"column":34}}],"line":112}},"s":{"0":2,"1":10,"2":10,"3":10,"4":10,"5":1,"6":1,"7":2},"f":{"0":10,"1":1},"b":{"0":[1,9],"1":[1,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"b7c75ab3a506a0c86bfb8ef05c129152438d8c3a"}
16
18
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieDiscardDialog/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieDiscardDialog/index.jsx","statementMap":{"0":{"start":{"line":6,"column":27},"end":{"line":41,"column":1}},"1":{"start":{"line":7,"column":4},"end":{"line":40,"column":18}},"2":{"start":{"line":43,"column":0},"end":{"line":47,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":6,"column":27},"end":{"line":6,"column":28}},"loc":{"start":{"line":7,"column":4},"end":{"line":40,"column":18}},"line":7}},"branchMap":{},"s":{"0":1,"1":8,"2":1},"f":{"0":8},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"f6bee1d41af6e4b45ee4c0fba254f1a33cd6c3a2"}
17
19
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieSpinner/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/MadieSpinner/index.jsx","statementMap":{"0":{"start":{"line":6,"column":21},"end":{"line":29,"column":1}},"1":{"start":{"line":7,"column":4},"end":{"line":28,"column":6}},"2":{"start":{"line":31,"column":0},"end":{"line":33,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":6,"column":21},"end":{"line":6,"column":22}},"loc":{"start":{"line":6,"column":32},"end":{"line":29,"column":1}},"line":6}},"branchMap":{"0":{"loc":{"start":{"line":15,"column":24},"end":{"line":15,"column":63}},"type":"cond-expr","locations":[{"start":{"line":15,"column":42},"end":{"line":15,"column":57}},{"start":{"line":15,"column":60},"end":{"line":15,"column":63}}],"line":15}},"s":{"0":1,"1":2,"2":1},"f":{"0":2},"b":{"0":[1,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"c6eb62868b59c0c8e44fd086fb4fe4bf8f974537"}
@@ -19,6 +21,7 @@
19
21
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/Modal/Modal.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/Modal/Modal.jsx","statementMap":{"0":{"start":{"line":7,"column":14},"end":{"line":109,"column":1}},"1":{"start":{"line":17,"column":54},"end":{"line":17,"column":69}},"2":{"start":{"line":18,"column":27},"end":{"line":18,"column":39}},"3":{"start":{"line":19,"column":23},"end":{"line":19,"column":35}},"4":{"start":{"line":21,"column":4},"end":{"line":23,"column":11}},"5":{"start":{"line":22,"column":8},"end":{"line":22,"column":45}},"6":{"start":{"line":25,"column":4},"end":{"line":108,"column":6}},"7":{"start":{"line":35,"column":16},"end":{"line":42,"column":17}},"8":{"start":{"line":39,"column":20},"end":{"line":39,"column":47}},"9":{"start":{"line":41,"column":20},"end":{"line":41,"column":48}},"10":{"start":{"line":45,"column":16},"end":{"line":47,"column":17}},"11":{"start":{"line":46,"column":20},"end":{"line":46,"column":51}},"12":{"start":{"line":111,"column":0},"end":{"line":129,"column":2}},"13":{"start":{"line":131,"column":0},"end":{"line":138,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":14},"end":{"line":7,"column":15}},"loc":{"start":{"line":16,"column":6},"end":{"line":109,"column":1}},"line":16},"1":{"name":"(anonymous_1)","decl":{"start":{"line":21,"column":14},"end":{"line":21,"column":15}},"loc":{"start":{"line":21,"column":20},"end":{"line":23,"column":5}},"line":21},"2":{"name":"(anonymous_2)","decl":{"start":{"line":33,"column":25},"end":{"line":33,"column":26}},"loc":{"start":{"line":33,"column":31},"end":{"line":48,"column":13}},"line":33},"3":{"name":"(anonymous_3)","decl":{"start":{"line":132,"column":20},"end":{"line":132,"column":21}},"loc":{"start":{"line":132,"column":26},"end":{"line":132,"column":28}},"line":132}},"branchMap":{"0":{"loc":{"start":{"line":35,"column":16},"end":{"line":42,"column":17}},"type":"if","locations":[{"start":{"line":35,"column":16},"end":{"line":42,"column":17}},{"start":{"line":40,"column":23},"end":{"line":42,"column":17}}],"line":35},"1":{"loc":{"start":{"line":45,"column":16},"end":{"line":47,"column":17}},"type":"if","locations":[{"start":{"line":45,"column":16},"end":{"line":47,"column":17}},{"start":{},"end":{}}],"line":45},"2":{"loc":{"start":{"line":57,"column":20},"end":{"line":57,"column":70}},"type":"cond-expr","locations":[{"start":{"line":57,"column":40},"end":{"line":57,"column":65}},{"start":{"line":57,"column":68},"end":{"line":57,"column":70}}],"line":57},"3":{"loc":{"start":{"line":75,"column":26},"end":{"line":75,"column":61}},"type":"cond-expr","locations":[{"start":{"line":75,"column":46},"end":{"line":75,"column":49}},{"start":{"line":75,"column":52},"end":{"line":75,"column":61}}],"line":75},"4":{"loc":{"start":{"line":79,"column":13},"end":{"line":106,"column":13}},"type":"binary-expr","locations":[{"start":{"line":79,"column":14},"end":{"line":79,"column":21}},{"start":{"line":79,"column":25},"end":{"line":79,"column":34}},{"start":{"line":80,"column":16},"end":{"line":105,"column":22}}],"line":79},"5":{"loc":{"start":{"line":81,"column":21},"end":{"line":93,"column":21}},"type":"binary-expr","locations":[{"start":{"line":81,"column":21},"end":{"line":81,"column":30}},{"start":{"line":82,"column":24},"end":{"line":92,"column":33}}],"line":81},"6":{"loc":{"start":{"line":84,"column":32},"end":{"line":84,"column":71}},"type":"cond-expr","locations":[{"start":{"line":84,"column":42},"end":{"line":84,"column":66}},{"start":{"line":84,"column":69},"end":{"line":84,"column":71}}],"line":84},"7":{"loc":{"start":{"line":87,"column":37},"end":{"line":87,"column":72}},"type":"binary-expr","locations":[{"start":{"line":87,"column":37},"end":{"line":87,"column":54}},{"start":{"line":87,"column":58},"end":{"line":87,"column":72}}],"line":87},"8":{"loc":{"start":{"line":94,"column":21},"end":{"line":104,"column":21}},"type":"binary-expr","locations":[{"start":{"line":94,"column":21},"end":{"line":94,"column":28}},{"start":{"line":95,"column":24},"end":{"line":103,"column":33}}],"line":94}},"s":{"0":2,"1":44,"2":44,"3":44,"4":44,"5":38,"6":44,"7":1,"8":0,"9":1,"10":1,"11":1,"12":2,"13":2},"f":{"0":44,"1":38,"2":1,"3":0},"b":{"0":[0,1],"1":[1,0],"2":[0,44],"3":[0,44],"4":[44,0,44],"5":[44,22],"6":[22,0],"7":[22,0],"8":[44,44]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"5013dc6cf5a84c24f7a58a0103e3645cfead6cca"}
20
22
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/Modal/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/Modal/index.jsx","statementMap":{"0":{"start":{"line":7,"column":14},"end":{"line":12,"column":1}},"1":{"start":{"line":8,"column":4},"end":{"line":10,"column":5}},"2":{"start":{"line":9,"column":8},"end":{"line":9,"column":37}},"3":{"start":{"line":11,"column":4},"end":{"line":11,"column":37}},"4":{"start":{"line":14,"column":0},"end":{"line":16,"column":2}},"5":{"start":{"line":17,"column":0},"end":{"line":19,"column":2}},"6":{"start":{"line":20,"column":0},"end":{"line":20,"column":28}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":14},"end":{"line":7,"column":15}},"loc":{"start":{"line":7,"column":48},"end":{"line":12,"column":1}},"line":7}},"branchMap":{"0":{"loc":{"start":{"line":8,"column":4},"end":{"line":10,"column":5}},"type":"if","locations":[{"start":{"line":8,"column":4},"end":{"line":10,"column":5}},{"start":{},"end":{}}],"line":8}},"s":{"0":2,"1":44,"2":44,"3":0,"4":2,"5":2,"6":2},"f":{"0":44},"b":{"0":[44,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"5a1d556b12d6b229bc2b9eb97d42ea55ca94d260"}
21
23
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/Pagination/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/Pagination/index.jsx","statementMap":{"0":{"start":{"line":29,"column":18},"end":{"line":37,"column":2}},"1":{"start":{"line":38,"column":12},"end":{"line":42,"column":2}},"2":{"start":{"line":43,"column":19},"end":{"line":186,"column":1}},"3":{"start":{"line":57,"column":4},"end":{"line":185,"column":6}},"4":{"start":{"line":90,"column":24},"end":{"line":96,"column":35}},"5":{"start":{"line":135,"column":20},"end":{"line":155,"column":21}},"6":{"start":{"line":136,"column":24},"end":{"line":154,"column":26}},"7":{"start":{"line":156,"column":20},"end":{"line":172,"column":21}},"8":{"start":{"line":157,"column":24},"end":{"line":171,"column":26}},"9":{"start":{"line":173,"column":20},"end":{"line":173,"column":57}},"10":{"start":{"line":188,"column":0},"end":{"line":202,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":43,"column":19},"end":{"line":43,"column":20}},"loc":{"start":{"line":56,"column":6},"end":{"line":186,"column":1}},"line":56},"1":{"name":"(anonymous_1)","decl":{"start":{"line":89,"column":38},"end":{"line":89,"column":39}},"loc":{"start":{"line":90,"column":24},"end":{"line":96,"column":35}},"line":90},"2":{"name":"(anonymous_2)","decl":{"start":{"line":134,"column":28},"end":{"line":134,"column":29}},"loc":{"start":{"line":134,"column":39},"end":{"line":174,"column":17}},"line":134}},"branchMap":{"0":{"loc":{"start":{"line":44,"column":4},"end":{"line":44,"column":18}},"type":"default-arg","locations":[{"start":{"line":44,"column":17},"end":{"line":44,"column":18}}],"line":44},"1":{"loc":{"start":{"line":45,"column":4},"end":{"line":45,"column":20}},"type":"default-arg","locations":[{"start":{"line":45,"column":19},"end":{"line":45,"column":20}}],"line":45},"2":{"loc":{"start":{"line":46,"column":4},"end":{"line":46,"column":13}},"type":"default-arg","locations":[{"start":{"line":46,"column":12},"end":{"line":46,"column":13}}],"line":46},"3":{"loc":{"start":{"line":47,"column":4},"end":{"line":47,"column":14}},"type":"default-arg","locations":[{"start":{"line":47,"column":13},"end":{"line":47,"column":14}}],"line":47},"4":{"loc":{"start":{"line":48,"column":4},"end":{"line":48,"column":21}},"type":"default-arg","locations":[{"start":{"line":48,"column":12},"end":{"line":48,"column":21}}],"line":48},"5":{"loc":{"start":{"line":49,"column":4},"end":{"line":49,"column":12}},"type":"default-arg","locations":[{"start":{"line":49,"column":11},"end":{"line":49,"column":12}}],"line":49},"6":{"loc":{"start":{"line":50,"column":4},"end":{"line":50,"column":14}},"type":"default-arg","locations":[{"start":{"line":50,"column":12},"end":{"line":50,"column":14}}],"line":50},"7":{"loc":{"start":{"line":51,"column":4},"end":{"line":51,"column":31}},"type":"default-arg","locations":[{"start":{"line":51,"column":19},"end":{"line":51,"column":31}}],"line":51},"8":{"loc":{"start":{"line":54,"column":4},"end":{"line":54,"column":25}},"type":"default-arg","locations":[{"start":{"line":54,"column":21},"end":{"line":54,"column":25}}],"line":54},"9":{"loc":{"start":{"line":55,"column":4},"end":{"line":55,"column":26}},"type":"default-arg","locations":[{"start":{"line":55,"column":21},"end":{"line":55,"column":26}}],"line":55},"10":{"loc":{"start":{"line":135,"column":20},"end":{"line":155,"column":21}},"type":"if","locations":[{"start":{"line":135,"column":20},"end":{"line":155,"column":21}},{"start":{},"end":{}}],"line":135},"11":{"loc":{"start":{"line":156,"column":20},"end":{"line":172,"column":21}},"type":"if","locations":[{"start":{"line":156,"column":20},"end":{"line":172,"column":21}},{"start":{},"end":{}}],"line":156}},"s":{"0":1,"1":1,"2":1,"3":2,"4":6,"5":16,"6":1,"7":15,"8":1,"9":14,"10":1},"f":{"0":2,"1":6,"2":16},"b":{"0":[0],"1":[0],"2":[0],"3":[0],"4":[0],"5":[0],"6":[0],"7":[0],"8":[0],"9":[0],"10":[1,15],"11":[1,14]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"c56037f017767db54ef58ae602c32087bc33e8d2"}
24
+ ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/ReadOnlyTextField/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/ReadOnlyTextField/index.jsx","statementMap":{"0":{"start":{"line":6,"column":26},"end":{"line":65,"column":1}},"1":{"start":{"line":15,"column":4},"end":{"line":64,"column":6}},"2":{"start":{"line":67,"column":0},"end":{"line":75,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":6,"column":26},"end":{"line":6,"column":27}},"loc":{"start":{"line":14,"column":6},"end":{"line":65,"column":1}},"line":14}},"branchMap":{"0":{"loc":{"start":{"line":8,"column":4},"end":{"line":8,"column":17}},"type":"default-arg","locations":[{"start":{"line":8,"column":12},"end":{"line":8,"column":17}}],"line":8},"1":{"loc":{"start":{"line":9,"column":4},"end":{"line":9,"column":26}},"type":"default-arg","locations":[{"start":{"line":9,"column":17},"end":{"line":9,"column":26}}],"line":9},"2":{"loc":{"start":{"line":10,"column":4},"end":{"line":10,"column":20}},"type":"default-arg","locations":[{"start":{"line":10,"column":15},"end":{"line":10,"column":20}}],"line":10},"3":{"loc":{"start":{"line":11,"column":4},"end":{"line":11,"column":20}},"type":"default-arg","locations":[{"start":{"line":11,"column":15},"end":{"line":11,"column":20}}],"line":11},"4":{"loc":{"start":{"line":62,"column":13},"end":{"line":62,"column":37}},"type":"binary-expr","locations":[{"start":{"line":62,"column":13},"end":{"line":62,"column":23}},{"start":{"line":62,"column":27},"end":{"line":62,"column":37}}],"line":62}},"s":{"0":1,"1":2,"2":1},"f":{"0":2},"b":{"0":[2],"1":[1],"2":[1],"3":[2],"4":[2,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"75edb9d24624265506091b29861c87c2011990e3"}
22
25
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/SanitizedContent/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/SanitizedContent/index.jsx","statementMap":{"0":{"start":{"line":6,"column":27},"end":{"line":89,"column":1}},"1":{"start":{"line":92,"column":33},"end":{"line":172,"column":1}},"2":{"start":{"line":174,"column":25},"end":{"line":191,"column":1}},"3":{"start":{"line":180,"column":22},"end":{"line":183,"column":10}},"4":{"start":{"line":181,"column":8},"end":{"line":181,"column":42}},"5":{"start":{"line":182,"column":8},"end":{"line":182,"column":19}},"6":{"start":{"line":184,"column":26},"end":{"line":184,"column":50}},"7":{"start":{"line":185,"column":4},"end":{"line":190,"column":6}},"8":{"start":{"line":193,"column":0},"end":{"line":198,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":174,"column":25},"end":{"line":174,"column":26}},"loc":{"start":{"line":179,"column":6},"end":{"line":191,"column":1}},"line":179},"1":{"name":"(anonymous_1)","decl":{"start":{"line":180,"column":41},"end":{"line":180,"column":42}},"loc":{"start":{"line":180,"column":55},"end":{"line":183,"column":5}},"line":180}},"branchMap":{"0":{"loc":{"start":{"line":175,"column":4},"end":{"line":175,"column":19}},"type":"default-arg","locations":[{"start":{"line":175,"column":11},"end":{"line":175,"column":19}}],"line":175},"1":{"loc":{"start":{"line":176,"column":4},"end":{"line":176,"column":26}},"type":"default-arg","locations":[{"start":{"line":176,"column":22},"end":{"line":176,"column":26}}],"line":176},"2":{"loc":{"start":{"line":177,"column":4},"end":{"line":177,"column":36}},"type":"default-arg","locations":[{"start":{"line":177,"column":18},"end":{"line":177,"column":36}}],"line":177},"3":{"loc":{"start":{"line":178,"column":4},"end":{"line":178,"column":48}},"type":"default-arg","locations":[{"start":{"line":178,"column":24},"end":{"line":178,"column":48}}],"line":178},"4":{"loc":{"start":{"line":187,"column":17},"end":{"line":187,"column":66}},"type":"binary-expr","locations":[{"start":{"line":187,"column":17},"end":{"line":187,"column":32}},{"start":{"line":187,"column":36},"end":{"line":187,"column":66}}],"line":187}},"s":{"0":2,"1":2,"2":2,"3":0,"4":0,"5":0,"6":0,"7":0,"8":2},"f":{"0":0,"1":0},"b":{"0":[0],"1":[0],"2":[0],"3":[0],"4":[0,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"97e26827b1b3d329ab92faefe91d476c73d378fb"}
23
26
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/Select/index.jsx": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/Select/index.jsx","statementMap":{"0":{"start":{"line":8,"column":15},"end":{"line":98,"column":1}},"1":{"start":{"line":28,"column":8},"end":{"line":30,"column":15}},"2":{"start":{"line":32,"column":4},"end":{"line":97,"column":6}},"3":{"start":{"line":81,"column":20},"end":{"line":85,"column":21}},"4":{"start":{"line":82,"column":24},"end":{"line":84,"column":25}},"5":{"start":{"line":83,"column":28},"end":{"line":83,"column":45}},"6":{"start":{"line":86,"column":20},"end":{"line":86,"column":36}},"7":{"start":{"line":100,"column":0},"end":{"line":112,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":8,"column":15},"end":{"line":8,"column":16}},"loc":{"start":{"line":26,"column":6},"end":{"line":98,"column":1}},"line":26},"1":{"name":"(anonymous_1)","decl":{"start":{"line":80,"column":29},"end":{"line":80,"column":30}},"loc":{"start":{"line":80,"column":43},"end":{"line":87,"column":17}},"line":80}},"branchMap":{"0":{"loc":{"start":{"line":9,"column":4},"end":{"line":9,"column":27}},"type":"default-arg","locations":[{"start":{"line":9,"column":18},"end":{"line":9,"column":27}}],"line":9},"1":{"loc":{"start":{"line":10,"column":4},"end":{"line":10,"column":20}},"type":"default-arg","locations":[{"start":{"line":10,"column":15},"end":{"line":10,"column":20}}],"line":10},"2":{"loc":{"start":{"line":11,"column":4},"end":{"line":11,"column":20}},"type":"default-arg","locations":[{"start":{"line":11,"column":15},"end":{"line":11,"column":20}}],"line":11},"3":{"loc":{"start":{"line":13,"column":4},"end":{"line":13,"column":17}},"type":"default-arg","locations":[{"start":{"line":13,"column":12},"end":{"line":13,"column":17}}],"line":13},"4":{"loc":{"start":{"line":15,"column":4},"end":{"line":15,"column":26}},"type":"default-arg","locations":[{"start":{"line":15,"column":17},"end":{"line":15,"column":26}}],"line":15},"5":{"loc":{"start":{"line":16,"column":4},"end":{"line":24,"column":5}},"type":"default-arg","locations":[{"start":{"line":16,"column":14},"end":{"line":24,"column":5}}],"line":16},"6":{"loc":{"start":{"line":29,"column":13},"end":{"line":29,"column":47}},"type":"binary-expr","locations":[{"start":{"line":29,"column":13},"end":{"line":29,"column":30}},{"start":{"line":29,"column":34},"end":{"line":29,"column":47}}],"line":29},"7":{"loc":{"start":{"line":81,"column":20},"end":{"line":85,"column":21}},"type":"if","locations":[{"start":{"line":81,"column":20},"end":{"line":85,"column":21}},{"start":{},"end":{}}],"line":81},"8":{"loc":{"start":{"line":82,"column":24},"end":{"line":84,"column":25}},"type":"if","locations":[{"start":{"line":82,"column":24},"end":{"line":84,"column":25}},{"start":{},"end":{}}],"line":82},"9":{"loc":{"start":{"line":89,"column":17},"end":{"line":89,"column":35}},"type":"binary-expr","locations":[{"start":{"line":89,"column":17},"end":{"line":89,"column":24}},{"start":{"line":89,"column":28},"end":{"line":89,"column":35}}],"line":89},"10":{"loc":{"start":{"line":91,"column":13},"end":{"line":95,"column":13}},"type":"binary-expr","locations":[{"start":{"line":91,"column":13},"end":{"line":91,"column":23}},{"start":{"line":92,"column":16},"end":{"line":94,"column":33}}],"line":91}},"s":{"0":1,"1":4,"2":4,"3":12,"4":7,"5":2,"6":10,"7":1},"f":{"0":4,"1":12},"b":{"0":[2],"1":[2],"2":[4],"3":[4],"4":[3],"5":[2],"6":[4,2],"7":[7,5],"8":[2,5],"9":[4,4],"10":[4,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"b8a7855635948c162b19c7332829b9a2f70bc651"}
24
27
  ,"/Users/matt.mcphillips/madie/madie-design-system/react/components/SessionDialog/sessionDialog.js": {"path":"/Users/matt.mcphillips/madie/madie-design-system/react/components/SessionDialog/sessionDialog.js","statementMap":{"0":{"start":{"line":17,"column":8},"end":{"line":24,"column":10}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":16,"column":4},"end":{"line":16,"column":5}},"loc":{"start":{"line":16,"column":25},"end":{"line":25,"column":5}},"line":16}},"branchMap":{},"s":{"0":0},"f":{"0":0},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"a1a5cb9de8fe8a37f6b29903f962fd69590b7d65"}
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">77.23% </span>
26
+ <span class="strong">77.83% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>319/413</span>
28
+ <span class='fraction'>330/424</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">65.31% </span>
33
+ <span class="strong">66.24% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>145/222</span>
35
+ <span class='fraction'>157/237</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">51.18% </span>
40
+ <span class="strong">51.93% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>65/127</span>
42
+ <span class='fraction'>67/129</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">77.23% </span>
47
+ <span class="strong">77.83% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>319/413</span>
49
+ <span class='fraction'>330/424</span>
50
50
  </div>
51
51
 
52
52
 
@@ -198,6 +198,21 @@
198
198
  <td data-value="3" class="abs high">3/3</td>
199
199
  </tr>
200
200
 
201
+ <tr>
202
+ <td class="file high" data-value="react/components/MadieAlert"><a href="react/components/MadieAlert/index.html">react/components/MadieAlert</a></td>
203
+ <td data-value="100" class="pic high">
204
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
205
+ </td>
206
+ <td data-value="100" class="pct high">100%</td>
207
+ <td data-value="8" class="abs high">8/8</td>
208
+ <td data-value="66.66" class="pct medium">66.66%</td>
209
+ <td data-value="9" class="abs medium">6/9</td>
210
+ <td data-value="100" class="pct high">100%</td>
211
+ <td data-value="1" class="abs high">1/1</td>
212
+ <td data-value="100" class="pct high">100%</td>
213
+ <td data-value="8" class="abs high">8/8</td>
214
+ </tr>
215
+
201
216
  <tr>
202
217
  <td class="file high" data-value="react/components/MadieDialog"><a href="react/components/MadieDialog/index.html">react/components/MadieDialog</a></td>
203
218
  <td data-value="100" class="pic high">
@@ -273,6 +288,21 @@
273
288
  <td data-value="11" class="abs high">11/11</td>
274
289
  </tr>
275
290
 
291
+ <tr>
292
+ <td class="file high" data-value="react/components/ReadOnlyTextField"><a href="react/components/ReadOnlyTextField/index.html">react/components/ReadOnlyTextField</a></td>
293
+ <td data-value="100" class="pic high">
294
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
295
+ </td>
296
+ <td data-value="100" class="pct high">100%</td>
297
+ <td data-value="3" class="abs high">3/3</td>
298
+ <td data-value="100" class="pct high">100%</td>
299
+ <td data-value="6" class="abs high">6/6</td>
300
+ <td data-value="100" class="pct high">100%</td>
301
+ <td data-value="1" class="abs high">1/1</td>
302
+ <td data-value="100" class="pct high">100%</td>
303
+ <td data-value="3" class="abs high">3/3</td>
304
+ </tr>
305
+
276
306
  <tr>
277
307
  <td class="file low" data-value="react/components/SanitizedContent"><a href="react/components/SanitizedContent/index.html">react/components/SanitizedContent</a></td>
278
308
  <td data-value="44.44" class="pic low">
@@ -401,7 +431,7 @@
401
431
  <div class='footer quiet pad2 space-top1 center small'>
402
432
  Code coverage generated by
403
433
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
404
- at 2022-08-24T23:06:44.946Z
434
+ at 2022-10-05T16:42:33.067Z
405
435
  </div>
406
436
  <script src="prettify.js"></script>
407
437
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2022-08-24T23:06:44.946Z
104
+ at 2022-10-05T16:42:33.067Z
105
105
  </div>
106
106
  <script src="../../../prettify.js"></script>
107
107
  <script>
@@ -355,7 +355,7 @@ export default Accordion;
355
355
  <div class='footer quiet pad2 space-top1 center small'>
356
356
  Code coverage generated by
357
357
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
358
- at 2022-08-24T23:06:44.946Z
358
+ at 2022-10-05T16:42:33.067Z
359
359
  </div>
360
360
  <script src="../../../prettify.js"></script>
361
361
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2022-08-24T23:06:44.946Z
104
+ at 2022-10-05T16:42:33.067Z
105
105
  </div>
106
106
  <script src="../../../prettify.js"></script>
107
107
  <script>
@@ -361,7 +361,7 @@ export default Button;
361
361
  <div class='footer quiet pad2 space-top1 center small'>
362
362
  Code coverage generated by
363
363
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
364
- at 2022-08-24T23:06:44.946Z
364
+ at 2022-10-05T16:42:33.067Z
365
365
  </div>
366
366
  <script src="../../../prettify.js"></script>
367
367
  <script>
@@ -349,7 +349,7 @@ export default Collapsible;
349
349
  <div class='footer quiet pad2 space-top1 center small'>
350
350
  Code coverage generated by
351
351
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
352
- at 2022-08-24T23:06:44.946Z
352
+ at 2022-10-05T16:42:33.067Z
353
353
  </div>
354
354
  <script src="../../../prettify.js"></script>
355
355
  <script>
@@ -163,7 +163,7 @@ export default ErrorUI;
163
163
  <div class='footer quiet pad2 space-top1 center small'>
164
164
  Code coverage generated by
165
165
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
166
- at 2022-08-24T23:06:44.946Z
166
+ at 2022-10-05T16:42:33.067Z
167
167
  </div>
168
168
  <script src="../../../prettify.js"></script>
169
169
  <script>
@@ -148,7 +148,7 @@ export default class ErrorPage {
148
148
  <div class='footer quiet pad2 space-top1 center small'>
149
149
  Code coverage generated by
150
150
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
151
- at 2022-08-24T23:06:44.946Z
151
+ at 2022-10-05T16:42:33.067Z
152
152
  </div>
153
153
  <script src="../../../prettify.js"></script>
154
154
  <script>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2022-08-24T23:06:44.946Z
134
+ at 2022-10-05T16:42:33.067Z
135
135
  </div>
136
136
  <script src="../../../prettify.js"></script>
137
137
  <script>
@@ -481,7 +481,7 @@ export default FooterUI;
481
481
  <div class='footer quiet pad2 space-top1 center small'>
482
482
  Code coverage generated by
483
483
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
484
- at 2022-08-24T23:06:44.946Z
484
+ at 2022-10-05T16:42:33.067Z
485
485
  </div>
486
486
  <script src="../../../prettify.js"></script>
487
487
  <script>
@@ -682,7 +682,7 @@ export default LegacyFooterUI;
682
682
  <div class='footer quiet pad2 space-top1 center small'>
683
683
  Code coverage generated by
684
684
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
685
- at 2022-08-24T23:06:44.946Z
685
+ at 2022-10-05T16:42:33.067Z
686
686
  </div>
687
687
  <script src="../../../prettify.js"></script>
688
688
  <script>
@@ -160,7 +160,7 @@ export default class Footer {
160
160
  <div class='footer quiet pad2 space-top1 center small'>
161
161
  Code coverage generated by
162
162
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
163
- at 2022-08-24T23:06:44.946Z
163
+ at 2022-10-05T16:42:33.067Z
164
164
  </div>
165
165
  <script src="../../../prettify.js"></script>
166
166
  <script>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2022-08-24T23:06:44.946Z
134
+ at 2022-10-05T16:42:33.067Z
135
135
  </div>
136
136
  <script src="../../../prettify.js"></script>
137
137
  <script>
@@ -295,7 +295,7 @@ export default Infotip;
295
295
  <div class='footer quiet pad2 space-top1 center small'>
296
296
  Code coverage generated by
297
297
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
298
- at 2022-08-24T23:06:44.946Z
298
+ at 2022-10-05T16:42:33.067Z
299
299
  </div>
300
300
  <script src="../../../prettify.js"></script>
301
301
  <script>