@fluidattacks/design 3.31.11 → 3.31.12

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 (185) hide show
  1. package/dist/components/@core/index.js +1 -1
  2. package/dist/components/accordion/accordion-content/index.js +1 -1
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/advanced-badge/index.js +1 -1
  5. package/dist/components/advisories-card/index.js +1 -1
  6. package/dist/components/alert/index.js +1 -1
  7. package/dist/components/avatar/index.js +1 -1
  8. package/dist/components/button/index.js +1 -1
  9. package/dist/components/card/card-header/index.js +1 -1
  10. package/dist/components/card/card-with-image/index.js +1 -1
  11. package/dist/components/card/card-with-input/index.js +1 -1
  12. package/dist/components/card/card-with-options/index.js +1 -1
  13. package/dist/components/card/card-with-selector/index.js +1 -1
  14. package/dist/components/card/card-with-switch/index.js +1 -1
  15. package/dist/components/card/index.js +1 -1
  16. package/dist/components/card/indicator-card/index.js +1 -1
  17. package/dist/components/card-container/index.js +1 -1
  18. package/dist/components/carousel/index.js +1 -1
  19. package/dist/components/checkbox/index.js +1 -1
  20. package/dist/components/cloud-image/index.js +1 -1
  21. package/dist/components/code-snippet/index.js +1 -1
  22. package/dist/components/code-snippet/location-code/index.js +1 -1
  23. package/dist/components/colors/index.js +1 -1
  24. package/dist/components/conditions-dialog/index.js +1 -1
  25. package/dist/components/confirm-dialog/index.js +1 -1
  26. package/dist/components/container/index.js +1 -1
  27. package/dist/components/copy-button/index.js +1 -1
  28. package/dist/components/divider/index.js +1 -1
  29. package/dist/components/dropdown/index.js +1 -1
  30. package/dist/components/empty-state/empty-button/index.js +1 -1
  31. package/dist/components/empty-state/index.js +1 -1
  32. package/dist/components/fa-tag/index.js +1 -1
  33. package/dist/components/file-preview/index.js +1 -1
  34. package/dist/components/form/index.js +1 -1
  35. package/dist/components/form/inner-form/index.js +1 -1
  36. package/dist/components/grid-container/index.js +1 -1
  37. package/dist/components/group-selector/index.js +1 -1
  38. package/dist/components/group-selector/option-container/index.js +1 -1
  39. package/dist/components/icon/index.js +1 -1
  40. package/dist/components/icon-button/index.js +1 -1
  41. package/dist/components/indicator-card-db/index.js +1 -1
  42. package/dist/components/info-sidebar/index.js +1 -1
  43. package/dist/components/inputs/fields/combobox/field/index.js +1 -1
  44. package/dist/components/inputs/fields/combobox/index.js +1 -1
  45. package/dist/components/inputs/fields/combobox/option/index.js +1 -1
  46. package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -1
  47. package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -1
  48. package/dist/components/inputs/fields/date/calendar/header/index.js +1 -1
  49. package/dist/components/inputs/fields/date/calendar/index.js +1 -1
  50. package/dist/components/inputs/fields/date/index.js +1 -1
  51. package/dist/components/inputs/fields/date-range/calendar/index.js +1 -1
  52. package/dist/components/inputs/fields/date-range/index.js +1 -1
  53. package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
  54. package/dist/components/inputs/fields/date-time/index.js +1 -1
  55. package/dist/components/inputs/fields/editable/index.js +1 -1
  56. package/dist/components/inputs/fields/input-array/field/index.js +1 -1
  57. package/dist/components/inputs/fields/input-array/index.js +1 -1
  58. package/dist/components/inputs/fields/input-file/index.js +1 -1
  59. package/dist/components/inputs/fields/input-section/index.d.ts +4 -0
  60. package/dist/components/{toggle-section → inputs/fields/input-section}/index.js +1 -1
  61. package/dist/components/inputs/fields/input-section/index.stories.d.ts +7 -0
  62. package/dist/components/inputs/fields/input-section/types.d.ts +17 -0
  63. package/dist/components/inputs/fields/input-tags/field/index.js +1 -1
  64. package/dist/components/inputs/fields/input-tags/index.js +1 -1
  65. package/dist/components/inputs/fields/number/index.js +1 -1
  66. package/dist/components/inputs/fields/number-range/index.js +1 -1
  67. package/dist/components/inputs/fields/phone/index.js +1 -1
  68. package/dist/components/inputs/fields/text-area/index.js +1 -1
  69. package/dist/components/inputs/fields/text-input/index.js +1 -1
  70. package/dist/components/inputs/index.d.ts +2 -1
  71. package/dist/components/inputs/index.js +1 -1
  72. package/dist/components/inputs/label/index.js +1 -1
  73. package/dist/components/inputs/outline-container/index.js +1 -1
  74. package/dist/components/inputs/utils/action-button/index.js +1 -1
  75. package/dist/components/inputs/utils/calendar-button/index.js +1 -1
  76. package/dist/components/inputs/utils/date-selector/index.js +1 -1
  77. package/dist/components/inputs/utils/date-time-field/index.js +1 -1
  78. package/dist/components/inputs/utils/dialog/index.js +1 -1
  79. package/dist/components/inputs/utils/number-field/index.js +1 -1
  80. package/dist/components/inputs/utils/popover/index.js +1 -1
  81. package/dist/components/item-card-db/index.js +1 -1
  82. package/dist/components/layout/categories/buttons/index.js +1 -1
  83. package/dist/components/layout/categories/column/index.js +1 -1
  84. package/dist/components/layout/categories/gap/index.js +1 -1
  85. package/dist/components/layout/categories/row/index.js +1 -1
  86. package/dist/components/layout/index.js +1 -1
  87. package/dist/components/link/index.js +1 -1
  88. package/dist/components/list-item/index.js +1 -1
  89. package/dist/components/little-flag/index.js +1 -1
  90. package/dist/components/loading/index.js +1 -1
  91. package/dist/components/logo/index.js +1 -1
  92. package/dist/components/lottie/index.js +1 -1
  93. package/dist/components/menu/index.js +1 -1
  94. package/dist/components/message-banner/index.js +1 -1
  95. package/dist/components/modal/columns-modal/index.js +1 -1
  96. package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
  97. package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
  98. package/dist/components/modal/filters-modal/applied-filter/index.js +1 -1
  99. package/dist/components/modal/filters-modal/applied-filters/index.js +1 -1
  100. package/dist/components/modal/filters-modal/column-filters/index.js +1 -1
  101. package/dist/components/modal/filters-modal/filter-control/index.js +1 -1
  102. package/dist/components/modal/filters-modal/filter-form/form-content/index.js +1 -1
  103. package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
  104. package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
  105. package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
  106. package/dist/components/modal/filters-modal/index.js +1 -1
  107. package/dist/components/modal/footer/index.js +1 -1
  108. package/dist/components/modal/header/index.js +1 -1
  109. package/dist/components/modal/index.js +1 -1
  110. package/dist/components/modal/modal-confirm/index.js +1 -1
  111. package/dist/components/notification/index.js +1 -1
  112. package/dist/components/notification-sign/index.js +1 -1
  113. package/dist/components/oauth-selector/index.js +1 -1
  114. package/dist/components/oauth-selector/option-container/index.js +1 -1
  115. package/dist/components/paginator-db/btn/index.js +1 -1
  116. package/dist/components/paginator-db/dropdown/index.js +1 -1
  117. package/dist/components/paginator-db/index.js +1 -1
  118. package/dist/components/pop-up/description/index.js +1 -1
  119. package/dist/components/pop-up/index.js +1 -1
  120. package/dist/components/premium-feature/index.js +1 -1
  121. package/dist/components/priority-cards/card/index.js +1 -1
  122. package/dist/components/priority-cards/index.js +1 -1
  123. package/dist/components/priority-score/index.js +1 -1
  124. package/dist/components/progress-bar/index.js +1 -1
  125. package/dist/components/progress-indicator/in-progress-icon/index.js +1 -1
  126. package/dist/components/progress-indicator/index.js +1 -1
  127. package/dist/components/progress-indicator/step/index.js +1 -1
  128. package/dist/components/radio-button/index.js +1 -1
  129. package/dist/components/rank-position/icon/index.js +1 -1
  130. package/dist/components/rank-position/index.js +1 -1
  131. package/dist/components/scroll-button/index.js +1 -1
  132. package/dist/components/search/index.js +1 -1
  133. package/dist/components/search-dropdown/index.js +1 -1
  134. package/dist/components/severity-badge/index.js +1 -1
  135. package/dist/components/severity-overview/badge/index.js +1 -1
  136. package/dist/components/severity-overview/index.js +1 -1
  137. package/dist/components/show-on-hover/index.js +1 -1
  138. package/dist/components/slide-out-menu/index.js +1 -1
  139. package/dist/components/slide-out-menu/menu-item/index.js +1 -1
  140. package/dist/components/slider/index.js +1 -1
  141. package/dist/components/slider/thumb/index.js +1 -1
  142. package/dist/components/step-lapse/index.js +1 -1
  143. package/dist/components/table/context/index.js +1 -1
  144. package/dist/components/table/export-csv/index.js +1 -1
  145. package/dist/components/table/index.js +1 -1
  146. package/dist/components/table/pagination/pagination-control/index.js +1 -1
  147. package/dist/components/table/pagination/pagination-dropdown/index.js +1 -1
  148. package/dist/components/table/pagination/pagination-size/index.js +1 -1
  149. package/dist/components/table/sort-icon/index.js +1 -1
  150. package/dist/components/table/table-body/index.js +1 -1
  151. package/dist/components/table/table-column-toggle/index.js +1 -1
  152. package/dist/components/table/table-content/head/index.js +1 -1
  153. package/dist/components/table/table-content/index.js +1 -1
  154. package/dist/components/table/table-footer/footer-content/index.js +1 -1
  155. package/dist/components/table/table-footer/index.js +1 -1
  156. package/dist/components/table/table-options/caption-content/index.js +1 -1
  157. package/dist/components/table/table-options/controls-content/index.js +1 -1
  158. package/dist/components/table/table-options/highlighted-content/index.js +1 -1
  159. package/dist/components/table/table-options/index.js +1 -1
  160. package/dist/components/table/wrapper/index.js +1 -1
  161. package/dist/components/table-button/index.js +1 -1
  162. package/dist/components/table-content/index.js +1 -1
  163. package/dist/components/table-content/item-content/index.js +1 -1
  164. package/dist/components/tabs/index.js +1 -1
  165. package/dist/components/tabs/tab/index.js +1 -1
  166. package/dist/components/tag/index.js +1 -1
  167. package/dist/components/timeline/card/index.js +1 -1
  168. package/dist/components/timeline/index.js +1 -1
  169. package/dist/components/toggle/index.js +1 -1
  170. package/dist/components/tooltip/index.js +1 -1
  171. package/dist/components/tour/index.js +1 -1
  172. package/dist/components/typography/heading/index.js +1 -1
  173. package/dist/components/typography/index.js +1 -1
  174. package/dist/components/typography/span/index.js +1 -1
  175. package/dist/components/typography/text/index.js +1 -1
  176. package/dist/components/weaknesses-card/index.js +1 -1
  177. package/dist/{components-D4e9Mpql.js → components-CF88F9qm.js} +143 -142
  178. package/dist/{components-BZu7rr0s.mjs → components-hWCMre5q.mjs} +524 -547
  179. package/dist/hooks/index.js +1 -1
  180. package/dist/index.d.ts +0 -1
  181. package/dist/index.js +1 -1
  182. package/package.json +1 -1
  183. package/dist/components/toggle-section/index.d.ts +0 -4
  184. package/dist/components/toggle-section/index.stories.d.ts +0 -6
  185. package/dist/components/toggle-section/types.d.ts +0 -25
@@ -1,4 +1,4 @@
1
- "use strict";const t=require("react/jsx-runtime"),u=require("react"),f=require("styled-components"),y=require("./vendor-dFwAYKb7.js"),pe=require("react-dom"),Qe=require("react-router-dom"),ki=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},_e=ki(u),ie=e=>({getVariant:(n,i)=>e(n)[i]}),Gt=["padding","px","py","pl","pr","pt","pb","margin","mx","my","ml","mr","mt","mb","zIndex","position","top","right","bottom","left","border","borderTop","borderRight","borderBottom","borderLeft","borderColor","borderRadius","scroll","visibility","display","height","width","maxHeight","maxWidth","minHeight","minWidth","shadow","bgColor","bgGradient","gap","flexDirection","flexGrow","justify","justifySelf","alignItems","alignSelf","wrap","color","fontFamily","fontSize","fontWeight","textAlign","whiteSpace","letterSpacing","lineSpacing","textDecoration","textOverflow","whiteSpace","wordBreak","wordWrap","cursor","transition","borderColorHover","bgColorHover","shadowHover"],Ci={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},Si={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},zi={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},Ti={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},Ii={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},Di={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},Ei={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},Ri="linear-gradient(180deg, #BF0B1A 0%, #F32637 100%)",Fi={type:{primary:"Roboto, sans-serif",mono:"'Space Mono', monospace"},heading:{lg:"32px",md:"24px",sm:"20px",xs:"16px"},text:{lg:"16px",md:"14px",sm:"12px",xs:"10px"},weight:{bold:"700",regular:"400"}},Ni={none:"none",sm:"0px 1px 2px 0px rgba(16, 24, 40, 0.15)",md:"0px 4px 6px 0px rgba(16, 24, 40, 0.15)",lg:"0px 8px 24px 0px rgba(16, 24, 40, 0.15)"},Ai={sm:"1024px",md:"1440px",lg:"1920px"},Li={0:"0rem",.125:"0.125rem",.25:"0.25rem",.5:"0.5rem",.625:"0.625rem",.75:"0.75rem",.875:"0.875rem",1:"1rem",1.25:"1.25rem",1.5:"1.5rem",1.75:"1.75rem",2:"2rem",2.25:"2.25rem",2.5:"2.5rem",3:"3rem",4:"4rem",5:"5rem",6:"6rem"},Pi=["lock-keyhole","bars-sort","bolt","books","brain-circuit","briefcase","bug","buildings","bullseye-pointer","calendar-clock","calendar-xmark","chart-network","clipboard-check","comment","envelope","eye","file","flag","globe","hand-holding-dollar","hands-clapping","headset","hexagon-exclamation","light-emergency-on","magnifying-glass","pen-line","plane-departure","screwdriver-wrench","sensor-triangle-exclamation","shield-check","sidebar","skull","sliders","star-christmas","telescope","trash","unlock","user-group","user-hoodie","xmark","arrow-down","arrow-left","arrow-right","arrow-up","plus","minus","check","circle-question"],A={typography:Fi,shadows:Ni,breakpoints:Ai,spacing:Li,palette:{primary:Si,complementary:zi,error:Ti,info:Ei,warning:Ii,success:Di,black:"#0c111d",gradient:Ri,white:"#ffffff",gray:Ci}},Mi=({children:e})=>t.jsx(f.ThemeProvider,{theme:A,children:e}),L=(e,n)=>n===void 0?"":`${e}: ${n};`,ve=e=>{const n=e.py??e.pt??0,i=e.px??e.pr??0,o=e.py??e.pb??0,r=e.px??e.pl??0;if(e.padding){const[a,l,s,c]=e.padding;return`padding: ${A.spacing[a]} ${A.spacing[l]} ${A.spacing[s]} ${A.spacing[c]};`}return`padding: ${A.spacing[n]} ${A.spacing[i]} ${A.spacing[o]} ${A.spacing[r]};`},ke=e=>{const n=e.my??e.mt??0,i=e.mx??e.mr??0,o=e.my??e.mb??0,r=e.mx??e.ml??0;if(e.margin){const[a,l,s,c]=e.margin;return`margin: ${A.spacing[a]} ${A.spacing[l]} ${A.spacing[s]} ${A.spacing[c]};`}return`margin: ${A.spacing[n]} ${A.spacing[i]} ${A.spacing[o]} ${A.spacing[r]};`},Ce=e=>{const n=L("position",e.position),i=L("top",e.top),o=L("right",e.right),r=L("bottom",e.bottom),a=L("left",e.left),l=L("z-index",e.zIndex);return`
1
+ "use strict";const t=require("react/jsx-runtime"),u=require("react"),f=require("styled-components"),y=require("./vendor-dFwAYKb7.js"),pe=require("react-dom"),Qe=require("react-router-dom"),ki=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},_e=ki(u),ie=e=>({getVariant:(n,i)=>e(n)[i]}),Ut=["padding","px","py","pl","pr","pt","pb","margin","mx","my","ml","mr","mt","mb","zIndex","position","top","right","bottom","left","border","borderTop","borderRight","borderBottom","borderLeft","borderColor","borderRadius","scroll","visibility","display","height","width","maxHeight","maxWidth","minHeight","minWidth","shadow","bgColor","bgGradient","gap","flexDirection","flexGrow","justify","justifySelf","alignItems","alignSelf","wrap","color","fontFamily","fontSize","fontWeight","textAlign","whiteSpace","letterSpacing","lineSpacing","textDecoration","textOverflow","whiteSpace","wordBreak","wordWrap","cursor","transition","borderColorHover","bgColorHover","shadowHover"],Ci={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},Si={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},zi={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},Ti={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},Ii={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},Di={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},Ei={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},Ri="linear-gradient(180deg, #BF0B1A 0%, #F32637 100%)",Fi={type:{primary:"Roboto, sans-serif",mono:"'Space Mono', monospace"},heading:{lg:"32px",md:"24px",sm:"20px",xs:"16px"},text:{lg:"16px",md:"14px",sm:"12px",xs:"10px"},weight:{bold:"700",regular:"400"}},Ni={none:"none",sm:"0px 1px 2px 0px rgba(16, 24, 40, 0.15)",md:"0px 4px 6px 0px rgba(16, 24, 40, 0.15)",lg:"0px 8px 24px 0px rgba(16, 24, 40, 0.15)"},Ai={sm:"1024px",md:"1440px",lg:"1920px"},Li={0:"0rem",.125:"0.125rem",.25:"0.25rem",.5:"0.5rem",.625:"0.625rem",.75:"0.75rem",.875:"0.875rem",1:"1rem",1.25:"1.25rem",1.5:"1.5rem",1.75:"1.75rem",2:"2rem",2.25:"2.25rem",2.5:"2.5rem",3:"3rem",4:"4rem",5:"5rem",6:"6rem"},Pi=["lock-keyhole","bars-sort","bolt","books","brain-circuit","briefcase","bug","buildings","bullseye-pointer","calendar-clock","calendar-xmark","chart-network","clipboard-check","comment","envelope","eye","file","flag","globe","hand-holding-dollar","hands-clapping","headset","hexagon-exclamation","light-emergency-on","magnifying-glass","pen-line","plane-departure","screwdriver-wrench","sensor-triangle-exclamation","shield-check","sidebar","skull","sliders","star-christmas","telescope","trash","unlock","user-group","user-hoodie","xmark","arrow-down","arrow-left","arrow-right","arrow-up","plus","minus","check","circle-question"],A={typography:Fi,shadows:Ni,breakpoints:Ai,spacing:Li,palette:{primary:Si,complementary:zi,error:Ti,info:Ei,warning:Ii,success:Di,black:"#0c111d",gradient:Ri,white:"#ffffff",gray:Ci}},Mi=({children:e})=>t.jsx(f.ThemeProvider,{theme:A,children:e}),L=(e,n)=>n===void 0?"":`${e}: ${n};`,ve=e=>{const n=e.py??e.pt??0,i=e.px??e.pr??0,o=e.py??e.pb??0,r=e.px??e.pl??0;if(e.padding){const[a,l,s,c]=e.padding;return`padding: ${A.spacing[a]} ${A.spacing[l]} ${A.spacing[s]} ${A.spacing[c]};`}return`padding: ${A.spacing[n]} ${A.spacing[i]} ${A.spacing[o]} ${A.spacing[r]};`},ke=e=>{const n=e.my??e.mt??0,i=e.mx??e.mr??0,o=e.my??e.mb??0,r=e.mx??e.ml??0;if(e.margin){const[a,l,s,c]=e.margin;return`margin: ${A.spacing[a]} ${A.spacing[l]} ${A.spacing[s]} ${A.spacing[c]};`}return`margin: ${A.spacing[n]} ${A.spacing[i]} ${A.spacing[o]} ${A.spacing[r]};`},Ce=e=>{const n=L("position",e.position),i=L("top",e.top),o=L("right",e.right),r=L("bottom",e.bottom),a=L("left",e.left),l=L("z-index",e.zIndex);return`
2
2
  ${n}
3
3
  ${i}
4
4
  ${o}
@@ -59,7 +59,7 @@
59
59
  ${o}
60
60
  ${r}
61
61
  }
62
- `},De={shouldForwardProp:e=>!Gt.includes(e)},Ee=f.styled.div.withConfig(De)`
62
+ `},De={shouldForwardProp:e=>!Ut.includes(e)},Ee=f.styled.div.withConfig(De)`
63
63
  ${ve}
64
64
  ${ke}
65
65
  ${Ce}
@@ -108,7 +108,7 @@
108
108
  ${o};
109
109
  }
110
110
  `}
111
- `,$=u.forwardRef(function({as:n="div",center:i,children:o,id:r,onHover:a,onLeave:l,styleMd:s,styleSm:c,...d},p){return t.jsx(Bi,{$center:i,$styleMd:s,$styleSm:c,as:n,id:r,onMouseLeave:l,onMouseOver:a,ref:p,...d,children:o})}),Yt=(e,n=!1)=>{if(n)switch(e){case"lg":return 2.5;case"md":return 2;case"sm":return 1.75;case"xs":return 1.5}switch(e){case"lg":return 1.5;case"md":case"sm":return 1.25;case"xs":return 1}},_i=f.styled(dt)`
111
+ `,$=u.forwardRef(function({as:n="div",center:i,children:o,id:r,onHover:a,onLeave:l,styleMd:s,styleSm:c,...d},p){return t.jsx(Bi,{$center:i,$styleMd:s,$styleSm:c,as:n,id:r,onMouseLeave:l,onMouseOver:a,ref:p,...d,children:o})}),Gt=(e,n=!1)=>{if(n)switch(e){case"lg":return 2.5;case"md":return 2;case"sm":return 1.75;case"xs":return 1.5}switch(e){case"lg":return 1.5;case"md":case"sm":return 1.25;case"xs":return 1}},_i=f.styled(dt)`
112
112
  ${({theme:e,$bgGradient:n="unset",$color:i=e.palette.gray[800],$display:o="block",$fontFamily:r=e.typography.type.primary,$fontWeight:a="bold",$letterSpacing:l=0,$overflow:s="unset",$size:c,$sizeMd:d,$textFill:p="unset",$whiteSpace:g="pre-line",$wordBreak:x="normal"})=>`
113
113
  background: ${n};
114
114
  color: ${i};
@@ -117,7 +117,7 @@
117
117
  font-size: ${e.typography.heading[c]};
118
118
  font-weight: ${e.typography.weight[a]};
119
119
  letter-spacing: ${l};
120
- line-height: ${e.spacing[Yt(c,!0)]};
120
+ line-height: ${e.spacing[Gt(c,!0)]};
121
121
  overflow: ${s};
122
122
  width: ${o==="block"?"100%":"auto"};
123
123
  white-space: ${g};
@@ -133,7 +133,7 @@
133
133
  font-size: ${e.typography.heading[d??c]};
134
134
  }
135
135
  `}
136
- `,Kt=f.styled(dt)`
136
+ `,Yt=f.styled(dt)`
137
137
  ${({theme:e,$bgGradient:n="unset",$color:i=e.palette.gray[600],$display:o="block",$fontFamily:r=e.typography.type.primary,$fontWeight:a="regular",$fontStyle:l="normal",$letterSpacing:s=0,$overflow:c="unset",$size:d,$sizeMd:p,$textFill:g="unset",$whiteSpace:x="pre-line",$wordBreak:h="normal"})=>`
138
138
  background: ${n};
139
139
  color: ${i};
@@ -143,7 +143,7 @@
143
143
  font-style: ${l};
144
144
  font-weight: ${e.typography.weight[a]};
145
145
  letter-spacing: ${s};
146
- line-height: ${e.spacing[Yt(d)]};
146
+ line-height: ${e.spacing[Gt(d)]};
147
147
  overflow: ${c};
148
148
  width: ${o==="block"?"100%":"auto"};
149
149
  white-space: ${x};
@@ -172,7 +172,7 @@
172
172
 
173
173
  ${i===void 0?"":`&::after { content: "${i}"; }`}
174
174
  `}
175
- `,V=u.forwardRef(function({bgGradient:n,children:i,className:o,color:r,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:m,whiteSpace:w,wordBreak:j,...k},C){return t.jsx(_i,{$bgGradient:n,$color:r,$display:a,$fontFamily:l,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:m,$whiteSpace:w,$wordBreak:j,className:o,ref:C,...k,children:i})}),$e=u.forwardRef(function({children:n,color:i,content:o,display:r,fontFamily:a,fontWeight:l,letterSpacing:s,lineSpacing:c,lineSpacingSm:d,size:p,sizeMd:g,sizeSm:x,...h},b){return t.jsx(Hi,{$color:i,$content:o,$display:r,$fontFamily:a,$fontWeight:l,$letterSpacing:s,$lineSpacing:c,$lineSpacingSm:d,$size:p,$sizeMd:g,$sizeSm:x,ref:b,...h,children:n})}),I=u.forwardRef(function({bgGradient:n,children:i,className:o,color:r,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:m,whiteSpace:w,wordBreak:j,fontStyle:k,...C},v){return t.jsx(Kt,{$bgGradient:n,$color:r,$display:a,$fontFamily:l,$fontStyle:k,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:m,$whiteSpace:w,$wordBreak:j,className:o,ref:v,...C,children:i})}),Xt=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(I,{mb:e.extraElement?.5:void 0,size:"md",children:e.description}):e.description??void 0;return t.jsxs($,{display:"block",id:`panel-${e.title}`,padding:[.875,.875,.875,.875],children:[n,e.extraElement?t.jsx($,{children:e.extraElement}):void 0]})},qe={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},Vi=e=>qe[e]?qe[e]:typeof e=="string"&&e.includes("px")?e:qe.md,Ui=f.styled(pt)`
175
+ `,V=u.forwardRef(function({bgGradient:n,children:i,className:o,color:r,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:m,whiteSpace:w,wordBreak:j,...k},C){return t.jsx(_i,{$bgGradient:n,$color:r,$display:a,$fontFamily:l,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:m,$whiteSpace:w,$wordBreak:j,className:o,ref:C,...k,children:i})}),$e=u.forwardRef(function({children:n,color:i,content:o,display:r,fontFamily:a,fontWeight:l,letterSpacing:s,lineSpacing:c,lineSpacingSm:d,size:p,sizeMd:g,sizeSm:x,...h},b){return t.jsx(Hi,{$color:i,$content:o,$display:r,$fontFamily:a,$fontWeight:l,$letterSpacing:s,$lineSpacing:c,$lineSpacingSm:d,$size:p,$sizeMd:g,$sizeSm:x,ref:b,...h,children:n})}),I=u.forwardRef(function({bgGradient:n,children:i,className:o,color:r,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:m,whiteSpace:w,wordBreak:j,fontStyle:k,...C},v){return t.jsx(Yt,{$bgGradient:n,$color:r,$display:a,$fontFamily:l,$fontStyle:k,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:m,$whiteSpace:w,$wordBreak:j,className:o,ref:v,...C,children:i})}),Kt=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(I,{mb:e.extraElement?.5:void 0,size:"md",children:e.description}):e.description??void 0;return t.jsxs($,{display:"block",id:`panel-${e.title}`,padding:[.875,.875,.875,.875],children:[n,e.extraElement?t.jsx($,{children:e.extraElement}):void 0]})},qe={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},Vi=e=>qe[e]?qe[e]:typeof e=="string"&&e.includes("px")?e:qe.md,Ui=f.styled(pt)`
176
176
  ${({$clickable:e,$color:n="inherit",$disabled:i=!1,$hoverColor:o,$rotation:r,$size:a,$secondaryColor:l})=>{const s=o?"":"brightness(50%)",c=o??"";return`
177
177
  color: ${n};
178
178
  cursor: ${e?"pointer":"inherit"};
@@ -208,7 +208,7 @@
208
208
  &:hover:not([disabled]) {
209
209
  transform: scale(1.2);
210
210
  }
211
- `;const D=u.forwardRef(function({clickable:n,disabled:i,hoverColor:o,icon:r,iconClass:a="",iconColor:l,iconMask:s,iconSize:c,iconTransform:d,iconType:p="fa-solid",onClick:g,rotation:x,spanClass:h,secondaryColor:b,...m},w){return t.jsx(Ui,{$clickable:n,$color:l,$disabled:i,$hoverColor:o,$rotation:x,$secondaryColor:b,$size:c,className:h,"data-testid":`${r}-icon`,onClick:g,ref:w,...m,children:t.jsx("i",{className:`${p} fa-${r} ${a}`,...s!==void 0?{"data-fa-mask":s}:{},...d!==void 0?{"data-fa-transform":d}:{}})},`${p}-${r}`)}),Gi=u.forwardRef(function({aligned:n="end",items:i,bgColor:o},r){const a=f.useTheme(),[l,s]=u.useState(i.map(d=>d.expanded??!1)),c=u.useCallback(d=>p=>{p.preventDefault(),s(g=>g.map((x,h)=>h===d?!x:x))},[]);return t.jsx($,{borderColor:a.palette.gray[200],borderTop:"1px solid",ref:r,children:i.map((d,p)=>{const g=l[p];return t.jsxs($,{bgColor:o??a.palette.white,borderBottom:"1px solid",borderColor:a.palette.gray[200],children:[t.jsx($,{"aria-controls":`panel-${d.title}`,"aria-expanded":g,"aria-label":d.title,as:"button",bgColor:o??a.palette.white,bgColorHover:a.palette.gray[100],cursor:"pointer",display:"flex",onClick:c(p),padding:[.875,.875,.875,.875],width:"100%",children:t.jsxs($,{as:"summary",display:"flex",flexDirection:n==="end"?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[t.jsx(I,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:d.title}),t.jsx(D,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(Xt,{item:d})]},d.title)})})}),Yi=36,Ki=2,Xi=9,Zi={sm:12,md:16,lg:24},qi=({size:e="lg"})=>{const n=Zi[e],i=`bookmarkGradient-${Math.random().toString(Yi).substr(Ki,Xi)}`;return t.jsxs("div",{style:{alignItems:"center",display:"flex",height:n,justifyContent:"center",position:"relative",width:n},children:[t.jsxs("svg",{height:n,style:{position:"absolute",zIndex:1},viewBox:"0 0 14 14",width:n,xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M0 0H14V14L7 11.0213L0 14V0Z",fill:`url(#${i})`}),t.jsx("defs",{children:t.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:i,x1:7,x2:7,y1:0,y2:14,children:[t.jsx("stop",{stopColor:"#F32637"}),t.jsx("stop",{offset:"1",stopColor:"#B8075D"})]})})]}),t.jsx("div",{style:{position:"relative",top:"-2px",zIndex:3},children:t.jsx(D,{icon:"crown",iconColor:"#FFFFFF",iconSize:`${n/2-1}px`,iconType:"fa-solid"})})]})},et=e=>({pentester:{bgColor:e.palette.gradient,color:e.palette.white},scanner:{bgColor:e.palette.gray[800],color:e.palette.white},external:{bgColor:e.palette.gray[200],color:e.palette.gray[600]}}),Ji=f.styled.div`
211
+ `;const D=u.forwardRef(function({clickable:n,disabled:i,hoverColor:o,icon:r,iconClass:a="",iconColor:l,iconMask:s,iconSize:c,iconTransform:d,iconType:p="fa-solid",onClick:g,rotation:x,spanClass:h,secondaryColor:b,...m},w){return t.jsx(Ui,{$clickable:n,$color:l,$disabled:i,$hoverColor:o,$rotation:x,$secondaryColor:b,$size:c,className:h,"data-testid":`${r}-icon`,onClick:g,ref:w,...m,children:t.jsx("i",{className:`${p} fa-${r} ${a}`,...s!==void 0?{"data-fa-mask":s}:{},...d!==void 0?{"data-fa-transform":d}:{}})},`${p}-${r}`)}),Gi=u.forwardRef(function({aligned:n="end",items:i,bgColor:o},r){const a=f.useTheme(),[l,s]=u.useState(i.map(d=>d.expanded??!1)),c=u.useCallback(d=>p=>{p.preventDefault(),s(g=>g.map((x,h)=>h===d?!x:x))},[]);return t.jsx($,{borderColor:a.palette.gray[200],borderTop:"1px solid",ref:r,children:i.map((d,p)=>{const g=l[p];return t.jsxs($,{bgColor:o??a.palette.white,borderBottom:"1px solid",borderColor:a.palette.gray[200],children:[t.jsx($,{"aria-controls":`panel-${d.title}`,"aria-expanded":g,"aria-label":d.title,as:"button",bgColor:o??a.palette.white,bgColorHover:a.palette.gray[100],cursor:"pointer",display:"flex",onClick:c(p),padding:[.875,.875,.875,.875],width:"100%",children:t.jsxs($,{as:"summary",display:"flex",flexDirection:n==="end"?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[t.jsx(I,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:d.title}),t.jsx(D,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(Kt,{item:d})]},d.title)})})}),Yi=36,Ki=2,Xi=9,Zi={sm:12,md:16,lg:24},qi=({size:e="lg"})=>{const n=Zi[e],i=`bookmarkGradient-${Math.random().toString(Yi).substr(Ki,Xi)}`;return t.jsxs("div",{style:{alignItems:"center",display:"flex",height:n,justifyContent:"center",position:"relative",width:n},children:[t.jsxs("svg",{height:n,style:{position:"absolute",zIndex:1},viewBox:"0 0 14 14",width:n,xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M0 0H14V14L7 11.0213L0 14V0Z",fill:`url(#${i})`}),t.jsx("defs",{children:t.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:i,x1:7,x2:7,y1:0,y2:14,children:[t.jsx("stop",{stopColor:"#F32637"}),t.jsx("stop",{offset:"1",stopColor:"#B8075D"})]})})]}),t.jsx("div",{style:{position:"relative",top:"-2px",zIndex:3},children:t.jsx(D,{icon:"crown",iconColor:"#FFFFFF",iconSize:`${n/2-1}px`,iconType:"fa-solid"})})]})},et=e=>({pentester:{bgColor:e.palette.gradient,color:e.palette.white},scanner:{bgColor:e.palette.gray[800],color:e.palette.white},external:{bgColor:e.palette.gray[200],color:e.palette.gray[600]}}),Ji=f.styled.div`
212
212
  ${({theme:e,$includeAuthor:n,$variant:i})=>`
213
213
  display: inline-flex;
214
214
  align-items: center;
@@ -248,7 +248,7 @@
248
248
  padding: ${e.spacing[.125]} ${e.spacing[.5]};
249
249
  position: relative;
250
250
  `}
251
- `,Zt=(e,n)=>{const[o,r]=u.useState(0),[a,l]=u.useState(0);return u.useEffect(()=>{a===100&&(()=>{r(c=>c===n-1?0:c+1)})()},[a,n]),u.useEffect(()=>{const s=setInterval(()=>{l(c=>c===100?0:c+1)},e);return()=>{clearInterval(s)}},[e]),{cycle:o,progress:a,setCycle:r,setProgress:l}},te=(e,n,i=!1,o)=>{u.useEffect(()=>{var a;const r=l=>{e&&!e.contains(l.target)&&!(o!=null&&o.contains(l.target))&&n()};return i?(document.addEventListener("mousedown",r,!0),()=>{document.removeEventListener("mousedown",r,!0)}):((a=document.getElementById("root"))==null||a.addEventListener("mousedown",r,!0),()=>{var l;(l=document.getElementById("root"))==null||l.removeEventListener("mousedown",r,!0)})},[i,e,o,n])},qt=({publicId:e,format:n="webp"})=>{const i=u.useMemo(()=>new y.Cloudinary({cloud:{cloudName:"fluid-attacks"}}),[]);return u.useMemo(()=>i.image(e).format(n),[i,e,n])},Re=e=>{const[n,i]=u.useState(!1),o=u.useCallback(()=>{i(!0)},[]),r=u.useCallback(()=>{i(!1)},[]),a=u.useCallback(()=>{i(l=>!l)},[]);return{close:r,isOpen:n,name:e,open:o,setIsOpen:i,toggle:a}},eo=e=>e.reduce((n,i)=>({...n,[i.id]:i.visible}),{}),Jt=({name:e,items:n,columnOrder:i,setColumnOrder:o,setColumnVisibility:r})=>{const a=u.useMemo(()=>[...n.filter(({locked:g})=>g).map(({locked:g,...x})=>({...x,visible:!0,locked:g})),...n.filter(({locked:g})=>!g)],[n]),[l,s]=u.useState(a),c=u.useCallback(g=>{const x=g.filter(({locked:w})=>!w),b=[...g.filter(({locked:w})=>w),...x],m=b.map(({name:w})=>w);s(w=>[...b,...w.filter(({name:j})=>!m.includes(j))]),o&&o(b.map(({id:w})=>w))},[o]),d=u.useCallback(()=>{const g=l.map(x=>({...x,visible:x.locked||((i==null?void 0:i.includes(x.id))??!1)})).toSorted((x,h)=>{if(x.locked&&!h.locked)return-1;if(!x.locked&&h.locked)return 1;if(Number(h.visible)!==Number(x.visible))return Number(h.visible)-Number(x.visible);const b=(i==null?void 0:i.indexOf(x.id))??0,m=(i==null?void 0:i.indexOf(h.id))??0;return b-m});r==null||r(eo(g)),c(g)},[l,i,c,r]),p=u.useMemo(()=>y.some(l,g=>((i==null?void 0:i.includes(g.id))??!1)!==g.visible),[l,i]);return{setColumns:c,resetToDefault:d,columns:l,...Re(e),hasChanged:p}},gt=(e,n)=>u.useMemo(()=>y._.debounce(e,n),[e,n]),to=e=>{const[n,i]=u.useState(),o=gt(r=>{i(r)},(e==null?void 0:e.debounceWait)??300);return[n,o]},no=({alt:e="img",height:n="",width:i="",transformation:o,plugins:r=[y.lazyload(),y.placeholder()],publicId:a})=>{const l=qt({publicId:a});return o&&l.addTransformation(o),t.jsx(y.AdvancedImage,{alt:e,cldImg:l,height:n,plugins:r,width:i})},ee=_e.default.memo(no),Tt={external:"External pentester",scanner:"Fluid Attacks Scanner",pentester:"Fluid Attacks Pentester"},Qt=({author:e,variant:n})=>{const i=n==="external"?"t_fav_g":"t_fav_w";return t.jsxs(Ji,{$includeAuthor:!!e,$variant:n,children:[t.jsxs(Qi,{$variant:n,children:[t.jsx(ee,{alt:Tt[n],height:"11px",publicId:"airs/logo/logo_icon",transformation:i,width:"11px"}),Tt[n]]}),e?t.jsx(I,{display:"inline",size:"sm",children:e}):void 0]})},io={critical:{bgColor:A.palette.primary[700],colorL:A.palette.gray[800],colorR:A.palette.white},disable:{bgColor:A.palette.gray[200],colorL:A.palette.gray[400],colorR:A.palette.gray[400]},high:{bgColor:A.palette.error[500],colorL:A.palette.gray[800],colorR:A.palette.white},low:{bgColor:A.palette.warning[200],colorL:A.palette.gray[800],colorR:A.palette.gray[800]},medium:{bgColor:A.palette.warning[500],colorL:A.palette.gray[800],colorR:A.palette.gray[800]}},ut=({textL:e,textR:n,variant:i})=>{const o=f.useTheme(),{bgColor:r,colorL:a,colorR:l}=io[i];return t.jsxs($,{alignItems:"flex-start",display:"inline-flex",children:[e?t.jsx($,{alignItems:"center",bgColor:o.palette.white,border:`1px solid ${r}`,borderRadius:"4px 0px 0px 4px",display:"flex",justify:"center",padding:[0,.25,0,.25],children:t.jsx(I,{color:a,size:"md",children:e})}):void 0,t.jsx($,{alignItems:"center",bgColor:r,border:`1px solid ${r}`,borderRadius:e?"0px 4px 4px 0px":"4px",display:"flex",padding:e?[0,.25,0,.125]:[0,.25,0,.25],pb:.125,pl:.125,pr:.125,pt:.125,children:t.jsx(I,{color:l,size:"md",children:n})})]})},oo=(e,n)=>n==="0"?`${e.spacing[1]} ${e.spacing[1]} 0 0`:n==="-1"?`0 0 ${e.spacing[1]} ${e.spacing[1]}`:"unset",en=f.styled.div`
251
+ `,Xt=(e,n)=>{const[o,r]=u.useState(0),[a,l]=u.useState(0);return u.useEffect(()=>{a===100&&(()=>{r(c=>c===n-1?0:c+1)})()},[a,n]),u.useEffect(()=>{const s=setInterval(()=>{l(c=>c===100?0:c+1)},e);return()=>{clearInterval(s)}},[e]),{cycle:o,progress:a,setCycle:r,setProgress:l}},te=(e,n,i=!1,o)=>{u.useEffect(()=>{var a;const r=l=>{e&&!e.contains(l.target)&&!(o!=null&&o.contains(l.target))&&n()};return i?(document.addEventListener("mousedown",r,!0),()=>{document.removeEventListener("mousedown",r,!0)}):((a=document.getElementById("root"))==null||a.addEventListener("mousedown",r,!0),()=>{var l;(l=document.getElementById("root"))==null||l.removeEventListener("mousedown",r,!0)})},[i,e,o,n])},Zt=({publicId:e,format:n="webp"})=>{const i=u.useMemo(()=>new y.Cloudinary({cloud:{cloudName:"fluid-attacks"}}),[]);return u.useMemo(()=>i.image(e).format(n),[i,e,n])},Re=e=>{const[n,i]=u.useState(!1),o=u.useCallback(()=>{i(!0)},[]),r=u.useCallback(()=>{i(!1)},[]),a=u.useCallback(()=>{i(l=>!l)},[]);return{close:r,isOpen:n,name:e,open:o,setIsOpen:i,toggle:a}},eo=e=>e.reduce((n,i)=>({...n,[i.id]:i.visible}),{}),qt=({name:e,items:n,columnOrder:i,setColumnOrder:o,setColumnVisibility:r})=>{const a=u.useMemo(()=>[...n.filter(({locked:g})=>g).map(({locked:g,...x})=>({...x,visible:!0,locked:g})),...n.filter(({locked:g})=>!g)],[n]),[l,s]=u.useState(a),c=u.useCallback(g=>{const x=g.filter(({locked:w})=>!w),b=[...g.filter(({locked:w})=>w),...x],m=b.map(({name:w})=>w);s(w=>[...b,...w.filter(({name:j})=>!m.includes(j))]),o&&o(b.map(({id:w})=>w))},[o]),d=u.useCallback(()=>{const g=l.map(x=>({...x,visible:x.locked||((i==null?void 0:i.includes(x.id))??!1)})).toSorted((x,h)=>{if(x.locked&&!h.locked)return-1;if(!x.locked&&h.locked)return 1;if(Number(h.visible)!==Number(x.visible))return Number(h.visible)-Number(x.visible);const b=(i==null?void 0:i.indexOf(x.id))??0,m=(i==null?void 0:i.indexOf(h.id))??0;return b-m});r==null||r(eo(g)),c(g)},[l,i,c,r]),p=u.useMemo(()=>y.some(l,g=>((i==null?void 0:i.includes(g.id))??!1)!==g.visible),[l,i]);return{setColumns:c,resetToDefault:d,columns:l,...Re(e),hasChanged:p}},gt=(e,n)=>u.useMemo(()=>y._.debounce(e,n),[e,n]),to=e=>{const[n,i]=u.useState(),o=gt(r=>{i(r)},(e==null?void 0:e.debounceWait)??300);return[n,o]},no=({alt:e="img",height:n="",width:i="",transformation:o,plugins:r=[y.lazyload(),y.placeholder()],publicId:a})=>{const l=Zt({publicId:a});return o&&l.addTransformation(o),t.jsx(y.AdvancedImage,{alt:e,cldImg:l,height:n,plugins:r,width:i})},ee=_e.default.memo(no),zt={external:"External pentester",scanner:"Fluid Attacks Scanner",pentester:"Fluid Attacks Pentester"},Jt=({author:e,variant:n})=>{const i=n==="external"?"t_fav_g":"t_fav_w";return t.jsxs(Ji,{$includeAuthor:!!e,$variant:n,children:[t.jsxs(Qi,{$variant:n,children:[t.jsx(ee,{alt:zt[n],height:"11px",publicId:"airs/logo/logo_icon",transformation:i,width:"11px"}),zt[n]]}),e?t.jsx(I,{display:"inline",size:"sm",children:e}):void 0]})},io={critical:{bgColor:A.palette.primary[700],colorL:A.palette.gray[800],colorR:A.palette.white},disable:{bgColor:A.palette.gray[200],colorL:A.palette.gray[400],colorR:A.palette.gray[400]},high:{bgColor:A.palette.error[500],colorL:A.palette.gray[800],colorR:A.palette.white},low:{bgColor:A.palette.warning[200],colorL:A.palette.gray[800],colorR:A.palette.gray[800]},medium:{bgColor:A.palette.warning[500],colorL:A.palette.gray[800],colorR:A.palette.gray[800]}},ut=({textL:e,textR:n,variant:i})=>{const o=f.useTheme(),{bgColor:r,colorL:a,colorR:l}=io[i];return t.jsxs($,{alignItems:"flex-start",display:"inline-flex",children:[e?t.jsx($,{alignItems:"center",bgColor:o.palette.white,border:`1px solid ${r}`,borderRadius:"4px 0px 0px 4px",display:"flex",justify:"center",padding:[0,.25,0,.25],children:t.jsx(I,{color:a,size:"md",children:e})}):void 0,t.jsx($,{alignItems:"center",bgColor:r,border:`1px solid ${r}`,borderRadius:e?"0px 4px 4px 0px":"4px",display:"flex",padding:e?[0,.25,0,.125]:[0,.25,0,.25],pb:.125,pl:.125,pr:.125,pt:.125,children:t.jsx(I,{color:l,size:"md",children:n})})]})},oo=(e,n)=>n==="0"?`${e.spacing[1]} ${e.spacing[1]} 0 0`:n==="-1"?`0 0 ${e.spacing[1]} ${e.spacing[1]}`:"unset",Qt=f.styled.div`
252
252
  ${({theme:e,$index:n})=>`
253
253
  align-items: flex-start;
254
254
  display: flex;
@@ -275,7 +275,7 @@
275
275
  content: "";
276
276
  height: 24px;
277
277
  border-left: 2px solid ${({theme:e})=>e.palette.gray[100]};
278
- `,ro=({affects:e,author:n,href:i,cves:o,creator:r,packageName:a,publishedDate:l,severity:s,score:c,title:d,indx:p,Link:g})=>{const x=f.useTheme(),h=g??"a";return t.jsxs(en,{$index:p,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",justify:"space-between",children:[o==null?void 0:o.map(b=>t.jsx(h,{href:b.href,style:{textDecoration:"underline"},target:"_blank",children:b.cve},b.cve)),r?t.jsx(Qt,{author:n,variant:r}):void 0]}),t.jsx(h,{href:i,children:t.jsx(V,{fontWeight:"bold",size:"sm",children:d})})]}),t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,width:"fit-content",children:[t.jsx(ut,{textL:c,textR:y.capitalize(s==="disable"?"Unknown":s),variant:s}),e?t.jsxs(t.Fragment,{children:[t.jsx(be,{}),t.jsxs(I,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Affects: "}),e]})]}):void 0,a?t.jsxs(t.Fragment,{children:[t.jsx(be,{}),t.jsxs(I,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Package: "}),a]})]}):void 0,l?t.jsxs(t.Fragment,{children:[t.jsx(be,{}),t.jsxs(I,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Published date: "}),l]})]}):void 0]})]})},ao=e=>{switch(e){case"warning":return"triangle-exclamation";case"info":return"circle-info";case"success":return"circle-check";case"error":default:return"circle-exclamation"}},{getVariant:so}=ie(e=>({error:`
278
+ `,ro=({affects:e,author:n,href:i,cves:o,creator:r,packageName:a,publishedDate:l,severity:s,score:c,title:d,indx:p,Link:g})=>{const x=f.useTheme(),h=g??"a";return t.jsxs(Qt,{$index:p,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",justify:"space-between",children:[o==null?void 0:o.map(b=>t.jsx(h,{href:b.href,style:{textDecoration:"underline"},target:"_blank",children:b.cve},b.cve)),r?t.jsx(Jt,{author:n,variant:r}):void 0]}),t.jsx(h,{href:i,children:t.jsx(V,{fontWeight:"bold",size:"sm",children:d})})]}),t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,width:"fit-content",children:[t.jsx(ut,{textL:c,textR:y.capitalize(s==="disable"?"Unknown":s),variant:s}),e?t.jsxs(t.Fragment,{children:[t.jsx(be,{}),t.jsxs(I,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Affects: "}),e]})]}):void 0,a?t.jsxs(t.Fragment,{children:[t.jsx(be,{}),t.jsxs(I,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Package: "}),a]})]}):void 0,l?t.jsxs(t.Fragment,{children:[t.jsx(be,{}),t.jsxs(I,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Published date: "}),l]})]}):void 0]})]})},ao=e=>{switch(e){case"warning":return"triangle-exclamation";case"info":return"circle-info";case"success":return"circle-check";case"error":default:return"circle-exclamation"}},{getVariant:so}=ie(e=>({error:`
279
279
  background: ${e.palette.error[50]};
280
280
  border: 1px solid ${e.palette.error[500]};
281
281
  color: ${e.palette.error[700]};
@@ -432,7 +432,7 @@
432
432
  background-color: ${e.palette.primary[500]};
433
433
  color: ${e.palette.white};
434
434
  }
435
- `})),tn=f.styled(ct)`
435
+ `})),en=f.styled(ct)`
436
436
  ${({theme:e,justify:n,$variant:i})=>`
437
437
  align-items: center;
438
438
  border-radius: var(--btn-spacing);
@@ -456,7 +456,7 @@
456
456
 
457
457
  ${go(e,i??"primary")}
458
458
  `}
459
- `,uo=f.styled(tn)`
459
+ `,uo=f.styled(en)`
460
460
  ${({theme:e,disabled:n,borderRadius:i="4px",px:o=.5,py:r=.5,$variant:a})=>`
461
461
  --btn-spacing: ${i};
462
462
  --btn-padding-x: ${e.spacing[o]};
@@ -509,7 +509,7 @@
509
509
  left: 50%;
510
510
  transform: translateX(-50%) rotate(180deg);
511
511
  `}}}
512
- `,X=({children:e,disabled:n=!1,display:i="inline-block",height:o,icon:r,iconColor:a,iconSize:l,id:s,maxWidth:c,nodeTip:d,place:p="bottom",tip:g="",title:x="",hide:h=g===""&&x===""&&d===void 0,width:b})=>{const m=f.useTheme(),[w,j]=u.useState(!1),{refs:k,floatingStyles:C,context:v,placement:S}=y.useFloating({middleware:[y.flip({fallbackAxisSideDirection:"start"}),y.offset({mainAxis:10}),y.shift()],onOpenChange:j,open:w,placement:p,whileElementsMounted:y.autoUpdate}),T=y.useHover(v,{delay:{close:0,open:500},move:!1}),F=y.useFocus(v),R=y.useRole(v,{role:r?"label":"tooltip"}),{getReferenceProps:E,getFloatingProps:z}=y.useInteractions([T,F,R]),N=u.useMemo(()=>S.startsWith("top")?"top":S.startsWith("bottom")?"bottom":S.startsWith("left")?"left":S.startsWith("right")?"right":"bottom",[S]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(xo,{...E(),display:i,height:o,id:s,ref:k.setReference,width:b,children:r?t.jsx(D,{clickable:!0,disabled:n,icon:r,iconColor:a,iconSize:l??"sm",iconType:w?"fa-solid":"fa-light"}):e}),w&&!h&&pe.createPortal(t.jsxs(ho,{...z(),$maxWidth:c,id:`floating-${s}`,ref:k.setFloating,style:C,children:[y.lodashExports.isEmpty(x)?void 0:t.jsx(I,{color:m.palette.white,fontWeight:"bold",mb:.25,size:"sm",textAlign:"start",wordWrap:"break-word",children:x}),y.lodashExports.isEmpty(g)?void 0:t.jsx(I,{color:m.palette.gray[100],size:"sm",textAlign:"start",whiteSpace:"normal",wordWrap:"break-word",children:g}),y.lodashExports.isEmpty(d)?void 0:d,t.jsx(fo,{$placement:N,children:t.jsx("svg",{fill:"none",height:"8",viewBox:"0 0 16 8",width:"16",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M16 0L0 0L6.58579 6.58579C7.36684 7.36684 8.63317 7.36684 9.41421 6.58579L16 0Z",fill:m.palette.gray[700]})})})]}),document.getElementById("root")??document.body)]})},B=u.forwardRef(function({borderRadius:n,disabled:i,icon:o,iconColor:r,iconSize:a="sm",iconTransform:l,iconType:s,id:c,justify:d="center",onClick:p,px:g,py:x,type:h="button",tooltip:b,tooltipPlace:m,value:w,variant:j="primary",...k},C){const v=t.jsx(uo,{$variant:j,"aria-disabled":i,"aria-label":c,borderRadius:n,disabled:i,id:c,justify:d,onClick:p,px:g,py:x,ref:C,type:h,value:w,...k,children:t.jsx(D,{clickable:!1,icon:o,iconColor:r,iconSize:a,iconTransform:l,iconType:s})}),T=(h+(j??"")+(c??o)).replace(/ /u,"_");return b===void 0?v:t.jsx(X,{id:`${T}-tooltip`,place:m,tip:b,children:v})}),yo=u.forwardRef(function({autoHide:n=!1,children:i,closable:o=!1,icon:r,iconEnabled:a=!0,iconPosition:l="center",onClose:s=void 0,onTimeOut:c,show:d=!0,time:p=8,title:g,variant:x="error",id:h,...b},m){const[w,j]=u.useState(d),k=u.useCallback(()=>{s==null||s(),j(!1)},[s]);return u.useEffect(()=>{const C=setTimeout(()=>{c==null||c(!0),n&&k()},p*1e3);return()=>{clearTimeout(C)}},[n,k,p,c]),u.useEffect(()=>{j(d)},[d,j]),t.jsx($,{display:w?"block":"none",ref:m,role:"alert",...b,children:t.jsxs(lo,{$iconPosition:l,$variant:x,id:h,children:[a?t.jsx(D,{clickable:!1,icon:r??ao(x),iconSize:"lg",iconType:"fa-light",mt:l==="top"?.25:0}):void 0,t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,style:{flex:1},children:[g?t.jsx(co,{children:g}):void 0,t.jsx(po,{$hasTitle:!!g,children:i})]}),o?t.jsx(B,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:k,px:.125,py:.125,style:{alignSelf:"flex-start"},variant:"ghost"}):void 0]})})}),It=f.styled.div`
512
+ `,X=({children:e,disabled:n=!1,display:i="inline-block",height:o,icon:r,iconColor:a,iconSize:l,id:s,maxWidth:c,nodeTip:d,place:p="bottom",tip:g="",title:x="",hide:h=g===""&&x===""&&d===void 0,width:b})=>{const m=f.useTheme(),[w,j]=u.useState(!1),{refs:k,floatingStyles:C,context:v,placement:S}=y.useFloating({middleware:[y.flip({fallbackAxisSideDirection:"start"}),y.offset({mainAxis:10}),y.shift()],onOpenChange:j,open:w,placement:p,whileElementsMounted:y.autoUpdate}),T=y.useHover(v,{delay:{close:0,open:500},move:!1}),F=y.useFocus(v),R=y.useRole(v,{role:r?"label":"tooltip"}),{getReferenceProps:E,getFloatingProps:z}=y.useInteractions([T,F,R]),N=u.useMemo(()=>S.startsWith("top")?"top":S.startsWith("bottom")?"bottom":S.startsWith("left")?"left":S.startsWith("right")?"right":"bottom",[S]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(xo,{...E(),display:i,height:o,id:s,ref:k.setReference,width:b,children:r?t.jsx(D,{clickable:!0,disabled:n,icon:r,iconColor:a,iconSize:l??"sm",iconType:w?"fa-solid":"fa-light"}):e}),w&&!h&&pe.createPortal(t.jsxs(ho,{...z(),$maxWidth:c,id:`floating-${s}`,ref:k.setFloating,style:C,children:[y.lodashExports.isEmpty(x)?void 0:t.jsx(I,{color:m.palette.white,fontWeight:"bold",mb:.25,size:"sm",textAlign:"start",wordWrap:"break-word",children:x}),y.lodashExports.isEmpty(g)?void 0:t.jsx(I,{color:m.palette.gray[100],size:"sm",textAlign:"start",whiteSpace:"normal",wordWrap:"break-word",children:g}),y.lodashExports.isEmpty(d)?void 0:d,t.jsx(fo,{$placement:N,children:t.jsx("svg",{fill:"none",height:"8",viewBox:"0 0 16 8",width:"16",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M16 0L0 0L6.58579 6.58579C7.36684 7.36684 8.63317 7.36684 9.41421 6.58579L16 0Z",fill:m.palette.gray[700]})})})]}),document.getElementById("root")??document.body)]})},B=u.forwardRef(function({borderRadius:n,disabled:i,icon:o,iconColor:r,iconSize:a="sm",iconTransform:l,iconType:s,id:c,justify:d="center",onClick:p,px:g,py:x,type:h="button",tooltip:b,tooltipPlace:m,value:w,variant:j="primary",...k},C){const v=t.jsx(uo,{$variant:j,"aria-disabled":i,"aria-label":c,borderRadius:n,disabled:i,id:c,justify:d,onClick:p,px:g,py:x,ref:C,type:h,value:w,...k,children:t.jsx(D,{clickable:!1,icon:o,iconColor:r,iconSize:a,iconTransform:l,iconType:s})}),T=(h+(j??"")+(c??o)).replace(/ /u,"_");return b===void 0?v:t.jsx(X,{id:`${T}-tooltip`,place:m,tip:b,children:v})}),yo=u.forwardRef(function({autoHide:n=!1,children:i,closable:o=!1,icon:r,iconEnabled:a=!0,iconPosition:l="center",onClose:s=void 0,onTimeOut:c,show:d=!0,time:p=8,title:g,variant:x="error",id:h,...b},m){const[w,j]=u.useState(d),k=u.useCallback(()=>{s==null||s(),j(!1)},[s]);return u.useEffect(()=>{const C=setTimeout(()=>{c==null||c(!0),n&&k()},p*1e3);return()=>{clearTimeout(C)}},[n,k,p,c]),u.useEffect(()=>{j(d)},[d,j]),t.jsx($,{display:w?"block":"none",ref:m,role:"alert",...b,children:t.jsxs(lo,{$iconPosition:l,$variant:x,id:h,children:[a?t.jsx(D,{clickable:!1,icon:r??ao(x),iconSize:"lg",iconType:"fa-light",mt:l==="top"?.25:0}):void 0,t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,style:{flex:1},children:[g?t.jsx(co,{children:g}):void 0,t.jsx(po,{$hasTitle:!!g,children:i})]}),o?t.jsx(B,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:k,px:.125,py:.125,style:{alignSelf:"flex-start"},variant:"ghost"}):void 0]})})}),Tt=f.styled.div`
513
513
  ${({theme:e})=>`
514
514
  align-items: center;
515
515
  background-color: ${e.palette.gray[200]};
@@ -720,7 +720,7 @@
720
720
  &:hover:not([disabled]) {
721
721
  color: ${e.palette.gray[500]};
722
722
  }
723
- `})),nn=f.css`
723
+ `})),tn=f.css`
724
724
  ${({theme:e,$color:n,$variant:i,$wrap:o})=>`
725
725
  align-items: center;
726
726
  cursor: pointer;
@@ -750,10 +750,10 @@
750
750
  ${n?`color: ${n}`:vo(e,i)}
751
751
  `}
752
752
  `,ko=f.styled.a`
753
- ${nn}
753
+ ${tn}
754
754
  `,Co=f.styled(Qe.Link)`
755
- ${nn}
756
- `,oe=({children:e,color:n,download:i,href:o,iconPosition:r="right",onClick:a,target:l,variant:s="lowRelevance",wrap:c=!1})=>{const d=o.startsWith("https://"),p=t.jsx(D,{icon:i===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"sm",iconType:"fa-light",ml:.25,mr:.25});return d?t.jsxs(ko,{$color:n,$variant:s,$wrap:c,download:i,href:o,onClick:a,rel:"nofollow noopener noreferrer",target:l??"_blank",children:[r==="left"?p:void 0,e,r==="right"?p:void 0]}):t.jsxs(Co,{$variant:s,$wrap:c,download:i,onClick:a,rel:"nofollow noopener noreferrer",target:l,to:o,children:[l!==void 0&&r==="left"?p:void 0,e,l!==void 0&&r==="right"?p:void 0]})},J=({disabled:e,icon:n,iconColor:i="inherit",iconType:o="fa-light",id:r="close-tag",filterValues:a="",fontSize:l,href:s,linkLabel:c,onClose:d,priority:p="default",tagTitle:g="",tagLabel:x,variant:h="default"})=>{const b=x.length>25&&y.lodashExports.isEmpty(g+a),m=`${x.slice(0,25)}...`;return t.jsxs($e,{className:"gap-0.5",display:s===void 0?"initial":"flex",size:"md",children:[t.jsxs(jo,{$fontSize:l,$variant:h,className:p,children:[n&&t.jsx(D,{icon:n,iconColor:i,iconSize:"sm",iconType:o}),t.jsxs("span",{className:"w-full",children:[t.jsx("strong",{children:g}),t.jsx("span",{children:b?m:x}),t.jsx("strong",{className:"w-full",children:a})]}),d?t.jsx(B,{disabled:e,icon:"xmark",iconSize:"sm",iconType:"fa-light",id:r,onClick:d,px:.125,py:.125,variant:"ghost"}):void 0]}),s===void 0?void 0:t.jsx(oe,{href:s,children:c})]})},on=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");y.lodashExports.isObject(i)&&(i.opener=null)},O=u.forwardRef(function({children:n,disabled:i=!1,external:o=!1,href:r,id:a,icon:l,iconColor:s,iconSize:c="lg",iconType:d,name:p,dotNotification:g,notification:x,onClick:h,rightIcon:b,tag:m,type:w="button",tooltip:j,tooltipPlace:k="bottom",underline:C=!1,value:v,variant:S="primary",width:T,...F},R){const E=j!==void 0,z=`${a}-tooltip`,N=u.useCallback(()=>{r&&on(r,o)},[o,r]),M=t.jsxs(tn,{$variant:S,"aria-disabled":i,className:C?"underline":void 0,disabled:i,id:a,name:p,onClick:S==="link"?N:h,ref:R,type:w,value:v,width:T,...E?{"data-tooltip-id":z}:{},...F,children:[g&&S==="ghost"&&!i?t.jsx(Oe,{left:l!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,l!==void 0&&t.jsx(D,{icon:l,iconColor:s??void 0,iconSize:c,iconType:d??"fa-light"}),n,b||S==="link"?t.jsx(D,{icon:b??"arrow-right",iconSize:c,iconType:"fa-light"}):void 0,m===void 0||i?null:t.jsx(J,{tagLabel:m,variant:"default"}),x!==void 0&&S==="ghost"&&!i?t.jsx(Oe,{numberIndicator:x,show:!0,variant:"error"}):void 0]});return E?t.jsx(X,{disabled:!E,id:z,place:k,tip:j,width:T,children:M}):M}),So=u.forwardRef(function({children:n,onClick:i,userName:o,showIcon:r=!1,showUsername:a=!1},l){const s=!!i,c=f.useTheme();return t.jsx($,{id:"navbar-user-profile",ref:l,zIndex:9999,children:t.jsxs($,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[s?t.jsxs(O,{onClick:i,px:.5,py:.5,variant:"ghost",children:[t.jsx(It,{children:o[0].toUpperCase()}),a?t.jsx(I,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:o.split(" ")[0]}):void 0,r?t.jsx(D,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}):t.jsxs($,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(It,{children:o[0].toUpperCase()}),a?t.jsxs(I,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",o.split(" ")[0],"!"]}):void 0,r?t.jsx(D,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(bo,{children:n})]})})}),He=({authorEmail:e,date:n,description:i,descriptionColor:o,id:r,title:a,titleColor:l,textAlign:s,textSpacing:c=0,tooltip:d})=>{const p=f.useTheme();return t.jsxs($,{width:"100%",children:[typeof a=="string"||d?t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,width:"100%",children:[typeof a=="string"?t.jsx(I,{color:l??p.palette.gray[800],fontWeight:"bold",mb:c,size:"md",textAlign:s,wordBreak:"break-word",children:a}):a,d&&t.jsx(X,{icon:"circle-info",id:r,place:"top",tip:d})]}):void 0,t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[i&&t.jsx(I,{color:o??p.palette.gray[800],fontWeight:i===void 0?"bold":"regular",size:"md",textAlign:s,wordBreak:"break-word",children:i}),n&&t.jsx(I,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(I,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Author: ${e}`})]})]})},Dt=f.styled($).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
755
+ ${tn}
756
+ `,oe=({children:e,color:n,download:i,href:o,iconPosition:r="right",onClick:a,target:l,variant:s="lowRelevance",wrap:c=!1})=>{const d=o.startsWith("https://"),p=t.jsx(D,{icon:i===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"sm",iconType:"fa-light",ml:.25,mr:.25});return d?t.jsxs(ko,{$color:n,$variant:s,$wrap:c,download:i,href:o,onClick:a,rel:"nofollow noopener noreferrer",target:l??"_blank",children:[r==="left"?p:void 0,e,r==="right"?p:void 0]}):t.jsxs(Co,{$variant:s,$wrap:c,download:i,onClick:a,rel:"nofollow noopener noreferrer",target:l,to:o,children:[l!==void 0&&r==="left"?p:void 0,e,l!==void 0&&r==="right"?p:void 0]})},J=({disabled:e,icon:n,iconColor:i="inherit",iconType:o="fa-light",id:r="close-tag",filterValues:a="",fontSize:l,href:s,linkLabel:c,onClose:d,priority:p="default",tagTitle:g="",tagLabel:x,variant:h="default"})=>{const b=x.length>25&&y.lodashExports.isEmpty(g+a),m=`${x.slice(0,25)}...`;return t.jsxs($e,{className:"gap-0.5",display:s===void 0?"initial":"flex",size:"md",children:[t.jsxs(jo,{$fontSize:l,$variant:h,className:p,children:[n&&t.jsx(D,{icon:n,iconColor:i,iconSize:"sm",iconType:o}),t.jsxs("span",{className:"w-full",children:[t.jsx("strong",{children:g}),t.jsx("span",{children:b?m:x}),t.jsx("strong",{className:"w-full",children:a})]}),d?t.jsx(B,{disabled:e,icon:"xmark",iconSize:"sm",iconType:"fa-light",id:r,onClick:d,px:.125,py:.125,variant:"ghost"}):void 0]}),s===void 0?void 0:t.jsx(oe,{href:s,children:c})]})},nn=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");y.lodashExports.isObject(i)&&(i.opener=null)},O=u.forwardRef(function({children:n,disabled:i=!1,external:o=!1,href:r,id:a,icon:l,iconColor:s,iconSize:c="lg",iconType:d,name:p,dotNotification:g,notification:x,onClick:h,rightIcon:b,tag:m,type:w="button",tooltip:j,tooltipPlace:k="bottom",underline:C=!1,value:v,variant:S="primary",width:T,...F},R){const E=j!==void 0,z=`${a}-tooltip`,N=u.useCallback(()=>{r&&nn(r,o)},[o,r]),M=t.jsxs(en,{$variant:S,"aria-disabled":i,className:C?"underline":void 0,disabled:i,id:a,name:p,onClick:S==="link"?N:h,ref:R,type:w,value:v,width:T,...E?{"data-tooltip-id":z}:{},...F,children:[g&&S==="ghost"&&!i?t.jsx(Oe,{left:l!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,l!==void 0&&t.jsx(D,{icon:l,iconColor:s??void 0,iconSize:c,iconType:d??"fa-light"}),n,b||S==="link"?t.jsx(D,{icon:b??"arrow-right",iconSize:c,iconType:"fa-light"}):void 0,m===void 0||i?null:t.jsx(J,{tagLabel:m,variant:"default"}),x!==void 0&&S==="ghost"&&!i?t.jsx(Oe,{numberIndicator:x,show:!0,variant:"error"}):void 0]});return E?t.jsx(X,{disabled:!E,id:z,place:k,tip:j,width:T,children:M}):M}),So=u.forwardRef(function({children:n,onClick:i,userName:o,showIcon:r=!1,showUsername:a=!1},l){const s=!!i,c=f.useTheme();return t.jsx($,{id:"navbar-user-profile",ref:l,zIndex:9999,children:t.jsxs($,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[s?t.jsxs(O,{onClick:i,px:.5,py:.5,variant:"ghost",children:[t.jsx(Tt,{children:o[0].toUpperCase()}),a?t.jsx(I,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:o.split(" ")[0]}):void 0,r?t.jsx(D,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}):t.jsxs($,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(Tt,{children:o[0].toUpperCase()}),a?t.jsxs(I,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",o.split(" ")[0],"!"]}):void 0,r?t.jsx(D,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(bo,{children:n})]})})}),He=({authorEmail:e,date:n,description:i,descriptionColor:o,id:r,title:a,titleColor:l,textAlign:s,textSpacing:c=0,tooltip:d})=>{const p=f.useTheme();return t.jsxs($,{width:"100%",children:[typeof a=="string"||d?t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,width:"100%",children:[typeof a=="string"?t.jsx(I,{color:l??p.palette.gray[800],fontWeight:"bold",mb:c,size:"md",textAlign:s,wordBreak:"break-word",children:a}):a,d&&t.jsx(X,{icon:"circle-info",id:r,place:"top",tip:d})]}):void 0,t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[i&&t.jsx(I,{color:o??p.palette.gray[800],fontWeight:i===void 0?"bold":"regular",size:"md",textAlign:s,wordBreak:"break-word",children:i}),n&&t.jsx(I,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(I,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Author: ${e}`})]})]})},It=f.styled($).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
757
757
  & img {
758
758
  display: block;
759
759
  }
@@ -768,7 +768,7 @@
768
768
  pointer-events: none;
769
769
  ${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
770
770
  }
771
- `,zo=e=>{if(y._.isNil(e))return"";const n=e.split(".");return(n.length>1?y._.last(n):"").toLowerCase()},To=(e,n)=>y._.isUndefined(n)?!1:y._.includes(e,zo(n)),rn=({alt:e,fileType:n,width:i="100%",opacity:o=0,src:r,height:a="auto"})=>n==="video"||To(["webm"],r)?t.jsx(Dt,{$opacity:o,children:t.jsx(oe,{href:r,iconPosition:"hidden",children:t.jsxs("video",{controls:!0,muted:!0,style:{height:a,width:i},children:[t.jsx("source",{src:r,type:"video/webm"}),r]})})}):t.jsx(Dt,{$opacity:o,children:t.jsx("img",{alt:e,src:r,style:{height:a,width:i}})}),Io=({alt:e,authorEmail:n,date:i,description:o,src:r,children:a,isEditing:l,onClick:s,title:c,hideDescription:d=!1,headerType:p="image",showMaximize:g=!0})=>{const x=f.useTheme(),[h,b]=u.useState(!1),m=u.useCallback(()=>{b(!0)},[]),w=u.useCallback(()=>{b(!1)},[]);return t.jsxs($,{bgColor:"transparent",border:"1px solid transparent",borderColorHover:"black",borderRadius:x.spacing[.25],display:"flex",flexDirection:"column",gap:1,onHover:m,onLeave:w,padding:[.5,.5,.5,.5],width:"100%",children:[t.jsx($,{bgColor:x.palette.black,borderRadius:x.spacing[.25],cursor:l?"unset":"pointer",display:"inline-flex",justify:"center",onClick:s,position:"relative",width:"100%",children:a===void 0?t.jsxs(_e.default.Fragment,{children:[t.jsx(rn,{alt:e,fileType:p,height:"147px",opacity:h?.3:0,src:r,width:"100%"}),g?t.jsx($,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(B,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),d?null:t.jsx(He,{authorEmail:n,date:i,description:o,descriptionColor:x.palette.gray[600],id:`${e}-card-header`,title:c})]})},Do=f.styled.div`
771
+ `,zo=e=>{if(y._.isNil(e))return"";const n=e.split(".");return(n.length>1?y._.last(n):"").toLowerCase()},To=(e,n)=>y._.isUndefined(n)?!1:y._.includes(e,zo(n)),on=({alt:e,fileType:n,width:i="100%",opacity:o=0,src:r,height:a="auto"})=>n==="video"||To(["webm"],r)?t.jsx(It,{$opacity:o,children:t.jsx(oe,{href:r,iconPosition:"hidden",children:t.jsxs("video",{controls:!0,muted:!0,style:{height:a,width:i},children:[t.jsx("source",{src:r,type:"video/webm"}),r]})})}):t.jsx(It,{$opacity:o,children:t.jsx("img",{alt:e,src:r,style:{height:a,width:i}})}),Io=({alt:e,authorEmail:n,date:i,description:o,src:r,children:a,isEditing:l,onClick:s,title:c,hideDescription:d=!1,headerType:p="image",showMaximize:g=!0})=>{const x=f.useTheme(),[h,b]=u.useState(!1),m=u.useCallback(()=>{b(!0)},[]),w=u.useCallback(()=>{b(!1)},[]);return t.jsxs($,{bgColor:"transparent",border:"1px solid transparent",borderColorHover:"black",borderRadius:x.spacing[.25],display:"flex",flexDirection:"column",gap:1,onHover:m,onLeave:w,padding:[.5,.5,.5,.5],width:"100%",children:[t.jsx($,{bgColor:x.palette.black,borderRadius:x.spacing[.25],cursor:l?"unset":"pointer",display:"inline-flex",justify:"center",onClick:s,position:"relative",width:"100%",children:a===void 0?t.jsxs(_e.default.Fragment,{children:[t.jsx(on,{alt:e,fileType:p,height:"147px",opacity:h?.3:0,src:r,width:"100%"}),g?t.jsx($,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(B,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),d?null:t.jsx(He,{authorEmail:n,date:i,description:o,descriptionColor:x.palette.gray[600],id:`${e}-card-header`,title:c})]})},Do=f.styled.div`
772
772
  ${({theme:e,$align:n="center",$minWidth:i="auto",$minHeight:o="auto"})=>`
773
773
  display: flex;
774
774
  background-color: ${e.palette.white};
@@ -1131,7 +1131,7 @@
1131
1131
  fill: ${e.palette.white};
1132
1132
  }
1133
1133
  `}
1134
- `,se=u.forwardRef(function({checked:n,disabled:i=!1,label:o,name:r,onChange:a,onClick:l,onFocus:s,onKeyDown:c,tooltip:d,value:p,...g},x){return t.jsxs("div",{className:"gap-1 inline-flex items-start parent-checkbox",children:[t.jsxs(Lo,{"aria-disabled":i,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-hidden":!1,"aria-label":r,checked:n,"data-testid":o??p,disabled:i,id:r,name:r,onChange:a,onClick:l,onFocus:s,onKeyDown:c,ref:x,type:"checkbox",value:p,...g}),t.jsx(D,{disabled:i,icon:"check",iconSize:"xl"}),o??p]}),d===void 0?void 0:t.jsx(X,{icon:"circle-info",id:d,place:"right",tip:d})]})}),an=({item:e,multiSelection:n,name:i,register:o,setInputValue:r,setValue:a,state:l,watch:s})=>{var F,R,E;const c=f.useTheme(),d=u.useRef(null),p=e.props.hrefLang,g=l.disabledKeys,x=Array.from(l.collection.getKeys()).filter(z=>!Array.from(g).includes(z)&&z!=="All"),{optionProps:h,isSelected:b,isFocused:m,isDisabled:w}=y.$293f70390ea03370$export$497855f14858aa34({key:e.key},l,d),j=[b?"selected":"",m?"focused":"",w?"disabled":""].join(" "),k=u.useCallback(z=>{r(""),a==null||a(`${i}Options`,""),z.currentTarget.checked&&(r(z.currentTarget.value),a==null||a(`${i}Options`,x))},[x,i,r,a]),C=u.useCallback(()=>{const z=s==null?void 0:s(`${i}Options`),N=typeof z=="string"?[z]:z;y.isEqual(x,N)&&!Array.from(g).includes("All")?(a==null||a("checkAll","All vulnerability types"),r("All vulnerability types")):(a==null||a("checkAll",""),r((N==null?void 0:N.length)<=2?N.join(", "):`${N.slice(0,2).join(", ")+`, +${N.length-2} more`}`))},[g,x,i,r,a,s]),v=e.key==="All"?t.jsx(se,{...o==null?void 0:o("checkAll",{onChange:k}),label:(F=e.rendered)==null?void 0:F.toString(),name:"checkAll",value:(R=e.rendered)==null?void 0:R.toString()}):t.jsx(se,{...o==null?void 0:o(`${i}Options`,{onChange:C}),label:(E=e.rendered)==null?void 0:E.toString(),name:`${i}Options`,value:e.key.toString()}),S=n&&!w?v:t.jsx(I,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),T=u.useCallback(z=>{var N;z.preventDefault(),r(((N=e.rendered)==null?void 0:N.toString())??""),l.setSelectedKey(e.key),setTimeout(()=>{l.setOpen(!1)},50),on(p)},[p,e.key,e.rendered,l,r]);return te(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,document.getElementById("combobox")),t.jsxs(Ao,{...!n&&!p?h:{},$multiSelection:n,className:j,ref:d,children:[p?t.jsx(oe,{href:p,onClick:T,children:S}):S,b&&!w&&!n?t.jsx(D,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(J,{tagLabel:e.textValue,variant:"inactive"})]})},tt=({field:e,disabled:n=!1,disabledKeys:i,error:o,helpLink:r,helpLinkText:a,helpText:l,label:s,loadingItems:c,name:d,multiSelection:p=!1,items:g,onBlur:x,onChange:h,placeholder:b,register:m,required:w,setValue:j,tooltip:k,value:C,watch:v,weight:S})=>{var Ct,St;const T=f.useTheme(),F=n?void 0:o,R=(e==null?void 0:e.value)??C,[E,z]=u.useState(((Ct=g.find(P=>P.value===R))==null?void 0:Ct.name)??""),[N,M]=u.useState(R),[_,G]=u.useState(g),[H,W]=u.useState(!1),{contains:ne}=y.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),ge=u.useRef(null),Ke=u.useRef(null),Xe=u.useRef(null),Ae=u.useRef(null),Ze=u.useRef(null),ui=u.useMemo(()=>g.toSorted((P,Y)=>{const K=Array.from(i??[]),ue=K.includes(P.value),zt=K.includes(Y.value);return ue&&!zt?1:!ue&&zt?-1:0}).map(P=>ne(P.name,E)||H?t.jsx(y.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":P.value,hrefLang:P.href,textValue:P.tag,children:P.name},P.value):null),[ne,i,E,g,H]),xi=u.useCallback(P=>{const Y=P.split(/,|\s/u).slice(-1)[0].trim();z(p?Y:P),P===""||P.endsWith(",")?W(!0):(W(!1),M(K=>{const ue=P===""?"":K;return e&&e.onChange(ue),h&&h(P),ue}),G(g.filter(K=>ne(K.name,p?Y:P))))},[ne,g,e,p,h]),hi=u.useCallback(P=>{var Y;z(((Y=g.find(K=>K.value===P))==null?void 0:Y.name)??""),M(P?String(P):""),e&&e.onChange(P),h&&h(P?String(P):""),G(g)},[g,e,h]),kt=u.useCallback(P=>{P.key==="Enter"&&P.preventDefault(),W(!1)},[]),fi=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),yi=u.useCallback(()=>{W(!0)},[]),Q=y.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:i,inputValue:E,items:_,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:N,onBlur:fi,onInputChange:xi,onKeyDown:kt,onKeyUp:yi,onOpenChange(P,Y){W(P&&(Y==="manual"||Y==="focus")),P&&setTimeout(()=>{var K;return(K=ge.current)==null?void 0:K.focus()},50)},onSelectionChange:p?void 0:hi,children:ui}),{buttonProps:bi,inputProps:$i,listBoxProps:mi}=y.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:E,buttonRef:Ke,id:d,inputRef:ge,label:s??d,listBoxRef:Xe,name:d,placeholder:b,popoverRef:Ze},Q),{listBoxProps:wi}=y.$c132121280ec012d$export$50eacbbf140a3141(mi,Q,Xe),{buttonProps:ji}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(bi,Ke),{width:vi}=((St=Ae.current)==null?void 0:St.getBoundingClientRect())??{width:240};return te(Ae.current,()=>{Q.isOpen&&!p&&Q.close()},!0,Ze.current),u.useEffect(()=>{var P;if((c===!1||!R)&&!p){const Y=((P=g.find(K=>K.value===R))==null?void 0:P.name)??"";z(Y),M(Y)}},[R,g,c,p]),t.jsxs(U,{error:F,helpLink:r,helpLinkText:a,helpText:l,htmlFor:d,id:"combobox",label:s,required:w,tooltip:k,weight:S,children:[t.jsxs(q,{className:`${n?"disabled":""} ${F?"error":""}`,ref:Ae,children:[t.jsx("input",{...$i,"aria-invalid":F?"true":"false","aria-label":d,disabled:n,onKeyDown:kt,ref:ge}),F?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:T.palette.error[500],iconSize:"lg"}):void 0,t.jsx(B,{...ji,className:"action",disabled:n,icon:Q.isOpen&&!n?"chevron-up":"chevron-down",iconColor:T.palette.gray[400],iconSize:"sm",iconType:"fa-light",px:.125,py:.125,ref:Ke,type:"button",variant:"ghost"})]}),Q.isOpen&&Q.collection.size>0&&!n?t.jsx(Fe,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:Ze,state:Q,triggerRef:Ae,children:t.jsx(No,{...wi,$multiSelection:p&&!Array.from(i??[]).includes("All"),$width:vi,ref:Xe,children:[...Q.collection].map(P=>t.jsx(an,{item:P,multiSelection:p,name:d,register:m,setInputValue:z,setValue:j,state:Q,watch:v},P.key))})}):null]})},ht=({control:e,disabled:n=!1,disabledKeys:i,error:o,helpLink:r,helpLinkText:a,helpText:l,label:s,loadingItems:c,name:d,multiSelection:p,items:g,onBlur:x,onChange:h,placeholder:b,register:m,required:w,setValue:j,tooltip:k,value:C,watch:v,weight:S})=>e?t.jsx(y.Controller,{control:e,name:d,render:({field:T,fieldState:F})=>{var R;return t.jsx(tt,{disabled:n,disabledKeys:i,error:(R=F.error)==null?void 0:R.message,field:T,helpLink:r,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,placeholder:b,register:m,required:w,setValue:j,tooltip:k,value:C,watch:v,weight:S})},rules:{required:w}}):t.jsx(tt,{disabled:n,disabledKeys:i,error:o,helpLink:r,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,placeholder:b,required:w,tooltip:k,value:C,weight:S}),Po=f.styled.div`
1134
+ `,se=u.forwardRef(function({checked:n,disabled:i=!1,label:o,name:r,onChange:a,onClick:l,onFocus:s,onKeyDown:c,tooltip:d,value:p,...g},x){return t.jsxs("div",{className:"gap-1 inline-flex items-start parent-checkbox",children:[t.jsxs(Lo,{"aria-disabled":i,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-hidden":!1,"aria-label":r,checked:n,"data-testid":o??p,disabled:i,id:r,name:r,onChange:a,onClick:l,onFocus:s,onKeyDown:c,ref:x,type:"checkbox",value:p,...g}),t.jsx(D,{disabled:i,icon:"check",iconSize:"xl"}),o??p]}),d===void 0?void 0:t.jsx(X,{icon:"circle-info",id:d,place:"right",tip:d})]})}),rn=({item:e,multiSelection:n,name:i,register:o,setInputValue:r,setValue:a,state:l,watch:s})=>{var F,R,E;const c=f.useTheme(),d=u.useRef(null),p=e.props.hrefLang,g=l.disabledKeys,x=Array.from(l.collection.getKeys()).filter(z=>!Array.from(g).includes(z)&&z!=="All"),{optionProps:h,isSelected:b,isFocused:m,isDisabled:w}=y.$293f70390ea03370$export$497855f14858aa34({key:e.key},l,d),j=[b?"selected":"",m?"focused":"",w?"disabled":""].join(" "),k=u.useCallback(z=>{r(""),a==null||a(`${i}Options`,""),z.currentTarget.checked&&(r(z.currentTarget.value),a==null||a(`${i}Options`,x))},[x,i,r,a]),C=u.useCallback(()=>{const z=s==null?void 0:s(`${i}Options`),N=typeof z=="string"?[z]:z;y.isEqual(x,N)&&!Array.from(g).includes("All")?(a==null||a("checkAll","All vulnerability types"),r("All vulnerability types")):(a==null||a("checkAll",""),r((N==null?void 0:N.length)<=2?N.join(", "):`${N.slice(0,2).join(", ")+`, +${N.length-2} more`}`))},[g,x,i,r,a,s]),v=e.key==="All"?t.jsx(se,{...o==null?void 0:o("checkAll",{onChange:k}),label:(F=e.rendered)==null?void 0:F.toString(),name:"checkAll",value:(R=e.rendered)==null?void 0:R.toString()}):t.jsx(se,{...o==null?void 0:o(`${i}Options`,{onChange:C}),label:(E=e.rendered)==null?void 0:E.toString(),name:`${i}Options`,value:e.key.toString()}),S=n&&!w?v:t.jsx(I,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),T=u.useCallback(z=>{var N;z.preventDefault(),r(((N=e.rendered)==null?void 0:N.toString())??""),l.setSelectedKey(e.key),setTimeout(()=>{l.setOpen(!1)},50),nn(p)},[p,e.key,e.rendered,l,r]);return te(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,document.getElementById("combobox")),t.jsxs(Ao,{...!n&&!p?h:{},$multiSelection:n,className:j,ref:d,children:[p?t.jsx(oe,{href:p,onClick:T,children:S}):S,b&&!w&&!n?t.jsx(D,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(J,{tagLabel:e.textValue,variant:"inactive"})]})},tt=({field:e,disabled:n=!1,disabledKeys:i,error:o,helpLink:r,helpLinkText:a,helpText:l,label:s,loadingItems:c,name:d,multiSelection:p=!1,items:g,onBlur:x,onChange:h,placeholder:b,register:m,required:w,setValue:j,tooltip:k,value:C,watch:v,weight:S})=>{var kt,Ct;const T=f.useTheme(),F=n?void 0:o,R=(e==null?void 0:e.value)??C,[E,z]=u.useState(((kt=g.find(P=>P.value===R))==null?void 0:kt.name)??""),[N,M]=u.useState(R),[_,G]=u.useState(g),[H,W]=u.useState(!1),{contains:ne}=y.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),ge=u.useRef(null),Ke=u.useRef(null),Xe=u.useRef(null),Ae=u.useRef(null),Ze=u.useRef(null),ui=u.useMemo(()=>g.toSorted((P,Y)=>{const K=Array.from(i??[]),ue=K.includes(P.value),St=K.includes(Y.value);return ue&&!St?1:!ue&&St?-1:0}).map(P=>ne(P.name,E)||H?t.jsx(y.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":P.value,hrefLang:P.href,textValue:P.tag,children:P.name},P.value):null),[ne,i,E,g,H]),xi=u.useCallback(P=>{const Y=P.split(/,|\s/u).slice(-1)[0].trim();z(p?Y:P),P===""||P.endsWith(",")?W(!0):(W(!1),M(K=>{const ue=P===""?"":K;return e&&e.onChange(ue),h&&h(P),ue}),G(g.filter(K=>ne(K.name,p?Y:P))))},[ne,g,e,p,h]),hi=u.useCallback(P=>{var Y;z(((Y=g.find(K=>K.value===P))==null?void 0:Y.name)??""),M(P?String(P):""),e&&e.onChange(P),h&&h(P?String(P):""),G(g)},[g,e,h]),vt=u.useCallback(P=>{P.key==="Enter"&&P.preventDefault(),W(!1)},[]),fi=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),yi=u.useCallback(()=>{W(!0)},[]),Q=y.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:i,inputValue:E,items:_,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:N,onBlur:fi,onInputChange:xi,onKeyDown:vt,onKeyUp:yi,onOpenChange(P,Y){W(P&&(Y==="manual"||Y==="focus")),P&&setTimeout(()=>{var K;return(K=ge.current)==null?void 0:K.focus()},50)},onSelectionChange:p?void 0:hi,children:ui}),{buttonProps:bi,inputProps:$i,listBoxProps:mi}=y.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:E,buttonRef:Ke,id:d,inputRef:ge,label:s??d,listBoxRef:Xe,name:d,placeholder:b,popoverRef:Ze},Q),{listBoxProps:wi}=y.$c132121280ec012d$export$50eacbbf140a3141(mi,Q,Xe),{buttonProps:ji}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(bi,Ke),{width:vi}=((Ct=Ae.current)==null?void 0:Ct.getBoundingClientRect())??{width:240};return te(Ae.current,()=>{Q.isOpen&&!p&&Q.close()},!0,Ze.current),u.useEffect(()=>{var P;if((c===!1||!R)&&!p){const Y=((P=g.find(K=>K.value===R))==null?void 0:P.name)??"";z(Y),M(Y)}},[R,g,c,p]),t.jsxs(U,{error:F,helpLink:r,helpLinkText:a,helpText:l,htmlFor:d,id:"combobox",label:s,required:w,tooltip:k,weight:S,children:[t.jsxs(q,{className:`${n?"disabled":""} ${F?"error":""}`,ref:Ae,children:[t.jsx("input",{...$i,"aria-invalid":F?"true":"false","aria-label":d,disabled:n,onKeyDown:vt,ref:ge}),F?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:T.palette.error[500],iconSize:"lg"}):void 0,t.jsx(B,{...ji,className:"action",disabled:n,icon:Q.isOpen&&!n?"chevron-up":"chevron-down",iconColor:T.palette.gray[400],iconSize:"sm",iconType:"fa-light",px:.125,py:.125,ref:Ke,type:"button",variant:"ghost"})]}),Q.isOpen&&Q.collection.size>0&&!n?t.jsx(Fe,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:Ze,state:Q,triggerRef:Ae,children:t.jsx(No,{...wi,$multiSelection:p&&!Array.from(i??[]).includes("All"),$width:vi,ref:Xe,children:[...Q.collection].map(P=>t.jsx(rn,{item:P,multiSelection:p,name:d,register:m,setInputValue:z,setValue:j,state:Q,watch:v},P.key))})}):null]})},ht=({control:e,disabled:n=!1,disabledKeys:i,error:o,helpLink:r,helpLinkText:a,helpText:l,label:s,loadingItems:c,name:d,multiSelection:p,items:g,onBlur:x,onChange:h,placeholder:b,register:m,required:w,setValue:j,tooltip:k,value:C,watch:v,weight:S})=>e?t.jsx(y.Controller,{control:e,name:d,render:({field:T,fieldState:F})=>{var R;return t.jsx(tt,{disabled:n,disabledKeys:i,error:(R=F.error)==null?void 0:R.message,field:T,helpLink:r,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,placeholder:b,register:m,required:w,setValue:j,tooltip:k,value:C,watch:v,weight:S})},rules:{required:w}}):t.jsx(tt,{disabled:n,disabledKeys:i,error:o,helpLink:r,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,placeholder:b,required:w,tooltip:k,value:C,weight:S}),Po=f.styled.div`
1135
1135
  ${({theme:e})=>`
1136
1136
  align-items: center;
1137
1137
  color: ${e.palette.gray[800]};
@@ -1163,12 +1163,12 @@
1163
1163
  padding: 0 0.5px;
1164
1164
  position: relative;
1165
1165
  width: 8px;
1166
- `,Et=f.styled.tr`
1166
+ `,Dt=f.styled.tr`
1167
1167
  align-items: flex-start;
1168
1168
  display: flex;
1169
1169
  padding: ${({theme:e})=>e.spacing[.25]} 0;
1170
1170
  width: 100%;
1171
- `,sn=f.css`
1171
+ `,an=f.css`
1172
1172
  ${({theme:e})=>`
1173
1173
  align-items: center;
1174
1174
  color: ${e.palette.gray[800]};
@@ -1185,10 +1185,10 @@
1185
1185
  width: ${e.spacing[2.5]};
1186
1186
  `}
1187
1187
  `,Oo=f.styled.th`
1188
- ${sn}
1188
+ ${an}
1189
1189
  `,Wo=f.styled.td`
1190
1190
  ${({theme:e})=>`
1191
- ${sn}
1191
+ ${an}
1192
1192
  height: ${e.spacing[2.5]};
1193
1193
  width: ${e.spacing[2.5]};
1194
1194
 
@@ -1243,7 +1243,7 @@
1243
1243
  > span {
1244
1244
  font-size: 4px;
1245
1245
  }
1246
- `,Rt=f.styled.button`
1246
+ `,Et=f.styled.button`
1247
1247
  cursor: pointer;
1248
1248
  display: flex;
1249
1249
 
@@ -1263,9 +1263,9 @@
1263
1263
  padding: 0 ${e.spacing[.25]};
1264
1264
  width: 100%;
1265
1265
  `}
1266
- `,ln=({state:e,date:n})=>{const i=u.useRef(null),o=y.$14e0f24ef4ac5c92$export$629b0a497aa65267(n,y.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:r,buttonProps:a,isSelected:l,isDisabled:s,formattedDate:c}=y.$36a0ac60f04457c5$export$136073280381448e({date:n},e,i),d="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.start):l,p="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.end):l,g=l&&!s&&!(d||p)?"range":"";return t.jsx(Wo,{id:g,...r,children:t.jsxs("div",{...a,className:`cell ${d||p?"selected":""}
1266
+ `,sn=({state:e,date:n})=>{const i=u.useRef(null),o=y.$14e0f24ef4ac5c92$export$629b0a497aa65267(n,y.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:r,buttonProps:a,isSelected:l,isDisabled:s,formattedDate:c}=y.$36a0ac60f04457c5$export$136073280381448e({date:n},e,i),d="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.start):l,p="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.end):l,g=l&&!s&&!(d||p)?"range":"";return t.jsx(Wo,{id:g,...r,children:t.jsxs("div",{...a,className:`cell ${d||p?"selected":""}
1267
1267
  ${s?"disabled":""} ${o?"today":""}
1268
- ${!e.isFocused&&!o?"focused":""} ${g}`,ref:i,children:[c,o?t.jsx(Bo,{children:t.jsx(D,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Ve=({state:e,...n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),{weekDays:o}=y.$e3031d1f8c9d64eb$export$cb95147730a423f5(n,e),r=y.$14e0f24ef4ac5c92$export$ccc1b2479e7dd654(e.visibleRange.start,i);return t.jsxs("table",{children:[t.jsx("thead",{children:t.jsx(Et,{children:o.map((a,l)=>{const s=`key_${l}`;return t.jsx(Oo,{children:a},s)})})}),t.jsx("tbody",{children:[...new Array(r).keys()].map(a=>t.jsx(Et,{children:e.getDatesInWeek(a).map((l,s)=>{const c=`key_${s}`;return l?t.jsx(ln,{date:l,state:e},c):t.jsx("td",{},c)})},a))})]})},_o=f.styled(ct)`
1268
+ ${!e.isFocused&&!o?"focused":""} ${g}`,ref:i,children:[c,o?t.jsx(Bo,{children:t.jsx(D,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Ve=({state:e,...n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),{weekDays:o}=y.$e3031d1f8c9d64eb$export$cb95147730a423f5(n,e),r=y.$14e0f24ef4ac5c92$export$ccc1b2479e7dd654(e.visibleRange.start,i);return t.jsxs("table",{children:[t.jsx("thead",{children:t.jsx(Dt,{children:o.map((a,l)=>{const s=`key_${l}`;return t.jsx(Oo,{children:a},s)})})}),t.jsx("tbody",{children:[...new Array(r).keys()].map(a=>t.jsx(Dt,{children:e.getDatesInWeek(a).map((l,s)=>{const c=`key_${s}`;return l?t.jsx(sn,{date:l,state:e},c):t.jsx("td",{},c)})},a))})]})},_o=f.styled(ct)`
1269
1269
  align-items: center;
1270
1270
  background-color: inherit;
1271
1271
  border-color: inherit;
@@ -1331,7 +1331,7 @@
1331
1331
  justify-content: flex-end;
1332
1332
  gap: ${({theme:e})=>e.spacing[.5]};
1333
1333
  flex: 1 0 0;
1334
- `,Ft=f.styled.div`
1334
+ `,Rt=f.styled.div`
1335
1335
  ${({theme:e})=>`
1336
1336
  align-items: center;
1337
1337
  align-self: stretch;
@@ -1343,7 +1343,7 @@
1343
1343
  line-height: ${e.spacing[1.5]};
1344
1344
  padding: 2px ${e.spacing[.25]};
1345
1345
  `}
1346
- `,Nt=f.styled.button`
1346
+ `,Ft=f.styled.button`
1347
1347
  ${({theme:e})=>`
1348
1348
  align-items: center;
1349
1349
  background-color: inherit;
@@ -1363,7 +1363,7 @@
1363
1363
  font-weight: ${e.typography.weight.bold};
1364
1364
  }
1365
1365
  `}
1366
- `,We=({disabled:e=!1,icon:n,props:i})=>{const o=u.useRef(null),{buttonProps:r}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(i,o);return t.jsx(Vo,{...r,$disabled:e,$focus:!!r["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:o,type:"button",children:t.jsx(D,{icon:n,iconColor:A.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},Ue=({state:e,prevButtonProps:n,nextButtonProps:i,title:o})=>{const r=e.focusedDate,a=f.useTheme(),l=u.useCallback(()=>{e.setFocusedDate(r.add({years:1}))},[r,e]),s=u.useCallback(()=>{e.setFocusedDate(r.subtract({years:1}))},[r,e]);return t.jsxs("div",{className:"header flex items-start",style:{position:"sticky",top:0,zIndex:2,background:a.palette.white},children:[t.jsx(We,{icon:"chevron-left",props:n}),t.jsxs(Po,{children:[o,t.jsxs(Mo,{children:[t.jsx(Rt,{"aria-label":"top",onClick:l,children:t.jsx(D,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(Rt,{"aria-label":"bottom",onClick:s,children:t.jsx(D,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(We,{icon:"chevron-right",props:i})]})},cn=({onClose:e,props:n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),o=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:r,nextButtonProps:a,title:l}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(n,o);return t.jsxs("div",{className:"calendar",children:[t.jsx(Ue,{nextButtonProps:a,prevButtonProps:r,state:o,title:l}),t.jsx(Ve,{state:o}),t.jsx(ft,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},dn=({segment:e,state:n})=>{const i=f.useTheme(),o=u.useRef(null),a={...e,placeholder:{day:"dd",dayPeriod:"(AM/PM)",era:"",hour:"hh",literal:"",minute:"mm",month:"mm",second:"",timeZoneName:"",year:"yyyy"}[e.type]},{segmentProps:l}=y.$32489daedd52963e$export$1315d136e6f7581(a,n,o),s=i.palette.gray[a.isEditable?800:500];return t.jsx("div",{...a.type!=="literal"&&{...l,className:"segment-cell"},ref:o,style:a.type==="literal"?void 0:{color:a.isPlaceholder?i.palette.gray[400]:s},children:a.isPlaceholder?a.placeholder:a.text})},pn=({disabled:e,error:n=!1,props:i})=>{const o=f.useTheme(),r=u.useRef(null),a=y.$3c0fc76039f1c516$export$60e84778edff6d26({...i,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:"en-US"}),{fieldProps:l}=y.$16f0b7bb276bc17e$export$5591b0b878c1a989(i,a,r),s=u.useCallback(c=>{const d=document.getElementsByClassName("segment-cell"),p=c.currentTarget;Object.values(d).some(g=>g.contains(p))||(c.preventDefault(),c.stopPropagation())},[]);return t.jsxs(Uo,{...l,onClick:s,children:[t.jsx("div",{className:"flex flex-row",style:{color:o.palette.gray[y.lodashExports.isNil(a.value)?400:800]},tabIndex:-1,children:a.segments.map((c,d)=>{const p=`key_${d}`;return t.jsx(dn,{segment:{...c,isEditable:!e},state:a},p)})}),n?t.jsx(D,{icon:"exclamation-circle",iconColor:o.palette.error[500],iconSize:"lg"}):void 0]})},gn=e=>{const n=u.useRef(null),i=y.$eff5d8ee529ac4bb$export$fd53cef0cc796101({...e,locale:"en-US",shouldForceLeadingZeros:!0}),{timeValue:o}=i,r=!y.lodashExports.isNil(o)&&o.hour<12?"AM":"PM",[a,l]=u.useState(y.lodashExports.isNil(o)?"AM":r),{fieldProps:s}=y.$16f0b7bb276bc17e$export$4c842f6a241dc825(e,i,n),c=u.useCallback(d=>{const p=d.currentTarget.name;p!==a&&(y.lodashExports.isNil(o)||(p==="AM"?i.setSegment("dayPeriod",0):p==="PM"&&i.setSegment("dayPeriod",12))),l(p)},[a,i,o]);return t.jsxs(Go,{children:[t.jsx(Ft,{...s,ref:n,children:i.segments.slice(0,-2).map((d,p)=>{const g=`key_${p}`;return t.jsx(dn,{segment:d,state:i},g)})}),t.jsxs(Ft,{children:[t.jsx(Nt,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(Nt,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Be=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD"):"-",Yo=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",At=(e,n)=>y.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),me=({error:e,buttonProps:n,datePickerRef:i,disabled:o=!1,granularity:r="day",fieldProps:a,groupProps:l,name:s,register:c,required:d,setValue:p,value:g})=>{const x=u.useCallback(h=>{if(!h)return;const b=r==="day"?Be(String(h)):Yo(String(h));a.onChange&&a.onChange(h??null),p&&p(s,b,{shouldDirty:!0})},[a,r,s,p]);return t.jsxs(q,{...l,className:`${o?"disabled":""} ${e?"error":""}`,ref:i,children:[t.jsx(pn,{disabled:o,error:e!=null,props:{...a,autoFocus:!1,granularity:r,onChange:x,shouldForceLeadingZeros:!0}}),t.jsx(We,{disabled:o,icon:r==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...c==null?void 0:c(s,{required:d}),"aria-label":s,className:"date-input",disabled:o,id:s,name:s,type:"text",value:g??""})]})},Ge=({children:e,...n})=>{const i=u.useRef(null),{dialogProps:o}=y.$40df3f8667284809$export$d55e7ee900f34e93(n,i);return t.jsx(Ho,{...o,ref:i,children:e})},un=({disabled:e=!1,error:n,helpLink:i,helpLinkText:o,helpText:r,required:a,label:l,name:s,register:c,setValue:d,tooltip:p,watch:g,...x})=>{const h=u.useRef(null),b=g==null?void 0:g(s),m=u.useCallback(F=>{d&&F&&d(s,Be(String(F)),{shouldDirty:!0})},[s,d]),w=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(F){m(F)},...!y._.isNil(b)&&!y._.isEmpty(b)&&y.dayjs(b).isValid()?{defaultValue:y.$fae977aafc393c5c$export$6b862160d295c8e(b.replace(/\//gu,"-"))}:{}}),{close:j}=w,{groupProps:k,fieldProps:C,buttonProps:v,dialogProps:S,calendarProps:T}=y.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":l??s,name:s},w,h);return t.jsxs(U,{error:e?void 0:n,helpLink:i,helpLinkText:o,helpText:r,htmlFor:s,label:l,required:a,tooltip:p,children:[t.jsx(me,{buttonProps:v,datePickerRef:h,disabled:e,error:n,fieldProps:C,groupProps:k,name:s,register:c,required:a,setValue:d,value:b}),w.isOpen&&!e?t.jsx(Fe,{offset:8,placement:"bottom start",state:w,triggerRef:h,children:t.jsx(Ge,{...S,children:t.jsx(cn,{onClose:j,props:T})})}):null]})},xn=({onClose:e,props:n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),o=u.useRef(null),r=y.$9a36b6ba2fb1a7c5$export$9a987164d97ecc90({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:a,nextButtonProps:l,title:s}=y.$46a4342aab3d8076$export$87e0539f600c24e5(n,r,o);return t.jsxs("div",{className:"calendar-range",ref:o,children:[t.jsx(Ue,{nextButtonProps:l,prevButtonProps:a,state:r,title:s}),t.jsx(Ve,{state:r}),t.jsx(ft,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},Ko=f.styled.div`
1366
+ `,We=({disabled:e=!1,icon:n,props:i})=>{const o=u.useRef(null),{buttonProps:r}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(i,o);return t.jsx(Vo,{...r,$disabled:e,$focus:!!r["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:o,type:"button",children:t.jsx(D,{icon:n,iconColor:A.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},Ue=({state:e,prevButtonProps:n,nextButtonProps:i,title:o})=>{const r=e.focusedDate,a=f.useTheme(),l=u.useCallback(()=>{e.setFocusedDate(r.add({years:1}))},[r,e]),s=u.useCallback(()=>{e.setFocusedDate(r.subtract({years:1}))},[r,e]);return t.jsxs("div",{className:"header flex items-start",style:{position:"sticky",top:0,zIndex:2,background:a.palette.white},children:[t.jsx(We,{icon:"chevron-left",props:n}),t.jsxs(Po,{children:[o,t.jsxs(Mo,{children:[t.jsx(Et,{"aria-label":"top",onClick:l,children:t.jsx(D,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(Et,{"aria-label":"bottom",onClick:s,children:t.jsx(D,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(We,{icon:"chevron-right",props:i})]})},ln=({onClose:e,props:n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),o=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:r,nextButtonProps:a,title:l}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(n,o);return t.jsxs("div",{className:"calendar",children:[t.jsx(Ue,{nextButtonProps:a,prevButtonProps:r,state:o,title:l}),t.jsx(Ve,{state:o}),t.jsx(ft,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},cn=({segment:e,state:n})=>{const i=f.useTheme(),o=u.useRef(null),a={...e,placeholder:{day:"dd",dayPeriod:"(AM/PM)",era:"",hour:"hh",literal:"",minute:"mm",month:"mm",second:"",timeZoneName:"",year:"yyyy"}[e.type]},{segmentProps:l}=y.$32489daedd52963e$export$1315d136e6f7581(a,n,o),s=i.palette.gray[a.isEditable?800:500];return t.jsx("div",{...a.type!=="literal"&&{...l,className:"segment-cell"},ref:o,style:a.type==="literal"?void 0:{color:a.isPlaceholder?i.palette.gray[400]:s},children:a.isPlaceholder?a.placeholder:a.text})},dn=({disabled:e,error:n=!1,props:i})=>{const o=f.useTheme(),r=u.useRef(null),a=y.$3c0fc76039f1c516$export$60e84778edff6d26({...i,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:"en-US"}),{fieldProps:l}=y.$16f0b7bb276bc17e$export$5591b0b878c1a989(i,a,r),s=u.useCallback(c=>{const d=document.getElementsByClassName("segment-cell"),p=c.currentTarget;Object.values(d).some(g=>g.contains(p))||(c.preventDefault(),c.stopPropagation())},[]);return t.jsxs(Uo,{...l,onClick:s,children:[t.jsx("div",{className:"flex flex-row",style:{color:o.palette.gray[y.lodashExports.isNil(a.value)?400:800]},tabIndex:-1,children:a.segments.map((c,d)=>{const p=`key_${d}`;return t.jsx(cn,{segment:{...c,isEditable:!e},state:a},p)})}),n?t.jsx(D,{icon:"exclamation-circle",iconColor:o.palette.error[500],iconSize:"lg"}):void 0]})},pn=e=>{const n=u.useRef(null),i=y.$eff5d8ee529ac4bb$export$fd53cef0cc796101({...e,locale:"en-US",shouldForceLeadingZeros:!0}),{timeValue:o}=i,r=!y.lodashExports.isNil(o)&&o.hour<12?"AM":"PM",[a,l]=u.useState(y.lodashExports.isNil(o)?"AM":r),{fieldProps:s}=y.$16f0b7bb276bc17e$export$4c842f6a241dc825(e,i,n),c=u.useCallback(d=>{const p=d.currentTarget.name;p!==a&&(y.lodashExports.isNil(o)||(p==="AM"?i.setSegment("dayPeriod",0):p==="PM"&&i.setSegment("dayPeriod",12))),l(p)},[a,i,o]);return t.jsxs(Go,{children:[t.jsx(Rt,{...s,ref:n,children:i.segments.slice(0,-2).map((d,p)=>{const g=`key_${p}`;return t.jsx(cn,{segment:d,state:i},g)})}),t.jsxs(Rt,{children:[t.jsx(Ft,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(Ft,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Be=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD"):"-",Yo=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",Nt=(e,n)=>y.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),me=({error:e,buttonProps:n,datePickerRef:i,disabled:o=!1,granularity:r="day",fieldProps:a,groupProps:l,name:s,register:c,required:d,setValue:p,value:g})=>{const x=u.useCallback(h=>{if(!h)return;const b=r==="day"?Be(String(h)):Yo(String(h));a.onChange&&a.onChange(h??null),p&&p(s,b,{shouldDirty:!0})},[a,r,s,p]);return t.jsxs(q,{...l,className:`${o?"disabled":""} ${e?"error":""}`,ref:i,children:[t.jsx(dn,{disabled:o,error:e!=null,props:{...a,autoFocus:!1,granularity:r,onChange:x,shouldForceLeadingZeros:!0}}),t.jsx(We,{disabled:o,icon:r==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...c==null?void 0:c(s,{required:d}),"aria-label":s,className:"date-input",disabled:o,id:s,name:s,type:"text",value:g??""})]})},Ge=({children:e,...n})=>{const i=u.useRef(null),{dialogProps:o}=y.$40df3f8667284809$export$d55e7ee900f34e93(n,i);return t.jsx(Ho,{...o,ref:i,children:e})},gn=({disabled:e=!1,error:n,helpLink:i,helpLinkText:o,helpText:r,required:a,label:l,name:s,register:c,setValue:d,tooltip:p,watch:g,...x})=>{const h=u.useRef(null),b=g==null?void 0:g(s),m=u.useCallback(F=>{d&&F&&d(s,Be(String(F)),{shouldDirty:!0})},[s,d]),w=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(F){m(F)},...!y._.isNil(b)&&!y._.isEmpty(b)&&y.dayjs(b).isValid()?{defaultValue:y.$fae977aafc393c5c$export$6b862160d295c8e(b.replace(/\//gu,"-"))}:{}}),{close:j}=w,{groupProps:k,fieldProps:C,buttonProps:v,dialogProps:S,calendarProps:T}=y.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":l??s,name:s},w,h);return t.jsxs(U,{error:e?void 0:n,helpLink:i,helpLinkText:o,helpText:r,htmlFor:s,label:l,required:a,tooltip:p,children:[t.jsx(me,{buttonProps:v,datePickerRef:h,disabled:e,error:n,fieldProps:C,groupProps:k,name:s,register:c,required:a,setValue:d,value:b}),w.isOpen&&!e?t.jsx(Fe,{offset:8,placement:"bottom start",state:w,triggerRef:h,children:t.jsx(Ge,{...S,children:t.jsx(ln,{onClose:j,props:T})})}):null]})},un=({onClose:e,props:n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),o=u.useRef(null),r=y.$9a36b6ba2fb1a7c5$export$9a987164d97ecc90({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:a,nextButtonProps:l,title:s}=y.$46a4342aab3d8076$export$87e0539f600c24e5(n,r,o);return t.jsxs("div",{className:"calendar-range",ref:o,children:[t.jsx(Ue,{nextButtonProps:l,prevButtonProps:a,state:r,title:s}),t.jsx(Ve,{state:r}),t.jsx(ft,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},Ko=f.styled.div`
1367
1367
  ${({theme:e,$disabled:n,$show:i})=>`
1368
1368
  border-color: ${i?e.palette.error[500]:e.palette.gray[300]};
1369
1369
  display: flex;
@@ -1374,7 +1374,7 @@
1374
1374
  background: ${n?e.palette.gray[200]:e.palette.white};
1375
1375
  }
1376
1376
  `}
1377
- `,hn=({disabled:e=!1,error:n,label:i,name:o,required:r,tooltip:a,register:l,setValue:s,propsMax:c,propsMin:d,variant:p="default",...g})=>{const x=`${o}Max`,h=`${o}Min`,b=u.useRef(null),m=u.useCallback(R=>{s&&R&&(s((c==null?void 0:c.name)??x,Be(String(R.end))),s((d==null?void 0:d.name)??h,Be(String(R.start))))},[x,h,s,c,d]),w=y.$93c38a5e28be6249$export$e50a61c1de9f574({...g,endName:(c==null?void 0:c.name)??x,startName:(d==null?void 0:d.name)??h,onChange(R){m(R)}}),{close:j}=w,{groupProps:k,startFieldProps:C,endFieldProps:v,buttonProps:S,dialogProps:T,calendarProps:F}=y.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...g,"aria-label":i??o},w,b);return t.jsxs(U,{error:e?void 0:n,htmlFor:o,label:i,required:r,tooltip:a,children:[t.jsxs(Ko,{$disabled:e,$show:n!==void 0,ref:b,style:{flexDirection:p==="filters"?"column":"row"},children:[t.jsx(me,{buttonProps:S,datePickerRef:b,disabled:e,error:n,fieldProps:{...C,"aria-label":`${C["aria-label"]} ${o}`,validate:R=>v.value&&R>v.value?"Start date must be less than or equal to end date":null},groupProps:k,name:(d==null?void 0:d.name)??h,register:l,setValue:s,value:d==null?void 0:d.value}),t.jsx(me,{buttonProps:S,datePickerRef:b,disabled:e,error:n,fieldProps:{...v,"aria-label":`${v["aria-label"]} ${o}`,validate:R=>C.value&&R<C.value?"End date must be greater than or equal to start date":null},groupProps:k,name:(c==null?void 0:c.name)??x,register:l,setValue:s,value:c==null?void 0:c.value})]}),w.isOpen&&!e?t.jsx(Fe,{offset:8,placement:"bottom start",state:w,triggerRef:b,children:t.jsx(Ge,{...T,children:t.jsx(xn,{onClose:j,props:F})})}):null]})},Xo=f.styled.div`
1377
+ `,xn=({disabled:e=!1,error:n,label:i,name:o,required:r,tooltip:a,register:l,setValue:s,propsMax:c,propsMin:d,variant:p="default",...g})=>{const x=`${o}Max`,h=`${o}Min`,b=u.useRef(null),m=u.useCallback(R=>{s&&R&&(s((c==null?void 0:c.name)??x,Be(String(R.end))),s((d==null?void 0:d.name)??h,Be(String(R.start))))},[x,h,s,c,d]),w=y.$93c38a5e28be6249$export$e50a61c1de9f574({...g,endName:(c==null?void 0:c.name)??x,startName:(d==null?void 0:d.name)??h,onChange(R){m(R)}}),{close:j}=w,{groupProps:k,startFieldProps:C,endFieldProps:v,buttonProps:S,dialogProps:T,calendarProps:F}=y.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...g,"aria-label":i??o},w,b);return t.jsxs(U,{error:e?void 0:n,htmlFor:o,label:i,required:r,tooltip:a,children:[t.jsxs(Ko,{$disabled:e,$show:n!==void 0,ref:b,style:{flexDirection:p==="filters"?"column":"row"},children:[t.jsx(me,{buttonProps:S,datePickerRef:b,disabled:e,error:n,fieldProps:{...C,"aria-label":`${C["aria-label"]} ${o}`,validate:R=>v.value&&R>v.value?"Start date must be less than or equal to end date":null},groupProps:k,name:(d==null?void 0:d.name)??h,register:l,setValue:s,value:d==null?void 0:d.value}),t.jsx(me,{buttonProps:S,datePickerRef:b,disabled:e,error:n,fieldProps:{...v,"aria-label":`${v["aria-label"]} ${o}`,validate:R=>C.value&&R<C.value?"End date must be greater than or equal to start date":null},groupProps:k,name:(c==null?void 0:c.name)??x,register:l,setValue:s,value:c==null?void 0:c.value})]}),w.isOpen&&!e?t.jsx(Fe,{offset:8,placement:"bottom start",state:w,triggerRef:b,children:t.jsx(Ge,{...T,children:t.jsx(un,{onClose:j,props:F})})}):null]})},Xo=f.styled.div`
1378
1378
  ${({theme:e})=>`
1379
1379
  align-items: center;
1380
1380
  border-top: 1px solid ${e.palette.gray[200]};
@@ -1389,7 +1389,7 @@
1389
1389
  gap: ${({theme:e})=>e.spacing[.5]};
1390
1390
  justify-content: flex-end;
1391
1391
  flex: 1 0 0;
1392
- `,fn=({handleTimeChange:e,onClose:n,props:i,timeState:o})=>{const r=f.useTheme(),{locale:a}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),l=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...i,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:a}),{prevButtonProps:s,nextButtonProps:c,title:d}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(i,l);return t.jsxs("div",{className:"calendar",children:[t.jsx(Ue,{nextButtonProps:c,prevButtonProps:s,state:l,title:d}),t.jsx(Ve,{state:l}),t.jsxs(Xo,{children:[t.jsx(I,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(Zo,{children:t.jsx(gn,{hourCycle:12,label:"time-field",onChange:e,value:o.timeValue})})]}),t.jsx(ft,{children:t.jsx(O,{onClick:n,variant:"ghost",children:"Cancel"})})]})},qo=e=>{const{disabled:n=!1,error:i,required:o,label:r,name:a,tooltip:l,register:s,setValue:c,watch:d}=e,p=d==null?void 0:d(a),g=u.useRef(null),x=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...e,granularity:"minute",hourCycle:12,isDisabled:n,isRequired:o,shouldCloseOnSelect:!1,value:y._.isNil(p)||y._.isEmpty(p)||p==="-"||y.dayjs(p,"YYYY/MM/DD hh:mm A").isValid()===!1?null:y.$fae977aafc393c5c$export$588937bcd60ade55(y.dayjs(p,"YYYY/MM/DD hh:mm A").format("YYYY-MM-DDTHH:mm:ss"))}),{close:h}=x,{groupProps:b,fieldProps:m,buttonProps:w,dialogProps:j,calendarProps:k}=y.$6057a3d2a53a12fd$export$42df105a73306d51(e,x,g),C=u.useCallback(S=>{if(k.onChange&&k.onChange(S),x.timeValue){const T=At(S,x.timeValue);c==null||c(a,T,{shouldDirty:!0})}else x.setDateValue(S)},[k,a,c,x]),v=u.useCallback(S=>{if(S){x.setTimeValue(S);const T=x.dateValue;if(T){const F=At(T,S);c==null||c(a,F,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(U,{error:n?void 0:i,htmlFor:a,label:r,required:o,tooltip:l,children:[t.jsx(me,{buttonProps:w,datePickerRef:g,disabled:n,error:i,fieldProps:m,granularity:"minute",groupProps:b,name:a,register:s,setValue:c,value:p}),x.isOpen&&!n?t.jsx(Fe,{offset:8,placement:"bottom start",state:x,triggerRef:g,children:t.jsx(Ge,{...j,children:t.jsx(fn,{handleTimeChange:v,onClose:h,props:{...k,onChange:C},timeState:x})})}):null]})},Jo=({children:e,currentValue:n,externalLink:i,isEditing:o,label:r,name:a,tooltip:l})=>{if(o)return t.jsx("div",{children:e});const s=y.lodashExports.isNil(n)?"":n,c=String(i??s);return t.jsxs($,{children:[t.jsx(xt,{htmlFor:a,label:r,tooltip:l,weight:"bold"}),c.startsWith("https://")?t.jsx(oe,{href:c,children:s}):t.jsx(I,{size:"md",children:s})]})},Ye=({disabled:e=!1,hasIcon:n=!1,helpLink:i,helpLinkText:o,helpText:r,error:a,id:l,indexArray:s=0,isValid:c,isTouched:d,label:p,name:g,maskValue:x=!1,onPaste:h,placeholder:b,removeItemArray:m,register:w,suggestions:j,tooltip:k,type:C="text",weight:v,...S})=>{const{required:T,onBlur:F,onChange:R}=S,E=f.useTheme(),z=e?void 0:a,[N,M]=u.useState(""),_=u.useCallback(W=>{M(W.target.value),R==null||R(W)},[R]),G=c&&d&&!e&&N.trim()!=="",H=u.useCallback(W=>{W.key==="Enter"&&W.preventDefault()},[]);return t.jsxs(U,{error:z,helpLink:i,helpLinkText:o,helpText:r,htmlFor:g,label:p,required:T,tooltip:k,weight:v,children:[t.jsxs(q,{className:`
1392
+ `,hn=({handleTimeChange:e,onClose:n,props:i,timeState:o})=>{const r=f.useTheme(),{locale:a}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),l=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...i,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:a}),{prevButtonProps:s,nextButtonProps:c,title:d}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(i,l);return t.jsxs("div",{className:"calendar",children:[t.jsx(Ue,{nextButtonProps:c,prevButtonProps:s,state:l,title:d}),t.jsx(Ve,{state:l}),t.jsxs(Xo,{children:[t.jsx(I,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(Zo,{children:t.jsx(pn,{hourCycle:12,label:"time-field",onChange:e,value:o.timeValue})})]}),t.jsx(ft,{children:t.jsx(O,{onClick:n,variant:"ghost",children:"Cancel"})})]})},qo=e=>{const{disabled:n=!1,error:i,required:o,label:r,name:a,tooltip:l,register:s,setValue:c,watch:d}=e,p=d==null?void 0:d(a),g=u.useRef(null),x=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...e,granularity:"minute",hourCycle:12,isDisabled:n,isRequired:o,shouldCloseOnSelect:!1,value:y._.isNil(p)||y._.isEmpty(p)||p==="-"||y.dayjs(p,"YYYY/MM/DD hh:mm A").isValid()===!1?null:y.$fae977aafc393c5c$export$588937bcd60ade55(y.dayjs(p,"YYYY/MM/DD hh:mm A").format("YYYY-MM-DDTHH:mm:ss"))}),{close:h}=x,{groupProps:b,fieldProps:m,buttonProps:w,dialogProps:j,calendarProps:k}=y.$6057a3d2a53a12fd$export$42df105a73306d51(e,x,g),C=u.useCallback(S=>{if(k.onChange&&k.onChange(S),x.timeValue){const T=Nt(S,x.timeValue);c==null||c(a,T,{shouldDirty:!0})}else x.setDateValue(S)},[k,a,c,x]),v=u.useCallback(S=>{if(S){x.setTimeValue(S);const T=x.dateValue;if(T){const F=Nt(T,S);c==null||c(a,F,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(U,{error:n?void 0:i,htmlFor:a,label:r,required:o,tooltip:l,children:[t.jsx(me,{buttonProps:w,datePickerRef:g,disabled:n,error:i,fieldProps:m,granularity:"minute",groupProps:b,name:a,register:s,setValue:c,value:p}),x.isOpen&&!n?t.jsx(Fe,{offset:8,placement:"bottom start",state:x,triggerRef:g,children:t.jsx(Ge,{...j,children:t.jsx(hn,{handleTimeChange:v,onClose:h,props:{...k,onChange:C},timeState:x})})}):null]})},Jo=({children:e,currentValue:n,externalLink:i,isEditing:o,label:r,name:a,tooltip:l})=>{if(o)return t.jsx("div",{children:e});const s=y.lodashExports.isNil(n)?"":n,c=String(i??s);return t.jsxs($,{children:[t.jsx(xt,{htmlFor:a,label:r,tooltip:l,weight:"bold"}),c.startsWith("https://")?t.jsx(oe,{href:c,children:s}):t.jsx(I,{size:"md",children:s})]})},Ye=({disabled:e=!1,hasIcon:n=!1,helpLink:i,helpLinkText:o,helpText:r,error:a,id:l,indexArray:s=0,isValid:c,isTouched:d,label:p,name:g,maskValue:x=!1,onPaste:h,placeholder:b,removeItemArray:m,register:w,suggestions:j,tooltip:k,type:C="text",weight:v,...S})=>{const{required:T,onBlur:F,onChange:R}=S,E=f.useTheme(),z=e?void 0:a,[N,M]=u.useState(""),_=u.useCallback(W=>{M(W.target.value),R==null||R(W)},[R]),G=c&&d&&!e&&N.trim()!=="",H=u.useCallback(W=>{W.key==="Enter"&&W.preventDefault()},[]);return t.jsxs(U,{error:z,helpLink:i,helpLinkText:o,helpText:r,htmlFor:g,label:p,required:T,tooltip:k,weight:v,children:[t.jsxs(q,{className:`
1393
1393
  ${e?"disabled":""} ${z?"error":""} ${G?"success":""}
1394
1394
  `,children:[n?t.jsx(D,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":z?"true":"false","aria-label":g,"aria-required":T,autoComplete:"off",className:x?"sr-block":"","data-testid":`${g}-input`,disabled:e,id:g,list:j?`list_${g}`:void 0,onKeyDown:H,onPaste:h,placeholder:b,type:C,...w?w(g,{required:T,onBlur:F,onChange:_}):{...S,onChange:_}}),z?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:E.palette.error[500],iconSize:"lg"}):void 0,G?t.jsx(D,{icon:"check-circle",iconClass:"success-icon",iconColor:E.palette.success[500],iconSize:"lg"}):void 0,l==="array"&&s>0?t.jsx(B,{color:E.palette.gray[400],icon:"trash",iconSize:"sm",iconType:"fa-light",onClick:m?m(s):void 0,variant:"ghost"}):void 0]}),j?t.jsx("datalist",{id:`list_${g}`,children:j.map(W=>t.jsx("option",{value:W},W))}):void 0]})},Qo=f.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,er=f.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
1395
1395
  gap: 12px;
@@ -1447,7 +1447,7 @@
1447
1447
  padding: ${i}px;
1448
1448
  }
1449
1449
  `}
1450
- `,yn=({align:e,children:n,cols:i,colsPadding:o,justify:r})=>t.jsx(rr,{$align:e,$cols:i,$colsPadding:o,$justify:r,children:n}),it=({addText:e,append:n,disabled:i=!1,fields:o,fieldState:r,initValue:a="",index:l=0,required:s,label:c,max:d=100,name:p,onBlur:g,onChange:x,placeholder:h,tooltip:b,remove:m,value:w})=>{var C;const j=u.useCallback(()=>{n==null||n(a)},[n,a]),k=u.useCallback(v=>()=>{m==null||m(v)},[m]);return t.jsxs(yn,{align:"start",children:[t.jsx(nt,{lg:75,md:75,sm:75,children:t.jsx(Ye,{disabled:i,error:r?(C=r.error)==null?void 0:C.message:void 0,id:"array",indexArray:l,isTouched:r?r.isTouched:void 0,isValid:r?!r.invalid:void 0,label:c,name:p,onBlur:g,onChange:x,placeholder:h,removeItemArray:k,required:s,tooltip:b,value:w})}),l<d-1&&l+1===(o==null?void 0:o.length)?t.jsx(nt,{lg:25,md:25,sm:25,children:t.jsx(O,{disabled:i,icon:"plus",onClick:j,variant:"ghost",width:"max-content",children:e??"Add"})}):void 0]})},ar=({addText:e,append:n,control:i,disabled:o,fields:r,initValue:a="",required:l,label:s,max:c=void 0,name:d="array-field",onChange:p,placeholder:g,remove:x,tooltip:h})=>i&&r?t.jsx(u.Fragment,{children:r.map((b,m)=>t.jsx(y.Controller,{control:i,name:`${d}.${m}`,render:({field:w,fieldState:j})=>t.jsx(it,{addText:e,append:n,disabled:o,fieldState:j,fields:r,index:m,initValue:a,label:s,max:c,name:w.name,onBlur:w.onBlur,onChange:p??w.onChange,placeholder:g,remove:x,required:l,tooltip:h,value:typeof w.value=="object"?w.value.value:w.value}),index:m},b.id))}):t.jsx(it,{addText:e,disabled:o,initValue:a,label:s,max:c,name:d,onChange:p,placeholder:g,required:l,tooltip:h}),sr=f.styled(Kt)`
1450
+ `,fn=({align:e,children:n,cols:i,colsPadding:o,justify:r})=>t.jsx(rr,{$align:e,$cols:i,$colsPadding:o,$justify:r,children:n}),it=({addText:e,append:n,disabled:i=!1,fields:o,fieldState:r,initValue:a="",index:l=0,required:s,label:c,max:d=100,name:p,onBlur:g,onChange:x,placeholder:h,tooltip:b,remove:m,value:w})=>{var C;const j=u.useCallback(()=>{n==null||n(a)},[n,a]),k=u.useCallback(v=>()=>{m==null||m(v)},[m]);return t.jsxs(fn,{align:"start",children:[t.jsx(nt,{lg:75,md:75,sm:75,children:t.jsx(Ye,{disabled:i,error:r?(C=r.error)==null?void 0:C.message:void 0,id:"array",indexArray:l,isTouched:r?r.isTouched:void 0,isValid:r?!r.invalid:void 0,label:c,name:p,onBlur:g,onChange:x,placeholder:h,removeItemArray:k,required:s,tooltip:b,value:w})}),l<d-1&&l+1===(o==null?void 0:o.length)?t.jsx(nt,{lg:25,md:25,sm:25,children:t.jsx(O,{disabled:i,icon:"plus",onClick:j,variant:"ghost",width:"max-content",children:e??"Add"})}):void 0]})},ar=({addText:e,append:n,control:i,disabled:o,fields:r,initValue:a="",required:l,label:s,max:c=void 0,name:d="array-field",onChange:p,placeholder:g,remove:x,tooltip:h})=>i&&r?t.jsx(u.Fragment,{children:r.map((b,m)=>t.jsx(y.Controller,{control:i,name:`${d}.${m}`,render:({field:w,fieldState:j})=>t.jsx(it,{addText:e,append:n,disabled:o,fieldState:j,fields:r,index:m,initValue:a,label:s,max:c,name:w.name,onBlur:w.onBlur,onChange:p??w.onChange,placeholder:g,remove:x,required:l,tooltip:h,value:typeof w.value=="object"?w.value.value:w.value}),index:m},b.id))}):t.jsx(it,{addText:e,disabled:o,initValue:a,label:s,max:c,name:d,onChange:p,placeholder:g,required:l,tooltip:h}),sr=f.styled(Yt)`
1451
1451
  white-space: nowrap;
1452
1452
  margin-right: ${({theme:e})=>e.spacing[.25]};
1453
1453
  text-overflow: ellipsis;
@@ -1458,13 +1458,13 @@
1458
1458
  position: absolute;
1459
1459
  visibility: hidden;
1460
1460
  width: 0;
1461
- `,we=(e,n,i)=>{const o=new Event(e);return Object.defineProperty(o,"target",{value:{name:n,value:i}}),o},cr=e=>{const n=e;return n?Array.from(n).map(i=>i.name).join(", "):""},dr=({accept:e,disabled:n=!1,error:i,label:o,helpLink:r,helpText:a,id:l,multiple:s,name:c,onChange:d,required:p,register:g,setValue:x,tooltip:h,watch:b,weight:m})=>{const w=f.useTheme(),j=n?void 0:i,k=u.useRef(null),C=g==null?void 0:g(c,{required:p}),v=b==null?void 0:b(c),S=cr(v),T=u.useCallback(()=>{const E=we("change",c,void 0);x&&x(c,void 0),C&&C.onChange(E)},[C,c,x]),F=u.useCallback(E=>{const{files:z}=E.currentTarget,N=we("change",c,z&&z.length>0?z:void 0);z&&z.length>0&&(d==null||d(N),x&&x(c,z),C&&C.onChange(N))},[C,c,d,x]),R=u.useCallback(E=>{n?E.preventDefault():k.current&&k.current.click()},[n]);return t.jsxs(U,{error:j,helpLink:r,helpText:a,htmlFor:l??c,label:o,required:p,tooltip:h,weight:m,children:[t.jsxs(q,{className:`${n?"disabled":""} ${j?"error":""}`,children:[t.jsx(sr,{$size:"md",children:S}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[y.lodashExports.isEmpty(S)||n?void 0:t.jsx(B,{color:w.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:T,variant:"ghost",width:"20px"}),j&&t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:w.palette.error[500],iconSize:"lg"}),t.jsxs(O,{border:n?`1px solid ${w.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:n,height:"40px",onClick:R,variant:"primary",width:"96px",children:[t.jsx(D,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),t.jsx(lr,{...C,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:l??c,multiple:s,name:c,onChange:F,ref:k,type:"file"})]})},pr=f.styled.input`
1461
+ `,we=(e,n,i)=>{const o=new Event(e);return Object.defineProperty(o,"target",{value:{name:n,value:i}}),o},cr=e=>{const n=e;return n?Array.from(n).map(i=>i.name).join(", "):""},dr=({accept:e,disabled:n=!1,error:i,label:o,helpLink:r,helpText:a,id:l,multiple:s,name:c,onChange:d,required:p,register:g,setValue:x,tooltip:h,watch:b,weight:m})=>{const w=f.useTheme(),j=n?void 0:i,k=u.useRef(null),C=g==null?void 0:g(c,{required:p}),v=b==null?void 0:b(c),S=cr(v),T=u.useCallback(()=>{const E=we("change",c,void 0);x&&x(c,void 0),C&&C.onChange(E)},[C,c,x]),F=u.useCallback(E=>{const{files:z}=E.currentTarget,N=we("change",c,z&&z.length>0?z:void 0);z&&z.length>0&&(d==null||d(N),x&&x(c,z),C&&C.onChange(N))},[C,c,d,x]),R=u.useCallback(E=>{n?E.preventDefault():k.current&&k.current.click()},[n]);return t.jsxs(U,{error:j,helpLink:r,helpText:a,htmlFor:l??c,label:o,required:p,tooltip:h,weight:m,children:[t.jsxs(q,{className:`${n?"disabled":""} ${j?"error":""}`,children:[t.jsx(sr,{$size:"md",children:S}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[y.lodashExports.isEmpty(S)||n?void 0:t.jsx(B,{color:w.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:T,variant:"ghost",width:"20px"}),j&&t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:w.palette.error[500],iconSize:"lg"}),t.jsxs(O,{border:n?`1px solid ${w.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:n,height:"40px",onClick:R,variant:"primary",width:"96px",children:[t.jsx(D,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),t.jsx(lr,{...C,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:l??c,multiple:s,name:c,onChange:F,ref:k,type:"file"})]})},pr=({title:e,icon:n="circle-info",children:i,tagElement:o})=>t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,children:[t.jsx(D,{icon:n,iconSize:"md",iconType:"fa-light"}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e}),o&&t.jsx($,{display:"flex",flexDirection:"row",mb:.25,children:o})]}),t.jsx($,{children:i})]}),gr=f.styled.input`
1462
1462
  border: none;
1463
1463
  background: transparent;
1464
1464
  min-width: 15rem;
1465
1465
  padding: 0;
1466
1466
  flex: 1;
1467
- `,ot=({disabled:e=!1,error:n,field:i,helpLink:o,helpLinkText:r,helpText:a,label:l,name:s="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>{const m=f.useTheme(),w=e?void 0:n,[j,k]=u.useState(""),C=c?h:i==null?void 0:i.value,v=u.useMemo(()=>C&&typeof C=="string"?C.split(",").filter(Boolean):[],[C]),S=u.useCallback(z=>{const M=[...new Set(z.filter(Boolean))].join(","),_=we("change",s,M);i&&i.onChange(_),c&&c(_)},[i,s,c]),T=u.useCallback(z=>{k(z.target.value)},[]),F=u.useCallback(z=>{const N=j.trim();N.length&&!v.includes(N)&&(z.preventDefault(),S([...v,N]),k("")),i&&i.onBlur()},[j,i,S,v]),R=u.useCallback(z=>{const N=j.trim();z.key==="Enter"&&N.length===0&&z.preventDefault(),["Enter",","].includes(z.key)&&N.length>0&&!v.includes(N)?(z.preventDefault(),S([...v,N]),k("")):z.key==="Backspace"&&!N.length&&v.length&&(z.preventDefault(),d==null||d(v[v.length-1]),S(v.slice(0,-1)))},[j,d,S,v]),E=u.useCallback(z=>()=>{d==null||d(z),S(v.filter(N=>N!==z))},[d,S,v]);return t.jsx(U,{error:w,helpLink:o,helpLinkText:r,helpText:a,htmlFor:s,label:l,required:g,tooltip:x,weight:b,children:t.jsxs(q,{$overflowX:"auto",className:`${e?"disabled":""} ${w?"error":""}`,children:[v.map(z=>t.jsx(J,{disabled:e,onClose:E(z),tagLabel:z},z)),t.jsx(pr,{"aria-hidden":!1,"aria-invalid":w?"true":"false","aria-label":s,"aria-required":g,autoComplete:"off",disabled:e,id:s,onBlur:F,onChange:T,onKeyDown:R,placeholder:v.length===0?p:void 0,ref:i==null?void 0:i.ref,type:"text",value:j}),w?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:m.palette.error[500],iconSize:"lg"}):void 0]})})},gr=({disabled:e=!1,control:n,error:i,helpLink:o,helpLinkText:r,helpText:a,label:l,name:s="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>n?t.jsx(y.Controller,{control:n,name:s,render:({field:m})=>t.jsx(ot,{disabled:e,error:i,field:m,helpLink:o,helpLinkText:r,helpText:a,label:l,name:s,onRemove:d,placeholder:p,required:g,tooltip:x,weight:b}),rules:{required:g}}):t.jsx(ot,{disabled:e,error:i,helpLink:o,helpLinkText:r,helpText:a,label:l,name:s,onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b}),xe=u.forwardRef(function({disabled:n,icon:i,margin:o,onClick:r,...a},l){return t.jsx(_o,{$margin:o,"aria-label":i,className:"action-btn",disabled:n,onClick:r,ref:l,type:"button",...a,children:t.jsx(D,{icon:i,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),je=({error:e,decimalPlaces:n=0,disabled:i=!1,id:o,maxLength:r,max:a=1/0,min:l=0,name:s,onChange:c,onEnter:d,placeholder:p,register:g,required:x,setValue:h,tooltipMessage:b,value:m,variant:w="full",defaultValue:j})=>{const k=f.useTheme(),C=i?void 0:e,v=n<0?0:n,[S,T]=u.useState(m?y._.toNumber(m):j?y._.toNumber(j):0),F=u.useCallback(()=>{const M=(S-10**-v).toFixed(v),_=Math.max(Number(l),Number(M));h&&h(s,_,{shouldDirty:!0}),T(_);const G=we("change",s,M);c&&c(G)},[S,v,l,h,s,c]),R=u.useCallback(()=>{const M=(S+10**-v).toFixed(v),_=Math.min(Number(a),Number(M)>Number(l)?Number(M):Number(l));h&&h(s,_,{shouldDirty:!0}),T(_);const G=we("change",s,M);c&&c(G)},[S,v,a,l,h,s,c]),E=u.useCallback(M=>{const{value:_}=M.target,G=/\d+/u.test(_)&&!y._.isEmpty(_);h&&h(s,G?_:void 0),c&&c(M),T(Number(_))},[s,c,h]),z=u.useCallback(M=>{M.stopPropagation(),M.key==="Enter"&&!y.lodashExports.isEmpty(M.currentTarget.value)&&(d==null||d(y.lodashExports.toNumber(M.currentTarget.value)))},[d]),N=()=>t.jsx("input",{"aria-hidden":!1,"aria-invalid":C?"true":"false","aria-label":s,"aria-required":x,autoComplete:"off",disabled:i,id:o??s,max:a,min:l,onChange:E,onKeyUp:z,placeholder:p,required:x,step:10**-v,type:"number",value:S,...g==null?void 0:g(s,{maxLength:r,max:a,min:l,onChange:E,value:m,valueAsNumber:!0})});return t.jsxs(q,{$variant:w,className:`${i?"disabled":""} ${C?"error":""}`,children:[w==="compact"&&b?t.jsx(X,{id:`numberInputTooltip-${s}`,tip:b,width:"100%",children:N()}):N(),C&&t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:k.palette.error[500],iconSize:"lg"}),w==="compact"?t.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",borderLeft:"inherit"},children:[t.jsx(xe,{borderRadius:`0 ${k.spacing[.5]} 0 0`,disabled:i,icon:"plus",onClick:R,px:.25}),t.jsx(Ro,{}),t.jsx(xe,{borderRadius:`0 0 ${k.spacing[.5]} 0`,disabled:i,icon:"minus",onClick:F,px:.25})]}):t.jsxs(t.Fragment,{children:[t.jsx(xe,{borderLeft:"inherit",borderRight:"inherit",disabled:i,icon:"minus",margin:"0 -0.625rem 0 0",onClick:F,px:.75,py:.75}),t.jsx(xe,{borderRadius:`0 ${k.spacing[.5]} ${k.spacing[.5]} 0`,disabled:i,icon:"plus",onClick:R,px:.75,py:.75})]})]})},bn=({autoUpdate:e,decimalPlaces:n,disabled:i=!1,error:o,helpLink:r,helpLinkText:a,helpText:l,id:s,label:c,linkPosition:d,maxLength:p,max:g,min:x,name:h,onChange:b,onEnter:m,placeholder:w,register:j,required:k,setValue:C,tooltip:v,tooltipMessage:S,value:T,variant:F="full",watch:R,weight:E,defaultValue:z})=>F==="compact"?t.jsx(je,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:z??Number(T??0),disabled:i,max:g,min:x,name:h,onEnter:m??(()=>{}),tooltipMessage:S,value:T,variant:F}):t.jsx(U,{error:i?void 0:o,helpLink:r,helpLinkText:a,helpText:l,htmlFor:h,label:c,linkPosition:d,maxLength:p,required:k,tooltip:v,weight:E,children:t.jsx(je,{decimalPlaces:n,disabled:i,error:o,id:s,max:g,maxLength:p,min:x,name:h,onChange:b,placeholder:w,register:j,required:k,setValue:C,value:R?R(h):T,variant:F})}),$n=({disabled:e=!1,error:n,name:i,label:o,propsMax:r,propsMin:a,required:l,tooltip:s,variant:c="default"})=>{const d=`${i}Max`,p=`${i}Min`;return t.jsx(U,{error:e?void 0:n,htmlFor:i,label:o,required:l,tooltip:s,children:t.jsxs($,{display:"flex",flexDirection:c==="filters"?"column":"row",gap:.25,width:"100%",children:[t.jsx(je,{...a,disabled:e,error:n,name:(a==null?void 0:a.name)??p}),t.jsx(je,{...r,disabled:e,error:n,name:(r==null?void 0:r.name)??d})]})})},ur=f.styled.div`
1467
+ `,ot=({disabled:e=!1,error:n,field:i,helpLink:o,helpLinkText:r,helpText:a,label:l,name:s="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>{const m=f.useTheme(),w=e?void 0:n,[j,k]=u.useState(""),C=c?h:i==null?void 0:i.value,v=u.useMemo(()=>C&&typeof C=="string"?C.split(",").filter(Boolean):[],[C]),S=u.useCallback(z=>{const M=[...new Set(z.filter(Boolean))].join(","),_=we("change",s,M);i&&i.onChange(_),c&&c(_)},[i,s,c]),T=u.useCallback(z=>{k(z.target.value)},[]),F=u.useCallback(z=>{const N=j.trim();N.length&&!v.includes(N)&&(z.preventDefault(),S([...v,N]),k("")),i&&i.onBlur()},[j,i,S,v]),R=u.useCallback(z=>{const N=j.trim();z.key==="Enter"&&N.length===0&&z.preventDefault(),["Enter",","].includes(z.key)&&N.length>0&&!v.includes(N)?(z.preventDefault(),S([...v,N]),k("")):z.key==="Backspace"&&!N.length&&v.length&&(z.preventDefault(),d==null||d(v[v.length-1]),S(v.slice(0,-1)))},[j,d,S,v]),E=u.useCallback(z=>()=>{d==null||d(z),S(v.filter(N=>N!==z))},[d,S,v]);return t.jsx(U,{error:w,helpLink:o,helpLinkText:r,helpText:a,htmlFor:s,label:l,required:g,tooltip:x,weight:b,children:t.jsxs(q,{$overflowX:"auto",className:`${e?"disabled":""} ${w?"error":""}`,children:[v.map(z=>t.jsx(J,{disabled:e,onClose:E(z),tagLabel:z},z)),t.jsx(gr,{"aria-hidden":!1,"aria-invalid":w?"true":"false","aria-label":s,"aria-required":g,autoComplete:"off",disabled:e,id:s,onBlur:F,onChange:T,onKeyDown:R,placeholder:v.length===0?p:void 0,ref:i==null?void 0:i.ref,type:"text",value:j}),w?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:m.palette.error[500],iconSize:"lg"}):void 0]})})},ur=({disabled:e=!1,control:n,error:i,helpLink:o,helpLinkText:r,helpText:a,label:l,name:s="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>n?t.jsx(y.Controller,{control:n,name:s,render:({field:m})=>t.jsx(ot,{disabled:e,error:i,field:m,helpLink:o,helpLinkText:r,helpText:a,label:l,name:s,onRemove:d,placeholder:p,required:g,tooltip:x,weight:b}),rules:{required:g}}):t.jsx(ot,{disabled:e,error:i,helpLink:o,helpLinkText:r,helpText:a,label:l,name:s,onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b}),xe=u.forwardRef(function({disabled:n,icon:i,margin:o,onClick:r,...a},l){return t.jsx(_o,{$margin:o,"aria-label":i,className:"action-btn",disabled:n,onClick:r,ref:l,type:"button",...a,children:t.jsx(D,{icon:i,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),je=({error:e,decimalPlaces:n=0,disabled:i=!1,id:o,maxLength:r,max:a=1/0,min:l=0,name:s,onChange:c,onEnter:d,placeholder:p,register:g,required:x,setValue:h,tooltipMessage:b,value:m,variant:w="full",defaultValue:j})=>{const k=f.useTheme(),C=i?void 0:e,v=n<0?0:n,[S,T]=u.useState(m?y._.toNumber(m):j?y._.toNumber(j):0),F=u.useCallback(()=>{const M=(S-10**-v).toFixed(v),_=Math.max(Number(l),Number(M));h&&h(s,_,{shouldDirty:!0}),T(_);const G=we("change",s,M);c&&c(G)},[S,v,l,h,s,c]),R=u.useCallback(()=>{const M=(S+10**-v).toFixed(v),_=Math.min(Number(a),Number(M)>Number(l)?Number(M):Number(l));h&&h(s,_,{shouldDirty:!0}),T(_);const G=we("change",s,M);c&&c(G)},[S,v,a,l,h,s,c]),E=u.useCallback(M=>{const{value:_}=M.target,G=/\d+/u.test(_)&&!y._.isEmpty(_);h&&h(s,G?_:void 0),c&&c(M),T(Number(_))},[s,c,h]),z=u.useCallback(M=>{M.stopPropagation(),M.key==="Enter"&&!y.lodashExports.isEmpty(M.currentTarget.value)&&(d==null||d(y.lodashExports.toNumber(M.currentTarget.value)))},[d]),N=()=>t.jsx("input",{"aria-hidden":!1,"aria-invalid":C?"true":"false","aria-label":s,"aria-required":x,autoComplete:"off",disabled:i,id:o??s,max:a,min:l,onChange:E,onKeyUp:z,placeholder:p,required:x,step:10**-v,type:"number",value:S,...g==null?void 0:g(s,{maxLength:r,max:a,min:l,onChange:E,value:m,valueAsNumber:!0})});return t.jsxs(q,{$variant:w,className:`${i?"disabled":""} ${C?"error":""}`,children:[w==="compact"&&b?t.jsx(X,{id:`numberInputTooltip-${s}`,tip:b,width:"100%",children:N()}):N(),C&&t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:k.palette.error[500],iconSize:"lg"}),w==="compact"?t.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",borderLeft:"inherit"},children:[t.jsx(xe,{borderRadius:`0 ${k.spacing[.5]} 0 0`,disabled:i,icon:"plus",onClick:R,px:.25}),t.jsx(Ro,{}),t.jsx(xe,{borderRadius:`0 0 ${k.spacing[.5]} 0`,disabled:i,icon:"minus",onClick:F,px:.25})]}):t.jsxs(t.Fragment,{children:[t.jsx(xe,{borderLeft:"inherit",borderRight:"inherit",disabled:i,icon:"minus",margin:"0 -0.625rem 0 0",onClick:F,px:.75,py:.75}),t.jsx(xe,{borderRadius:`0 ${k.spacing[.5]} ${k.spacing[.5]} 0`,disabled:i,icon:"plus",onClick:R,px:.75,py:.75})]})]})},yn=({autoUpdate:e,decimalPlaces:n,disabled:i=!1,error:o,helpLink:r,helpLinkText:a,helpText:l,id:s,label:c,linkPosition:d,maxLength:p,max:g,min:x,name:h,onChange:b,onEnter:m,placeholder:w,register:j,required:k,setValue:C,tooltip:v,tooltipMessage:S,value:T,variant:F="full",watch:R,weight:E,defaultValue:z})=>F==="compact"?t.jsx(je,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:z??Number(T??0),disabled:i,max:g,min:x,name:h,onEnter:m??(()=>{}),tooltipMessage:S,value:T,variant:F}):t.jsx(U,{error:i?void 0:o,helpLink:r,helpLinkText:a,helpText:l,htmlFor:h,label:c,linkPosition:d,maxLength:p,required:k,tooltip:v,weight:E,children:t.jsx(je,{decimalPlaces:n,disabled:i,error:o,id:s,max:g,maxLength:p,min:x,name:h,onChange:b,placeholder:w,register:j,required:k,setValue:C,value:R?R(h):T,variant:F})}),bn=({disabled:e=!1,error:n,name:i,label:o,propsMax:r,propsMin:a,required:l,tooltip:s,variant:c="default"})=>{const d=`${i}Max`,p=`${i}Min`;return t.jsx(U,{error:e?void 0:n,htmlFor:i,label:o,required:l,tooltip:s,children:t.jsxs($,{display:"flex",flexDirection:c==="filters"?"column":"row",gap:.25,width:"100%",children:[t.jsx(je,{...a,disabled:e,error:n,name:(a==null?void 0:a.name)??p}),t.jsx(je,{...r,disabled:e,error:n,name:(r==null?void 0:r.name)??d})]})})},xr=f.styled.div`
1468
1468
  ${({theme:e})=>`
1469
1469
  align-items: flex-start;
1470
1470
  align-self: stretch;
@@ -1504,7 +1504,7 @@
1504
1504
  }
1505
1505
  }
1506
1506
  `}
1507
- `,xr=f.styled.button`
1507
+ `,hr=f.styled.button`
1508
1508
  ${({theme:e})=>`
1509
1509
  align-items: center;
1510
1510
  background: inherit;
@@ -1520,7 +1520,7 @@
1520
1520
  cursor: not-allowed;
1521
1521
  }
1522
1522
  `}
1523
- `,hr=f.styled.ul`
1523
+ `,fr=f.styled.ul`
1524
1524
  ${({theme:e})=>`
1525
1525
  align-items: flex-start;
1526
1526
  box-shadow: ${e.shadows.md};
@@ -1534,7 +1534,7 @@
1534
1534
  scrollbar-width: thin;
1535
1535
  width: max-content;
1536
1536
  `}
1537
- `,fr=f.styled.li`
1537
+ `,yr=f.styled.li`
1538
1538
  ${({theme:e})=>`
1539
1539
  align-items: center;
1540
1540
  background: ${e.palette.white};
@@ -1551,22 +1551,22 @@
1551
1551
  background: ${e.palette.gray[100]};
1552
1552
  }
1553
1553
  `}
1554
- `,yr=f.styled.p`
1554
+ `,br=f.styled.p`
1555
1555
  color: ${({theme:e})=>e.palette.gray[800]};
1556
1556
  font-size: inherit;
1557
1557
  min-width: 55%;
1558
1558
  overflow: hidden;
1559
1559
  text-overflow: ellipsis;
1560
1560
  white-space: nowrap;
1561
- `,br=({disabled:e,error:n,label:i,name:o,placeholder:r,required:a,register:l,tooltip:s,value:c,watch:d,weight:p})=>{const g=f.useTheme(),x=u.useRef(null),h=e?void 0:n,b=(d==null?void 0:d(o))??c,[m,w]=u.useState(!1),[j,k]=u.useState(""),{refs:C,floatingStyles:v}=y.useFloating$1({placement:"bottom-start",whileElementsMounted:y.autoUpdate}),{inputRef:S,inputValue:T,handlePhoneValueChange:F,country:R,setCountry:E}=y.ee({countries:y._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),z=u.useCallback(H=>{H.key==="Enter"&&H.preventDefault()},[]),N=u.useCallback(H=>{H.preventDefault(),w(W=>!W),m||k("")},[m]),M=u.useCallback(H=>()=>{E(H),w(!1),k("")},[E,w]),_=u.useCallback(H=>{H.key.length===1?k(W=>W+H.key):H.key==="Backspace"&&k(W=>W.slice(0,-1))},[]),G=y._$1.filter(H=>{const{name:W}=y.M(H);return W.toLowerCase().includes(j.toLowerCase())});return te(C.floating.current,()=>{w(!1),k("")},!0),t.jsx(U,{error:h,htmlFor:o,label:i,required:a,tooltip:s,weight:p,children:t.jsxs(ur,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(xr,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:N,onKeyDown:_,ref:C.setReference,children:[t.jsx(y.q,{iso2:R.iso2,size:"16px"}),t.jsx(D,{icon:"angle-down",iconColor:g.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(q,{className:`${e?"disabled":""} ${h?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":h?"true":"false","aria-label":o,"aria-required":a,autoComplete:"off","data-testid":`${o}-input`,disabled:e,id:o,name:o,onKeyDown:z,placeholder:r,ref:S,type:"tel",value:T,...l==null?void 0:l(o,{required:a,onChange:F})}),h?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),m&&pe.createPortal(t.jsx(hr,{ref:C.setFloating,style:v,children:G.map(H=>{const{dialCode:W,iso2:ne,name:ge}=y.M(H);return t.jsxs(fr,{onClick:M(ne),value:ne,children:[t.jsx(y.q,{iso2:ne,size:"16px"}),t.jsx(yr,{children:ge}),t.jsx(I,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+W})]},ne)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},$r=({disabled:e=!1,error:n,helpLink:i,helpLinkText:o,helpText:r,isTouched:a,isValid:l,label:s,name:c="input-text",id:d,maskValue:p=!1,maxLength:g,onBlur:x,placeholder:h,register:b,required:m,rows:w,tooltip:j,watch:k,weight:C,value:v})=>{const S=f.useTheme(),T=(k==null?void 0:k(c))??v,F=l&&a&&!e,R=e?void 0:n;return t.jsx(U,{disabled:e,error:R,helpLink:i,helpLinkText:o,helpText:r,htmlFor:c,label:s,maxLength:g,required:m,tooltip:j,value:T?String(T):void 0,weight:C,children:t.jsxs(q,{className:`
1561
+ `,$r=({disabled:e,error:n,label:i,name:o,placeholder:r,required:a,register:l,tooltip:s,value:c,watch:d,weight:p})=>{const g=f.useTheme(),x=u.useRef(null),h=e?void 0:n,b=(d==null?void 0:d(o))??c,[m,w]=u.useState(!1),[j,k]=u.useState(""),{refs:C,floatingStyles:v}=y.useFloating$1({placement:"bottom-start",whileElementsMounted:y.autoUpdate}),{inputRef:S,inputValue:T,handlePhoneValueChange:F,country:R,setCountry:E}=y.ee({countries:y._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),z=u.useCallback(H=>{H.key==="Enter"&&H.preventDefault()},[]),N=u.useCallback(H=>{H.preventDefault(),w(W=>!W),m||k("")},[m]),M=u.useCallback(H=>()=>{E(H),w(!1),k("")},[E,w]),_=u.useCallback(H=>{H.key.length===1?k(W=>W+H.key):H.key==="Backspace"&&k(W=>W.slice(0,-1))},[]),G=y._$1.filter(H=>{const{name:W}=y.M(H);return W.toLowerCase().includes(j.toLowerCase())});return te(C.floating.current,()=>{w(!1),k("")},!0),t.jsx(U,{error:h,htmlFor:o,label:i,required:a,tooltip:s,weight:p,children:t.jsxs(xr,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(hr,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:N,onKeyDown:_,ref:C.setReference,children:[t.jsx(y.q,{iso2:R.iso2,size:"16px"}),t.jsx(D,{icon:"angle-down",iconColor:g.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(q,{className:`${e?"disabled":""} ${h?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":h?"true":"false","aria-label":o,"aria-required":a,autoComplete:"off","data-testid":`${o}-input`,disabled:e,id:o,name:o,onKeyDown:z,placeholder:r,ref:S,type:"tel",value:T,...l==null?void 0:l(o,{required:a,onChange:F})}),h?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),m&&pe.createPortal(t.jsx(fr,{ref:C.setFloating,style:v,children:G.map(H=>{const{dialCode:W,iso2:ne,name:ge}=y.M(H);return t.jsxs(yr,{onClick:M(ne),value:ne,children:[t.jsx(y.q,{iso2:ne,size:"16px"}),t.jsx(br,{children:ge}),t.jsx(I,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+W})]},ne)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},mr=({disabled:e=!1,error:n,helpLink:i,helpLinkText:o,helpText:r,isTouched:a,isValid:l,label:s,name:c="input-text",id:d,maskValue:p=!1,maxLength:g,onBlur:x,placeholder:h,register:b,required:m,rows:w,tooltip:j,watch:k,weight:C,value:v})=>{const S=f.useTheme(),T=(k==null?void 0:k(c))??v,F=l&&a&&!e,R=e?void 0:n;return t.jsx(U,{disabled:e,error:R,helpLink:i,helpLinkText:o,helpText:r,htmlFor:c,label:s,maxLength:g,required:m,tooltip:j,value:T?String(T):void 0,weight:C,children:t.jsxs(q,{className:`
1562
1562
  ${e?"disabled":""} ${R?"error":""} ${F?"success":""}
1563
- `,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":R?"true":"false","aria-label":c,"aria-required":m,className:p?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:g,placeholder:h,rows:w,value:T,...b==null?void 0:b(c,{required:m,onBlur:x})}),R?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:S.palette.error[500],iconSize:"lg"}):void 0,F?t.jsx(D,{icon:"check-circle",iconClass:"success-icon",iconColor:S.palette.success[500],iconSize:"lg"}):void 0]})})},mr=({control:e,description:n,disabled:i,id:o,items:r,align:a,inputType:l="text",inputNumberProps:s,minHeight:c,minWidth:d,name:p,placeholder:g,textAlign:x,tooltip:h,title:b,value:m,isTouched:w,isValid:j,error:k,onChange:C,register:v,setValue:S,watch:T})=>{const F=u.useMemo(()=>{if(l==="text")return t.jsx(Ye,{disabled:i,error:k,isTouched:w,isValid:j,name:p,placeholder:g,register:v});if(l==="date")return t.jsx(un,{disabled:i,error:k,name:p,register:v,setValue:S,watch:T});if(l==="select"&&r)return t.jsx(ht,{control:e,disabled:i,items:r,name:p,placeholder:g,value:m});const{decimalPlaces:R,max:E,min:z}=s??{};return t.jsx(bn,{decimalPlaces:R,disabled:i,error:k,max:E,min:z,name:p,onChange:C,placeholder:g,register:v,setValue:S,value:m,watch:T})},[e,i,k,s,l,w,j,r,p,C,g,v,S,m,T]);return t.jsxs(Do,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(He,{description:n,id:o,textAlign:x,title:b,tooltip:h}),F]})},mn=({options:e,title:n,checkboxesName:i,defaultBgColor:o,defaultCollapsed:r,onChange:a})=>{const l=f.useTheme(),[s,c]=u.useState(r??!1),d=u.useCallback(()=>{c(p=>!p)},[]);return t.jsxs($,{"aria-label":n,bgColor:s&&!o?l.palette.gray[50]:l.palette.white,border:"1px solid"+l.palette.gray[300],borderRadius:"8px",display:"inline-flex",flexDirection:"column",gap:.625,px:.75,py:.625,role:"region",width:"100%",children:[t.jsxs($,{alignItems:"center",cursor:"pointer",display:"flex",onClick:d,children:[t.jsx(I,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:n}),t.jsx(D,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[400],iconSize:"lg"})]}),s?t.jsx($,{display:"flex",gap:.75,wrap:"wrap",children:e.map(p=>t.jsx($,{bgColor:l.palette.white,border:"1px solid",borderColor:l.palette.gray[300],borderRadius:l.spacing[.25],px:.5,py:.5,children:t.jsx(se,{checked:p.visible,disabled:p.locked,label:p.name,name:`${i}-${p.name}`,onChange:a,value:p.name})},p.name))}):void 0]})},wr=f.styled.div`
1563
+ `,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":R?"true":"false","aria-label":c,"aria-required":m,className:p?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:g,placeholder:h,rows:w,value:T,...b==null?void 0:b(c,{required:m,onBlur:x})}),R?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:S.palette.error[500],iconSize:"lg"}):void 0,F?t.jsx(D,{icon:"check-circle",iconClass:"success-icon",iconColor:S.palette.success[500],iconSize:"lg"}):void 0]})})},wr=({control:e,description:n,disabled:i,id:o,items:r,align:a,inputType:l="text",inputNumberProps:s,minHeight:c,minWidth:d,name:p,placeholder:g,textAlign:x,tooltip:h,title:b,value:m,isTouched:w,isValid:j,error:k,onChange:C,register:v,setValue:S,watch:T})=>{const F=u.useMemo(()=>{if(l==="text")return t.jsx(Ye,{disabled:i,error:k,isTouched:w,isValid:j,name:p,placeholder:g,register:v});if(l==="date")return t.jsx(gn,{disabled:i,error:k,name:p,register:v,setValue:S,watch:T});if(l==="select"&&r)return t.jsx(ht,{control:e,disabled:i,items:r,name:p,placeholder:g,value:m});const{decimalPlaces:R,max:E,min:z}=s??{};return t.jsx(yn,{decimalPlaces:R,disabled:i,error:k,max:E,min:z,name:p,onChange:C,placeholder:g,register:v,setValue:S,value:m,watch:T})},[e,i,k,s,l,w,j,r,p,C,g,v,S,m,T]);return t.jsxs(Do,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(He,{description:n,id:o,textAlign:x,title:b,tooltip:h}),F]})},$n=({options:e,title:n,checkboxesName:i,defaultBgColor:o,defaultCollapsed:r,onChange:a})=>{const l=f.useTheme(),[s,c]=u.useState(r??!1),d=u.useCallback(()=>{c(p=>!p)},[]);return t.jsxs($,{"aria-label":n,bgColor:s&&!o?l.palette.gray[50]:l.palette.white,border:"1px solid"+l.palette.gray[300],borderRadius:"8px",display:"inline-flex",flexDirection:"column",gap:.625,px:.75,py:.625,role:"region",width:"100%",children:[t.jsxs($,{alignItems:"center",cursor:"pointer",display:"flex",onClick:d,children:[t.jsx(I,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:n}),t.jsx(D,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[400],iconSize:"lg"})]}),s?t.jsx($,{display:"flex",gap:.75,wrap:"wrap",children:e.map(p=>t.jsx($,{bgColor:l.palette.white,border:"1px solid",borderColor:l.palette.gray[300],borderRadius:l.spacing[.25],px:.5,py:.5,children:t.jsx(se,{checked:p.visible,disabled:p.locked,label:p.name,name:`${i}-${p.name}`,onChange:a,value:p.name})},p.name))}):void 0]})},jr=f.styled.div`
1564
1564
  display: flex;
1565
1565
  align-self: flex-start;
1566
1566
  margin-left: auto;
1567
1567
  width: 40px;
1568
1568
  height: auto;
1569
- `,jr=f.styled.label`
1569
+ `,vr=f.styled.label`
1570
1570
  ${({theme:e})=>`
1571
1571
  align-items: center;
1572
1572
  display: flex;
@@ -1645,7 +1645,7 @@
1645
1645
  }
1646
1646
 
1647
1647
  `}
1648
- `,vr=f.styled.span.attrs({className:"checkmark"})``,yt=u.forwardRef(function({checked:n,disabled:i=!1,label:o,name:r,onChange:a,onClick:l,value:s,...c},d){return t.jsxs(jr,{"aria-disabled":i,"aria-label":o??r,role:"radiogroup",children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-label":o??r,checked:n,disabled:i,name:r,onChange:a,onClick:l,ref:d,type:"radio",value:s,...c}),t.jsx(vr,{}),o??null]})}),kr=({alt:e,customDescription:n,imageId:i,icon:o,selectorProps:r,onClick:a,register:l,bgColor:s,title:c,isATag:d=!1,width:p="fit-content"})=>{const g=f.useTheme();return t.jsxs($,{alignItems:"center",bgColor:s??"",border:`1px solid ${g.palette.gray[200]}`,borderColorHover:g.palette.gray[600],borderRadius:g.spacing[.25],display:"inline-flex",pr:d?1:0,shadowHover:"md",width:p,children:[t.jsxs($,{display:"inline-flex",padding:[1,1,1,1],children:[t.jsx($,{alignSelf:"start",display:"flex",width:"fit-content",children:t.jsx(yt,{defaultChecked:r.defaultChecked,name:r.name,onClick:a,value:r.value,...l==null?void 0:l(r.name)})}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,justify:"space-between",ml:1,mr:1,width:"100%",children:[!d&&i!==void 0&&t.jsx(ee,{alt:e??"card image",height:"32px",publicId:i,width:"32px"}),o===void 0?void 0:t.jsx(D,{icon:o,iconSize:"xl",iconType:"fa-light"}),t.jsxs($,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(I,{color:g.palette.gray[800],fontWeight:"bold",size:"md",children:c}),n===void 0?void 0:t.jsx($,{children:n})]})]})]}),d&&t.jsx(wr,{children:t.jsx(ee,{alt:e??"tag image",height:"40px",publicId:i??"tag image",width:"40px"})})]})},he=f.styled.div`
1648
+ `,kr=f.styled.span.attrs({className:"checkmark"})``,yt=u.forwardRef(function({checked:n,disabled:i=!1,label:o,name:r,onChange:a,onClick:l,value:s,...c},d){return t.jsxs(vr,{"aria-disabled":i,"aria-label":o??r,role:"radiogroup",children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-label":o??r,checked:n,disabled:i,name:r,onChange:a,onClick:l,ref:d,type:"radio",value:s,...c}),t.jsx(kr,{}),o??null]})}),Cr=({alt:e,customDescription:n,imageId:i,icon:o,selectorProps:r,onClick:a,register:l,bgColor:s,title:c,isATag:d=!1,width:p="fit-content"})=>{const g=f.useTheme();return t.jsxs($,{alignItems:"center",bgColor:s??"",border:`1px solid ${g.palette.gray[200]}`,borderColorHover:g.palette.gray[600],borderRadius:g.spacing[.25],display:"inline-flex",pr:d?1:0,shadowHover:"md",width:p,children:[t.jsxs($,{display:"inline-flex",padding:[1,1,1,1],children:[t.jsx($,{alignSelf:"start",display:"flex",width:"fit-content",children:t.jsx(yt,{defaultChecked:r.defaultChecked,name:r.name,onClick:a,value:r.value,...l==null?void 0:l(r.name)})}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,justify:"space-between",ml:1,mr:1,width:"100%",children:[!d&&i!==void 0&&t.jsx(ee,{alt:e??"card image",height:"32px",publicId:i,width:"32px"}),o===void 0?void 0:t.jsx(D,{icon:o,iconSize:"xl",iconType:"fa-light"}),t.jsxs($,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(I,{color:g.palette.gray[800],fontWeight:"bold",size:"md",children:c}),n===void 0?void 0:t.jsx($,{children:n})]})]})]}),d&&t.jsx(jr,{children:t.jsx(ee,{alt:e??"tag image",height:"40px",publicId:i??"tag image",width:"40px"})})]})},he=f.styled.div`
1649
1649
  ${({theme:e})=>`
1650
1650
  align-items: center;
1651
1651
  background-color: ${e.palette.gray[200]};
@@ -1657,7 +1657,7 @@
1657
1657
  transition: 0.2s;
1658
1658
  width: 36px;
1659
1659
  `}
1660
- `,Cr=f.styled.div`
1660
+ `,Sr=f.styled.div`
1661
1661
  ${({theme:e})=>`
1662
1662
  background-color: ${e.palette.white};
1663
1663
  border-radius: 50%;
@@ -1668,7 +1668,7 @@
1668
1668
  width: ${e.spacing[1]};
1669
1669
  z-index: 1;
1670
1670
  `}
1671
- `,Sr=f.styled.label`
1671
+ `,zr=f.styled.label`
1672
1672
  display: inline-block;
1673
1673
 
1674
1674
  input {
@@ -1731,7 +1731,7 @@
1731
1731
  text-transform: uppercase;
1732
1732
  transition: 0.2s;
1733
1733
  z-index: 1;
1734
- `,zr=f.styled.label`
1734
+ `,Tr=f.styled.label`
1735
1735
  display: inline-block;
1736
1736
 
1737
1737
  input {
@@ -1790,22 +1790,22 @@
1790
1790
  color: ${({theme:e})=>e.palette.gray[400]};
1791
1791
  right: 6px;
1792
1792
  }
1793
- `,bt=u.forwardRef(function({defaultChecked:n,disabled:i=!1,inlineText:o=!1,justify:r,name:a,leftDescription:l,leftDescriptionMinWidth:s,rightDescription:c,onChange:d,...p},g){const x=n===!0?"on":"off",h=typeof l=="object"&&l.on&&l.off?l[x]:l,b=u.useCallback(m=>{m.stopPropagation()},[]);return o?t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:r,children:[t.jsx($,{minWidth:s,children:h}),t.jsxs(zr,{onClick:b,role:"switch",children:[t.jsx("input",{...p,"aria-disabled":i,"aria-label":a,checked:n===!0,disabled:i,name:a,onChange:d,ref:g,type:"checkbox"}),t.jsxs(Z,{"aria-label":"Toggle Switch",id:`${a}Toggle`,children:[t.jsx(le,{children:n?t.jsx(D,{icon:"check",iconSize:"sm"}):t.jsx(D,{icon:"times",iconSize:"sm"})}),t.jsx(Me,{children:n?"YES":"NO"})]})]}),c]}):t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:r,children:[t.jsx($,{minWidth:s,children:h}),t.jsxs(Sr,{onClick:b,role:"switch",children:[t.jsx("input",{...p,"aria-disabled":i,"aria-label":a,checked:n===!0,disabled:i,name:a,onChange:d,ref:g,type:"checkbox"}),t.jsx(he,{"aria-label":"Toggle Switch",id:`${a}Toggle`,children:t.jsx(Cr,{})})]}),c]})}),Tr=({id:e,title:n,toggles:i,minWidth:o="auto",height:r="auto"})=>{const a=f.useTheme();return t.jsxs($,{alignItems:"center",bgColor:a.palette.white,border:`1px solid ${a.palette.gray[200]}`,borderRadius:a.spacing[.25],display:"flex",flexDirection:"column",gap:.5,height:r,justify:"center",minHeight:"100px",minWidth:o,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(He,{id:e,title:n}),t.jsx($,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:i.map(l=>t.jsx(bt,{...l},`$card-toggle-${l.name}`))})]})},Ir=({description:e,height:n="auto",leftIconName:i,children:o,rightIconName:r,title:a,tooltipId:l,tooltipTip:s,tooltipPlace:c="bottom",variant:d="centered",width:p="318px"})=>{const g=f.useTheme(),x=d==="centered",h=l&&s?t.jsx(X,{display:"flex",icon:r??i,iconColor:g.palette.gray[800],id:l,place:c,tip:s}):void 0;return t.jsxs($,{alignItems:x?"center":"flex-start",bgColor:g.palette.gray[50],border:`1px solid ${g.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:x?"column":"column-reverse",gap:.5,height:n,justify:"center",padding:[1.25,1.25,1.25,1.25],width:p,children:[t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[x||y.isUndefined(i)?void 0:h,t.jsx(I,{color:x?g.palette.gray[800]:g.palette.gray[400],size:"md",textAlign:x?"center":"start",children:e}),x||y.isUndefined(r)?void 0:h]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[x&&!y.isUndefined(i)?h:void 0,t.jsxs("div",{style:{display:"flex",gap:"12px"},children:[y.isUndefined(a)?void 0:t.jsx(V,{fontWeight:"bold",size:"sm",children:a}),o]}),x&&!y.isUndefined(r)?h:void 0]})]})},Dr=.5,Lt=1.25,Er=({children:e,bgColor:n,border:i,gap:o=Dr,px:r=Lt,py:a=Lt,...l})=>{const s=f.useTheme();return t.jsx($,{bgColor:n??s.palette.white,border:i??`1px solid ${s.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:"column",gap:o,px:r,py:a,...l,children:e})},Rr=f.styled.div`
1793
+ `,mn=u.forwardRef(function({defaultChecked:n,disabled:i=!1,inlineText:o=!1,justify:r,name:a,leftDescription:l,leftDescriptionMinWidth:s,rightDescription:c,onChange:d,...p},g){const x=n===!0?"on":"off",h=typeof l=="object"&&l.on&&l.off?l[x]:l,b=u.useCallback(m=>{m.stopPropagation()},[]);return o?t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:r,children:[t.jsx($,{minWidth:s,children:h}),t.jsxs(Tr,{onClick:b,role:"switch",children:[t.jsx("input",{...p,"aria-disabled":i,"aria-label":a,checked:n===!0,disabled:i,name:a,onChange:d,ref:g,type:"checkbox"}),t.jsxs(Z,{"aria-label":"Toggle Switch",id:`${a}Toggle`,children:[t.jsx(le,{children:n?t.jsx(D,{icon:"check",iconSize:"sm"}):t.jsx(D,{icon:"times",iconSize:"sm"})}),t.jsx(Me,{children:n?"YES":"NO"})]})]}),c]}):t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:r,children:[t.jsx($,{minWidth:s,children:h}),t.jsxs(zr,{onClick:b,role:"switch",children:[t.jsx("input",{...p,"aria-disabled":i,"aria-label":a,checked:n===!0,disabled:i,name:a,onChange:d,ref:g,type:"checkbox"}),t.jsx(he,{"aria-label":"Toggle Switch",id:`${a}Toggle`,children:t.jsx(Sr,{})})]}),c]})}),Ir=({id:e,title:n,toggles:i,minWidth:o="auto",height:r="auto"})=>{const a=f.useTheme();return t.jsxs($,{alignItems:"center",bgColor:a.palette.white,border:`1px solid ${a.palette.gray[200]}`,borderRadius:a.spacing[.25],display:"flex",flexDirection:"column",gap:.5,height:r,justify:"center",minHeight:"100px",minWidth:o,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(He,{id:e,title:n}),t.jsx($,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:i.map(l=>t.jsx(mn,{...l},`$card-toggle-${l.name}`))})]})},Dr=({description:e,height:n="auto",leftIconName:i,children:o,rightIconName:r,title:a,tooltipId:l,tooltipTip:s,tooltipPlace:c="bottom",variant:d="centered",width:p="318px"})=>{const g=f.useTheme(),x=d==="centered",h=l&&s?t.jsx(X,{display:"flex",icon:r??i,iconColor:g.palette.gray[800],id:l,place:c,tip:s}):void 0;return t.jsxs($,{alignItems:x?"center":"flex-start",bgColor:g.palette.gray[50],border:`1px solid ${g.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:x?"column":"column-reverse",gap:.5,height:n,justify:"center",padding:[1.25,1.25,1.25,1.25],width:p,children:[t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[x||y.isUndefined(i)?void 0:h,t.jsx(I,{color:x?g.palette.gray[800]:g.palette.gray[400],size:"md",textAlign:x?"center":"start",children:e}),x||y.isUndefined(r)?void 0:h]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[x&&!y.isUndefined(i)?h:void 0,t.jsxs("div",{style:{display:"flex",gap:"12px"},children:[y.isUndefined(a)?void 0:t.jsx(V,{fontWeight:"bold",size:"sm",children:a}),o]}),x&&!y.isUndefined(r)?h:void 0]})]})},Er=.5,At=1.25,Rr=({children:e,bgColor:n,border:i,gap:o=Er,px:r=At,py:a=At,...l})=>{const s=f.useTheme();return t.jsx($,{bgColor:n??s.palette.white,border:i??`1px solid ${s.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:"column",gap:o,px:r,py:a,...l,children:e})},Fr=f.styled.div`
1794
1794
  position: relative;
1795
1795
  margin: auto;
1796
1796
  overflow: hidden;
1797
- `,Fr=f.styled.div`
1797
+ `,Nr=f.styled.div`
1798
1798
  display: flex;
1799
1799
  transition: transform 0.5s ease-in-out;
1800
1800
  transform: translateX(
1801
1801
  ${({$currentIndex:e})=>-e*100}%
1802
1802
  );
1803
- `,Nr=f.styled.div`
1803
+ `,Ar=f.styled.div`
1804
1804
  align-items: center;
1805
1805
  display: flex;
1806
1806
  justify-content: center;
1807
1807
  min-width: 100%;
1808
- `,Ar=f.styled.button`
1808
+ `,Lr=f.styled.button`
1809
1809
  ${({theme:e,$isActive:n})=>`
1810
1810
  background-color: ${n?e.palette.primary[400]:e.palette.white};
1811
1811
  border: none;
@@ -1814,13 +1814,13 @@
1814
1814
  height: ${e.spacing[.75]};
1815
1815
  width: ${e.spacing[.75]};
1816
1816
  `}
1817
- `,Lr=f.styled.div`
1817
+ `,Pr=f.styled.div`
1818
1818
  align-items: center;
1819
1819
  display: flex;
1820
1820
  gap: ${({theme:e})=>e.spacing[.5]};
1821
1821
  justify-content: center;
1822
1822
  margin-top: ${({theme:e})=>e.spacing[2]};
1823
- `,Pr=({slides:e,interval:n=300})=>{const{cycle:i,setCycle:o,setProgress:r}=Zt(n,e.length),a=u.useCallback(l=>()=>{o(l),r(0)},[o,r]);return t.jsxs(Rr,{"aria-roledescription":"carousel",children:[t.jsx(Fr,{$currentIndex:i,children:e.map((l,s)=>{const c=`slide-${s}`;return t.jsx(Nr,{"aria-label":c,"aria-roledescription":"slide",children:l.content},c)})}),t.jsx(Lr,{children:e.map((l,s)=>{const c=`nav-button-${s}`;return t.jsx(Ar,{$isActive:s===i,"aria-label":`Go to slide ${s+1}`,"data-testid":s===i?"active":"inactive",onClick:a(s)},c)})})]})},wn=f.styled.div`
1823
+ `,Mr=({slides:e,interval:n=300})=>{const{cycle:i,setCycle:o,setProgress:r}=Xt(n,e.length),a=u.useCallback(l=>()=>{o(l),r(0)},[o,r]);return t.jsxs(Fr,{"aria-roledescription":"carousel",children:[t.jsx(Nr,{$currentIndex:i,children:e.map((l,s)=>{const c=`slide-${s}`;return t.jsx(Ar,{"aria-label":c,"aria-roledescription":"slide",children:l.content},c)})}),t.jsx(Pr,{children:e.map((l,s)=>{const c=`nav-button-${s}`;return t.jsx(Lr,{$isActive:s===i,"aria-label":`Go to slide ${s+1}`,"data-testid":s===i?"active":"inactive",onClick:a(s)},c)})})]})},wn=f.styled.div`
1824
1824
  ${({theme:e})=>`
1825
1825
  background-color: ${e.palette.gray[100]};
1826
1826
  border-radius: ${e.spacing[.25]};
@@ -1896,7 +1896,7 @@
1896
1896
  padding-bottom: unset;
1897
1897
  }
1898
1898
  `}
1899
- `,Mr=f.styled.div`
1899
+ `,Or=f.styled.div`
1900
1900
  ${({theme:e})=>`
1901
1901
  align-items: end;
1902
1902
  background-color: ${e.palette.gray[100]};
@@ -1911,10 +1911,10 @@
1911
1911
  background-color: ${e.palette.gray[200]};
1912
1912
  }
1913
1913
  `}
1914
- `,jn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:i})=>(u.useEffect(()=>{y.prismExports.highlightAll()},[]),t.jsx(wn,{"data-private":!0,children:t.jsx("pre",{className:"line-highlight","data-line-offset":y._.isNil(n)||y._.isString(n)?0:n.offset+.7,...i!==void 0?{"data-line":String(Number(i))}:{},children:y._.isNil(n)||y._.isString(n)||y._.isEmpty(n.content)?t.jsx("div",{className:"no-data",children:t.jsx("p",{children:e})}):t.jsx("code",{className:"language-none",children:n.content})})})),Or=({minWidth:e="565px",noCodeMessage:n="Code snippet not available",snippet:i,specific:o,variant:r="normal",expanded:a=!1})=>{const l=f.useTheme(),[s,c]=u.useState(!1),[d,p]=u.useState(!0),g=u.useCallback(()=>{c(m=>!m)},[c]),x=u.useCallback(()=>{if(y._.isNil(i)||y._.isEmpty(i)||!y._.isString(i))return p(!1),n;const m=i.split(`
1914
+ `,jn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:i})=>(u.useEffect(()=>{y.prismExports.highlightAll()},[]),t.jsx(wn,{"data-private":!0,children:t.jsx("pre",{className:"line-highlight","data-line-offset":y._.isNil(n)||y._.isString(n)?0:n.offset+.7,...i!==void 0?{"data-line":String(Number(i))}:{},children:y._.isNil(n)||y._.isString(n)||y._.isEmpty(n.content)?t.jsx("div",{className:"no-data",children:t.jsx("p",{children:e})}):t.jsx("code",{className:"language-none",children:n.content})})})),Wr=({minWidth:e="565px",noCodeMessage:n="Code snippet not available",snippet:i,specific:o,variant:r="normal",expanded:a=!1})=>{const l=f.useTheme(),[s,c]=u.useState(!1),[d,p]=u.useState(!0),g=u.useCallback(()=>{c(m=>!m)},[c]),x=u.useCallback(()=>{if(y._.isNil(i)||y._.isEmpty(i)||!y._.isString(i))return p(!1),n;const m=i.split(`
1915
1915
  `);return m.length>8&&!s?`${[...m].splice(0,7).join(`
1916
1916
  `)}
1917
- ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(async()=>{await navigator.clipboard.writeText(h)},[h]);return r==="location"?t.jsx(jn,{noCodeMessage:n,snippet:i,specific:o}):t.jsxs($,{bgColor:l.palette.gray[100],borderRadius:"4px",display:"inline-flex",justify:a?"space-between":"center",minWidth:e,position:"relative",px:1,py:1,scroll:"x",width:a?"100%":"fit-content",children:[t.jsx(wn,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:h})})}),t.jsxs(Mr,{children:[t.jsx(B,{height:l.spacing[2.5],icon:"copy",iconColor:l.palette.gray[700],iconSize:"lg",iconType:"fa-light",onClick:b,variant:"ghost",width:l.spacing[2.5]}),d?t.jsxs(O,{onClick:g,variant:"ghost",children:[s?"Show Less":"Show more",t.jsx(D,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:b})]}):!1]})]})},{getVariant:Wr}=ie(e=>({fixed:`
1917
+ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(async()=>{await navigator.clipboard.writeText(h)},[h]);return r==="location"?t.jsx(jn,{noCodeMessage:n,snippet:i,specific:o}):t.jsxs($,{bgColor:l.palette.gray[100],borderRadius:"4px",display:"inline-flex",justify:a?"space-between":"center",minWidth:e,position:"relative",px:1,py:1,scroll:"x",width:a?"100%":"fit-content",children:[t.jsx(wn,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:h})})}),t.jsxs(Or,{children:[t.jsx(B,{height:l.spacing[2.5],icon:"copy",iconColor:l.palette.gray[700],iconSize:"lg",iconType:"fa-light",onClick:b,variant:"ghost",width:l.spacing[2.5]}),d?t.jsxs(O,{onClick:g,variant:"ghost",children:[s?"Show Less":"Show more",t.jsx(D,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:b})]}):!1]})]})},{getVariant:Br}=ie(e=>({fixed:`
1918
1918
  height: auto;
1919
1919
  min-width: 300px;
1920
1920
  padding: ${e.spacing[1.25]};
@@ -1943,7 +1943,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
1943
1943
  display: flex;
1944
1944
  justify-content: center;
1945
1945
  z-index: 99999;
1946
- `,$t=f.styled($)`
1946
+ `,bt=f.styled($)`
1947
1947
  ${({theme:e,$size:n})=>`
1948
1948
  background-color: ${e.palette.white};
1949
1949
  border: 1px solid ${e.palette.gray[200]};
@@ -1958,9 +1958,9 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
1958
1958
  margin: auto;
1959
1959
  white-space: pre-line;
1960
1960
 
1961
- ${Wr(e,n)}
1961
+ ${Br(e,n)}
1962
1962
  `}
1963
- `,Br=f.styled.div`
1963
+ `,_r=f.styled.div`
1964
1964
  ${({theme:e})=>`
1965
1965
  background-color: ${e.palette.white};
1966
1966
  border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
@@ -1988,7 +1988,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
1988
1988
  }
1989
1989
  }
1990
1990
  `}
1991
- `,_r=f.styled.div`
1991
+ `,Hr=f.styled.div`
1992
1992
  border-radius: ${({theme:e})=>`${e.spacing[.25]} ${e.spacing[.25]} 0 0`};
1993
1993
  display: block;
1994
1994
  overflow: unset;
@@ -1998,7 +1998,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
1998
1998
  padding: ${({theme:e})=>`${e.spacing[1.25]}`};
1999
1999
  padding-bottom: ${({theme:e})=>`${e.spacing[1.5]}`};
2000
2000
  position: sticky;
2001
- `,Hr=f.styled.div.attrs({className:"flex items-center justify-between"})``,Vr=f.styled.div`
2001
+ `,Vr=f.styled.div.attrs({className:"flex items-center justify-between"})``,Ur=f.styled.div`
2002
2002
  ${({theme:e})=>`
2003
2003
  border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
2004
2004
  display: flex;
@@ -2029,7 +2029,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2029
2029
  margin-right: 0;
2030
2030
  }
2031
2031
  `}
2032
- `,Ur=f.styled.div`
2032
+ `,Gr=f.styled.div`
2033
2033
  img {
2034
2034
  margin: 0 calc(-${({theme:e})=>e.spacing[1.25]} - 1px)
2035
2035
  ${({theme:e})=>e.spacing[1.25]};
@@ -2045,11 +2045,11 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2045
2045
  margin-right: 0;
2046
2046
  `:""}
2047
2047
  }
2048
- `,kn=({alert:e,modalRef:n,confirmButton:i=void 0,cancelButton:o=void 0})=>{const{close:r}=n,a=u.useCallback(()=>{o!=null&&o.onClick&&o.onClick(),r()},[o,r]),l=u.useCallback(()=>{i!=null&&i.onClick&&i.onClick(),r()},[i,r]);return[i,o].some(c=>!y.lodashExports.isEmpty(c))?t.jsxs($,{display:"flex",flexDirection:"column",gap:.625,position:"sticky",px:1.25,py:1.25,children:[e,t.jsx(Vr,{children:t.jsxs("div",{children:[o&&t.jsx(O,{id:o.id,onClick:a,variant:"tertiary",width:"100%",children:o.text}),i&&t.jsx(O,{id:i.id,onClick:l,variant:"primary",width:"100%",children:i.text})]})})]}):null},Cn=({title:e,description:n,modalRef:i,otherActions:o,onClose:r})=>{const a=f.useTheme(),l=u.useCallback(()=>{r==null||r(),i.close()},[i,r]);return u.useEffect(()=>{const s=c=>{c.key==="Escape"&&l()};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[l]),t.jsxs(_r,{children:[t.jsxs(Hr,{children:[typeof e=="string"?t.jsx(V,{fontWeight:"bold",mr:1,size:"sm",wordBreak:"break-word",children:e}):e,t.jsxs("div",{className:"items-center flex gap-3",children:[o,t.jsx(B,{icon:"close",iconColor:a.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:l,px:.25,py:.25,variant:"ghost"})]})]}),n&&y.lodashExports.isString(n)&&!y.lodashExports.isEmpty(n)?t.jsx(I,{mt:.5,size:"md",children:n}):void 0,n&&!y.lodashExports.isString(n)&&t.jsx($e,{display:"block",mt:.5,size:"md",children:n})]})},Sn=({disabled:e,id:n="modal-confirm",onCancel:i,onConfirm:o="submit",txtCancel:r,txtConfirm:a})=>{const l=o==="submit";return t.jsxs($,{display:"flex",gap:.75,id:"footer",maxWidth:i?"392px":"190px",mt:1.5,children:[i?t.jsx(O,{id:`${n}-cancel`,justify:"center",onClick:i,variant:"tertiary",width:"100%",children:r??"Cancel"}):void 0,t.jsx(O,{disabled:e,id:n,justify:"center",onClick:l?void 0:o,type:l?"submit":"button",variant:"primary",width:"100%",children:a??"Confirm"})]})},Gr=(e,n,i)=>i?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",Yr=f.styled.div`
2048
+ `,kn=({alert:e,modalRef:n,confirmButton:i=void 0,cancelButton:o=void 0})=>{const{close:r}=n,a=u.useCallback(()=>{o!=null&&o.onClick&&o.onClick(),r()},[o,r]),l=u.useCallback(()=>{i!=null&&i.onClick&&i.onClick(),r()},[i,r]);return[i,o].some(c=>!y.lodashExports.isEmpty(c))?t.jsxs($,{display:"flex",flexDirection:"column",gap:.625,position:"sticky",px:1.25,py:1.25,children:[e,t.jsx(Ur,{children:t.jsxs("div",{children:[o&&t.jsx(O,{id:o.id,onClick:a,variant:"tertiary",width:"100%",children:o.text}),i&&t.jsx(O,{id:i.id,onClick:l,variant:"primary",width:"100%",children:i.text})]})})]}):null},Cn=({title:e,description:n,modalRef:i,otherActions:o,onClose:r})=>{const a=f.useTheme(),l=u.useCallback(()=>{r==null||r(),i.close()},[i,r]);return u.useEffect(()=>{const s=c=>{c.key==="Escape"&&l()};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[l]),t.jsxs(Hr,{children:[t.jsxs(Vr,{children:[typeof e=="string"?t.jsx(V,{fontWeight:"bold",mr:1,size:"sm",wordBreak:"break-word",children:e}):e,t.jsxs("div",{className:"items-center flex gap-3",children:[o,t.jsx(B,{icon:"close",iconColor:a.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:l,px:.25,py:.25,variant:"ghost"})]})]}),n&&y.lodashExports.isString(n)&&!y.lodashExports.isEmpty(n)?t.jsx(I,{mt:.5,size:"md",children:n}):void 0,n&&!y.lodashExports.isString(n)&&t.jsx($e,{display:"block",mt:.5,size:"md",children:n})]})},Sn=({disabled:e,id:n="modal-confirm",onCancel:i,onConfirm:o="submit",txtCancel:r,txtConfirm:a})=>{const l=o==="submit";return t.jsxs($,{display:"flex",gap:.75,id:"footer",maxWidth:i?"392px":"190px",mt:1.5,children:[i?t.jsx(O,{id:`${n}-cancel`,justify:"center",onClick:i,variant:"tertiary",width:"100%",children:r??"Cancel"}):void 0,t.jsx(O,{disabled:e,id:n,justify:"center",onClick:l?void 0:o,type:l?"submit":"button",variant:"primary",width:"100%",children:a??"Confirm"})]})},Yr=(e,n,i)=>i?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",Kr=f.styled.div`
2049
2049
  display: flex;
2050
2050
  flex-direction: row;
2051
2051
  gap: ${({theme:e})=>e.spacing[.25]};
2052
- border-bottom: ${({theme:e,$borderButton:n,$variant:i})=>Gr(e,i,n)};
2052
+ border-bottom: ${({theme:e,$borderButton:n,$variant:i})=>Yr(e,i,n)};
2053
2053
  align-items: center;
2054
2054
  padding: ${({theme:e})=>e.spacing[.625]}
2055
2055
  ${({theme:e})=>e.spacing[.5]};
@@ -2088,7 +2088,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2088
2088
  }
2089
2089
  }
2090
2090
  }
2091
- `,zn=({end:e=!1,label:n,id:i,isActive:o=!1,link:r,notificationSign:a,onClick:l,tooltip:s="",variant:c="primary",tag:d})=>{const{pathname:p}=Qe.useLocation(),g=o||(c==="primary"?p.includes(r):p.endsWith(r));return t.jsx(X,{display:"flex",id:`${i}-tooltip`,tip:s,children:t.jsxs(Yr,{$borderButton:g,$variant:c,children:[t.jsx(Qe.NavLink,{end:e,id:i,onClick:l,to:r,children:n}),t.jsx(Oe,{left:a==null?void 0:a.left,numberIndicator:a==null?void 0:a.numberIndicator,show:a==null?void 0:a.show,top:a==null?void 0:a.top,variant:a==null?void 0:a.variant}),d===void 0?null:t.jsx(J,{tagLabel:`${d}`,variant:"default"})]})})},mt=({items:e,borders:n=!0,box:i=!1,variant:o="primary"})=>{const r=f.useTheme();return t.jsx($,{alignItems:"center",bgColor:r.palette.white,border:i?"1px solid":void 0,borderBottom:n?`1px solid ${r.palette.gray[300]}`:void 0,borderColor:i?r.palette.gray[200]:void 0,borderRadius:i?r.spacing[.25]:void 0,display:"inline-flex",gap:.25,id:"tablist",padding:i?[0,0,0,0]:void 0,pl:n?1.25:void 0,pr:n?1.25:void 0,role:"tablist",width:i?"max-content":"100%",children:e.map(({end:a,id:l,isActive:s,link:c,label:d,notificationSign:p,onClick:g,tag:x,tooltip:h})=>t.jsx(zn,{end:a,id:l,isActive:s,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:o},l))})},ce=u.forwardRef(function({color:n=A.palette.gray[100],mt:i=.5,mb:o=.5,width:r,...a},l){return t.jsx($,{as:"hr",borderTop:`1px solid ${n}`,mb:o,mt:i,ref:l,width:r??"100%",...a})}),Kr=f.styled.li`
2091
+ `,zn=({end:e=!1,label:n,id:i,isActive:o=!1,link:r,notificationSign:a,onClick:l,tooltip:s="",variant:c="primary",tag:d})=>{const{pathname:p}=Qe.useLocation(),g=o||(c==="primary"?p.includes(r):p.endsWith(r));return t.jsx(X,{display:"flex",id:`${i}-tooltip`,tip:s,children:t.jsxs(Kr,{$borderButton:g,$variant:c,children:[t.jsx(Qe.NavLink,{end:e,id:i,onClick:l,to:r,children:n}),t.jsx(Oe,{left:a==null?void 0:a.left,numberIndicator:a==null?void 0:a.numberIndicator,show:a==null?void 0:a.show,top:a==null?void 0:a.top,variant:a==null?void 0:a.variant}),d===void 0?null:t.jsx(J,{tagLabel:`${d}`,variant:"default"})]})})},$t=({items:e,borders:n=!0,box:i=!1,variant:o="primary"})=>{const r=f.useTheme();return t.jsx($,{alignItems:"center",bgColor:r.palette.white,border:i?"1px solid":void 0,borderBottom:n?`1px solid ${r.palette.gray[300]}`:void 0,borderColor:i?r.palette.gray[200]:void 0,borderRadius:i?r.spacing[.25]:void 0,display:"inline-flex",gap:.25,id:"tablist",padding:i?[0,0,0,0]:void 0,pl:n?1.25:void 0,pr:n?1.25:void 0,role:"tablist",width:i?"max-content":"100%",children:e.map(({end:a,id:l,isActive:s,link:c,label:d,notificationSign:p,onClick:g,tag:x,tooltip:h})=>t.jsx(zn,{end:a,id:l,isActive:s,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:o},l))})},ce=u.forwardRef(function({color:n=A.palette.gray[100],mt:i=.5,mb:o=.5,width:r,...a},l){return t.jsx($,{as:"hr",borderTop:`1px solid ${n}`,mb:o,mt:i,ref:l,width:r??"100%",...a})}),Xr=f.styled.li`
2092
2092
  ${({theme:e})=>`
2093
2093
  align-items: center;
2094
2094
  background-color: ${e.palette.white};
@@ -2146,7 +2146,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2146
2146
  min-width: 240px;
2147
2147
  padding: ${e.spacing[.25]} 0 ${e.spacing[.25]} 0;
2148
2148
  `}
2149
- `,Ne=({children:e,disabled:n=!1,icon:i,iconType:o="fa-light",href:r,onClick:a,onClickIcon:l,onKeyDown:s,rightIcon:c,selected:d=!1,value:p,...g})=>{const h=f.useTheme().palette.gray[n?300:800],b=n?u.Children.map(e,m=>u.isValidElement(m)?u.cloneElement(m,{disabled:n,...m.props}):m):e;return t.jsxs(Kr,{"aria-disabled":n,"aria-label":p,"aria-selected":d,"data-testid":p,onClick:a,onKeyDown:s,value:p,...g,children:[i!==void 0||p!==void 0?t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[i?t.jsx(D,{disabled:n,icon:i,iconColor:h,iconSize:"sm",iconType:o}):null,r===void 0?b:t.jsx(oe,{href:r,children:b})]}):null,d||c?t.jsx(D,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:o,onClick:l}):null]})},Xr=f.styled(Ne)`
2149
+ `,Ne=({children:e,disabled:n=!1,icon:i,iconType:o="fa-light",href:r,onClick:a,onClickIcon:l,onKeyDown:s,rightIcon:c,selected:d=!1,value:p,...g})=>{const h=f.useTheme().palette.gray[n?300:800],b=n?u.Children.map(e,m=>u.isValidElement(m)?u.cloneElement(m,{disabled:n,...m.props}):m):e;return t.jsxs(Xr,{"aria-disabled":n,"aria-label":p,"aria-selected":d,"data-testid":p,onClick:a,onKeyDown:s,value:p,...g,children:[i!==void 0||p!==void 0?t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[i?t.jsx(D,{disabled:n,icon:i,iconColor:h,iconSize:"sm",iconType:o}):null,r===void 0?b:t.jsx(oe,{href:r,children:b})]}):null,d||c?t.jsx(D,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:o,onClick:l}):null]})},Zr=f.styled(Ne)`
2150
2150
  margin-top: 10px;
2151
2151
  border: 1px solid ${({theme:e})=>e.palette.gray[300]};
2152
2152
  border-radius: 4px;
@@ -2169,7 +2169,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2169
2169
  border: 2px solid ${n.palette.black};
2170
2170
  background-color: ${n.palette.white} !important;
2171
2171
  `:""}
2172
- `,In=({items:e,onReorder:n,title:i,description:o,onClickClose:r})=>{const[a,l]=u.useState(null),s=u.useCallback(g=>()=>{r(g)},[r]),c=u.useCallback(g=>{l(g.name)},[]),d=u.useCallback(()=>{l(null)},[]),p=u.useCallback(g=>()=>{c(g)},[c]);return t.jsxs(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:n,style:{height:"max-content",padding:"1.25rem 0",width:"45%"},values:e,children:[t.jsxs($,{display:"flex",gap:.25,children:[t.jsx(V,{display:"flex",size:"xs",children:i}),t.jsx(J,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(I,{size:"md",children:o}),e.map(g=>g.visible?t.jsx(y.ReorderItem,{as:"div",dragListener:!g.locked,item:g.name,onDragEnd:d,onDragStart:p(g),style:{zIndex:a===g.name?9999:"auto",position:a===g.name?"relative":"static"},value:g,children:t.jsx(Xr,{$isDragging:a===g.name,disabled:g.locked,icon:"grip-vertical",iconType:"fa-light",label:g.name,onClickIcon:g.locked?void 0:s(g.id),rightIcon:g.locked?"lock":"close",selected:g.visible,value:g.name,children:g.name})},g.name):void 0)]})},Zr=f.styled(Ne)`
2172
+ `,In=({items:e,onReorder:n,title:i,description:o,onClickClose:r})=>{const[a,l]=u.useState(null),s=u.useCallback(g=>()=>{r(g)},[r]),c=u.useCallback(g=>{l(g.name)},[]),d=u.useCallback(()=>{l(null)},[]),p=u.useCallback(g=>()=>{c(g)},[c]);return t.jsxs(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:n,style:{height:"max-content",padding:"1.25rem 0",width:"45%"},values:e,children:[t.jsxs($,{display:"flex",gap:.25,children:[t.jsx(V,{display:"flex",size:"xs",children:i}),t.jsx(J,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(I,{size:"md",children:o}),e.map(g=>g.visible?t.jsx(y.ReorderItem,{as:"div",dragListener:!g.locked,item:g.name,onDragEnd:d,onDragStart:p(g),style:{zIndex:a===g.name?9999:"auto",position:a===g.name?"relative":"static"},value:g,children:t.jsx(Zr,{$isDragging:a===g.name,disabled:g.locked,icon:"grip-vertical",iconType:"fa-light",label:g.name,onClickIcon:g.locked?void 0:s(g.id),rightIcon:g.locked?"lock":"close",selected:g.visible,value:g.name,children:g.name})},g.name):void 0)]})},qr=f.styled(Ne)`
2173
2173
  padding: 7px 8px;
2174
2174
 
2175
2175
  &[aria-selected="true"] {
@@ -2185,24 +2185,24 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2185
2185
  display: none;
2186
2186
  }
2187
2187
  }
2188
- `,wt=e=>e.reduce((i,o)=>o.group?i[o.group]?{...i,[o.group]:[...i[o.group],o]}:{...i,[o.group]:[o]}:i,{}),qr=300,de=({name:e,onClear:n,onChange:i,value:o,maxLength:r=qr,...a})=>{const l=u.useRef(null),s=f.useTheme(),[c,d]=u.useState(o??"");u.useEffect(()=>{d(o??"")},[o]);const p=u.useCallback(b=>{b.key==="Enter"&&b.preventDefault()},[]),g=u.useCallback(b=>{const m=b.target.value;if(m.length>r){const w=m.slice(0,r);d(w);return}d(m),i==null||i(b)},[i,r]),x=u.useCallback(()=>{d(""),n==null||n(),i&&i({target:{value:""},currentTarget:{value:""}})},[n,i]),h=!y.lodashExports.isEmpty(c);return t.jsx(U,{htmlFor:e??"",children:t.jsxs(q,{children:[t.jsx(D,{icon:"magnifying-glass",iconColor:s.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx("input",{id:e,maxLength:r,name:e,onChange:g,onKeyDown:p,ref:l,type:"search",value:c,...a}),t.jsx("span",{style:{visibility:h?"visible":"hidden",margin:0},children:t.jsx(B,{icon:"xmark",iconColor:s.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:x,px:.25,py:.25,type:"reset",variant:"ghost"})})]})})},Dn=({columns:e,formId:n,onChangeHandler:i,variant:o})=>{const r=u.useRef(null),[a,l]=u.useState([]),[s,c]=u.useState(""),d=u.useCallback(g=>{const{value:x}=g.target;c(x)},[]),p=u.useCallback(()=>{r.current&&(r.current.reset(),c(""))},[r]);return u.useEffect(()=>{l(e.filter(g=>{var x;return o==="grouped"?g.name.toLowerCase().includes(s.toLowerCase())||((x=g.group)==null?void 0:x.includes(s.toLowerCase())):g.name.toLowerCase().includes(s.toLowerCase())}))},[e,s,o]),o==="grouped"?t.jsxs($,{display:"flex",flexDirection:"column",gap:.625,height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:r,children:t.jsx(de,{name:"search",onChange:d,onClear:p,value:s})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(wt(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx(mn,{checkboxesName:g,defaultBgColor:!0,defaultCollapsed:h===0,onChange:i,options:x,title:g},b)})})]}):t.jsxs($,{height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:r,children:t.jsx(de,{name:"search",onChange:d,onClear:p,value:s})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{paddingTop:"0.625rem"},children:a.map(g=>{const x=`li-checkbox-${g.name}`;return t.jsx(Zr,{selected:g.visible,value:x,width:"content",children:t.jsx(se,{checked:g.visible,disabled:g.locked,label:g.name,name:g.name,onChange:i,value:g.name})},x)})})]})},En=({_containerId:e="portals",title:n,modalRef:i,variant:o})=>{const r=f.useTheme(),a=u.useRef(null),[l,s]=u.useState(void 0),c=u.useCallback(g=>{const{checked:x,value:h}=g.target,b=i.columns.map(m=>{var w;return m.name===h?((w=m.toggleVisibility)==null||w.call(m,x),{...m,visible:x}):m});i.setColumns(b)},[i]),d=u.useCallback(g=>{const x=i.columns.map(h=>{var b;return h.id===g?((b=h.toggleVisibility)==null||b.call(h,!1),{...h,visible:!1}):h});i.setColumns(x)},[i]),p=u.useCallback(()=>{var x;const g=(x=a.current)==null?void 0:x.scrollHeight;l!==g&&s(g)},[l]);return i.isOpen?pe.createPortal(t.jsx(vn,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs($t,{$size:"md",flexDirection:"column",children:[t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(V,{size:"sm",children:n}),t.jsx(B,{icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:i.close,px:.25,py:.25,variant:"ghost"})]}),t.jsx(ce,{mb:0,mt:0}),t.jsxs($,{display:"flex",gap:1.25,onScroll:p,px:1.25,ref:a,scroll:"y",width:"100%",children:[t.jsx(Dn,{columns:i.columns,formId:"columns-visibility",onChangeHandler:c,variant:o}),t.jsx($,{borderLeft:`2px solid ${r.palette.gray[100]}`,height:l?`${l}px`:"auto"}),t.jsx(In,{description:"Click and drag to reorder the columns",items:i.columns,onClickClose:d,onReorder:i.setColumns,title:"Reorder columns"})]}),t.jsx(ce,{mb:0,mt:0}),t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(O,{disabled:!i.hasChanged,form:"columns-visibility",id:"columns-modal-cancel",justify:"center",onClick:i.resetToDefault,type:"reset",variant:"tertiary",children:"Reset to default"}),t.jsx(O,{id:"columns-modal-submit",justify:"center",onClick:i.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},Jr=f.styled(Ne)`
2188
+ `,mt=e=>e.reduce((i,o)=>o.group?i[o.group]?{...i,[o.group]:[...i[o.group],o]}:{...i,[o.group]:[o]}:i,{}),Jr=300,de=({name:e,onClear:n,onChange:i,value:o,maxLength:r=Jr,...a})=>{const l=u.useRef(null),s=f.useTheme(),[c,d]=u.useState(o??"");u.useEffect(()=>{d(o??"")},[o]);const p=u.useCallback(b=>{b.key==="Enter"&&b.preventDefault()},[]),g=u.useCallback(b=>{const m=b.target.value;if(m.length>r){const w=m.slice(0,r);d(w);return}d(m),i==null||i(b)},[i,r]),x=u.useCallback(()=>{d(""),n==null||n(),i&&i({target:{value:""},currentTarget:{value:""}})},[n,i]),h=!y.lodashExports.isEmpty(c);return t.jsx(U,{htmlFor:e??"",children:t.jsxs(q,{children:[t.jsx(D,{icon:"magnifying-glass",iconColor:s.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx("input",{id:e,maxLength:r,name:e,onChange:g,onKeyDown:p,ref:l,type:"search",value:c,...a}),t.jsx("span",{style:{visibility:h?"visible":"hidden",margin:0},children:t.jsx(B,{icon:"xmark",iconColor:s.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:x,px:.25,py:.25,type:"reset",variant:"ghost"})})]})})},Dn=({columns:e,formId:n,onChangeHandler:i,variant:o})=>{const r=u.useRef(null),[a,l]=u.useState([]),[s,c]=u.useState(""),d=u.useCallback(g=>{const{value:x}=g.target;c(x)},[]),p=u.useCallback(()=>{r.current&&(r.current.reset(),c(""))},[r]);return u.useEffect(()=>{l(e.filter(g=>{var x;return o==="grouped"?g.name.toLowerCase().includes(s.toLowerCase())||((x=g.group)==null?void 0:x.includes(s.toLowerCase())):g.name.toLowerCase().includes(s.toLowerCase())}))},[e,s,o]),o==="grouped"?t.jsxs($,{display:"flex",flexDirection:"column",gap:.625,height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:r,children:t.jsx(de,{name:"search",onChange:d,onClear:p,value:s})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(mt(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx($n,{checkboxesName:g,defaultBgColor:!0,defaultCollapsed:h===0,onChange:i,options:x,title:g},b)})})]}):t.jsxs($,{height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:r,children:t.jsx(de,{name:"search",onChange:d,onClear:p,value:s})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{paddingTop:"0.625rem"},children:a.map(g=>{const x=`li-checkbox-${g.name}`;return t.jsx(qr,{selected:g.visible,value:x,width:"content",children:t.jsx(se,{checked:g.visible,disabled:g.locked,label:g.name,name:g.name,onChange:i,value:g.name})},x)})})]})},En=({_containerId:e="portals",title:n,modalRef:i,variant:o})=>{const r=f.useTheme(),a=u.useRef(null),[l,s]=u.useState(void 0),c=u.useCallback(g=>{const{checked:x,value:h}=g.target,b=i.columns.map(m=>{var w;return m.name===h?((w=m.toggleVisibility)==null||w.call(m,x),{...m,visible:x}):m});i.setColumns(b)},[i]),d=u.useCallback(g=>{const x=i.columns.map(h=>{var b;return h.id===g?((b=h.toggleVisibility)==null||b.call(h,!1),{...h,visible:!1}):h});i.setColumns(x)},[i]),p=u.useCallback(()=>{var x;const g=(x=a.current)==null?void 0:x.scrollHeight;l!==g&&s(g)},[l]);return i.isOpen?pe.createPortal(t.jsx(vn,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs(bt,{$size:"md",flexDirection:"column",children:[t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(V,{size:"sm",children:n}),t.jsx(B,{icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:i.close,px:.25,py:.25,variant:"ghost"})]}),t.jsx(ce,{mb:0,mt:0}),t.jsxs($,{display:"flex",gap:1.25,onScroll:p,px:1.25,ref:a,scroll:"y",width:"100%",children:[t.jsx(Dn,{columns:i.columns,formId:"columns-visibility",onChangeHandler:c,variant:o}),t.jsx($,{borderLeft:`2px solid ${r.palette.gray[100]}`,height:l?`${l}px`:"auto"}),t.jsx(In,{description:"Click and drag to reorder the columns",items:i.columns,onClickClose:d,onReorder:i.setColumns,title:"Reorder columns"})]}),t.jsx(ce,{mb:0,mt:0}),t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(O,{disabled:!i.hasChanged,form:"columns-visibility",id:"columns-modal-cancel",justify:"center",onClick:i.resetToDefault,type:"reset",variant:"tertiary",children:"Reset to default"}),t.jsx(O,{id:"columns-modal-submit",justify:"center",onClick:i.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},Qr=f.styled(Ne)`
2189
2189
  padding: 8px;
2190
2190
  min-height: 36px;
2191
2191
  min-width: unset;
2192
- `,Qr=(e,n)=>{var i,o,r,a,l;n("checkbox",e.filter(s=>s.type==="checkboxes").flatMap(s=>{var c;return((c=s.options)==null?void 0:c.filter(d=>d.checked).map(d=>d.value))??[]})),n("radio",((r=(o=(i=e.find(s=>s.type==="radioButton"))==null?void 0:i.options)==null?void 0:o.find(({checked:s})=>s))==null?void 0:r.value)??""),n("text",e.filter(s=>["text","select"].includes(s.type)).reduce((s,c)=>({...s,[`${String(c.key)}-${c.filterFn??"caseInsensitive"}`]:c.value??""}),{})),n("minValue",(a=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:a.minValue),n("maxValue",(l=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:l.maxValue)},Pt=(e,n)=>(e==null?void 0:e.filter(i=>{var o;return((o=i.label)==null?void 0:o.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??i.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],Mt=50,ea=(e,n,i)=>{const o=e.filter((d,p,g)=>g.findIndex(x=>x.value===d.value)===p);if(o.length<=Mt)return n.trim()?Pt(o,n):o;const r=o.filter(d=>i.includes(d.value)),a=o.filter(d=>!i.includes(d.value)),l=n.trim()?Pt(a,n):a,s=Mt-r.length,c=l.slice(0,Math.max(0,s));return[...r,...c]},ta=f.styled.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
2192
+ `,ea=(e,n)=>{var i,o,r,a,l;n("checkbox",e.filter(s=>s.type==="checkboxes").flatMap(s=>{var c;return((c=s.options)==null?void 0:c.filter(d=>d.checked).map(d=>d.value))??[]})),n("radio",((r=(o=(i=e.find(s=>s.type==="radioButton"))==null?void 0:i.options)==null?void 0:o.find(({checked:s})=>s))==null?void 0:r.value)??""),n("text",e.filter(s=>["text","select"].includes(s.type)).reduce((s,c)=>({...s,[`${String(c.key)}-${c.filterFn??"caseInsensitive"}`]:c.value??""}),{})),n("minValue",(a=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:a.minValue),n("maxValue",(l=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:l.maxValue)},Lt=(e,n)=>(e==null?void 0:e.filter(i=>{var o;return((o=i.label)==null?void 0:o.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??i.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],Pt=50,ta=(e,n,i)=>{const o=e.filter((d,p,g)=>g.findIndex(x=>x.value===d.value)===p);if(o.length<=Pt)return n.trim()?Lt(o,n):o;const r=o.filter(d=>i.includes(d.value)),a=o.filter(d=>!i.includes(d.value)),l=n.trim()?Lt(a,n):a,s=Pt-r.length,c=l.slice(0,Math.max(0,s));return[...r,...c]},na=f.styled.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
2193
2193
  align-items: center;
2194
2194
  background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
2195
2195
  display: flex;
2196
2196
  justify-content: center;
2197
2197
  z-index: 99999;
2198
- `,Ot=f.styled(Ne)`
2198
+ `,Mt=f.styled(Ne)`
2199
2199
  padding: 7px 8px;
2200
2200
  word-wrap: break-word;
2201
2201
 
2202
2202
  svg.fa-check {
2203
2203
  border-radius: 2px;
2204
2204
  }
2205
- `,Rn=({control:e,option:n,register:i,watch:o,setValue:r})=>{var a,l,s,c;switch(n.type){case"checkboxes":{const p=o("search")??"",g=o("checkbox")??[],x=n.options??[],h=ea(x,p,g);return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[!n.label||n.label===""?void 0:null,h.map(b=>t.jsx(Ot,{value:b.value,width:"content",children:t.jsx(se,{...i("checkbox"),label:b.label,value:b.value})},`li-checkbox-${b.value}`))]})}case"radioButton":return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[n.label,(a=n.options)==null?void 0:a.map(p=>t.jsx(Ot,{value:p.value,width:"content",children:t.jsx(yt,{...i("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(ht,{control:e,items:((l=n.options)==null?void 0:l.map(p=>({name:p.label??"",value:p.value})))??[],label:n.label,name:`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`,placeholder:n.placeholder,value:n.value});case"text":const d=`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`;return t.jsx(Ye,{label:n.label,name:d,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx($n,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:i,name:"maxValue",value:n.maxValue,setValue:r},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:i,name:"minValue",value:n.minValue,setValue:r},variant:"filters"});case"dateRange":return t.jsx(hn,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(s=n.maxValue)==null?void 0:s.toString()},propsMin:{name:"minValue",value:(c=n.minValue)==null?void 0:c.toString()},register:i,setValue:r,variant:"filters"});default:return t.jsx("div",{})}},Fn=({control:e,items:n,register:i,setValue:o,watch:r})=>t.jsx(t.Fragment,{children:n.map((a,l)=>{const s=`${a.type}-${a.value}-${a.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(Rn,{control:e,option:a,register:i,setValue:o,watch:r}),l<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},s)})}),Nn=e=>{var c,d,p,g,x;const[n,i]=u.useState([...e]),{control:o,register:r,handleSubmit:a,setValue:l,watch:s}=y.useForm({defaultValues:{checkbox:e.filter(h=>h.type==="checkboxes").flatMap(h=>{var b;return((b=h.options)==null?void 0:b.filter(m=>m.checked).map(m=>m.value))??[]}),radio:((p=(d=(c=e.find(h=>h.type==="radioButton"))==null?void 0:c.options)==null?void 0:d.find(({checked:h})=>h))==null?void 0:p.value)??"",text:e.filter(h=>["text","select"].includes(h.type)).reduce((h,b)=>({...h,[`${String(b.key)}-${b.filterFn??"caseInsensitive"}`]:b.value??""}),{}),minValue:(g=e.find(h=>["numberRange","dateRange"].includes(h.type)))==null?void 0:g.minValue,maxValue:(x=e.find(h=>["numberRange","dateRange"].includes(h.type)))==null?void 0:x.maxValue,search:""}});return{control:o,items:n,setItems:i,register:r,handleSubmit:a,setValue:l,watch:s}},rt=({options:e,onSearch:n,onSubmit:i,id:o,selectedFilter:r})=>{const{control:a,items:l,setItems:s,register:c,handleSubmit:d,setValue:p,watch:g}=Nn(e),x=e.some(j=>j.type==="checkboxes"&&j.hideSearch!==!0),h=e.some(j=>j.label&&j.label!==""),b=u.useCallback(async j=>{const{value:k}=j.target;p("search",k),n&&n(k)},[n,p]),m=u.useCallback(()=>{p("search",""),n&&n("")},[n,p]),w=u.useCallback(j=>{i&&i(j)},[i]);return u.useEffect(()=>{s(e),Qr(e,p)},[e,s,p]),t.jsxs("div",{className:"flex flex-col gap-[8px]",id:o,style:{writingMode:"horizontal-tb",maxWidth:"300px",width:"100%"},children:[x&&t.jsxs("div",{children:[h?r:void 0,t.jsx(de,{onChange:b,onClear:m,placeholder:"Search"})]}),t.jsxs("form",{id:o,onSubmit:d(w),children:[t.jsx(Fn,{control:a,items:l,register:c,setValue:p,watch:g}),t.jsx(O,{mt:1,type:"submit",children:"Apply"})]})]})},An=({options:e,variant:n,onApplyFilters:i,onSearch:o,setDirection:r,setHandler:a,onFilterStateChange:l})=>{const s=f.useTheme(),[c,d]=u.useState(e),[p,g]=u.useState([]),[x,h]=u.useState({}),[b,m]=u.useState(""),w=u.useCallback(C=>()=>{const v=c.find(T=>T.label===C),S=!(v!=null&&v.filterOptions.some(T=>T.type==="dateRange"||T.type==="select"));a==null||a(S??!0),m(C),g((v==null?void 0:v.filterOptions)??[])},[c,a]),j=u.useCallback(C=>{const v=[...C.checkbox,...Object.values(C.text??{}),...C.radio?[C.radio]:[],...C.minValue?[String(C.minValue)]:[],...C.maxValue?[String(C.maxValue)]:[]];h(E=>v.length>0?{...E,[b]:v}:E);const S=E=>{var z,N;return{...E,options:(z=E.options)==null?void 0:z.map(M=>({...M,checked:C.checkbox.includes(M.value)||C.radio===M.value})),value:["text","select"].includes(E.type)?((N=C.text)==null?void 0:N[`${String(E.key)}-${E.filterFn??"caseInsensitive"}`])??E.value:E.value,minValue:["numberRange","dateRange"].includes(E.type)?C.minValue:E.minValue,maxValue:["numberRange","dateRange"].includes(E.type)?C.maxValue:E.maxValue}},T=E=>E.label===b?{...E,filterOptions:E.filterOptions.map(S)}:E,F=c.map(T);d(E=>E.map(T));const R=F.flatMap(({filterOptions:E})=>E);i(R),g([])},[c,i,b]),k=u.useCallback((C,v)=>{const S=`li-filter-option-${C}`;return t.jsxs(Jr,{icon:v,onClick:w(C),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:S,width:"100%",children:[C,x[C]===void 0?void 0:t.jsx(J,{tagLabel:x[C].length.toString()})]},S)},[x,w]);return u.useEffect(()=>{const C=e.reduce((v,{label:S,filterOptions:T})=>{const F=T.flatMap(({value:z,minValue:N,maxValue:M})=>[N,M,z]).filter(Boolean),R=T.flatMap(({options:z})=>z??[]).filter(({checked:z=!1})=>z).map(({value:z})=>z),E=[...F,...R];return E.length===0?v:{...v,[S]:E}},{});h(C),p.length>0&&r&&r("column")},[p,e,r]),u.useEffect(()=>{l==null||l(p.length>0)},[p.length,l]),n==="grouped"?t.jsx($,{display:"flex",flexDirection:"row",height:"max-content",maxHeight:p.length>0?"unset":"360px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:p.length>0?t.jsx(rt,{id:"filters-options",onSearch:o,onSubmit:j,options:p,selectedFilter:b}):Object.entries(wt(e)).map(([C,v])=>t.jsxs($,{style:{writingMode:"horizontal-tb"},children:[t.jsx(I,{color:s.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:C}),v.map(({label:S,icon:T="filter-list"})=>k(S,T))]},C))}):t.jsx($,{display:"flex",flexDirection:"row",height:"max-content",maxHeight:p.length>0?"unset":"200px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:p.length>0?t.jsx(rt,{id:"filters-options",onSearch:o,onSubmit:j,options:p,selectedFilter:b}):e.map(({label:C,icon:v="filter-list"})=>k(C,v))})},Ln=({options:e,onApplyFilters:n,onSearch:i,modalRef:o,variant:r})=>{const[a,l]=u.useState("row"),[s,c]=u.useState(!0),[d,p]=u.useState(!1),x=(r==="grouped"?Object.values(wt(e)).reduce((w,j)=>w+j.length,0):e.length)>5&&!d,h=f.useTheme(),b=u.useRef(null),m=t.jsx(B,{icon:"close",iconColor:h.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:o.close,px:.25,py:.25,variant:"ghost"});return u.useEffect(()=>{const w=j=>{const k=b.current;k&&!k.contains(j.target)&&o.close()};if(s)return document.addEventListener("mousedown",w,!0),()=>{document.removeEventListener("mousedown",w,!0)}},[b,s,o]),t.jsx(ta,{$bgColor:"transparent","aria-label":o.name,children:t.jsxs($t,{$size:"fixed",alignItems:a==="row"?"start":"end",display:"flex",flexDirection:a,gap:.5,id:"filters-list",justify:"space-between",position:"relative",px:1.25,py:1.25,ref:b,style:{maxWidth:"620px",overflow:"hidden",width:"fit-content",paddingBottom:x?"0":void 0},children:[a==="column"?m:void 0,t.jsx(An,{onApplyFilters:n,onFilterStateChange:p,onSearch:i,options:e,setDirection:l,setHandler:c,variant:r}),a==="row"?m:void 0]})})};function na(e){if(!e)return;const n=20;if(e.length<=n)return e;const i=n-3,o=Math.ceil(i/2),r=Math.floor(i/2);return`${e.slice(0,o)}...${e.slice(e.length-r)}`}function Pn(e){if(!e||e.length===0)return;const n=e.filter(s=>s.checked).map(s=>s.label??s.value);if(n.length===0)return;const i=(s,c=20)=>{if(s.length<=c)return s;const d=c-3,p=Math.ceil(d/2),g=Math.floor(d/2);return`${s.slice(0,p)}...${s.slice(s.length-g)}`};if(n.length===1){const s=n[0];return s.length>20?i(s,20):s}if(n.length===2){const s=n[0],c=n.join(", ").length;return s.length>20||c>20?`${i(s,20)} +1 more`:`${n[0]}, ${n[1]}`}const o=n[0],r=n.length-1,a=20,l=n.join(", ").length;return o.length>a||l>a?`${i(o,a)} +${r} more`:`${n[0]}, ${n[1]}`}function ia(e,n,i){const o=i??"",r=y._.isEmpty(e)&&typeof e!="number"||Number.isNaN(e)?void 0:Number(e),a=y._.isEmpty(n)&&typeof n!="number"||Number.isNaN(n)?void 0:Number(String(n));if(!y._.isUndefined(r)&&!y._.isUndefined(a))return`${r}${o} - ${a}${o}`;if(!y._.isUndefined(r))return`Min ${r}${o}`;if(!y._.isUndefined(a))return`Max ${a}${o}`}function oa(e,n){if(y.dayjs_minExports.extend(y.localizedFormat),!(y._.isUndefined(e)&&y._.isUndefined(n))){if(e!==""&&n!==""&&!y._.isUndefined(e)&&!y._.isUndefined(n))return`${y.dayjs(e).format("LL")} - ${y.dayjs(n).format("LL")}`;if(e!==""&&!y._.isUndefined(e))return`From ${y.dayjs(e).format("LL")}`;if(n!==""&&!y._.isUndefined(n))return`To ${y.dayjs(n).format("LL")}`}}function ra(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const fe=({filter:e,icon:n="filter-list",label:i,onClose:o,filterValue:r})=>{if(y._.isNil(r)||y._.isEmpty(String(r)))return null;const a=e.type==="checkboxes"?(e.options??[]).filter(c=>c.checked).map(c=>c.label??c.value):[],{tooltipContent:l,shouldShowTooltip:s}=(()=>{var d,p,g;if(a.length>0){if(a.length===1){const m=(((d=a[0])==null?void 0:d.length)??0)>20;return{shouldShowTooltip:m,tooltipContent:m?a[0]:void 0}}if(a.length===2){const m=((p=a[0])==null?void 0:p.length)??0,w=a.join(", ").length,j=m>20||w>20;return{shouldShowTooltip:j,tooltipContent:j?a:void 0}}const x=((g=a[0])==null?void 0:g.length)??0,h=a.join(", ").length,b=x>20||h>20;return{shouldShowTooltip:b,tooltipContent:b?a:void 0}}const c=e.value;return typeof c=="string"&&c.length>20?{shouldShowTooltip:!0,tooltipContent:c}:{shouldShowTooltip:!1,tooltipContent:void 0}})();return t.jsx(X,{disabled:!s,id:"applied-filter-tooltip",nodeTip:s?Array.isArray(l)?t.jsx($,{display:"flex",flexDirection:"column",gap:.25,children:l.map(c=>t.jsxs($,{alignItems:"flex-start",display:"flex",gap:.5,children:[t.jsx("span",{children:"•"}),t.jsx($,{whiteSpace:"normal",wordWrap:"break-word",children:c})]},c))}):t.jsx($,{whiteSpace:"normal",wordWrap:"break-word",children:l}):void 0,children:t.jsx(J,{filterValues:r,icon:n,id:"remove-filter",onClose:o(e),tagLabel:`${i} `})})},aa=({options:e,onClose:n})=>{const i=e.flatMap(o=>o.filterOptions.map(r=>{const{filterFn:a,label:l,type:s,value:c,options:d,minValue:p,maxValue:g}=r;switch(s){case"numberRange":{const x=ia(p,g,o.placeholder);return t.jsx(fe,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case"dateRange":{const x=oa(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(fe,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=Pn(d);return t.jsx(fe,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=na(c),h=ra(s,o.label,a);return t.jsx(fe,{filter:r,filterValue:x,icon:o.icon,label:h,onClose:n},l)}}})).filter(o=>{if(o===null)return!1;const{filterValue:r}=o.props;return!y._.isNil(r)&&!y._.isEmpty(String(r))});return i.length>0?t.jsx($,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:i}):null},sa=e=>e.map(n=>{const i={key:String(n.key),type:n.type},o=(()=>{let r={...i};if(n.filterFn&&(r={...r,filterFn:n.filterFn}),n.value&&(r={...r,value:n.value}),n.minValue!==void 0&&n.minValue!==null&&(r={...r,minValue:n.minValue}),n.maxValue!==void 0&&n.maxValue!==null&&(r={...r,maxValue:n.maxValue}),n.options&&n.options.length>0){const a=n.options.filter(l=>l.checked).map(l=>l.value);a.length>0&&(r={...r,selectedValues:a})}return r})();return Object.keys(o).length>2?o:null}).filter(Boolean),la=(e,n)=>n.map(i=>{const o=e.find(a=>a.key===String(i.key)&&a.type===i.type);return o?(()=>{let a={...i};return o.filterFn&&(a={...a,filterFn:o.filterFn}),o.value!==void 0&&o.value!==null&&(a={...a,value:o.value}),o.minValue!==void 0&&o.minValue!==null&&(a={...a,minValue:o.minValue}),o.maxValue!==void 0&&o.maxValue!==null&&(a={...a,maxValue:o.maxValue}),o.selectedValues&&i.options&&(a={...a,options:i.options.map(l=>{var s;return{...l,checked:((s=o.selectedValues)==null?void 0:s.includes(l.value))??!1}})}),a})():i}),Je=(e,n)=>{const i=sa(e);n(JSON.stringify(i))},ca=(e,n)=>{const i=e();if(!i)return n;try{const o=JSON.parse(i);return la(o,n)}catch{return n}},da=(e,n)=>{function i(l,s){if(s.value===""||s.value===void 0||y._.defaultTo(s.isBackFilter,!1))return!0;switch(s.filterFn){case"includesInsensitive":return String(l[s.key]).toLowerCase().includes(s.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(l[s.key]).toLowerCase()===s.value.toLowerCase()}}function o(l,s){if(!s.options||s.options.length===0)return!0;const c=s.options.filter(d=>d.checked).map(d=>d.value);return c.length===0?!0:c.includes(String(l[s.key]))}function r(l,s,c){const d=c(String(l[s.key])),{minValue:p,maxValue:g}=s,x=y._.isEmpty(p)&&typeof p!="number"?void 0:c(String(p)),h=y._.isEmpty(g)&&typeof g!="number"?void 0:c(String(g));return y._.isUndefined(x)&&y._.isUndefined(h)?!0:(x??-1/0)<=d&&d<=(h??1/0)}function a(l){return n.every(s=>{if(typeof s.key=="function")return s.key(l,s.value);switch(s.type){case"radioButton":case"checkboxes":return o(l,s);case"numberRange":return r(l,s,Number);case"dateRange":return r(l,s,c=>new Date(c));case"select":case"text":default:return i(l,s)}})}return e.filter(a)},pa=e=>[...e.flatMap(({options:i})=>i).filter(i=>i==null?void 0:i.checked),...e.flatMap(i=>[i.value,i.maxValue,i.minValue]).filter(Boolean)].length,ga=e=>{var i;const n=((i=e.options)==null?void 0:i.map(o=>({...o,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:n}},ua=({dataset:e,setValues:n,getValues:i,options:o,setFilteredDataset:r,onFiltersChange:a,onReset:l,onSearch:s,variant:c="ungrouped"})=>{const d=Re("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=pa(x),m=o.map(v=>({...v,filterOptions:v.filterOptions.map(S=>x.find(F=>F.key===S.key&&F.type===S.type&&F.filterFn===S.filterFn)??{...S})})),w=u.useCallback(v=>{h([...v]),Je(v,n)},[h,n]),j=u.useCallback(()=>{l&&l(),d.isOpen||g(!0),d.toggle()},[d,l]),k=u.useCallback(v=>()=>{l&&l();const S=x.map(T=>T.key===v.key&&T.type===v.type&&T.filterFn===v.filterFn?ga(T):T);h(S),Je(S,n)},[x,l,n]);return u.useEffect(()=>{const v=o.flatMap(F=>F.filterOptions),S=i();if((()=>{if(!S)return!1;try{const F=JSON.parse(S);return Array.isArray(F)&&F.length>0}catch{return!1}})()){const F=ca(i,v);h(F)}else v.flatMap(R=>R.value).filter(Boolean).length>0||v.flatMap(R=>R.options).filter(R=>(R==null?void 0:R.checked)===!0).length>0?(h(v),p&&Je(v,n)):h(v)},[o,h,n,i,p]),u.useEffect(()=>{r&&e!==void 0&&r(da(e,x)),a==null||a(x)},[e,x,r,a]),{Filters:()=>t.jsxs($,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx($,{pr:.25,children:t.jsx(O,{icon:"filter",id:"filter-btn",onClick:j,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(Ln,{modalRef:d,onApplyFilters:w,onSearch:s,options:m,variant:c})]}),options:m,removeFilter:k}},jt=({_portal:e=!0,alert:n,cancelButton:i=void 0,children:o=void 0,confirmButton:r=void 0,content:a=void 0,description:l=void 0,modalRef:s,otherActions:c=void 0,onClose:d=void 0,tabItems:p=void 0,title:g=void 0,size:x,id:h="modal-container"})=>{const b=f.useTheme(),[m,w]=u.useState(void 0),j=u.useRef(null),k=u.useRef(!1),C=Array.isArray(p)&&p.length>0,v=i??r;u.useEffect(()=>{if(C&&!k.current&&j.current){const T=j.current.getBoundingClientRect().height;T>50&&(w(T),k.current=!0)}s.isOpen||(w(void 0),k.current=!1)},[C,s.isOpen]);const S=t.jsx(vn,{"aria-label":s.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs($t,{$size:x,"data-testid":h,flexDirection:"column",id:h,ref:C?j:void 0,style:C&&m?{height:m}:void 0,children:[!y._.isEmpty(g)&&!y._.isNil(g)&&t.jsx(Cn,{description:l,modalRef:s,onClose:d,otherActions:c,title:g}),p&&t.jsx($,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(mt,{items:p})}),(y._.isObject(a)||o)&&t.jsxs(Br,{style:v?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[o,y._.isObject(a)&&y._.isString(a.imageSrc)&&t.jsx(Ur,{$framed:a.imageFramed,children:t.jsx(ee,{alt:"modal-img",publicId:a.imageSrc})}),y._.isObject(a)&&y._.isString(a.imageText)&&t.jsx(I,{size:"md",children:a.imageText})]}),t.jsx(kn,{alert:n,cancelButton:i,confirmButton:r,modalRef:s})]})});return e&&s.isOpen?pe.createPortal(S,document.getElementById("portals")??document.body):s.isOpen?S:null},xa=(e,n,i)=>{const o=Re("confirm-dialog-modal"),r=u.useRef(null),a=u.useCallback(async()=>(o.open(),new Promise(d=>{r.current=d})),[o]),l=u.useCallback(()=>{var d;o.close(),(d=r.current)==null||d.call(r,!0)},[o]),s=u.useCallback(()=>{var d;o.close(),(d=r.current)==null||d.call(r,!1)},[o]);return[a,({children:d})=>{const[p,g]=u.useState(i),x=u.useCallback(()=>{g({...i})},[]),h=u.useCallback(w=>()=>{g(j=>({...j,[w]:{...j[w],state:!j[w].state}}))},[]),b=!Object.values(p).every(({state:w})=>w),m=Object.entries(p).map(([w,{state:j,label:k}])=>t.jsx(se,{defaultChecked:j,label:k,name:w,onChange:h(w)},w));return t.jsxs(jt,{"data-testid":e,id:e,modalRef:{...o,close:s},onClose:x,size:"sm",title:n,children:[d,t.jsx($,{display:"flex",flexDirection:"column",gap:.5,children:m}),t.jsx(Sn,{disabled:b,id:e,onConfirm:l})]})}]},ha=()=>{const[e,n]=u.useState(!1),[i,o]=u.useState(),r=u.useRef(null),a=Re("confirm-dialog-modal"),l=u.useCallback(async p=>(o(p),n(!0),new Promise(g=>{r.current=g})),[]),s=u.useCallback(()=>{var p;n(!1),o(void 0),(p=r.current)==null||p.call(r,!0)},[]),c=u.useCallback(()=>{var p;n(!1),o(void 0),(p=r.current)==null||p.call(r,!1)},[]);return u.useEffect(()=>{a.setIsOpen(e)},[e,a]),{ConfirmDialog:({id:p="confirm-dialog-modal",children:g})=>t.jsxs(jt,{cancelButton:{onClick:c,text:"Cancel"},confirmButton:{id:(i==null?void 0:i.id)??"modal-confirm",onClick:s,text:"Confirm"},description:i==null?void 0:i.message,id:p,modalRef:{...a,close:c},size:"sm",title:i==null?void 0:i.title,children:[i==null?void 0:i.content,g]}),confirm:l}},fa=2e3,ya=({content:e})=>{const[n,i]=u.useState("Copy"),o=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{i("Copied"),setTimeout(()=>{i("Copy")},fa)}).catch(()=>{i("Failed to copy")})},[e]);return t.jsx(B,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:o,tooltip:n,variant:"ghost"})},ba=f.styled.ul`
2205
+ `,Rn=({control:e,option:n,register:i,watch:o,setValue:r})=>{var a,l,s,c;switch(n.type){case"checkboxes":{const p=o("search")??"",g=o("checkbox")??[],x=n.options??[],h=ta(x,p,g);return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[!n.label||n.label===""?void 0:null,h.map(b=>t.jsx(Mt,{value:b.value,width:"content",children:t.jsx(se,{...i("checkbox"),label:b.label,value:b.value})},`li-checkbox-${b.value}`))]})}case"radioButton":return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[n.label,(a=n.options)==null?void 0:a.map(p=>t.jsx(Mt,{value:p.value,width:"content",children:t.jsx(yt,{...i("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(ht,{control:e,items:((l=n.options)==null?void 0:l.map(p=>({name:p.label??"",value:p.value})))??[],label:n.label,name:`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`,placeholder:n.placeholder,value:n.value});case"text":const d=`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`;return t.jsx(Ye,{label:n.label,name:d,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx(bn,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:i,name:"maxValue",value:n.maxValue,setValue:r},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:i,name:"minValue",value:n.minValue,setValue:r},variant:"filters"});case"dateRange":return t.jsx(xn,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(s=n.maxValue)==null?void 0:s.toString()},propsMin:{name:"minValue",value:(c=n.minValue)==null?void 0:c.toString()},register:i,setValue:r,variant:"filters"});default:return t.jsx("div",{})}},Fn=({control:e,items:n,register:i,setValue:o,watch:r})=>t.jsx(t.Fragment,{children:n.map((a,l)=>{const s=`${a.type}-${a.value}-${a.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(Rn,{control:e,option:a,register:i,setValue:o,watch:r}),l<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},s)})}),Nn=e=>{var c,d,p,g,x;const[n,i]=u.useState([...e]),{control:o,register:r,handleSubmit:a,setValue:l,watch:s}=y.useForm({defaultValues:{checkbox:e.filter(h=>h.type==="checkboxes").flatMap(h=>{var b;return((b=h.options)==null?void 0:b.filter(m=>m.checked).map(m=>m.value))??[]}),radio:((p=(d=(c=e.find(h=>h.type==="radioButton"))==null?void 0:c.options)==null?void 0:d.find(({checked:h})=>h))==null?void 0:p.value)??"",text:e.filter(h=>["text","select"].includes(h.type)).reduce((h,b)=>({...h,[`${String(b.key)}-${b.filterFn??"caseInsensitive"}`]:b.value??""}),{}),minValue:(g=e.find(h=>["numberRange","dateRange"].includes(h.type)))==null?void 0:g.minValue,maxValue:(x=e.find(h=>["numberRange","dateRange"].includes(h.type)))==null?void 0:x.maxValue,search:""}});return{control:o,items:n,setItems:i,register:r,handleSubmit:a,setValue:l,watch:s}},rt=({options:e,onSearch:n,onSubmit:i,id:o,selectedFilter:r})=>{const{control:a,items:l,setItems:s,register:c,handleSubmit:d,setValue:p,watch:g}=Nn(e),x=e.some(j=>j.type==="checkboxes"&&j.hideSearch!==!0),h=e.some(j=>j.label&&j.label!==""),b=u.useCallback(async j=>{const{value:k}=j.target;p("search",k),n&&n(k)},[n,p]),m=u.useCallback(()=>{p("search",""),n&&n("")},[n,p]),w=u.useCallback(j=>{i&&i(j)},[i]);return u.useEffect(()=>{s(e),ea(e,p)},[e,s,p]),t.jsxs("div",{className:"flex flex-col gap-[8px]",id:o,style:{writingMode:"horizontal-tb",maxWidth:"300px",width:"100%"},children:[x&&t.jsxs("div",{children:[h?r:void 0,t.jsx(de,{onChange:b,onClear:m,placeholder:"Search"})]}),t.jsxs("form",{id:o,onSubmit:d(w),children:[t.jsx(Fn,{control:a,items:l,register:c,setValue:p,watch:g}),t.jsx(O,{mt:1,type:"submit",children:"Apply"})]})]})},An=({options:e,variant:n,onApplyFilters:i,onSearch:o,setDirection:r,setHandler:a,onFilterStateChange:l})=>{const s=f.useTheme(),[c,d]=u.useState(e),[p,g]=u.useState([]),[x,h]=u.useState({}),[b,m]=u.useState(""),w=u.useCallback(C=>()=>{const v=c.find(T=>T.label===C),S=!(v!=null&&v.filterOptions.some(T=>T.type==="dateRange"||T.type==="select"));a==null||a(S??!0),m(C),g((v==null?void 0:v.filterOptions)??[])},[c,a]),j=u.useCallback(C=>{const v=[...C.checkbox,...Object.values(C.text??{}),...C.radio?[C.radio]:[],...C.minValue?[String(C.minValue)]:[],...C.maxValue?[String(C.maxValue)]:[]];h(E=>v.length>0?{...E,[b]:v}:E);const S=E=>{var z,N;return{...E,options:(z=E.options)==null?void 0:z.map(M=>({...M,checked:C.checkbox.includes(M.value)||C.radio===M.value})),value:["text","select"].includes(E.type)?((N=C.text)==null?void 0:N[`${String(E.key)}-${E.filterFn??"caseInsensitive"}`])??E.value:E.value,minValue:["numberRange","dateRange"].includes(E.type)?C.minValue:E.minValue,maxValue:["numberRange","dateRange"].includes(E.type)?C.maxValue:E.maxValue}},T=E=>E.label===b?{...E,filterOptions:E.filterOptions.map(S)}:E,F=c.map(T);d(E=>E.map(T));const R=F.flatMap(({filterOptions:E})=>E);i(R),g([])},[c,i,b]),k=u.useCallback((C,v)=>{const S=`li-filter-option-${C}`;return t.jsxs(Qr,{icon:v,onClick:w(C),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:S,width:"100%",children:[C,x[C]===void 0?void 0:t.jsx(J,{tagLabel:x[C].length.toString()})]},S)},[x,w]);return u.useEffect(()=>{const C=e.reduce((v,{label:S,filterOptions:T})=>{const F=T.flatMap(({value:z,minValue:N,maxValue:M})=>[N,M,z]).filter(Boolean),R=T.flatMap(({options:z})=>z??[]).filter(({checked:z=!1})=>z).map(({value:z})=>z),E=[...F,...R];return E.length===0?v:{...v,[S]:E}},{});h(C),p.length>0&&r&&r("column")},[p,e,r]),u.useEffect(()=>{l==null||l(p.length>0)},[p.length,l]),n==="grouped"?t.jsx($,{display:"flex",flexDirection:"row",height:"max-content",maxHeight:p.length>0?"unset":"360px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:p.length>0?t.jsx(rt,{id:"filters-options",onSearch:o,onSubmit:j,options:p,selectedFilter:b}):Object.entries(mt(e)).map(([C,v])=>t.jsxs($,{style:{writingMode:"horizontal-tb"},children:[t.jsx(I,{color:s.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:C}),v.map(({label:S,icon:T="filter-list"})=>k(S,T))]},C))}):t.jsx($,{display:"flex",flexDirection:"row",height:"max-content",maxHeight:p.length>0?"unset":"200px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:p.length>0?t.jsx(rt,{id:"filters-options",onSearch:o,onSubmit:j,options:p,selectedFilter:b}):e.map(({label:C,icon:v="filter-list"})=>k(C,v))})},Ln=({options:e,onApplyFilters:n,onSearch:i,modalRef:o,variant:r})=>{const[a,l]=u.useState("row"),[s,c]=u.useState(!0),[d,p]=u.useState(!1),x=(r==="grouped"?Object.values(mt(e)).reduce((w,j)=>w+j.length,0):e.length)>5&&!d,h=f.useTheme(),b=u.useRef(null),m=t.jsx(B,{icon:"close",iconColor:h.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:o.close,px:.25,py:.25,variant:"ghost"});return u.useEffect(()=>{const w=j=>{const k=b.current;k&&!k.contains(j.target)&&o.close()};if(s)return document.addEventListener("mousedown",w,!0),()=>{document.removeEventListener("mousedown",w,!0)}},[b,s,o]),t.jsx(na,{$bgColor:"transparent","aria-label":o.name,children:t.jsxs(bt,{$size:"fixed",alignItems:a==="row"?"start":"end",display:"flex",flexDirection:a,gap:.5,id:"filters-list",justify:"space-between",position:"relative",px:1.25,py:1.25,ref:b,style:{maxWidth:"620px",overflow:"hidden",width:"fit-content",paddingBottom:x?"0":void 0},children:[a==="column"?m:void 0,t.jsx(An,{onApplyFilters:n,onFilterStateChange:p,onSearch:i,options:e,setDirection:l,setHandler:c,variant:r}),a==="row"?m:void 0]})})};function ia(e){if(!e)return;const n=20;if(e.length<=n)return e;const i=n-3,o=Math.ceil(i/2),r=Math.floor(i/2);return`${e.slice(0,o)}...${e.slice(e.length-r)}`}function Pn(e){if(!e||e.length===0)return;const n=e.filter(s=>s.checked).map(s=>s.label??s.value);if(n.length===0)return;const i=(s,c=20)=>{if(s.length<=c)return s;const d=c-3,p=Math.ceil(d/2),g=Math.floor(d/2);return`${s.slice(0,p)}...${s.slice(s.length-g)}`};if(n.length===1){const s=n[0];return s.length>20?i(s,20):s}if(n.length===2){const s=n[0],c=n.join(", ").length;return s.length>20||c>20?`${i(s,20)} +1 more`:`${n[0]}, ${n[1]}`}const o=n[0],r=n.length-1,a=20,l=n.join(", ").length;return o.length>a||l>a?`${i(o,a)} +${r} more`:`${n[0]}, ${n[1]}`}function oa(e,n,i){const o=i??"",r=y._.isEmpty(e)&&typeof e!="number"||Number.isNaN(e)?void 0:Number(e),a=y._.isEmpty(n)&&typeof n!="number"||Number.isNaN(n)?void 0:Number(String(n));if(!y._.isUndefined(r)&&!y._.isUndefined(a))return`${r}${o} - ${a}${o}`;if(!y._.isUndefined(r))return`Min ${r}${o}`;if(!y._.isUndefined(a))return`Max ${a}${o}`}function ra(e,n){if(y.dayjs_minExports.extend(y.localizedFormat),!(y._.isUndefined(e)&&y._.isUndefined(n))){if(e!==""&&n!==""&&!y._.isUndefined(e)&&!y._.isUndefined(n))return`${y.dayjs(e).format("LL")} - ${y.dayjs(n).format("LL")}`;if(e!==""&&!y._.isUndefined(e))return`From ${y.dayjs(e).format("LL")}`;if(n!==""&&!y._.isUndefined(n))return`To ${y.dayjs(n).format("LL")}`}}function aa(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const fe=({filter:e,icon:n="filter-list",label:i,onClose:o,filterValue:r})=>{if(y._.isNil(r)||y._.isEmpty(String(r)))return null;const a=e.type==="checkboxes"?(e.options??[]).filter(c=>c.checked).map(c=>c.label??c.value):[],{tooltipContent:l,shouldShowTooltip:s}=(()=>{var d,p,g;if(a.length>0){if(a.length===1){const m=(((d=a[0])==null?void 0:d.length)??0)>20;return{shouldShowTooltip:m,tooltipContent:m?a[0]:void 0}}if(a.length===2){const m=((p=a[0])==null?void 0:p.length)??0,w=a.join(", ").length,j=m>20||w>20;return{shouldShowTooltip:j,tooltipContent:j?a:void 0}}const x=((g=a[0])==null?void 0:g.length)??0,h=a.join(", ").length,b=x>20||h>20;return{shouldShowTooltip:b,tooltipContent:b?a:void 0}}const c=e.value;return typeof c=="string"&&c.length>20?{shouldShowTooltip:!0,tooltipContent:c}:{shouldShowTooltip:!1,tooltipContent:void 0}})();return t.jsx(X,{disabled:!s,id:"applied-filter-tooltip",nodeTip:s?Array.isArray(l)?t.jsx($,{display:"flex",flexDirection:"column",gap:.25,children:l.map(c=>t.jsxs($,{alignItems:"flex-start",display:"flex",gap:.5,children:[t.jsx("span",{children:"•"}),t.jsx($,{whiteSpace:"normal",wordWrap:"break-word",children:c})]},c))}):t.jsx($,{whiteSpace:"normal",wordWrap:"break-word",children:l}):void 0,children:t.jsx(J,{filterValues:r,icon:n,id:"remove-filter",onClose:o(e),tagLabel:`${i} `})})},sa=({options:e,onClose:n})=>{const i=e.flatMap(o=>o.filterOptions.map(r=>{const{filterFn:a,label:l,type:s,value:c,options:d,minValue:p,maxValue:g}=r;switch(s){case"numberRange":{const x=oa(p,g,o.placeholder);return t.jsx(fe,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case"dateRange":{const x=ra(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(fe,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=Pn(d);return t.jsx(fe,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=ia(c),h=aa(s,o.label,a);return t.jsx(fe,{filter:r,filterValue:x,icon:o.icon,label:h,onClose:n},l)}}})).filter(o=>{if(o===null)return!1;const{filterValue:r}=o.props;return!y._.isNil(r)&&!y._.isEmpty(String(r))});return i.length>0?t.jsx($,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:i}):null},la=e=>e.map(n=>{const i={key:String(n.key),type:n.type},o=(()=>{let r={...i};if(n.filterFn&&(r={...r,filterFn:n.filterFn}),n.value&&(r={...r,value:n.value}),n.minValue!==void 0&&n.minValue!==null&&(r={...r,minValue:n.minValue}),n.maxValue!==void 0&&n.maxValue!==null&&(r={...r,maxValue:n.maxValue}),n.options&&n.options.length>0){const a=n.options.filter(l=>l.checked).map(l=>l.value);a.length>0&&(r={...r,selectedValues:a})}return r})();return Object.keys(o).length>2?o:null}).filter(Boolean),ca=(e,n)=>n.map(i=>{const o=e.find(a=>a.key===String(i.key)&&a.type===i.type);return o?(()=>{let a={...i};return o.filterFn&&(a={...a,filterFn:o.filterFn}),o.value!==void 0&&o.value!==null&&(a={...a,value:o.value}),o.minValue!==void 0&&o.minValue!==null&&(a={...a,minValue:o.minValue}),o.maxValue!==void 0&&o.maxValue!==null&&(a={...a,maxValue:o.maxValue}),o.selectedValues&&i.options&&(a={...a,options:i.options.map(l=>{var s;return{...l,checked:((s=o.selectedValues)==null?void 0:s.includes(l.value))??!1}})}),a})():i}),Je=(e,n)=>{const i=la(e);n(JSON.stringify(i))},da=(e,n)=>{const i=e();if(!i)return n;try{const o=JSON.parse(i);return ca(o,n)}catch{return n}},pa=(e,n)=>{function i(l,s){if(s.value===""||s.value===void 0||y._.defaultTo(s.isBackFilter,!1))return!0;switch(s.filterFn){case"includesInsensitive":return String(l[s.key]).toLowerCase().includes(s.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(l[s.key]).toLowerCase()===s.value.toLowerCase()}}function o(l,s){if(!s.options||s.options.length===0)return!0;const c=s.options.filter(d=>d.checked).map(d=>d.value);return c.length===0?!0:c.includes(String(l[s.key]))}function r(l,s,c){const d=c(String(l[s.key])),{minValue:p,maxValue:g}=s,x=y._.isEmpty(p)&&typeof p!="number"?void 0:c(String(p)),h=y._.isEmpty(g)&&typeof g!="number"?void 0:c(String(g));return y._.isUndefined(x)&&y._.isUndefined(h)?!0:(x??-1/0)<=d&&d<=(h??1/0)}function a(l){return n.every(s=>{if(typeof s.key=="function")return s.key(l,s.value);switch(s.type){case"radioButton":case"checkboxes":return o(l,s);case"numberRange":return r(l,s,Number);case"dateRange":return r(l,s,c=>new Date(c));case"select":case"text":default:return i(l,s)}})}return e.filter(a)},ga=e=>[...e.flatMap(({options:i})=>i).filter(i=>i==null?void 0:i.checked),...e.flatMap(i=>[i.value,i.maxValue,i.minValue]).filter(Boolean)].length,ua=e=>{var i;const n=((i=e.options)==null?void 0:i.map(o=>({...o,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:n}},xa=({dataset:e,setValues:n,getValues:i,options:o,setFilteredDataset:r,onFiltersChange:a,onReset:l,onSearch:s,variant:c="ungrouped"})=>{const d=Re("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=ga(x),m=o.map(v=>({...v,filterOptions:v.filterOptions.map(S=>x.find(F=>F.key===S.key&&F.type===S.type&&F.filterFn===S.filterFn)??{...S})})),w=u.useCallback(v=>{h([...v]),Je(v,n)},[h,n]),j=u.useCallback(()=>{l&&l(),d.isOpen||g(!0),d.toggle()},[d,l]),k=u.useCallback(v=>()=>{l&&l();const S=x.map(T=>T.key===v.key&&T.type===v.type&&T.filterFn===v.filterFn?ua(T):T);h(S),Je(S,n)},[x,l,n]);return u.useEffect(()=>{const v=o.flatMap(F=>F.filterOptions),S=i();if((()=>{if(!S)return!1;try{const F=JSON.parse(S);return Array.isArray(F)&&F.length>0}catch{return!1}})()){const F=da(i,v);h(F)}else v.flatMap(R=>R.value).filter(Boolean).length>0||v.flatMap(R=>R.options).filter(R=>(R==null?void 0:R.checked)===!0).length>0?(h(v),p&&Je(v,n)):h(v)},[o,h,n,i,p]),u.useEffect(()=>{r&&e!==void 0&&r(pa(e,x)),a==null||a(x)},[e,x,r,a]),{Filters:()=>t.jsxs($,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx($,{pr:.25,children:t.jsx(O,{icon:"filter",id:"filter-btn",onClick:j,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(Ln,{modalRef:d,onApplyFilters:w,onSearch:s,options:m,variant:c})]}),options:m,removeFilter:k}},wt=({_portal:e=!0,alert:n,cancelButton:i=void 0,children:o=void 0,confirmButton:r=void 0,content:a=void 0,description:l=void 0,modalRef:s,otherActions:c=void 0,onClose:d=void 0,tabItems:p=void 0,title:g=void 0,size:x,id:h="modal-container"})=>{const b=f.useTheme(),[m,w]=u.useState(void 0),j=u.useRef(null),k=u.useRef(!1),C=Array.isArray(p)&&p.length>0,v=i??r;u.useEffect(()=>{if(C&&!k.current&&j.current){const T=j.current.getBoundingClientRect().height;T>50&&(w(T),k.current=!0)}s.isOpen||(w(void 0),k.current=!1)},[C,s.isOpen]);const S=t.jsx(vn,{"aria-label":s.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(bt,{$size:x,"data-testid":h,flexDirection:"column",id:h,ref:C?j:void 0,style:C&&m?{height:m}:void 0,children:[!y._.isEmpty(g)&&!y._.isNil(g)&&t.jsx(Cn,{description:l,modalRef:s,onClose:d,otherActions:c,title:g}),p&&t.jsx($,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx($t,{items:p})}),(y._.isObject(a)||o)&&t.jsxs(_r,{style:v?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[o,y._.isObject(a)&&y._.isString(a.imageSrc)&&t.jsx(Gr,{$framed:a.imageFramed,children:t.jsx(ee,{alt:"modal-img",publicId:a.imageSrc})}),y._.isObject(a)&&y._.isString(a.imageText)&&t.jsx(I,{size:"md",children:a.imageText})]}),t.jsx(kn,{alert:n,cancelButton:i,confirmButton:r,modalRef:s})]})});return e&&s.isOpen?pe.createPortal(S,document.getElementById("portals")??document.body):s.isOpen?S:null},ha=(e,n,i)=>{const o=Re("confirm-dialog-modal"),r=u.useRef(null),a=u.useCallback(async()=>(o.open(),new Promise(d=>{r.current=d})),[o]),l=u.useCallback(()=>{var d;o.close(),(d=r.current)==null||d.call(r,!0)},[o]),s=u.useCallback(()=>{var d;o.close(),(d=r.current)==null||d.call(r,!1)},[o]);return[a,({children:d})=>{const[p,g]=u.useState(i),x=u.useCallback(()=>{g({...i})},[]),h=u.useCallback(w=>()=>{g(j=>({...j,[w]:{...j[w],state:!j[w].state}}))},[]),b=!Object.values(p).every(({state:w})=>w),m=Object.entries(p).map(([w,{state:j,label:k}])=>t.jsx(se,{defaultChecked:j,label:k,name:w,onChange:h(w)},w));return t.jsxs(wt,{"data-testid":e,id:e,modalRef:{...o,close:s},onClose:x,size:"sm",title:n,children:[d,t.jsx($,{display:"flex",flexDirection:"column",gap:.5,children:m}),t.jsx(Sn,{disabled:b,id:e,onConfirm:l})]})}]},fa=()=>{const[e,n]=u.useState(!1),[i,o]=u.useState(),r=u.useRef(null),a=Re("confirm-dialog-modal"),l=u.useCallback(async p=>(o(p),n(!0),new Promise(g=>{r.current=g})),[]),s=u.useCallback(()=>{var p;n(!1),o(void 0),(p=r.current)==null||p.call(r,!0)},[]),c=u.useCallback(()=>{var p;n(!1),o(void 0),(p=r.current)==null||p.call(r,!1)},[]);return u.useEffect(()=>{a.setIsOpen(e)},[e,a]),{ConfirmDialog:({id:p="confirm-dialog-modal",children:g})=>t.jsxs(wt,{cancelButton:{onClick:c,text:"Cancel"},confirmButton:{id:(i==null?void 0:i.id)??"modal-confirm",onClick:s,text:"Confirm"},description:i==null?void 0:i.message,id:p,modalRef:{...a,close:c},size:"sm",title:i==null?void 0:i.title,children:[i==null?void 0:i.content,g]}),confirm:l}},ya=2e3,ba=({content:e})=>{const[n,i]=u.useState("Copy"),o=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{i("Copied"),setTimeout(()=>{i("Copy")},ya)}).catch(()=>{i("Failed to copy")})},[e]);return t.jsx(B,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:o,tooltip:n,variant:"ghost"})},$a=f.styled.ul`
2206
2206
  ${({theme:e})=>`
2207
2207
  align-items: flex-start;
2208
2208
  border-radius: ${e.spacing[.25]};
@@ -2215,7 +2215,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2215
2215
  width: 166px;
2216
2216
  z-index: 9999;
2217
2217
  `}
2218
- `,$a=f.styled.li`
2218
+ `,ma=f.styled.li`
2219
2219
  ${({theme:e})=>`
2220
2220
  align-items: center;
2221
2221
  background: ${e.palette.white}
@@ -2241,7 +2241,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2241
2241
  cursor: not-allowed;
2242
2242
  }
2243
2243
  `}
2244
- `,ma=({icon:e,iconColor:n,id:i,showChevron:o,options:r,title:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),d=s?"chevron-up":"chevron-down",{refs:p,floatingStyles:g}=y.useFloating({middleware:[y.offset({mainAxis:4})],placement:"bottom-start"}),x=u.useCallback(()=>{c(h=>!h)},[]);return te(s?p.floating.current:null,()=>{c(!1)},!0,document.getElementById(`dropdown-toggle-${i}`)),t.jsxs(u.Fragment,{children:[t.jsx(O,{"aria-label":a,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${i}`,onClick:x,ref:p.setReference,rightIcon:o?d:void 0,variant:"ghost",children:a}),s?t.jsx(ba,{ref:p.setFloating,style:g,children:r.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs($a,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(D,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},at=({buttonProps:e,variant:n})=>t.jsx(O,{onClick:e.onClick,variant:n,children:e.text}),wa=f.styled.div`
2244
+ `,wa=({icon:e,iconColor:n,id:i,showChevron:o,options:r,title:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),d=s?"chevron-up":"chevron-down",{refs:p,floatingStyles:g}=y.useFloating({middleware:[y.offset({mainAxis:4})],placement:"bottom-start"}),x=u.useCallback(()=>{c(h=>!h)},[]);return te(s?p.floating.current:null,()=>{c(!1)},!0,document.getElementById(`dropdown-toggle-${i}`)),t.jsxs(u.Fragment,{children:[t.jsx(O,{"aria-label":a,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${i}`,onClick:x,ref:p.setReference,rightIcon:o?d:void 0,variant:"ghost",children:a}),s?t.jsx($a,{ref:p.setFloating,style:g,children:r.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs(ma,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(D,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},at=({buttonProps:e,variant:n})=>t.jsx(O,{onClick:e.onClick,variant:n,children:e.text}),ja=f.styled.div`
2245
2245
  display: flex;
2246
2246
  flex-direction: column;
2247
2247
  align-items: center;
@@ -2249,7 +2249,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2249
2249
  max-width: 900px;
2250
2250
  white-space: pre-line;
2251
2251
  margin: 0 auto;
2252
- `,ja=f.styled.div`
2252
+ `,va=f.styled.div`
2253
2253
  display: flex;
2254
2254
  flex-direction: row;
2255
2255
  justify-content: center;
@@ -2262,7 +2262,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2262
2262
  > img {
2263
2263
  width: 100%;
2264
2264
  }
2265
- `,va=f.styled.div`
2265
+ `,ka=f.styled.div`
2266
2266
  display: flex;
2267
2267
  flex-direction: row;
2268
2268
  margin: 0;
@@ -2275,7 +2275,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2275
2275
  > *:last-child {
2276
2276
  margin-right: 0;
2277
2277
  }
2278
- `,Wt={md:{description:"md",title:"md"},sm:{description:"md",title:"xs"}},ka=({cancelButton:e=void 0,confirmButton:n=void 0,description:i,imageSrc:o="integrates/empty/addRoot",padding:r=1.25,title:a,size:l="md"})=>{const s=(n??e)!==void 0;return t.jsxs(wa,{$padding:r,children:[t.jsx(ja,{children:t.jsx(ee,{alt:"empty-icon",publicId:o})}),t.jsx(V,{fontWeight:"bold",mb:.25,size:Wt[l].title,textAlign:"center",children:a}),t.jsx(I,{mb:s?2:void 0,size:Wt[l].description,textAlign:"center",children:i}),s?t.jsxs(va,{children:[e&&t.jsx(at,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(at,{buttonProps:n,variant:"primary"})]}):void 0]})},Ca=({children:e})=>{const n=y.useFormContext();return e({...n})},Sa=f.styled.form`
2278
+ `,Ot={md:{description:"md",title:"md"},sm:{description:"md",title:"xs"}},Ca=({cancelButton:e=void 0,confirmButton:n=void 0,description:i,imageSrc:o="integrates/empty/addRoot",padding:r=1.25,title:a,size:l="md"})=>{const s=(n??e)!==void 0;return t.jsxs(ja,{$padding:r,children:[t.jsx(va,{children:t.jsx(ee,{alt:"empty-icon",publicId:o})}),t.jsx(V,{fontWeight:"bold",mb:.25,size:Ot[l].title,textAlign:"center",children:a}),t.jsx(I,{mb:s?2:void 0,size:Ot[l].description,textAlign:"center",children:i}),s?t.jsxs(ka,{children:[e&&t.jsx(at,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(at,{buttonProps:n,variant:"primary"})]}):void 0]})},Sa=({children:e})=>{const n=y.useFormContext();return e({...n})},za=f.styled.form`
2279
2279
  ${({theme:e})=>`
2280
2280
  align-items: flex-start;
2281
2281
  align-self: stretch;
@@ -2285,11 +2285,12 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2285
2285
  overflow: hidden auto;
2286
2286
  width: 100%;
2287
2287
  `}
2288
- `,za=({alert:e,buttonAlignment:n,cancelButton:i,children:o,confirmButton:r,defaultDisabled:a=!0,id:l="modal-confirm",maxButtonWidth:s="392px",mode:c,onSubmit:d,padding:p=!0,showButtons:g=!0,yupSchema:x,...h})=>{const b=f.useTheme(),m=y.useForm({...h,mode:c??"all",resolver:x?y.o(x):void 0});function w(v){v.stopPropagation(),m.handleSubmit(d)(v)}const k=g?`calc(100% - ${e?"139px":"83px"})`:"100%",C=p?1.5:0;return t.jsx(y.FormProvider,{...m,children:t.jsx(Sa,{onSubmit:w,children:t.jsxs($,{scroll:"y",width:"100%",children:[t.jsx($,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,display:"flex",flexDirection:"column",gap:.5,height:k,pb:C,pt:0,px:C,scroll:"y",children:o}),g&&t.jsxs($,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,borderTop:`1px solid ${b.palette.gray[200]}`,display:"flex",flexDirection:n?"unset":"column",gap:.625,justify:n??"stretch",position:"sticky",px:1.25,py:1.25,children:[e,t.jsxs($,{display:"flex",gap:.75,maxWidth:s,children:[i?t.jsx(O,{icon:i.icon,id:`${l}-cancel`,justify:"center",onClick:i.onClick,type:"reset",variant:"tertiary",width:"100%",children:i.label??"Cancel"}):void 0,t.jsx(O,{disabled:((r==null?void 0:r.disabled)??!1)||m.formState.isSubmitting||a&&!m.formState.isDirty,icon:r==null?void 0:r.icon,id:l,justify:"center",type:"submit",width:"100%",children:(r==null?void 0:r.label)??"Confirm"})]})]})]})})})},Ta=f.styled(Ee)`
2288
+ `,Ta=({alert:e,buttonAlignment:n,cancelButton:i,children:o,confirmButton:r,defaultDisabled:a=!0,id:l="modal-confirm",maxButtonWidth:s="392px",mode:c,onSubmit:d,padding:p=!0,showButtons:g=!0,yupSchema:x,...h})=>{const b=f.useTheme(),m=y.useForm({...h,mode:c??"all",resolver:x?y.o(x):void 0});function w(v){v.stopPropagation(),m.handleSubmit(d)(v)}const k=g?`calc(100% - ${e?"139px":"83px"})`:"100%",C=p?1.5:0;return t.jsx(y.FormProvider,{...m,children:t.jsx(za,{onSubmit:w,children:t.jsxs($,{scroll:"y",width:"100%",children:[t.jsx($,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,display:"flex",flexDirection:"column",gap:.5,height:k,pb:C,pt:0,px:C,scroll:"y",children:o}),g&&t.jsxs($,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,borderTop:`1px solid ${b.palette.gray[200]}`,display:"flex",flexDirection:n?"unset":"column",gap:.625,justify:n??"stretch",position:"sticky",px:1.25,py:1.25,children:[e,t.jsxs($,{display:"flex",gap:.75,maxWidth:s,children:[i?t.jsx(O,{icon:i.icon,id:`${l}-cancel`,justify:"center",onClick:i.onClick,type:"reset",variant:"tertiary",width:"100%",children:i.label??"Cancel"}):void 0,t.jsx(O,{disabled:((r==null?void 0:r.disabled)??!1)||m.formState.isSubmitting||a&&!m.formState.isDirty,icon:r==null?void 0:r.icon,id:l,justify:"center",type:"submit",width:"100%",children:(r==null?void 0:r.label)??"Confirm"})]})]})]})})})},Ia=f.styled(Ee)`
2289
2289
  display: grid;
2290
2290
  grid-template-columns: ${({$sm:e})=>`repeat(${e}, 1fr)`};
2291
2291
  grid-auto-flow: ${({$autoFlow:e="row"})=>e};
2292
- gap: ${({$rowGap:e,$gap:n=1.25})=>e?`${e}rem`:`${n}rem`} ${({$columnGap:e,$gap:n=1.25})=>e?`${e}rem`:`${n}rem`};
2292
+ gap: ${({$rowGap:e,$gap:n=1.25})=>e?`${e}rem`:`${n}rem`}
2293
+ ${({$columnGap:e,$gap:n=1.25})=>e?`${e}rem`:`${n}rem`};
2293
2294
 
2294
2295
  ${({theme:e,$xl:n,$lg:i,$md:o})=>`
2295
2296
  @media (width >= ${e.breakpoints.sm}) {
@@ -2304,7 +2305,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2304
2305
  grid-template-columns: repeat(${n}, 1fr);
2305
2306
  }
2306
2307
  `}
2307
- `,Ia=u.forwardRef(function({children:n,md:i,sm:o,lg:r,xl:a,gap:l,gridAutoFlow:s,rowGap:c,columnGap:d,...p},g){return t.jsx(Ta,{$autoFlow:s,$columnGap:d,$gap:l,$lg:r,$md:i,$rowGap:c,$sm:o,$xl:a,ref:g,...p,children:n})}),Da=f.styled.div`
2308
+ `,Da=u.forwardRef(function({children:n,md:i,sm:o,lg:r,xl:a,gap:l,gridAutoFlow:s,rowGap:c,columnGap:d,...p},g){return t.jsx(Ia,{$autoFlow:s,$columnGap:d,$gap:l,$lg:r,$md:i,$rowGap:c,$sm:o,$xl:a,ref:g,...p,children:n})}),Ea=f.styled.div`
2308
2309
  ${({theme:e,$itemsLength:n})=>`
2309
2310
  display: flex;
2310
2311
  background-color: ${e.palette.white};
@@ -2323,7 +2324,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2323
2324
  width: 507px;
2324
2325
  }
2325
2326
  `}
2326
- `,vt=f.styled.div`
2327
+ `,jt=f.styled.div`
2327
2328
  ${({theme:e,$isSelected:n})=>`
2328
2329
  align-items: center;
2329
2330
  background-color: ${n?e.palette.gray[100]:e.palette.white};
@@ -2340,7 +2341,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2340
2341
  background-color: ${e.palette.gray[100]};
2341
2342
  }
2342
2343
  `}
2343
- `,Mn=({isSelected:e=!1,label:n,onSelect:i})=>{const o=f.useTheme(),r=u.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(vt,{$isSelected:e,onClick:r,children:[e?t.jsx(D,{icon:"check",iconColor:o.palette.gray[800],iconSize:"lg"}):null,t.jsx(I,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},Pe=100,Ea=({isOpen:e=!0,items:n,handleNewOrganization:i,onSelect:o,onClose:r,selectedItem:a,title:l,variant:s})=>{const c=f.useTheme(),[d,p]=u.useState(n),[g,x]=u.useState(""),h=u.useCallback(j=>{if(!j){p(n);return}const k=j.slice(0,Pe);p(C=>{const v=k.toLowerCase();return C.filter(S=>{const T=String(S.name).toLowerCase();return T.startsWith(v)||T.includes(v)})})},[p,n]),b=u.useCallback(j=>{if(j.currentTarget){const k=j.currentTarget.value.slice(0,Pe);x(k),h(k)}},[x,h]),m=u.useCallback(j=>{const k=j.target.value.slice(0,Pe);x(k),h(k)},[x,h]);u.useEffect(()=>{e&&(x(""),p(n))},[e,n]),u.useEffect(()=>{g?h(g):p(n)},[n,g,h]);const w=t.jsx($,{"aria-modal":"true",className:"comp-modal fixed inset-0 overflow-auto",zIndex:99999,children:t.jsx($,{alignItems:"center",bgColor:"rgb(52 64 84 / 70%)",display:"flex",height:"100vh",justify:"center",left:"0",top:"0",width:"100%",children:t.jsxs(Da,{$itemsLength:d.length,children:[t.jsxs($,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(I,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(B,{icon:"xmark",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:r,variant:"ghost"})]}),t.jsx($,{mt:1,children:t.jsx(de,{maxLength:Pe,onChange:m,onInput:b,placeholder:"Search",value:g})}),t.jsx(ce,{mb:1,mt:1}),t.jsxs($,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[s==="organization-selector"?t.jsx(vt,{onClick:i,children:t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsx(D,{icon:"square-plus",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",mr:.5}),t.jsx(I,{color:c.palette.gray[400],size:"md",children:"New organization"})]})}):void 0,d.map(j=>t.jsx(Mn,{isSelected:a.toLowerCase()===j.name,label:j.name.charAt(0).toUpperCase()+j.name.slice(1),onSelect:o},j.name))]})]})})});return e?pe.createPortal(w,document.body):t.jsx("div",{})},Ra=f.styled.div`
2344
+ `,Mn=({isSelected:e=!1,label:n,onSelect:i})=>{const o=f.useTheme(),r=u.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(jt,{$isSelected:e,onClick:r,children:[e?t.jsx(D,{icon:"check",iconColor:o.palette.gray[800],iconSize:"lg"}):null,t.jsx(I,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},Pe=100,Ra=({isOpen:e=!0,items:n,handleNewOrganization:i,onSelect:o,onClose:r,selectedItem:a,title:l,variant:s})=>{const c=f.useTheme(),[d,p]=u.useState(n),[g,x]=u.useState(""),h=u.useCallback(j=>{if(!j){p(n);return}const k=j.slice(0,Pe);p(C=>{const v=k.toLowerCase();return C.filter(S=>{const T=String(S.name).toLowerCase();return T.startsWith(v)||T.includes(v)})})},[p,n]),b=u.useCallback(j=>{if(j.currentTarget){const k=j.currentTarget.value.slice(0,Pe);x(k),h(k)}},[x,h]),m=u.useCallback(j=>{const k=j.target.value.slice(0,Pe);x(k),h(k)},[x,h]);u.useEffect(()=>{e&&(x(""),p(n))},[e,n]),u.useEffect(()=>{g?h(g):p(n)},[n,g,h]);const w=t.jsx($,{"aria-modal":"true",className:"comp-modal fixed inset-0 overflow-auto",zIndex:99999,children:t.jsx($,{alignItems:"center",bgColor:"rgb(52 64 84 / 70%)",display:"flex",height:"100vh",justify:"center",left:"0",top:"0",width:"100%",children:t.jsxs(Ea,{$itemsLength:d.length,children:[t.jsxs($,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(I,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(B,{icon:"xmark",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:r,variant:"ghost"})]}),t.jsx($,{mt:1,children:t.jsx(de,{maxLength:Pe,onChange:m,onInput:b,placeholder:"Search",value:g})}),t.jsx(ce,{mb:1,mt:1}),t.jsxs($,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[s==="organization-selector"?t.jsx(jt,{onClick:i,children:t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsx(D,{icon:"square-plus",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",mr:.5}),t.jsx(I,{color:c.palette.gray[400],size:"md",children:"New organization"})]})}):void 0,d.map(j=>t.jsx(Mn,{isSelected:a.toLowerCase()===j.name,label:j.name.charAt(0).toUpperCase()+j.name.slice(1),onSelect:o},j.name))]})]})})});return e?pe.createPortal(w,document.body):t.jsx("div",{})},Fa=f.styled.div`
2344
2345
  ${({theme:e,$backgroundColor:n=e.palette.white})=>`
2345
2346
  align-items: flex-start;
2346
2347
  display: flex;
@@ -2357,7 +2358,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2357
2358
  fill: url(#gradient-01);
2358
2359
  }
2359
2360
  `}
2360
- `,Fa=({backgroundColor:e,title:n,indicator:i,description:o,icon:r})=>{const a=f.useTheme(),l=e?a.palette.white:void 0,s=y.$a916eb452884faea$export$b7a616150fdb9f44();return t.jsxs(Ra,{$backgroundColor:e,children:[t.jsxs($,{alignItems:"center","aria-label":n,"data-testid":n,display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",children:[t.jsx(I,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:n}),t.jsx(V,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:s.format(Number(i))})]}),t.jsxs("span",{className:"fa-stack fa-2x",children:[t.jsx("i",{className:"fa-solid fa-square fa-stack-2x",style:{color:a.palette.primary[25]}}),t.jsx("i",{className:`fa-solid fa-${r} fa-stack-1x fill-gradient-01`,style:{width:"24px",height:"24px"}})]},r)]}),o?t.jsx(I,{size:"md",...l?{color:l}:{},children:o}):void 0]})},Na=({actions:e,children:n,header:i,title:o,tabs:r,footer:a})=>{const l=f.useTheme();return t.jsxs($,{alignItems:"flex-start",bgColor:l.palette.white,borderLeft:`1px solid ${l.palette.gray[300]}`,display:"flex",flexDirection:"column",maxHeight:"750px",width:"480px",children:[t.jsxs($,{alignItems:"flex-start",alignSelf:"stretch",borderBottom:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.25,justify:"space-between",px:1.25,py:1,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsx(I,{color:l.palette.gray[800],fontWeight:"bold",size:"lg",children:o}),i]}),e&&t.jsx($,{display:"flex",gap:.25,children:e.map(({icon:s,onClick:c},d)=>t.jsx(B,{icon:s??"paper-plane",iconColor:l.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:c,variant:"ghost"},`${d}-${s}`))})]}),t.jsx($,{display:"flex",pt:.25,width:"100%",children:t.jsx(mt,{items:r})}),t.jsx($,{alignSelf:"stretch",display:"flex",flexDirection:"column",px:1.25,py:1,scroll:"y",children:n}),a&&t.jsx($,{alignSelf:"stretch",borderTop:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:a.map(({icon:s,text:c,onClick:d},p)=>t.jsx(O,{icon:s,onClick:d,variant:p===0?"primary":"tertiary",width:"100%",children:c},`${p}-${c}`))})]})},Aa=f.styled.article`
2361
+ `,Na=({backgroundColor:e,title:n,indicator:i,description:o,icon:r})=>{const a=f.useTheme(),l=e?a.palette.white:void 0,s=y.$a916eb452884faea$export$b7a616150fdb9f44();return t.jsxs(Fa,{$backgroundColor:e,children:[t.jsxs($,{alignItems:"center","aria-label":n,"data-testid":n,display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",children:[t.jsx(I,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:n}),t.jsx(V,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:s.format(Number(i))})]}),t.jsxs("span",{className:"fa-stack fa-2x",children:[t.jsx("i",{className:"fa-solid fa-square fa-stack-2x",style:{color:a.palette.primary[25]}}),t.jsx("i",{className:`fa-solid fa-${r} fa-stack-1x fill-gradient-01`,style:{width:"24px",height:"24px"}})]},r)]}),o?t.jsx(I,{size:"md",...l?{color:l}:{},children:o}):void 0]})},Aa=({actions:e,children:n,header:i,title:o,tabs:r,footer:a})=>{const l=f.useTheme();return t.jsxs($,{alignItems:"flex-start",bgColor:l.palette.white,borderLeft:`1px solid ${l.palette.gray[300]}`,display:"flex",flexDirection:"column",maxHeight:"750px",width:"480px",children:[t.jsxs($,{alignItems:"flex-start",alignSelf:"stretch",borderBottom:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.25,justify:"space-between",px:1.25,py:1,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsx(I,{color:l.palette.gray[800],fontWeight:"bold",size:"lg",children:o}),i]}),e&&t.jsx($,{display:"flex",gap:.25,children:e.map(({icon:s,onClick:c},d)=>t.jsx(B,{icon:s??"paper-plane",iconColor:l.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:c,variant:"ghost"},`${d}-${s}`))})]}),t.jsx($,{display:"flex",pt:.25,width:"100%",children:t.jsx($t,{items:r})}),t.jsx($,{alignSelf:"stretch",display:"flex",flexDirection:"column",px:1.25,py:1,scroll:"y",children:n}),a&&t.jsx($,{alignSelf:"stretch",borderTop:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:a.map(({icon:s,text:c,onClick:d},p)=>t.jsx(O,{icon:s,onClick:d,variant:p===0?"primary":"tertiary",width:"100%",children:c},`${p}-${c}`))})]})},La=f.styled.article`
2361
2362
  ${({theme:e})=>`
2362
2363
  align-items: flex-start;
2363
2364
  align-self: stretch;
@@ -2393,7 +2394,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2393
2394
  fill: url(#gradient-01);
2394
2395
  }
2395
2396
  `}
2396
- `,La=f.styled.div`
2397
+ `,Pa=f.styled.div`
2397
2398
  ${({theme:e,$hasImage:n,$width:i,$height:o})=>`
2398
2399
  width: ${i}px;
2399
2400
  height: ${o}px;
@@ -2403,7 +2404,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2403
2404
  align-items: center;
2404
2405
  justify-content: center;
2405
2406
  `}
2406
- `,Pa={md:{titleSize:"xs",descSize:"md",linkTextSize:"md"},lg:{titleSize:"sm",descSize:"lg",linkTextSize:"lg"}},Ma=({desc:e,href:n,icon:i,imageHeight:o=48,imageWidth:r=48,Link:a,LinkElement:l,linkText:s="Learn more ",publicId:c,size:d="lg",tag:p,title:g})=>{const x=a??"a",{titleSize:h,descSize:b,linkTextSize:m}=Pa[d];return t.jsxs(Aa,{"data-testid":g,children:[t.jsxs($,{display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs(La,{$hasImage:!!c,$height:o,$width:r,children:[i?t.jsx("i",{className:`fa-solid fa-${i} fill-gradient-01`,style:{fontSize:24}}):void 0,c?t.jsx(ee,{alt:g,height:o,publicId:c,width:r}):void 0]}),p?t.jsx(J,{tagLabel:p,variant:"inactive"}):void 0]}),t.jsx(V,{size:h,children:g}),e?t.jsx(I,{size:b,children:e}):void 0,l??t.jsx(x,{href:n,style:{textDecoration:"none"},children:t.jsxs(I,{size:m,children:[s,t.jsx(D,{icon:"arrow-right",iconSize:"sm",iconType:"fa-light"})]})})]})},Oa=f.styled.span`
2407
+ `,Ma={md:{titleSize:"xs",descSize:"md",linkTextSize:"md"},lg:{titleSize:"sm",descSize:"lg",linkTextSize:"lg"}},Oa=({desc:e,href:n,icon:i,imageHeight:o=48,imageWidth:r=48,Link:a,LinkElement:l,linkText:s="Learn more ",publicId:c,size:d="lg",tag:p,title:g})=>{const x=a??"a",{titleSize:h,descSize:b,linkTextSize:m}=Ma[d];return t.jsxs(La,{"data-testid":g,children:[t.jsxs($,{display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs(Pa,{$hasImage:!!c,$height:o,$width:r,children:[i?t.jsx("i",{className:`fa-solid fa-${i} fill-gradient-01`,style:{fontSize:24}}):void 0,c?t.jsx(ee,{alt:g,height:o,publicId:c,width:r}):void 0]}),p?t.jsx(J,{tagLabel:p,variant:"inactive"}):void 0]}),t.jsx(V,{size:h,children:g}),e?t.jsx(I,{size:b,children:e}):void 0,l??t.jsx(x,{href:n,style:{textDecoration:"none"},children:t.jsxs(I,{size:m,children:[s,t.jsx(D,{icon:"arrow-right",iconSize:"sm",iconType:"fa-light"})]})})]})},Wa=f.styled.span`
2407
2408
  ${({theme:e,$bgColor:n=e.palette.secondary[500],$txtDecoration:i="none"})=>`
2408
2409
  background-color: ${n};
2409
2410
  border-radius: 5px;
@@ -2412,14 +2413,14 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2412
2413
  padding: ${e.spacing[.125]} ${e.spacing[.25]} ${e.spacing[.125]} ${e.spacing[.25]};
2413
2414
  text-decoration: ${i}
2414
2415
  `}
2415
- `,Wa=({bgColor:e,children:n,txtDecoration:i,ml:o=1})=>t.jsx(Oa,{$bgColor:e,$txtDecoration:i,className:`ml-${o}`,children:n}),Ba={lg:"56",md:"30",sm:"12"},{getVariant:_a}=ie(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),Ha=f.keyframes`
2416
+ `,Ba=({bgColor:e,children:n,txtDecoration:i,ml:o=1})=>t.jsx(Wa,{$bgColor:e,$txtDecoration:i,className:`ml-${o}`,children:n}),_a={lg:"56",md:"30",sm:"12"},{getVariant:Ha}=ie(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),Va=f.keyframes`
2416
2417
  0% {
2417
2418
  transform: rotateZ(0deg);
2418
2419
  }
2419
2420
  100% {
2420
2421
  transform: rotateZ(360deg)
2421
2422
  }
2422
- `,Va=f.keyframes`
2423
+ `,Ua=f.keyframes`
2423
2424
  0%,
2424
2425
  25% {
2425
2426
  stroke-dashoffset: 280;
@@ -2436,16 +2437,16 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2436
2437
  stroke-dashoffset: 280;
2437
2438
  transform: rotate(360deg);
2438
2439
  }
2439
- `,Ua=f.styled.svg`
2440
+ `,Ga=f.styled.svg`
2440
2441
  ${({$size:e="md"})=>f.css`
2441
- animation: ${Ha} 2s linear infinite;
2442
+ animation: ${Va} 2s linear infinite;
2442
2443
  animation-timing-function: linear;
2443
2444
  display: inline-block;
2444
- width: ${Ba[e]}px;
2445
+ width: ${_a[e]}px;
2445
2446
  `}
2446
- `,Ga=f.styled.circle`
2447
+ `,Ya=f.styled.circle`
2447
2448
  ${({theme:e,$color:n="red"})=>f.css`
2448
- animation: 1.4s ease-in-out infinite both ${Va};
2449
+ animation: 1.4s ease-in-out infinite both ${Ua};
2449
2450
  display: block;
2450
2451
  fill: transparent;
2451
2452
  stroke-linecap: round;
@@ -2454,9 +2455,9 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2454
2455
  stroke-width: 10px;
2455
2456
  transform-origin: 50% 50%;
2456
2457
 
2457
- ${_a(e,n)}
2458
+ ${Ha(e,n)}
2458
2459
  `}
2459
- `,Ya=f.styled.circle`
2460
+ `,Ka=f.styled.circle`
2460
2461
  display: block;
2461
2462
  fill: transparent;
2462
2463
  stroke: ${({theme:e})=>e.palette.gray[200]};
@@ -2464,12 +2465,12 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2464
2465
  stroke-width: 10px;
2465
2466
  transform-origin: 50% 50%;
2466
2467
  opacity: ${({$color:e})=>e==="white"?"20%":"unset"};
2467
- `,On=({color:e="red",label:n,size:i})=>{const o=f.useTheme();return t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsxs(Ua,{$size:i,viewBox:"0 0 100 100",children:[t.jsx(Ya,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(Ga,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(I,{color:e==="red"||e==="blue"?o.palette.gray[700]:o.palette.white,ml:.5,size:"md",children:n})]})},Ka={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},Xa=({publicId:e,variant:n})=>t.jsx($,{...Ka[n],children:t.jsx(ee,{alt:"logo",publicId:e})}),Za=f.styled(y.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
2468
+ `,On=({color:e="red",label:n,size:i})=>{const o=f.useTheme();return t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsxs(Ga,{$size:i,viewBox:"0 0 100 100",children:[t.jsx(Ka,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(Ya,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(I,{color:e==="red"||e==="blue"?o.palette.gray[700]:o.palette.white,ml:.5,size:"md",children:n})]})},Xa={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},Za=({publicId:e,variant:n})=>t.jsx($,{...Xa[n],children:t.jsx(ee,{alt:"logo",publicId:e})}),qa=f.styled(y.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
2468
2469
  ${({$size:e=16})=>`
2469
2470
  height: ${e}px;
2470
2471
  width: ${e}px;
2471
2472
  `}
2472
- `,qa=e=>{const{size:n}=e;return t.jsx(Za,{$size:n,...e})},Ja=({children:e,commitSha:n,commitShortSha:i,parentElement:o,userInfo:r,setVisibility:a})=>{const l=f.useTheme(),{userName:s,email:c,phone:d,userRole:p}=r;return te(o,()=>{a(!1)}),t.jsxs(Tn,{children:[t.jsx("li",{className:"user-info",children:t.jsxs($,{display:"inline-flex",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsx(I,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:s}),t.jsx(I,{color:l.palette.gray[400],size:"md",children:c}),y.lodashExports.isUndefined(d)?void 0:t.jsx(I,{color:l.palette.gray[400],size:"md",children:d})]}),t.jsx($,{children:t.jsx(J,{tagLabel:p,variant:"role"})})]})}),t.jsx(ce,{}),e,t.jsx(ce,{}),t.jsx("li",{className:"commit-info",children:t.jsx(oe,{href:`https://github.com/fluidattacks/universe/tree/${n}`,iconPosition:"hidden",children:t.jsx(I,{color:l.palette.gray[400],size:"sm",children:`commit : ${i}`})})})]})},Qa=f.styled.button`
2473
+ `,Ja=e=>{const{size:n}=e;return t.jsx(qa,{$size:n,...e})},Qa=({children:e,commitSha:n,commitShortSha:i,parentElement:o,userInfo:r,setVisibility:a})=>{const l=f.useTheme(),{userName:s,email:c,phone:d,userRole:p}=r;return te(o,()=>{a(!1)}),t.jsxs(Tn,{children:[t.jsx("li",{className:"user-info",children:t.jsxs($,{display:"inline-flex",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsx(I,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:s}),t.jsx(I,{color:l.palette.gray[400],size:"md",children:c}),y.lodashExports.isUndefined(d)?void 0:t.jsx(I,{color:l.palette.gray[400],size:"md",children:d})]}),t.jsx($,{children:t.jsx(J,{tagLabel:p,variant:"role"})})]})}),t.jsx(ce,{}),e,t.jsx(ce,{}),t.jsx("li",{className:"commit-info",children:t.jsx(oe,{href:`https://github.com/fluidattacks/universe/tree/${n}`,iconPosition:"hidden",children:t.jsx(I,{color:l.palette.gray[400],size:"sm",children:`commit : ${i}`})})})]})},es=f.styled.button`
2473
2474
  align-items: center;
2474
2475
  background-color: transparent;
2475
2476
  border: unset;
@@ -2486,7 +2487,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2486
2487
  &:hover span {
2487
2488
  color: ${A.palette.primary[200]};
2488
2489
  }
2489
- `,es=({message:e,onClickButton:n,buttonText:i,buttonFontWeight:o="regular",show:r=!0,icon:a,onClose:l,buttonSide:s="end"})=>{const c=f.useTheme(),[d,p]=u.useState(r),g=u.useCallback(()=>{p(!1),l==null||l()},[l]);u.useEffect(()=>{p(r)},[r,p]);const x=t.jsxs(Qa,{onClick:n,children:[t.jsx(I,{color:c.palette.white,fontWeight:o,size:"md",textDecoration:"underline",children:i}),t.jsx(D,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"lg",iconType:o==="bold"?"fa-regular":"fa-light"})]});return t.jsxs($,{alignItems:"center",bgGradient:"linear-gradient(45deg, #f32637 0%, #b8075d 100%)",display:d?"flex":"none",id:"message-banner",justify:"space-between",padding:[.75,.75,.75,.75],children:[t.jsxs($,{display:"flex",gap:.5,justify:"center",width:"100%",children:[s==="start"&&n?x:void 0,t.jsx($,{children:typeof e=="string"?t.jsx(I,{color:c.palette.white,display:"inline",size:"md",children:e}):e}),s==="end"&&n?x:void 0]}),t.jsx(D,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},ts=f.styled.div`
2490
+ `,ts=({message:e,onClickButton:n,buttonText:i,buttonFontWeight:o="regular",show:r=!0,icon:a,onClose:l,buttonSide:s="end"})=>{const c=f.useTheme(),[d,p]=u.useState(r),g=u.useCallback(()=>{p(!1),l==null||l()},[l]);u.useEffect(()=>{p(r)},[r,p]);const x=t.jsxs(es,{onClick:n,children:[t.jsx(I,{color:c.palette.white,fontWeight:o,size:"md",textDecoration:"underline",children:i}),t.jsx(D,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"lg",iconType:o==="bold"?"fa-regular":"fa-light"})]});return t.jsxs($,{alignItems:"center",bgGradient:"linear-gradient(45deg, #f32637 0%, #b8075d 100%)",display:d?"flex":"none",id:"message-banner",justify:"space-between",padding:[.75,.75,.75,.75],children:[t.jsxs($,{display:"flex",gap:.5,justify:"center",width:"100%",children:[s==="start"&&n?x:void 0,t.jsx($,{children:typeof e=="string"?t.jsx(I,{color:c.palette.white,display:"inline",size:"md",children:e}):e}),s==="end"&&n?x:void 0]}),t.jsx(D,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},ns=f.styled.div`
2490
2491
  ${({theme:e,$variant:n})=>`
2491
2492
  background: ${e.palette.white};
2492
2493
  border: 1px solid ${e.palette.gray[200]};
@@ -2505,9 +2506,9 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2505
2506
  right: 16px;
2506
2507
  }
2507
2508
  `}
2508
- `,ns=f.styled(V)`
2509
+ `,is=f.styled(V)`
2509
2510
  font-size: ${({theme:e})=>e.typography.text.md};
2510
- `,is=f.styled.div`
2511
+ `,os=f.styled.div`
2511
2512
  ${({theme:e,$variant:n})=>`
2512
2513
  height: ${e.spacing[2.5]};
2513
2514
  width: ${e.spacing[2.5]};
@@ -2538,7 +2539,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2538
2539
  color: ${e.palette[n][500]};
2539
2540
  }
2540
2541
  `}
2541
- `,os=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",rs=({description:e,onClose:n,title:i,variant:o})=>{const r=f.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(ts,{$variant:o,className:`notification notification__${o}`,role:"alertdialog",children:[t.jsxs(is,{$variant:o,children:[t.jsx(D,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(D,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(D,{icon:os(o),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs($,{pr:1.5,children:[t.jsx(ns,{fontWeight:"bold",size:"xs",children:i}),t.jsx(I,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(B,{height:"fit-content",icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},as={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},st=({icon:e,label:n,onClick:i,onlyLabel:o=!1,provider:r="GitLab"})=>{const a=f.useTheme();return t.jsxs($,{alignItems:"center",bgColorHover:a.palette.gray[100],borderRadius:"4px",cursor:"pointer",display:"flex",flexDirection:"column",gap:.25,height:"62px",justify:"center",minWidth:"64px",onClick:i,pb:.5,pl:.25,pr:.25,pt:.5,children:[o?!1:t.jsx($,{height:"24px",width:"24px",children:e===void 0?t.jsx(ee,{alt:`${r} Logo`,height:"100%",publicId:as[r],width:"100%"}):t.jsx(D,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx($,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(I,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:o?"break-spaces":"nowrap",wordWrap:"unset",children:n??r})})]})},ss=({align:e="end",buttonLabel:n="Add Credential",children:i,id:o,manualOption:r,providers:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),d=u.useRef(null);te(d.current,()=>{c(!1)},!0);const p=u.useCallback(h=>{r==null||r.onClick(h),c(!1)},[r]),g=u.useCallback(()=>{c(h=>!h)},[c]),x=u.useCallback(h=>b=>{var m;(m=a[h])==null||m.onClick(b),c(!1)},[a]);return t.jsxs($,{alignItems:e,display:"flex",flexDirection:"column",position:"relative",ref:d,width:"max-content",zIndex:10,children:[t.jsx(O,{icon:"plus",onClick:g,variant:"primary",children:n}),t.jsxs($,{alignItems:"center",bgColor:"#fff",border:`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"flex",gap:.5,height:"78px",id:o,pb:.5,pl:.75,position:"absolute",pr:.75,pt:.5,shadow:"md",top:"40px",visibility:s?"visible":"hidden",zIndex:10,children:[Object.keys(a).map(h=>t.jsx(st,{onClick:x(h),provider:h},h)),r===void 0?void 0:t.jsx(st,{icon:"square-plus",label:r.label??"Add manually",onClick:p}),i]})]})},ls=f.styled.button`
2542
+ `,rs=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",as=({description:e,onClose:n,title:i,variant:o})=>{const r=f.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(ns,{$variant:o,className:`notification notification__${o}`,role:"alertdialog",children:[t.jsxs(os,{$variant:o,children:[t.jsx(D,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(D,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(D,{icon:rs(o),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs($,{pr:1.5,children:[t.jsx(is,{fontWeight:"bold",size:"xs",children:i}),t.jsx(I,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(B,{height:"fit-content",icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},ss={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},st=({icon:e,label:n,onClick:i,onlyLabel:o=!1,provider:r="GitLab"})=>{const a=f.useTheme();return t.jsxs($,{alignItems:"center",bgColorHover:a.palette.gray[100],borderRadius:"4px",cursor:"pointer",display:"flex",flexDirection:"column",gap:.25,height:"62px",justify:"center",minWidth:"64px",onClick:i,pb:.5,pl:.25,pr:.25,pt:.5,children:[o?!1:t.jsx($,{height:"24px",width:"24px",children:e===void 0?t.jsx(ee,{alt:`${r} Logo`,height:"100%",publicId:ss[r],width:"100%"}):t.jsx(D,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx($,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(I,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:o?"break-spaces":"nowrap",wordWrap:"unset",children:n??r})})]})},ls=({align:e="end",buttonLabel:n="Add Credential",children:i,id:o,manualOption:r,providers:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),d=u.useRef(null);te(d.current,()=>{c(!1)},!0);const p=u.useCallback(h=>{r==null||r.onClick(h),c(!1)},[r]),g=u.useCallback(()=>{c(h=>!h)},[c]),x=u.useCallback(h=>b=>{var m;(m=a[h])==null||m.onClick(b),c(!1)},[a]);return t.jsxs($,{alignItems:e,display:"flex",flexDirection:"column",position:"relative",ref:d,width:"max-content",zIndex:10,children:[t.jsx(O,{icon:"plus",onClick:g,variant:"primary",children:n}),t.jsxs($,{alignItems:"center",bgColor:"#fff",border:`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"flex",gap:.5,height:"78px",id:o,pb:.5,pl:.75,position:"absolute",pr:.75,pt:.5,shadow:"md",top:"40px",visibility:s?"visible":"hidden",zIndex:10,children:[Object.keys(a).map(h=>t.jsx(st,{onClick:x(h),provider:h},h)),r===void 0?void 0:t.jsx(st,{icon:"square-plus",label:r.label??"Add manually",onClick:p}),i]})]})},cs=f.styled.button`
2542
2543
  ${({theme:e,$hasIcon:n})=>`
2543
2544
  align-items: center;
2544
2545
  background-color: ${n?"unset":e.palette.white};
@@ -2572,7 +2573,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2572
2573
  color: ${e.palette.white};
2573
2574
  }
2574
2575
  `}
2575
- `,ae=({children:e,disabled:n,hasIcon:i=!1,selected:o,onClick:r})=>t.jsx(ls,{...o?{className:"selected"}:{},$hasIcon:i,disabled:n,onClick:n||o?void 0:r,children:e}),cs=[10,20,50,100],Wn=({pageSize:e,setPageSize:n})=>{const i=f.useTheme(),[o,r]=u.useState(!1),{refs:a,floatingStyles:l}=y.useFloating({middleware:[y.flip(),y.offset({mainAxis:4})],placement:"top-end",whileElementsMounted:y.autoUpdate}),s=u.useCallback(()=>{r(d=>!d)},[]),c=u.useCallback(d=>()=>{n(d),r(!1)},[n]);return te(a.reference.current,()=>{r(!1)},!0,a.floating.current),t.jsxs(u.Fragment,{children:[t.jsxs($,{alignItems:"center",bgColor:i.palette.white,border:"1px solid",borderColor:i.palette.gray[200],borderRadius:i.spacing[.25],display:"flex",gap:.125,px:.25,py:.125,children:[t.jsx(I,{size:"md",children:e}),t.jsx(B,{color:i.palette.gray[400],icon:o?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:s,px:.125,py:.125,ref:a.setReference,variant:"ghost"})]}),o?t.jsx($,{bgColor:i.palette.white,border:`1px solid ${i.palette.gray[200]}`,borderRadius:i.spacing[.5],display:"flex",flexDirection:"column",px:.25,py:.25,ref:a.setFloating,shadow:"md",style:l,children:cs.map(d=>{const p=c(d);return t.jsx($,{bgColor:e===d?i.palette.gray[800]:"transparent",bgColorHover:i.palette.gray[e===d?800:100],borderRadius:i.spacing["0.25"],cursor:"pointer",maxWidth:"40px",minWidth:"40px",onClick:p,px:.25,py:.25,children:t.jsx(I,{color:e===d?i.palette.white:i.palette.gray[600],size:"md",textAlign:"center",children:d})},`${d}-${y.random(10)}`)})}):void 0]})},ds=(e,n)=>{if(n<=7)return{pages:Array.from({length:n},(r,a)=>a+1),ellipsis:{start:!1,middle:!1,end:!1}};if(e<=3||e>=n-2){const r=[1,2,3],a=[n-2,n-1,n];return{pages:[...r,...a],ellipsis:{start:!1,middle:!0,end:!1}}}return{pages:[1,...Array.from({length:5},(r,a)=>e-2+a),n],ellipsis:{start:!0,middle:!1,end:!0}}},ps=({totalItems:e,totalPages:n,page:{pageIndex:i,pageSize:o},onPageChange:r,onPageSizeChange:a})=>{const l=f.useTheme(),s=i*o,c=i===1,d=i===n,{pages:p,ellipsis:{start:g,middle:x,end:h}}=ds(i,n),b=u.useCallback(k=>()=>{r(k)},[r]),m=u.useCallback(()=>{i>1&&r(i-1)},[r,i]),w=u.useCallback(()=>{i<n&&r(i+1)},[r,i,n]),j=u.useCallback(k=>{a(k)},[a]);return t.jsxs($,{alignItems:"center",as:"nav",display:"flex",justify:"space-between",py:.875,children:[t.jsx(I,{color:l.palette.gray[800],display:"inline",size:"md",children:`${s-o+1}-${s} of ${e} items`}),t.jsxs($,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(ae,{disabled:c,hasIcon:!0,onClick:b(1),children:t.jsx(D,{icon:"angles-left",iconSize:"sm",iconType:"fa-light"})}),t.jsx(ae,{disabled:c,hasIcon:!0,onClick:m,children:t.jsx(D,{icon:"angle-left",iconSize:"sm",iconType:"fa-light"})}),p.map((k,C,v)=>{const S=k===1,T=k===n,F=g&&S&&C===0,R=h&&T&&C===p.length-1,E=x&&C===v.length/2-1;return t.jsxs(_e.default.Fragment,{children:[R&&t.jsx(ae,{disabled:!0,children:"..."}),t.jsx(ae,{onClick:b(k),selected:i===k,children:k}),(F||E)&&t.jsx(ae,{disabled:!0,children:"..."})]},k)}),t.jsx(ae,{disabled:d,hasIcon:!0,onClick:w,children:t.jsx(D,{icon:"angle-right",iconSize:"sm",iconType:"fa-light"})}),t.jsx(ae,{disabled:d,hasIcon:!0,onClick:b(n),children:t.jsx(D,{icon:"angles-right",iconSize:"sm",iconType:"fa-light"})})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(Wn,{pageSize:o,setPageSize:j}),t.jsx(I,{color:l.palette.gray[800],display:"inline",size:"md",children:"Items per page"})]})]})},gs=f.styled.div`
2576
+ `,ae=({children:e,disabled:n,hasIcon:i=!1,selected:o,onClick:r})=>t.jsx(cs,{...o?{className:"selected"}:{},$hasIcon:i,disabled:n,onClick:n||o?void 0:r,children:e}),ds=[10,20,50,100],Wn=({pageSize:e,setPageSize:n})=>{const i=f.useTheme(),[o,r]=u.useState(!1),{refs:a,floatingStyles:l}=y.useFloating({middleware:[y.flip(),y.offset({mainAxis:4})],placement:"top-end",whileElementsMounted:y.autoUpdate}),s=u.useCallback(()=>{r(d=>!d)},[]),c=u.useCallback(d=>()=>{n(d),r(!1)},[n]);return te(a.reference.current,()=>{r(!1)},!0,a.floating.current),t.jsxs(u.Fragment,{children:[t.jsxs($,{alignItems:"center",bgColor:i.palette.white,border:"1px solid",borderColor:i.palette.gray[200],borderRadius:i.spacing[.25],display:"flex",gap:.125,px:.25,py:.125,children:[t.jsx(I,{size:"md",children:e}),t.jsx(B,{color:i.palette.gray[400],icon:o?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:s,px:.125,py:.125,ref:a.setReference,variant:"ghost"})]}),o?t.jsx($,{bgColor:i.palette.white,border:`1px solid ${i.palette.gray[200]}`,borderRadius:i.spacing[.5],display:"flex",flexDirection:"column",px:.25,py:.25,ref:a.setFloating,shadow:"md",style:l,children:ds.map(d=>{const p=c(d);return t.jsx($,{bgColor:e===d?i.palette.gray[800]:"transparent",bgColorHover:i.palette.gray[e===d?800:100],borderRadius:i.spacing["0.25"],cursor:"pointer",maxWidth:"40px",minWidth:"40px",onClick:p,px:.25,py:.25,children:t.jsx(I,{color:e===d?i.palette.white:i.palette.gray[600],size:"md",textAlign:"center",children:d})},`${d}-${y.random(10)}`)})}):void 0]})},ps=(e,n)=>{if(n<=7)return{pages:Array.from({length:n},(r,a)=>a+1),ellipsis:{start:!1,middle:!1,end:!1}};if(e<=3||e>=n-2){const r=[1,2,3],a=[n-2,n-1,n];return{pages:[...r,...a],ellipsis:{start:!1,middle:!0,end:!1}}}return{pages:[1,...Array.from({length:5},(r,a)=>e-2+a),n],ellipsis:{start:!0,middle:!1,end:!0}}},gs=({totalItems:e,totalPages:n,page:{pageIndex:i,pageSize:o},onPageChange:r,onPageSizeChange:a})=>{const l=f.useTheme(),s=i*o,c=i===1,d=i===n,{pages:p,ellipsis:{start:g,middle:x,end:h}}=ps(i,n),b=u.useCallback(k=>()=>{r(k)},[r]),m=u.useCallback(()=>{i>1&&r(i-1)},[r,i]),w=u.useCallback(()=>{i<n&&r(i+1)},[r,i,n]),j=u.useCallback(k=>{a(k)},[a]);return t.jsxs($,{alignItems:"center",as:"nav",display:"flex",justify:"space-between",py:.875,children:[t.jsx(I,{color:l.palette.gray[800],display:"inline",size:"md",children:`${s-o+1}-${s} of ${e} items`}),t.jsxs($,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(ae,{disabled:c,hasIcon:!0,onClick:b(1),children:t.jsx(D,{icon:"angles-left",iconSize:"sm",iconType:"fa-light"})}),t.jsx(ae,{disabled:c,hasIcon:!0,onClick:m,children:t.jsx(D,{icon:"angle-left",iconSize:"sm",iconType:"fa-light"})}),p.map((k,C,v)=>{const S=k===1,T=k===n,F=g&&S&&C===0,R=h&&T&&C===p.length-1,E=x&&C===v.length/2-1;return t.jsxs(_e.default.Fragment,{children:[R&&t.jsx(ae,{disabled:!0,children:"..."}),t.jsx(ae,{onClick:b(k),selected:i===k,children:k}),(F||E)&&t.jsx(ae,{disabled:!0,children:"..."})]},k)}),t.jsx(ae,{disabled:d,hasIcon:!0,onClick:w,children:t.jsx(D,{icon:"angle-right",iconSize:"sm",iconType:"fa-light"})}),t.jsx(ae,{disabled:d,hasIcon:!0,onClick:b(n),children:t.jsx(D,{icon:"angles-right",iconSize:"sm",iconType:"fa-light"})})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(Wn,{pageSize:o,setPageSize:j}),t.jsx(I,{color:l.palette.gray[800],display:"inline",size:"md",children:"Items per page"})]})]})},us=f.styled.div`
2576
2577
  ${({theme:e})=>`
2577
2578
  height: ${e.spacing[1]};
2578
2579
  width: ${e.spacing[1]};
@@ -2603,7 +2604,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2603
2604
  font-size: ${e.spacing[.5]};
2604
2605
  }
2605
2606
  `}
2606
- `,Bn=({margin:e,onClick:n,text:i})=>{const o=f.useTheme(),r=t.jsxs(gs,{children:[t.jsx(D,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(D,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(D,{icon:"crown",iconClass:"icon",iconSize:"lg"})]});return i!==void 0?t.jsx($,{cursor:"pointer",display:"inline-block",mr:e,onClick:n,children:t.jsxs($,{alignItems:"center",bgColor:o.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[r,t.jsx(I,{color:o.palette.warning[500],display:"inline",ml:.25,size:"sm",children:i})]})}):t.jsx($,{display:"inline-block",mr:e,onClick:n,children:r})},us=f.styled.div`
2607
+ `,Bn=({margin:e,onClick:n,text:i})=>{const o=f.useTheme(),r=t.jsxs(us,{children:[t.jsx(D,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(D,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(D,{icon:"crown",iconClass:"icon",iconSize:"lg"})]});return i!==void 0?t.jsx($,{cursor:"pointer",display:"inline-block",mr:e,onClick:n,children:t.jsxs($,{alignItems:"center",bgColor:o.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[r,t.jsx(I,{color:o.palette.warning[500],display:"inline",ml:.25,size:"sm",children:i})]})}):t.jsx($,{display:"inline-block",mr:e,onClick:n,children:r})},xs=f.styled.div`
2607
2608
  ${({theme:e,$isDragging:n})=>`
2608
2609
  align-items: center;
2609
2610
  display: flex;
@@ -2616,7 +2617,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2616
2617
 
2617
2618
  ${n?`border: 1px solid ${e.palette.black};`:""}
2618
2619
  `}
2619
- `,_n=({color:e,icon:n})=>t.jsxs("span",{style:{display:"inline-flex",position:"relative"},children:[t.jsxs("span",{className:"fa-stack",style:{zIndex:0,height:"20px",width:"20px"},children:[t.jsx("i",{className:"fa-solid fa-square fa-stack-2x",style:{color:e,height:"20px",width:"20px"}}),t.jsx("i",{className:"fa-solid fa-circle fa-stack-1x",style:{color:"#ffffff",height:"14px",width:"14px"}})]}),t.jsx("i",{className:`fa-regular fa-${n}`,style:{color:e,position:"absolute",height:"14px",left:"3px",top:"3px",width:"14px"}})]},`${n}-${e}`),Hn=({rank:e})=>{const n=f.useTheme(),i={1:{color:n.palette.error[700],icon:"gauge-max"},2:{color:n.palette.error[500],icon:"gauge-high"},3:{color:n.palette.warning[500],icon:"gauge"},4:{color:n.palette.success[500],icon:"gauge-low"},5:{color:n.palette.info[700],icon:"gauge-min"},6:{color:n.palette.gray[400],icon:"gauge-min"}};return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(_n,{color:i[e].color,icon:i[e].icon}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e})]})},Vn=({item:e,disabled:n,draggedItem:i,position:o,handleDragEnd:r,handleItemDragStart:a})=>{const l=f.useTheme();return t.jsx(y.ReorderItem,{as:"div",dragListener:!n,item:e.title,onDragEnd:r,onDragStart:a(e.title),style:{zIndex:i===e.title?9999:"auto",position:i===e.title?"relative":"static"},value:e,children:t.jsxs(us,{$isDragging:i===e.title,children:[t.jsxs($,{alignItems:"center",borderRight:"1px solid "+l.palette.gray[200],display:"flex",gap:.625,minWidth:"200px",px:1,py:1,width:"200px",children:[!n&&t.jsx(D,{icon:"grip-vertical",iconColor:l.palette.gray[400],iconSize:"md",mx:.75,my:.75}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e.title})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,justify:"space-between",pl:1,pr:1.75,py:1,width:"100%",children:[t.jsx(I,{size:"md",children:e.description}),t.jsx(Hn,{rank:o+1})]})]})},e.title)},xs=({disabled:e,items:n,handleSetItems:i})=>{const o=f.useTheme(),[r,a]=u.useState(n),[l,s]=u.useState(void 0);u.useEffect(()=>{a(n)},[n]);const c=u.useCallback(x=>{a([...x])},[]),d=u.useCallback(x=>{s(x)},[]),p=u.useCallback(()=>{s(void 0),i(r)},[i,r]),g=u.useCallback(x=>()=>{d(x)},[d]);return t.jsx(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:c,style:{borderBottom:`1px solid ${o.palette.gray[200]}`},values:r,children:r.map((x,h)=>t.jsx(Vn,{disabled:e,draggedItem:l,handleDragEnd:p,handleItemDragStart:g,item:x,position:h},x.title))})},Bt=2,hs=({score:e,toFixed:n=void 0})=>{const i=f.useTheme(),o=e<=33?"priority-bars-low":"priority-bars-medium",r=e>66||e===0?"priority-bars-high":o,a=n===void 0||n<0?0:n,l=e%1===0?Bt+a:Bt+a+1;return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(D,{icon:r,iconClass:e<=66?"fa-kit-duotone":"",iconColor:e>0?i.palette.primary[500]:i.palette.gray[200],iconSize:"lg",iconType:"fa-kit",secondaryColor:i.palette.gray[200]}),t.jsx(I,{color:i.palette.gray[800],size:"md",textAlign:"right",children:(n===void 0?e:e.toFixed(a).toString().padStart(l,"0"))+"%"})]})},{getVariant:fs}=ie(e=>({compliance:`
2620
+ `,_n=({color:e,icon:n})=>t.jsxs("span",{style:{display:"inline-flex",position:"relative"},children:[t.jsxs("span",{className:"fa-stack",style:{zIndex:0,height:"20px",width:"20px"},children:[t.jsx("i",{className:"fa-solid fa-square fa-stack-2x",style:{color:e,height:"20px",width:"20px"}}),t.jsx("i",{className:"fa-solid fa-circle fa-stack-1x",style:{color:"#ffffff",height:"14px",width:"14px"}})]}),t.jsx("i",{className:`fa-regular fa-${n}`,style:{color:e,position:"absolute",height:"14px",left:"3px",top:"3px",width:"14px"}})]},`${n}-${e}`),Hn=({rank:e})=>{const n=f.useTheme(),i={1:{color:n.palette.error[700],icon:"gauge-max"},2:{color:n.palette.error[500],icon:"gauge-high"},3:{color:n.palette.warning[500],icon:"gauge"},4:{color:n.palette.success[500],icon:"gauge-low"},5:{color:n.palette.info[700],icon:"gauge-min"},6:{color:n.palette.gray[400],icon:"gauge-min"}};return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(_n,{color:i[e].color,icon:i[e].icon}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e})]})},Vn=({item:e,disabled:n,draggedItem:i,position:o,handleDragEnd:r,handleItemDragStart:a})=>{const l=f.useTheme();return t.jsx(y.ReorderItem,{as:"div",dragListener:!n,item:e.title,onDragEnd:r,onDragStart:a(e.title),style:{zIndex:i===e.title?9999:"auto",position:i===e.title?"relative":"static"},value:e,children:t.jsxs(xs,{$isDragging:i===e.title,children:[t.jsxs($,{alignItems:"center",borderRight:"1px solid "+l.palette.gray[200],display:"flex",gap:.625,minWidth:"200px",px:1,py:1,width:"200px",children:[!n&&t.jsx(D,{icon:"grip-vertical",iconColor:l.palette.gray[400],iconSize:"md",mx:.75,my:.75}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e.title})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,justify:"space-between",pl:1,pr:1.75,py:1,width:"100%",children:[t.jsx(I,{size:"md",children:e.description}),t.jsx(Hn,{rank:o+1})]})]})},e.title)},hs=({disabled:e,items:n,handleSetItems:i})=>{const o=f.useTheme(),[r,a]=u.useState(n),[l,s]=u.useState(void 0);u.useEffect(()=>{a(n)},[n]);const c=u.useCallback(x=>{a([...x])},[]),d=u.useCallback(x=>{s(x)},[]),p=u.useCallback(()=>{s(void 0),i(r)},[i,r]),g=u.useCallback(x=>()=>{d(x)},[d]);return t.jsx(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:c,style:{borderBottom:`1px solid ${o.palette.gray[200]}`},values:r,children:r.map((x,h)=>t.jsx(Vn,{disabled:e,draggedItem:l,handleDragEnd:p,handleItemDragStart:g,item:x,position:h},x.title))})},Wt=2,fs=({score:e,toFixed:n=void 0})=>{const i=f.useTheme(),o=e<=33?"priority-bars-low":"priority-bars-medium",r=e>66||e===0?"priority-bars-high":o,a=n===void 0||n<0?0:n,l=e%1===0?Wt+a:Wt+a+1;return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(D,{icon:r,iconClass:e<=66?"fa-kit-duotone":"",iconColor:e>0?i.palette.primary[500]:i.palette.gray[200],iconSize:"lg",iconType:"fa-kit",secondaryColor:i.palette.gray[200]}),t.jsx(I,{color:i.palette.gray[800],size:"md",textAlign:"right",children:(n===void 0?e:e.toFixed(a).toString().padStart(l,"0"))+"%"})]})},{getVariant:ys}=ie(e=>({compliance:`
2620
2621
  display: inline-flex;
2621
2622
 
2622
2623
  &.horizontal {
@@ -2674,17 +2675,17 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2674
2675
  .progress-bar {
2675
2676
  background-color: ${e.palette.primary[500]};
2676
2677
  }
2677
- `})),ys=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],bs=f.styled.div`
2678
+ `})),bs=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],$s=f.styled.div`
2678
2679
  ${({theme:e,$minWidth:n,$orientation:i,$rounded:o,$variant:r})=>`
2679
2680
  background-color: ${e.palette.gray[100]};
2680
2681
  border-radius: ${o?"100px":"unset"};
2681
2682
  ${i==="horizontal"?"min-width":"min-height"}: ${n}px;
2682
2683
  ${i==="horizontal"?"":"height: 100%;"}
2683
2684
 
2684
- ${fs(e,r)}
2685
+ ${ys(e,r)}
2685
2686
 
2686
2687
  `}
2687
- `,$s=f.styled.div`
2688
+ `,ms=f.styled.div`
2688
2689
  ${({theme:e,$percentage:n,$rounded:i,$variant:o})=>`
2689
2690
  display: inline-flex;
2690
2691
  width: ${n}%;
@@ -2694,14 +2695,14 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2694
2695
  border-radius: ${i?"100px":"unset"};
2695
2696
  border-end-end-radius: ${i&&n<100?"0":"inherit"};
2696
2697
  border-start-end-radius: ${i&&n<100?"0":"inherit"};
2697
- background-color: ${o==="compliance"?ys(e,n):"inherit"};
2698
+ background-color: ${o==="compliance"?bs(e,n):"inherit"};
2698
2699
  `}
2699
- `,Un=({minWidth:e=100,percentage:n,percentageLocation:i="right",showPercentage:o=!1,orientation:r="horizontal",rounded:a=!0,variant:l="default"})=>{const s=o&&i==="left",c=o?t.jsx($,{alignItems:"center",display:"flex",justify:s?"flex-end":"flex-start",width:"40px",children:t.jsx(I,{ml:.5,mr:s?.5:0,size:"md",children:`${n}%`})}):null,d=t.jsx(bs,{$minWidth:e,$orientation:r,$rounded:a,$variant:l,className:r,children:t.jsx($s,{$percentage:n,$rounded:a,$variant:l,className:"progress-bar"})});return t.jsxs($,{alignItems:"center",display:"inline-flex",flexDirection:s?"row-reverse":"row",height:r==="horizontal"?"auto":"100%",maxWidth:s?`${e+43}px`:void 0,minWidth:s?`${e+43}px`:void 0,textAlign:"end",children:[d,c]})},Gn=({onClick:e})=>t.jsx("svg",{className:"in-progress-icon",fill:"none",height:"13",onClick:e,viewBox:"0 0 12 13",width:"12",xmlns:"http://www.w3.org/2000/svg",children:t.jsxs("g",{id:"Group 8",children:[t.jsx("path",{d:"M9.40199 3.00342L9.95715 2.34182C9.42087 1.88791 8.80949 1.53109 8.15051 1.28741L7.8552 2.09852C8.41952 2.30786 8.94298 2.61408 9.40199 3.00342Z",fill:"#1D2939"}),t.jsx("path",{d:"M11.1498 6.08815L11.9998 5.90982C11.8803 5.21957 11.6409 4.55558 11.2923 3.94793L10.5444 4.36018C10.8429 4.89758 11.0476 5.48194 11.1498 6.08815Z",fill:"#1D2939"}),t.jsx("path",{d:"M7.8552 11.8057L8.15051 12.6168C8.80949 12.3731 9.42087 12.0163 9.95715 11.5624L9.40199 10.9008C8.94298 11.2901 8.41952 11.5963 7.8552 11.8057Z",fill:"#1D2939"}),t.jsx("path",{d:"M10.5444 9.54409L11.2923 9.97608C11.6411 9.36144 11.8805 8.69095 12 7.99444L11.1498 7.84459C11.0476 8.44177 10.8427 9.01676 10.5444 9.54409Z",fill:"#1D2939"}),t.jsx("path",{d:"M6.04789 13V0.904236C4.44389 0.904236 2.90559 1.54142 1.77139 2.67562C0.637187 3.80982 0 5.34813 0 6.95213C0 8.55613 0.637187 10.0944 1.77139 11.2286C2.90559 12.3628 4.44389 13 6.04789 13Z",fill:"#1D2939"})]})}),Yn=(e,n)=>{switch(e){case"completed":return n.palette.success[500];case"disabled":return n.palette.gray[300];case"error":return n.palette.error[500];case"in progress":return n.palette.gray[800];case"not completed":default:return n.palette.gray[800]}},ms=f.styled(D)`
2700
+ `,Un=({minWidth:e=100,percentage:n,percentageLocation:i="right",showPercentage:o=!1,orientation:r="horizontal",rounded:a=!0,variant:l="default"})=>{const s=o&&i==="left",c=o?t.jsx($,{alignItems:"center",display:"flex",justify:s?"flex-end":"flex-start",width:"40px",children:t.jsx(I,{ml:.5,mr:s?.5:0,size:"md",children:`${n}%`})}):null,d=t.jsx($s,{$minWidth:e,$orientation:r,$rounded:a,$variant:l,className:r,children:t.jsx(ms,{$percentage:n,$rounded:a,$variant:l,className:"progress-bar"})});return t.jsxs($,{alignItems:"center",display:"inline-flex",flexDirection:s?"row-reverse":"row",height:r==="horizontal"?"auto":"100%",maxWidth:s?`${e+43}px`:void 0,minWidth:s?`${e+43}px`:void 0,textAlign:"end",children:[d,c]})},Gn=({onClick:e})=>t.jsx("svg",{className:"in-progress-icon",fill:"none",height:"13",onClick:e,viewBox:"0 0 12 13",width:"12",xmlns:"http://www.w3.org/2000/svg",children:t.jsxs("g",{id:"Group 8",children:[t.jsx("path",{d:"M9.40199 3.00342L9.95715 2.34182C9.42087 1.88791 8.80949 1.53109 8.15051 1.28741L7.8552 2.09852C8.41952 2.30786 8.94298 2.61408 9.40199 3.00342Z",fill:"#1D2939"}),t.jsx("path",{d:"M11.1498 6.08815L11.9998 5.90982C11.8803 5.21957 11.6409 4.55558 11.2923 3.94793L10.5444 4.36018C10.8429 4.89758 11.0476 5.48194 11.1498 6.08815Z",fill:"#1D2939"}),t.jsx("path",{d:"M7.8552 11.8057L8.15051 12.6168C8.80949 12.3731 9.42087 12.0163 9.95715 11.5624L9.40199 10.9008C8.94298 11.2901 8.41952 11.5963 7.8552 11.8057Z",fill:"#1D2939"}),t.jsx("path",{d:"M10.5444 9.54409L11.2923 9.97608C11.6411 9.36144 11.8805 8.69095 12 7.99444L11.1498 7.84459C11.0476 8.44177 10.8427 9.01676 10.5444 9.54409Z",fill:"#1D2939"}),t.jsx("path",{d:"M6.04789 13V0.904236C4.44389 0.904236 2.90559 1.54142 1.77139 2.67562C0.637187 3.80982 0 5.34813 0 6.95213C0 8.55613 0.637187 10.0944 1.77139 11.2286C2.90559 12.3628 4.44389 13 6.04789 13Z",fill:"#1D2939"})]})}),Yn=(e,n)=>{switch(e){case"completed":return n.palette.success[500];case"disabled":return n.palette.gray[300];case"error":return n.palette.error[500];case"in progress":return n.palette.gray[800];case"not completed":default:return n.palette.gray[800]}},ws=f.styled(D)`
2700
2701
  box-sizing: border-box;
2701
2702
 
2702
2703
  border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${Yn("in progress",e)}`:"unset"};
2703
2704
  border-radius: 50%;
2704
- `,ws=f.styled.div`
2705
+ `,js=f.styled.div`
2705
2706
  ${({$minWidth:e,$orientation:n})=>`
2706
2707
  display: flex;
2707
2708
  flex-direction: ${n==="horizontal"?"row":"column"};
@@ -2711,16 +2712,16 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2711
2712
  flex-flow: row wrap;
2712
2713
  }
2713
2714
  `}
2714
- `,js=150,vs=({label:e,minWidth:n=js,state:i="not completed",stepNumber:o=1,title:r,onClick:a,orientation:l="horizontal"})=>{const s=f.useTheme(),c={completed:"circle-check",disabled:"circle-dashed",error:"circle-exclamation","in progress":"circle-half","not completed":"circle-dashed"},d=i==="disabled";return t.jsxs($,{display:"inline-flex",flexDirection:l==="horizontal"?"column":"row",minWidth:`${n}px`,children:[t.jsx(Un,{minWidth:n,orientation:l,percentage:d||i==="not completed"?0:100,rounded:!1,variant:i==="error"?"progressIndicatorError":"progressIndicator"}),t.jsxs($,{display:"flex",gap:.5,px:.5,py:.5,width:"100%",children:[i==="in progress"?t.jsx(Gn,{onClick:a}):t.jsx(ms,{$variant:i,clickable:!d,disabled:d,icon:c[i],iconColor:Yn(i,s),iconSize:"lg",iconType:"fa-light",onClick:d?void 0:a}),t.jsxs($,{children:[t.jsx(I,{color:s.palette.gray[d?300:800],fontWeight:"bold",size:"md",children:`${o}.${r}`}),e===void 0?null:t.jsx(I,{color:s.palette.gray[d?300:600],size:"sm",children:e})]})]})]})},ks=150,Cs=({children:e,orientation:n="horizontal",minWidth:i=ks})=>{const o=u.Children.toArray(e),r=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>r*i,[r,i]);return t.jsx(ws,{$minWidth:`${a}px`,$orientation:n,children:o.map(l=>u.cloneElement(l,{minWidth:i,orientation:n}))})},Kn=({description:e="",highlightDescription:n="",mobile:i})=>{const o=f.useTheme(),r=i?"md":"lg",a=typeof n=="string",l=a?"":new RegExp(`(${n.join("|")})`,"u");return n.length>0?t.jsx(I,{display:"inline",lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx($e,{color:o.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:n}),e]}):e.split(l).map((s,c)=>n.includes(s)?t.jsx($e,{color:o.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:s},`${c+1}-bold`):s)}):t.jsx(I,{lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:e})},Ss=({_portal:e=!1,cancelButton:n,darkBackground:i=!1,children:o,confirmButton:r,container:a,description:l,highlightDescription:s="",image:c,maxWidth:d,mobile:p=!1,title:g,titleColor:x})=>{const h=f.useTheme(),{alt:b,src:m,width:w="77px",height:j="77px"}=c,k=u.useCallback(()=>{n==null||n.onClick()},[n]),C=u.useCallback(()=>{r==null||r.onClick()},[r]),v=t.jsx(V,{color:x,fontWeight:"bold",lineSpacing:p?1.5:2.5,mb:p?1.5:0,size:p?"sm":"md",textAlign:p?"start":"center",children:g}),S=t.jsx(ee,{alt:b,height:j,publicId:m,width:w}),T=t.jsx($,{alignItems:"center","aria-label":g,"aria-modal":"true",bgColor:i?"rgba(52, 64, 84, 70%)":"",display:"flex",height:"100vh",justify:"center",left:"0",position:e?"fixed":"absolute",top:"0px",width:"100%",zIndex:99999,children:t.jsxs($,{bgColor:h.palette.white,border:`1px solid ${h.palette.gray[200]}`,borderRadius:"8px",display:"inline-flex",flexDirection:"column",maxWidth:d,position:"relative",px:p?1.5:2.5,py:p?1.5:2.5,shadow:"lg",width:p?"335px":"100%",zIndex:11,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",width:"100%",children:[p?v:void 0,p?t.jsx($,{alignItems:"center",height:j,justify:"center",mr:0,children:t.jsx($,{bgColor:h.palette.gray[100],left:"0",position:"absolute",textAlign:"center",width:"100%",children:S})}):S,t.jsxs($,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[p?void 0:v,t.jsx(Kn,{description:l,highlightDescription:s,mobile:p})]})]}),o&&t.jsx($,{mb:1,scroll:"y",children:t.jsx($,{height:"100%",children:o})}),t.jsxs($,{alignItems:"flex-start",display:"flex",gap:1,justify:p?"start":"center",children:[y.lodashExports.isObject(r)?t.jsx(O,{onClick:C,variant:(r==null?void 0:r.variant)??"primary",children:r==null?void 0:r.text},r==null?void 0:r.key):void 0,y.lodashExports.isObject(n)?t.jsx(O,{onClick:k,variant:(n==null?void 0:n.variant)??"tertiary",children:n==null?void 0:n.text},n==null?void 0:n.key):void 0]})]})});return e?pe.createPortal(T,a??document.body):T},zs=f.styled.div.attrs({className:"comp-scroll-up"})`
2715
+ `,vs=150,ks=({label:e,minWidth:n=vs,state:i="not completed",stepNumber:o=1,title:r,onClick:a,orientation:l="horizontal"})=>{const s=f.useTheme(),c={completed:"circle-check",disabled:"circle-dashed",error:"circle-exclamation","in progress":"circle-half","not completed":"circle-dashed"},d=i==="disabled";return t.jsxs($,{display:"inline-flex",flexDirection:l==="horizontal"?"column":"row",minWidth:`${n}px`,children:[t.jsx(Un,{minWidth:n,orientation:l,percentage:d||i==="not completed"?0:100,rounded:!1,variant:i==="error"?"progressIndicatorError":"progressIndicator"}),t.jsxs($,{display:"flex",gap:.5,px:.5,py:.5,width:"100%",children:[i==="in progress"?t.jsx(Gn,{onClick:a}):t.jsx(ws,{$variant:i,clickable:!d,disabled:d,icon:c[i],iconColor:Yn(i,s),iconSize:"lg",iconType:"fa-light",onClick:d?void 0:a}),t.jsxs($,{children:[t.jsx(I,{color:s.palette.gray[d?300:800],fontWeight:"bold",size:"md",children:`${o}.${r}`}),e===void 0?null:t.jsx(I,{color:s.palette.gray[d?300:600],size:"sm",children:e})]})]})]})},Cs=150,Ss=({children:e,orientation:n="horizontal",minWidth:i=Cs})=>{const o=u.Children.toArray(e),r=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>r*i,[r,i]);return t.jsx(js,{$minWidth:`${a}px`,$orientation:n,children:o.map(l=>u.cloneElement(l,{minWidth:i,orientation:n}))})},Kn=({description:e="",highlightDescription:n="",mobile:i})=>{const o=f.useTheme(),r=i?"md":"lg",a=typeof n=="string",l=a?"":new RegExp(`(${n.join("|")})`,"u");return n.length>0?t.jsx(I,{display:"inline",lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx($e,{color:o.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:n}),e]}):e.split(l).map((s,c)=>n.includes(s)?t.jsx($e,{color:o.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:s},`${c+1}-bold`):s)}):t.jsx(I,{lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:e})},zs=({_portal:e=!1,cancelButton:n,darkBackground:i=!1,children:o,confirmButton:r,container:a,description:l,highlightDescription:s="",image:c,maxWidth:d,mobile:p=!1,title:g,titleColor:x})=>{const h=f.useTheme(),{alt:b,src:m,width:w="77px",height:j="77px"}=c,k=u.useCallback(()=>{n==null||n.onClick()},[n]),C=u.useCallback(()=>{r==null||r.onClick()},[r]),v=t.jsx(V,{color:x,fontWeight:"bold",lineSpacing:p?1.5:2.5,mb:p?1.5:0,size:p?"sm":"md",textAlign:p?"start":"center",children:g}),S=t.jsx(ee,{alt:b,height:j,publicId:m,width:w}),T=t.jsx($,{alignItems:"center","aria-label":g,"aria-modal":"true",bgColor:i?"rgba(52, 64, 84, 70%)":"",display:"flex",height:"100vh",justify:"center",left:"0",position:e?"fixed":"absolute",top:"0px",width:"100%",zIndex:99999,children:t.jsxs($,{bgColor:h.palette.white,border:`1px solid ${h.palette.gray[200]}`,borderRadius:"8px",display:"inline-flex",flexDirection:"column",maxWidth:d,position:"relative",px:p?1.5:2.5,py:p?1.5:2.5,shadow:"lg",width:p?"335px":"100%",zIndex:11,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",width:"100%",children:[p?v:void 0,p?t.jsx($,{alignItems:"center",height:j,justify:"center",mr:0,children:t.jsx($,{bgColor:h.palette.gray[100],left:"0",position:"absolute",textAlign:"center",width:"100%",children:S})}):S,t.jsxs($,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[p?void 0:v,t.jsx(Kn,{description:l,highlightDescription:s,mobile:p})]})]}),o&&t.jsx($,{mb:1,scroll:"y",children:t.jsx($,{height:"100%",children:o})}),t.jsxs($,{alignItems:"flex-start",display:"flex",gap:1,justify:p?"start":"center",children:[y.lodashExports.isObject(r)?t.jsx(O,{onClick:C,variant:(r==null?void 0:r.variant)??"primary",children:r==null?void 0:r.text},r==null?void 0:r.key):void 0,y.lodashExports.isObject(n)?t.jsx(O,{onClick:k,variant:(n==null?void 0:n.variant)??"tertiary",children:n==null?void 0:n.text},n==null?void 0:n.key):void 0]})]})});return e?pe.createPortal(T,a??document.body):T},Ts=f.styled.div.attrs({className:"comp-scroll-up"})`
2715
2716
  position: fixed;
2716
2717
  bottom: ${({bottom:e})=>e??"unset"};
2717
2718
  right: ${({right:e})=>e??"unset"};
2718
2719
  z-index: ${({zIndex:e})=>e??"unset"};
2719
2720
  left: ${({left:e})=>e??"unset"};
2720
- `,Ts=({scrollerId:e="dashboard",left:n,visibleAt:i=500,bottom:o,right:r,zIndex:a=100})=>{const[l,s]=u.useState(!1),[c,d]=u.useState(null),p=f.useTheme();u.useEffect(()=>{d(document.getElementById(e)),c==null||c.addEventListener("scroll",()=>{s(c.scrollTop>i)})},[c,e,i]);const g=u.useCallback(()=>{c==null||c.scrollTo({behavior:"smooth",top:0})},[c]);return l?t.jsx(zs,{bottom:o,left:n,right:r,zIndex:a,children:t.jsx(B,{borderRadius:"50%",height:"40px",icon:"arrow-up",iconSize:"xl",id:"scroll-up",onClick:g,style:{backgroundColor:p.palette.black,borderRadius:"50%",color:p.palette.white},width:"40px"})}):null},Is=f.styled.div`
2721
+ `,Is=({scrollerId:e="dashboard",left:n,visibleAt:i=500,bottom:o,right:r,zIndex:a=100})=>{const[l,s]=u.useState(!1),[c,d]=u.useState(null),p=f.useTheme();u.useEffect(()=>{d(document.getElementById(e)),c==null||c.addEventListener("scroll",()=>{s(c.scrollTop>i)})},[c,e,i]);const g=u.useCallback(()=>{c==null||c.scrollTo({behavior:"smooth",top:0})},[c]);return l?t.jsx(Ts,{bottom:o,left:n,right:r,zIndex:a,children:t.jsx(B,{borderRadius:"50%",height:"40px",icon:"arrow-up",iconSize:"xl",id:"scroll-up",onClick:g,style:{backgroundColor:p.palette.black,borderRadius:"50%",color:p.palette.white},width:"40px"})}):null},Ds=f.styled.div`
2721
2722
  position: relative;
2722
2723
  width: 100%;
2723
- `,Ds=f.styled.div`
2724
+ `,Es=f.styled.div`
2724
2725
  ${({theme:e})=>`
2725
2726
  align-items: center;
2726
2727
  background-color: ${e.palette.white};
@@ -2735,7 +2736,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2735
2736
  &:hover { border-color: ${e.palette.gray[600]}; }
2736
2737
  &:focus-within { border: 2px solid ${e.palette.black}; }
2737
2738
  `}
2738
- `,Es=f.styled.input`
2739
+ `,Rs=f.styled.input`
2739
2740
  ${({theme:e})=>`
2740
2741
  background: none;
2741
2742
  border: none !important;
@@ -2752,7 +2753,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2752
2753
  ::-webkit-search-results-button,
2753
2754
  ::-webkit-search-results-decoration { display: none; }
2754
2755
  `}
2755
- `,Rs=f.styled.div`
2756
+ `,Fs=f.styled.div`
2756
2757
  ${({theme:e})=>`
2757
2758
  position: absolute;
2758
2759
  z-index: 50;
@@ -2766,7 +2767,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2766
2767
  box-shadow: ${e.shadows.md};
2767
2768
  overflow: hidden;
2768
2769
  `}
2769
- `,Fs=f.styled.ul`
2770
+ `,Ns=f.styled.ul`
2770
2771
  ${({theme:e})=>`
2771
2772
  list-style: none;
2772
2773
  margin: 0;
@@ -2774,18 +2775,18 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2774
2775
  max-height: 300px;
2775
2776
  overflow-y: auto;
2776
2777
  `}
2777
- `,Ns=f.styled.li`
2778
+ `,As=f.styled.li`
2778
2779
  ${({theme:e})=>`
2779
2780
  padding: ${e.spacing[.5]} ${e.spacing[.75]};
2780
2781
  cursor: pointer;
2781
2782
  &:hover { background: ${e.palette.gray[50]}; }
2782
2783
  `}
2783
- `,As=f.styled.div`
2784
+ `,Ls=f.styled.div`
2784
2785
  ${({theme:e})=>`
2785
2786
  padding: ${e.spacing[.75]};
2786
2787
  color: ${e.palette.gray[500]};
2787
2788
  `}
2788
- `,Ls=300,Ps=({name:e,items:n=[],renderItem:i,onSelectItem:o,onClear:r,onChange:a,value:l,maxLength:s=Ls,emptyText:c="No results",openOnFocus:d=!0,...p})=>{const g=f.useTheme(),x=u.useRef(null),[h,b]=u.useState(!1),[m,w]=u.useState(String(l??""));u.useEffect(()=>{w(String(l??""))},[l]);const{refs:j,floatingStyles:k}=y.useFloating$1({placement:"bottom-start"});te(j.floating.current,()=>b(!1),!0);const C=u.useCallback(()=>{d&&b(!0)},[d]),v=u.useCallback(z=>{const N=z.target.value;if(N.length>s){w(N.slice(0,s));return}w(N),a==null||a(z),b(!0)},[a,s]),S=u.useCallback(()=>{var z;w(""),r==null||r(),a&&a({target:{value:""},currentTarget:{value:""}}),(z=x.current)==null||z.focus(),b(!1)},[r,a]),T=u.useCallback(z=>{const N=Number(z.currentTarget.dataset.index),M=n[N];o==null||o(M),b(!1)},[n,o]),F=h&&(m.trim().length>0||n.length>0),R=u.useMemo(()=>n.length===0?t.jsx(As,{children:c}):t.jsx(Fs,{role:"listbox",children:n.map((z,N)=>t.jsx(Ns,{onClick:T,role:"option",children:i(z)},N))}),[n,c,i,T]),E=u.useCallback(z=>{z.key==="Escape"&&b(!1)},[]);return t.jsxs(Is,{ref:j.setReference,children:[t.jsxs(Ds,{children:[t.jsx(D,{icon:"magnifying-glass",iconColor:g.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx(Es,{"aria-expanded":F,id:e,maxLength:s,name:e,onChange:v,onFocus:C,onKeyDown:E,ref:x,type:"search",value:m,...p}),!y.lodashExports.isEmpty(m)&&t.jsx(B,{icon:"xmark",iconColor:g.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:S,px:.25,py:.25,type:"reset",variant:"ghost"})]}),F?t.jsx(Rs,{ref:j.setFloating,style:k,children:R}):void 0]})},Ms=(e,n)=>{const i={critical:A.palette.primary[700],high:A.palette.error[500],low:A.palette.warning[200],medium:A.palette.warning[500],none:A.palette.gray[200]},o={disabled:A.palette.gray[400],enabled:A.palette.gray[800]},r={critical:A.palette.white,high:A.palette.white,low:A.palette.gray[800],medium:A.palette.gray[800],none:A.palette.gray[400]};return{iconColor:n<1?i.none:i[e],iconText:y.lodashExports.capitalize(e.charAt(0)),iconTextColor:n<1?r.none:r[e],textColor:n<1?o.disabled:o.enabled}},ye=({variant:e,value:n})=>{const{iconColor:i,iconText:o,iconTextColor:r,textColor:a}=Ms(e,n),l=y.lodashExports.capitalize(e.charAt(0))+e.slice(1);return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,minWidth:"43px",children:[t.jsx(X,{id:l,place:"top",tip:l,children:t.jsx($,{alignItems:"center",bgColor:i,borderRadius:"4px",cursor:"pointer",display:"flex",height:"22px",maxWidth:"22px",minWidth:"22px",children:t.jsx(I,{color:r,size:"md",textAlign:"center",children:o})})}),t.jsx(I,{color:a,size:"md",children:n})]})},Os=({critical:e,high:n,medium:i,low:o})=>t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(ye,{value:e,variant:"critical"}),t.jsx(ye,{value:n,variant:"high"}),t.jsx(ye,{value:i,variant:"medium"}),t.jsx(ye,{value:o,variant:"low"})]}),Ws=f.styled.div`
2789
+ `,Ps=300,Ms=({name:e,items:n=[],renderItem:i,onSelectItem:o,onClear:r,onChange:a,value:l,maxLength:s=Ps,emptyText:c="No results",openOnFocus:d=!0,...p})=>{const g=f.useTheme(),x=u.useRef(null),[h,b]=u.useState(!1),[m,w]=u.useState(String(l??""));u.useEffect(()=>{w(String(l??""))},[l]);const{refs:j,floatingStyles:k}=y.useFloating$1({placement:"bottom-start"});te(j.floating.current,()=>b(!1),!0);const C=u.useCallback(()=>{d&&b(!0)},[d]),v=u.useCallback(z=>{const N=z.target.value;if(N.length>s){w(N.slice(0,s));return}w(N),a==null||a(z),b(!0)},[a,s]),S=u.useCallback(()=>{var z;w(""),r==null||r(),a&&a({target:{value:""},currentTarget:{value:""}}),(z=x.current)==null||z.focus(),b(!1)},[r,a]),T=u.useCallback(z=>{const N=Number(z.currentTarget.dataset.index),M=n[N];o==null||o(M),b(!1)},[n,o]),F=h&&(m.trim().length>0||n.length>0),R=u.useMemo(()=>n.length===0?t.jsx(Ls,{children:c}):t.jsx(Ns,{role:"listbox",children:n.map((z,N)=>t.jsx(As,{onClick:T,role:"option",children:i(z)},N))}),[n,c,i,T]),E=u.useCallback(z=>{z.key==="Escape"&&b(!1)},[]);return t.jsxs(Ds,{ref:j.setReference,children:[t.jsxs(Es,{children:[t.jsx(D,{icon:"magnifying-glass",iconColor:g.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx(Rs,{"aria-expanded":F,id:e,maxLength:s,name:e,onChange:v,onFocus:C,onKeyDown:E,ref:x,type:"search",value:m,...p}),!y.lodashExports.isEmpty(m)&&t.jsx(B,{icon:"xmark",iconColor:g.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:S,px:.25,py:.25,type:"reset",variant:"ghost"})]}),F?t.jsx(Fs,{ref:j.setFloating,style:k,children:R}):void 0]})},Os=(e,n)=>{const i={critical:A.palette.primary[700],high:A.palette.error[500],low:A.palette.warning[200],medium:A.palette.warning[500],none:A.palette.gray[200]},o={disabled:A.palette.gray[400],enabled:A.palette.gray[800]},r={critical:A.palette.white,high:A.palette.white,low:A.palette.gray[800],medium:A.palette.gray[800],none:A.palette.gray[400]};return{iconColor:n<1?i.none:i[e],iconText:y.lodashExports.capitalize(e.charAt(0)),iconTextColor:n<1?r.none:r[e],textColor:n<1?o.disabled:o.enabled}},ye=({variant:e,value:n})=>{const{iconColor:i,iconText:o,iconTextColor:r,textColor:a}=Os(e,n),l=y.lodashExports.capitalize(e.charAt(0))+e.slice(1);return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,minWidth:"43px",children:[t.jsx(X,{id:l,place:"top",tip:l,children:t.jsx($,{alignItems:"center",bgColor:i,borderRadius:"4px",cursor:"pointer",display:"flex",height:"22px",maxWidth:"22px",minWidth:"22px",children:t.jsx(I,{color:r,size:"md",textAlign:"center",children:o})})}),t.jsx(I,{color:a,size:"md",children:n})]})},Ws=({critical:e,high:n,medium:i,low:o})=>t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(ye,{value:e,variant:"critical"}),t.jsx(ye,{value:n,variant:"high"}),t.jsx(ye,{value:i,variant:"medium"}),t.jsx(ye,{value:o,variant:"low"})]}),Bs=f.styled.div`
2789
2790
  ${({theme:e})=>`
2790
2791
  border-radius: ${e.spacing[.25]};
2791
2792
  cursor: pointer;
@@ -2803,7 +2804,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2803
2804
  display: block;
2804
2805
  }
2805
2806
  `}
2806
- `,Bs=({visibleElement:e,hiddenElement:n})=>t.jsxs(Ws,{children:[e,t.jsx($,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),Xn=({customBadge:e=void 0,description:n,icon:i,onClick:o,requiresUpgrade:r=!1,title:a})=>{const l=f.useTheme();return t.jsxs($,{bgColor:l.palette.white,bgColorHover:l.palette.gray[100],cursor:"pointer",display:"flex",gap:.5,onClick:o,px:1.25,py:1,width:"100%",children:[t.jsx($,{alignItems:"center",bgColor:l.palette.gray[300],borderRadius:l.spacing[.25],display:"flex",height:"24px",justify:"center",width:"24px",children:t.jsx(D,{icon:i,iconColor:l.palette.gray[800],iconSize:"sm",ml:.5,mr:.5})}),t.jsxs($,{children:[t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(I,{color:l.palette.gray[800],size:"md",children:a}),r?t.jsx(Bn,{text:"Upgrade"}):void 0,e]}),t.jsx(I,{color:l.palette.gray[400],size:"sm",children:n})]})]})},_s=f.styled(y.m.div)`
2807
+ `,_s=({visibleElement:e,hiddenElement:n})=>t.jsxs(Bs,{children:[e,t.jsx($,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),Xn=({customBadge:e=void 0,description:n,icon:i,onClick:o,requiresUpgrade:r=!1,title:a})=>{const l=f.useTheme();return t.jsxs($,{bgColor:l.palette.white,bgColorHover:l.palette.gray[100],cursor:"pointer",display:"flex",gap:.5,onClick:o,px:1.25,py:1,width:"100%",children:[t.jsx($,{alignItems:"center",bgColor:l.palette.gray[300],borderRadius:l.spacing[.25],display:"flex",height:"24px",justify:"center",width:"24px",children:t.jsx(D,{icon:i,iconColor:l.palette.gray[800],iconSize:"sm",ml:.5,mr:.5})}),t.jsxs($,{children:[t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(I,{color:l.palette.gray[800],size:"md",children:a}),r?t.jsx(Bn,{text:"Upgrade"}):void 0,e]}),t.jsx(I,{color:l.palette.gray[400],size:"sm",children:n})]})]})},Hs=f.styled(y.m.div)`
2807
2808
  ${({theme:e})=>`
2808
2809
  background-color: ${e.palette.white};
2809
2810
  box-shadow: ${e.shadows.lg};
@@ -2826,7 +2827,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2826
2827
  height: auto;
2827
2828
  }
2828
2829
  `}
2829
- `,Hs=({children:e,closeIconId:n="close-menu",isOpen:i,items:o,onClose:r,title:a})=>{const l=f.useTheme(),s=u.useRef(null),c=u.useCallback(d=>()=>{d(),r()},[r]);return u.useEffect(()=>{const d=["mousedown","touchstart"],p=g=>{var w;const x=g.target,h=document.getElementById("helpBtn"),b=document.getElementById("filter-btn"),m=(x===h||((h==null?void 0:h.contains(x))??!1)||x===b||(b==null?void 0:b.contains(x)))??!1;i&&!m&&!(((w=s.current)==null?void 0:w.contains(x))??!1)&&r()};return d.forEach(g=>{document.addEventListener(g,p,{passive:!0})}),()=>{d.forEach(g=>{document.removeEventListener(g,p)})}},[i,r]),t.jsx(y.LazyMotion,{features:y.domAnimation,children:t.jsx(_s,{animate:i?{display:"block",x:0}:{transitionEnd:{display:"none"},x:"100%"},initial:{display:"none",x:"100%"},ref:s,transition:{bounce:0,duration:.6,type:"spring"},children:t.jsxs($,{height:"100%",position:"relative",children:[t.jsxs($,{alignItems:"center",bgColor:l.palette.white,borderBottom:"1px solid",borderColor:l.palette.gray[200],display:"flex",gap:1.25,justify:"space-between",padding:[1.25,1.25,1.25,1.25],position:"sticky",top:"0",zIndex:40,children:[t.jsx(I,{color:l.palette.black,display:"inline",fontWeight:"bold",size:"lg",children:a}),t.jsx(B,{icon:"close",iconColor:l.palette.gray[400],iconSize:"lg",iconTransform:"grow-4",iconType:"fa-light",id:n,onClick:r,px:.25,py:.25,variant:"ghost"})]}),t.jsx($,{display:"flex",flexDirection:"column",justify:"space-between",minHeight:"100vh",children:t.jsxs($,{py:1.25,children:[(o??[]).map(({customBadge:d,description:p,icon:g,onClick:x,requiresUpgrade:h,title:b})=>t.jsx(Xn,{customBadge:d,description:p,icon:g,onClick:c(x),requiresUpgrade:h,title:b},b)),e&&t.jsx($,{px:1.25,children:e})]})})]})})})},Vs=(e,n)=>n>=50?`
2830
+ `,Vs=({children:e,closeIconId:n="close-menu",isOpen:i,items:o,onClose:r,title:a})=>{const l=f.useTheme(),s=u.useRef(null),c=u.useCallback(d=>()=>{d(),r()},[r]);return u.useEffect(()=>{const d=["mousedown","touchstart"],p=g=>{var w;const x=g.target,h=document.getElementById("helpBtn"),b=document.getElementById("filter-btn"),m=(x===h||((h==null?void 0:h.contains(x))??!1)||x===b||(b==null?void 0:b.contains(x)))??!1;i&&!m&&!(((w=s.current)==null?void 0:w.contains(x))??!1)&&r()};return d.forEach(g=>{document.addEventListener(g,p,{passive:!0})}),()=>{d.forEach(g=>{document.removeEventListener(g,p)})}},[i,r]),t.jsx(y.LazyMotion,{features:y.domAnimation,children:t.jsx(Hs,{animate:i?{display:"block",x:0}:{transitionEnd:{display:"none"},x:"100%"},initial:{display:"none",x:"100%"},ref:s,transition:{bounce:0,duration:.6,type:"spring"},children:t.jsxs($,{height:"100%",position:"relative",children:[t.jsxs($,{alignItems:"center",bgColor:l.palette.white,borderBottom:"1px solid",borderColor:l.palette.gray[200],display:"flex",gap:1.25,justify:"space-between",padding:[1.25,1.25,1.25,1.25],position:"sticky",top:"0",zIndex:40,children:[t.jsx(I,{color:l.palette.black,display:"inline",fontWeight:"bold",size:"lg",children:a}),t.jsx(B,{icon:"close",iconColor:l.palette.gray[400],iconSize:"lg",iconTransform:"grow-4",iconType:"fa-light",id:n,onClick:r,px:.25,py:.25,variant:"ghost"})]}),t.jsx($,{display:"flex",flexDirection:"column",justify:"space-between",minHeight:"100vh",children:t.jsxs($,{py:1.25,children:[(o??[]).map(({customBadge:d,description:p,icon:g,onClick:x,requiresUpgrade:h,title:b})=>t.jsx(Xn,{customBadge:d,description:p,icon:g,onClick:c(x),requiresUpgrade:h,title:b},b)),e&&t.jsx($,{px:1.25,children:e})]})})]})})})},Us=(e,n)=>n>=50?`
2830
2831
  ${e.palette.gray[200]} 50%,
2831
2832
  ${e.palette.primary[500]} 50.05%,
2832
2833
  ${e.palette.primary[500]} ${n}%,
@@ -2837,7 +2838,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2837
2838
  ${e.palette.primary[500]} 50%,
2838
2839
  ${e.palette.gray[200]} 50.05%,
2839
2840
  ${e.palette.gray[200]} 100%
2840
- `,Us=f.styled.div`
2841
+ `,Gs=f.styled.div`
2841
2842
  ${({theme:e,$min:n,$value:i})=>`
2842
2843
  align-items: center;
2843
2844
  align-self: stretch;
@@ -2853,7 +2854,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2853
2854
  ${n>=0?`
2854
2855
  ${e.palette.primary[500]} ${i}%,
2855
2856
  ${e.palette.gray[200]} ${i}%
2856
- `:Vs(e,i)}
2857
+ `:Us(e,i)}
2857
2858
  );
2858
2859
  border-radius: ${e.spacing[.125]};
2859
2860
  height: ${e.spacing[.25]};
@@ -2877,7 +2878,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2877
2878
  border: 1px solid ${e.palette.primary[500]};
2878
2879
  }
2879
2880
  `}
2880
- `,Gs=f.styled.div`
2881
+ `,Ys=f.styled.div`
2881
2882
  ${({theme:e})=>`
2882
2883
  align-items: center;
2883
2884
  display: flex;
@@ -2891,7 +2892,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2891
2892
  font-size: ${e.spacing[.5]};
2892
2893
  }
2893
2894
  `}
2894
- `,Ys=f.styled.output`
2895
+ `,Ks=f.styled.output`
2895
2896
  ${({theme:e})=>`
2896
2897
  align-items: flex-end;
2897
2898
  border-radius: ${e.spacing[.5]};
@@ -2902,7 +2903,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2902
2903
  padding: ${e.spacing[.625]} ${e.spacing[.75]};
2903
2904
  width: 59px;
2904
2905
  `}
2905
- `,Zn=({state:e,trackRef:n,index:i,name:o})=>{const r=u.useRef(null),{thumbProps:a,inputProps:l,isDragging:s}=y.$47b897dc8cdb026b$export$8d15029008292ae({index:i,trackRef:n,inputRef:r},e);return t.jsx("div",{...a,className:`thumb ${s?"dragging":""}`,children:t.jsx(y.$5c3e21d68f1c4674$export$439d29a4e110a164,{children:t.jsx("input",{...l,"aria-label":o,ref:r})})})},Ks=(e,n,i)=>Math.round((i-e)/(n-e)*100),Xs=e=>{const n=f.useTheme(),i=u.useRef(null),{label:o,minValue:r=0,maxValue:a=100,name:l,setValue:s,watch:c}=e,d=y.$a916eb452884faea$export$b7a616150fdb9f44(),p=y.$28f99e3e86e6ec45$export$e5fda3247f5d67f9({...e,numberFormatter:d,onChange(b){s==null||s(l,b)},value:c==null?void 0:c(l)}),g=Ks(r,a,p.getThumbValue(0)),{groupProps:x,trackProps:h}=y.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":l,id:l},p,i);return t.jsx(U,{htmlFor:l,label:o,children:t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(Us,{...x,$min:r??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${p.isDisabled?"disabled":""}`,ref:i,children:t.jsx(Zn,{index:0,name:l,state:p,trackRef:i})}),t.jsxs(Gs,{children:[t.jsx("p",{children:`${d.format(r)} (Low)`}),r<0&&t.jsx("p",{children:"0"}),t.jsx("p",{children:`${d.format(a)} (High)`})]})]}),t.jsx(Ys,{children:t.jsx(I,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:Zs}=ie(e=>({completed:`
2906
+ `,Zn=({state:e,trackRef:n,index:i,name:o})=>{const r=u.useRef(null),{thumbProps:a,inputProps:l,isDragging:s}=y.$47b897dc8cdb026b$export$8d15029008292ae({index:i,trackRef:n,inputRef:r},e);return t.jsx("div",{...a,className:`thumb ${s?"dragging":""}`,children:t.jsx(y.$5c3e21d68f1c4674$export$439d29a4e110a164,{children:t.jsx("input",{...l,"aria-label":o,ref:r})})})},Xs=(e,n,i)=>Math.round((i-e)/(n-e)*100),Zs=e=>{const n=f.useTheme(),i=u.useRef(null),{label:o,minValue:r=0,maxValue:a=100,name:l,setValue:s,watch:c}=e,d=y.$a916eb452884faea$export$b7a616150fdb9f44(),p=y.$28f99e3e86e6ec45$export$e5fda3247f5d67f9({...e,numberFormatter:d,onChange(b){s==null||s(l,b)},value:c==null?void 0:c(l)}),g=Xs(r,a,p.getThumbValue(0)),{groupProps:x,trackProps:h}=y.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":l,id:l},p,i);return t.jsx(U,{htmlFor:l,label:o,children:t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(Gs,{...x,$min:r??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${p.isDisabled?"disabled":""}`,ref:i,children:t.jsx(Zn,{index:0,name:l,state:p,trackRef:i})}),t.jsxs(Ys,{children:[t.jsx("p",{children:`${d.format(r)} (Low)`}),r<0&&t.jsx("p",{children:"0"}),t.jsx("p",{children:`${d.format(a)} (High)`})]})]}),t.jsx(Ks,{children:t.jsx(I,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:qs}=ie(e=>({completed:`
2906
2907
  background-color: ${e.palette.primary[500]};
2907
2908
  color: ${e.palette.white};
2908
2909
 
@@ -2925,7 +2926,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2925
2926
  &::after {
2926
2927
  background-color: ${e.palette.gray[200]};
2927
2928
  }
2928
- `})),qs=f.styled.div`
2929
+ `})),Js=f.styled.div`
2929
2930
  ${({theme:e})=>`
2930
2931
  align-items: stretch;
2931
2932
  background-color: ${e.palette.white};
@@ -2935,7 +2936,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2935
2936
  padding: ${`${e.spacing[1]} ${e.spacing[1]}`};
2936
2937
  scroll-behavior: unset;
2937
2938
  `}
2938
- `,Js=f.styled.div`
2939
+ `,Qs=f.styled.div`
2939
2940
  display: flex;
2940
2941
  flex-direction: row;
2941
2942
  margin-bottom: ${({theme:e})=>e.spacing[2]};
@@ -2943,7 +2944,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2943
2944
  &:last-child > div:first-child > span::after {
2944
2945
  display: none;
2945
2946
  }
2946
- `,Qs=f.styled.div`
2947
+ `,el=f.styled.div`
2947
2948
  ${({theme:e})=>`
2948
2949
  display: inline-flex;
2949
2950
  font-family: ${e.typography.type.primary};
@@ -2955,7 +2956,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2955
2956
  margin-right: ${e.spacing[.5]};
2956
2957
  }
2957
2958
  `}
2958
- `,el=f.styled.span`
2959
+ `,tl=f.styled.span`
2959
2960
  ${({theme:e,$variant:n})=>`
2960
2961
  border-radius: 6px;
2961
2962
  display: inline-block;
@@ -2978,9 +2979,9 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2978
2979
  height: calc(100% - ${e.spacing[1]});
2979
2980
  }
2980
2981
 
2981
- ${Zs(e,n)}
2982
+ ${qs(e,n)}
2982
2983
  `}
2983
- `,tl=({button:{disabled:e=!1,text:n,type:i="button",onClick:o},steps:r})=>{const[a,l]=u.useState(1),s=u.useCallback((c,d)=>()=>{l(p=>p+c),d==null||d()},[]);return t.jsx(qs,{children:r.map((c,d)=>{const{content:p,title:g,nextAction:x,previousAction:h}=c,b=d+1,m=b===a?"current":"disabled",w=b<a?"completed":m;return t.jsxs(Js,{children:[t.jsx($,{maxWidth:"40px",position:"relative",children:t.jsx(el,{$variant:w,children:w==="completed"?t.jsx(D,{icon:"check",iconSize:"lg",iconType:"fa-solid"}):b})}),t.jsxs($,{ml:1.5,width:"100%",children:[t.jsx(V,{fontWeight:"bold",lineSpacing:1.25,mb:1.5,size:"xs",children:g}),w==="current"&&t.jsxs($,{children:[p,t.jsxs(Qs,{children:[a>1&&t.jsx(O,{disabled:c.isDisabledPrevious??!1,onClick:s(-1,h),variant:"tertiary",children:"Previous"}),a<r.length?t.jsx(O,{disabled:c.isDisabledNext??!1,onClick:s(1,x),variant:"primary",children:"Next step"}):t.jsx(O,{disabled:e,onClick:o,type:i,variant:"primary",children:n})]})]})]})]},c.title)})})},nl=e=>{const n=(r,a)=>a.reduce((s,[c,d])=>{if(u.isValidElement(d)||c==="__typename")return s.concat([["",""]]);if(typeof d=="object"&&d){const g=Object.entries(d);return s.concat(n(c,g))}const p=r===""?"":`${r}.`;return s.concat([[p+c,d]])},[]),i=Object.entries(e),o=n("",i).filter(([r])=>r!=="");return Object.fromEntries(o)},_t=e=>e.map(nl),qn=({csvConfig:e={},data:n,children:i})=>{const{columns:o=void 0,export:r=!1,headers:a={},name:l="Report"}=e,s=u.useMemo(()=>y._.isUndefined(o)?_t(n):_t(n).map(p=>y._.pick(p,o)),[n,o]),c=u.useMemo(()=>s.length>0&&!y._.isEmpty(a),[s.length,a]),d=u.useMemo(()=>(c?Object.keys(s[0]):[]).map(p=>y._.includes(Object.keys(a),p)?{key:p,label:a[p]}:{key:p,label:p}),[c,s,a]);return r?t.jsx(y.CSVLink,{data:s,filename:l,headers:c?d:void 0,children:i}):t.jsx(u.Fragment,{children:i})},Jn=e=>{const{table:n}=e,{meta:i}=n.options,[o,r]=u.useState(0),[,a]=n.getHeaderGroups(),l=n.getState(),s=u.useMemo(()=>n.getAllLeafColumns().filter(g=>g.id!=="selection"),[n]),c=u.useMemo(()=>s.map(g=>{var x;return{group:(x=g.parent)==null?void 0:x.id,id:g.id,locked:g.getIsPinned()==="left",name:typeof g.columnDef.header=="string"?g.columnDef.header:g.columnDef.id??"",toggleVisibility:g.toggleVisibility,visible:g.getIsVisible()}}),[s]),d=Jt({columnOrder:(i==null?void 0:i.defaultColumnOrder)??[],items:c,name:"table-column-management",setColumnOrder:n.setColumnOrder,setColumnVisibility:n.setColumnVisibility}),p=u.useCallback(()=>{d.toggle()},[d]);return u.useEffect(()=>{r(n.getVisibleLeafColumns().filter(g=>g.id!=="selection").length)},[n,l]),t.jsxs("div",{id:"columns-filter",children:[t.jsx(O,{icon:"columns",id:"columns-toggle-btn",onClick:p,tag:o.toString(),variant:"ghost"}),t.jsx(En,{modalRef:d,title:"Manage columns",variant:y.isNil(a)?"ungrouped":"grouped"})]})},re=u.createContext({containerRef:void 0,elementName:"",handleUnselectAll:void 0,hidden:!1,onKeyDown:void 0,selected:0,tableSize:0,tableRef:void 0,table:void 0}),il=f.styled.span`
2984
+ `,nl=({button:{disabled:e=!1,text:n,type:i="button",onClick:o},steps:r})=>{const[a,l]=u.useState(1),s=u.useCallback((c,d)=>()=>{l(p=>p+c),d==null||d()},[]);return t.jsx(Js,{children:r.map((c,d)=>{const{content:p,title:g,nextAction:x,previousAction:h}=c,b=d+1,m=b===a?"current":"disabled",w=b<a?"completed":m;return t.jsxs(Qs,{children:[t.jsx($,{maxWidth:"40px",position:"relative",children:t.jsx(tl,{$variant:w,children:w==="completed"?t.jsx(D,{icon:"check",iconSize:"lg",iconType:"fa-solid"}):b})}),t.jsxs($,{ml:1.5,width:"100%",children:[t.jsx(V,{fontWeight:"bold",lineSpacing:1.25,mb:1.5,size:"xs",children:g}),w==="current"&&t.jsxs($,{children:[p,t.jsxs(el,{children:[a>1&&t.jsx(O,{disabled:c.isDisabledPrevious??!1,onClick:s(-1,h),variant:"tertiary",children:"Previous"}),a<r.length?t.jsx(O,{disabled:c.isDisabledNext??!1,onClick:s(1,x),variant:"primary",children:"Next step"}):t.jsx(O,{disabled:e,onClick:o,type:i,variant:"primary",children:n})]})]})]})]},c.title)})})},il=e=>{const n=(r,a)=>a.reduce((s,[c,d])=>{if(u.isValidElement(d)||c==="__typename")return s.concat([["",""]]);if(typeof d=="object"&&d){const g=Object.entries(d);return s.concat(n(c,g))}const p=r===""?"":`${r}.`;return s.concat([[p+c,d]])},[]),i=Object.entries(e),o=n("",i).filter(([r])=>r!=="");return Object.fromEntries(o)},Bt=e=>e.map(il),qn=({csvConfig:e={},data:n,children:i})=>{const{columns:o=void 0,export:r=!1,headers:a={},name:l="Report"}=e,s=u.useMemo(()=>y._.isUndefined(o)?Bt(n):Bt(n).map(p=>y._.pick(p,o)),[n,o]),c=u.useMemo(()=>s.length>0&&!y._.isEmpty(a),[s.length,a]),d=u.useMemo(()=>(c?Object.keys(s[0]):[]).map(p=>y._.includes(Object.keys(a),p)?{key:p,label:a[p]}:{key:p,label:p}),[c,s,a]);return r?t.jsx(y.CSVLink,{data:s,filename:l,headers:c?d:void 0,children:i}):t.jsx(u.Fragment,{children:i})},Jn=e=>{const{table:n}=e,{meta:i}=n.options,[o,r]=u.useState(0),[,a]=n.getHeaderGroups(),l=n.getState(),s=u.useMemo(()=>n.getAllLeafColumns().filter(g=>g.id!=="selection"),[n]),c=u.useMemo(()=>s.map(g=>{var x;return{group:(x=g.parent)==null?void 0:x.id,id:g.id,locked:g.getIsPinned()==="left",name:typeof g.columnDef.header=="string"?g.columnDef.header:g.columnDef.id??"",toggleVisibility:g.toggleVisibility,visible:g.getIsVisible()}}),[s]),d=qt({columnOrder:(i==null?void 0:i.defaultColumnOrder)??[],items:c,name:"table-column-management",setColumnOrder:n.setColumnOrder,setColumnVisibility:n.setColumnVisibility}),p=u.useCallback(()=>{d.toggle()},[d]);return u.useEffect(()=>{r(n.getVisibleLeafColumns().filter(g=>g.id!=="selection").length)},[n,l]),t.jsxs("div",{id:"columns-filter",children:[t.jsx(O,{icon:"columns",id:"columns-toggle-btn",onClick:p,tag:o.toString(),variant:"ghost"}),t.jsx(En,{modalRef:d,title:"Manage columns",variant:y.isNil(a)?"ungrouped":"grouped"})]})},re=u.createContext({containerRef:void 0,elementName:"",handleUnselectAll:void 0,hidden:!1,onKeyDown:void 0,selected:0,tableSize:0,tableRef:void 0,table:void 0}),ol=f.styled.span`
2984
2985
  transition: all 150ms;
2985
2986
  width: 5px;
2986
2987
  height: 10px;
@@ -3005,7 +3006,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3005
3006
  transition: opacity 150ms;
3006
3007
  opacity: ${({$variant:e})=>e==="asc"?0:1};
3007
3008
  }
3008
- `,lt=e=>{const n=f.useTheme(),{variant:i}=e;return t.jsxs(il,{$variant:i,children:[t.jsx(D,{icon:"caret-up",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"}),t.jsx(D,{icon:"caret-down",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"})]})},ol=f.styled.div`
3009
+ `,lt=e=>{const n=f.useTheme(),{variant:i}=e;return t.jsxs(ol,{$variant:i,children:[t.jsx(D,{icon:"caret-up",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"}),t.jsx(D,{icon:"caret-down",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"})]})},rl=f.styled.div`
3009
3010
  position: relative;
3010
3011
 
3011
3012
  div:has(table) {
@@ -3169,7 +3170,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3169
3170
  }
3170
3171
  }
3171
3172
  }
3172
- `,rl=f.styled.div`
3173
+ `,al=f.styled.div`
3173
3174
  ${({$width:e,theme:n})=>`
3174
3175
  display: flex;
3175
3176
  flex-direction: column;
@@ -3197,7 +3198,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3197
3198
  }
3198
3199
  }
3199
3200
  `}
3200
- `,al=f.styled.div`
3201
+ `,sl=f.styled.div`
3201
3202
  align-items: center;
3202
3203
  background-color: transparent;
3203
3204
  display: flex;
@@ -3226,7 +3227,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3226
3227
  margin-right: ${({theme:e})=>e.spacing[.5]};
3227
3228
  }
3228
3229
  }
3229
- `,Ht=f.styled.div`
3230
+ `,_t=f.styled.div`
3230
3231
  transition: all 150ms;
3231
3232
  content: "";
3232
3233
  z-index: 2;
@@ -3245,11 +3246,11 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3245
3246
  transition: all 150ms;
3246
3247
  border-right: 1px solid ${({theme:e})=>e.palette.black};
3247
3248
  }
3248
- `,Qn=()=>{const e=f.useTheme(),{table:n}=u.useContext(re),{groupHeaders:i,tooltips:o}=(n==null?void 0:n.options.meta)??{},r=u.useCallback(d=>()=>{d.column.getCanSort()&&(n==null||n.setPageIndex(0),d.column.toggleSorting())},[n]),a=d=>p=>{d.getResizeHandler()(p)};if(i)return t.jsx("thead",{children:n==null?void 0:n.getHeaderGroups().map(d=>t.jsx("tr",{"data-testid":"row-headers",children:d.headers.map(p=>{var b;const{isPlaceholder:g}=p,x=g?p.subHeaders[0]:p;return y._.isUndefined(p.column.parent)&&p.depth>1?null:t.jsxs("th",{colSpan:x.colSpan,id:`header-${x.id}`,rowSpan:g?0:1,style:{borderRight:p.headerGroup.headers.indexOf(p)!==p.headerGroup.headers.length-1?"1px solid white":void 0,position:"relative",width:p.getSize()},children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.gray[200],borderBottom:g?void 0:`1px solid${e.palette.white}`,display:"flex",gap:.25,height:g?"6rem":"3rem",lineSpacing:0,onClick:r(x),pl:.5,pt:g?3:0,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(x.column.columnDef.header,x.getContext()),x.column.getCanSort()?t.jsx(lt,{variant:x.column.getIsSorted()}):void 0,(o==null?void 0:o.map(m=>m.columnId).includes(x.id))??!1?t.jsx(X,{icon:"circle-info",id:x.id,place:"right",tip:((b=o==null?void 0:o.find(m=>m.columnId===x.id))==null?void 0:b.tip)??""}):void 0]}),x.column.getCanResize()&&t.jsx(Ht,{onMouseDown:a(p)})]},x.id)})},d.id))});const[l,s]=(n==null?void 0:n.getHeaderGroups())??[],c=y.lodashExports.isNil(s)?l:s;return t.jsx("thead",{children:t.jsx("tr",{"data-testid":"row-headers",children:c.headers.map(d=>{var p;return t.jsxs("th",{id:`header-${d.id}`,style:{position:"relative",width:d.getSize()},children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.gray[200],display:"flex",gap:.25,height:"3rem",lineSpacing:0,onClick:r(d),px:.5,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(d.column.columnDef.header,d.getContext()),d.column.getCanSort()?t.jsx(lt,{variant:d.column.getIsSorted()}):void 0,(o==null?void 0:o.map(g=>g.columnId).includes(d.id))??!1?t.jsx(X,{icon:"circle-info",id:d.id,place:"right",tip:((p=o==null?void 0:o.find(g=>g.columnId===d.id))==null?void 0:p.tip)??""}):void 0]}),d.column.getCanResize()&&t.jsx(Ht,{onMouseDown:a(d)})]},d.id)})})})},sl=f.styled.div`
3249
+ `,Qn=()=>{const e=f.useTheme(),{table:n}=u.useContext(re),{groupHeaders:i,tooltips:o}=(n==null?void 0:n.options.meta)??{},r=u.useCallback(d=>()=>{d.column.getCanSort()&&(n==null||n.setPageIndex(0),d.column.toggleSorting())},[n]),a=d=>p=>{d.getResizeHandler()(p)};if(i)return t.jsx("thead",{children:n==null?void 0:n.getHeaderGroups().map(d=>t.jsx("tr",{"data-testid":"row-headers",children:d.headers.map(p=>{var b;const{isPlaceholder:g}=p,x=g?p.subHeaders[0]:p;return y._.isUndefined(p.column.parent)&&p.depth>1?null:t.jsxs("th",{colSpan:x.colSpan,id:`header-${x.id}`,rowSpan:g?0:1,style:{borderRight:p.headerGroup.headers.indexOf(p)!==p.headerGroup.headers.length-1?"1px solid white":void 0,position:"relative",width:p.getSize()},children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.gray[200],borderBottom:g?void 0:`1px solid${e.palette.white}`,display:"flex",gap:.25,height:g?"6rem":"3rem",lineSpacing:0,onClick:r(x),pl:.5,pt:g?3:0,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(x.column.columnDef.header,x.getContext()),x.column.getCanSort()?t.jsx(lt,{variant:x.column.getIsSorted()}):void 0,(o==null?void 0:o.map(m=>m.columnId).includes(x.id))??!1?t.jsx(X,{icon:"circle-info",id:x.id,place:"right",tip:((b=o==null?void 0:o.find(m=>m.columnId===x.id))==null?void 0:b.tip)??""}):void 0]}),x.column.getCanResize()&&t.jsx(_t,{onMouseDown:a(p)})]},x.id)})},d.id))});const[l,s]=(n==null?void 0:n.getHeaderGroups())??[],c=y.lodashExports.isNil(s)?l:s;return t.jsx("thead",{children:t.jsx("tr",{"data-testid":"row-headers",children:c.headers.map(d=>{var p;return t.jsxs("th",{id:`header-${d.id}`,style:{position:"relative",width:d.getSize()},children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.gray[200],display:"flex",gap:.25,height:"3rem",lineSpacing:0,onClick:r(d),px:.5,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(d.column.columnDef.header,d.getContext()),d.column.getCanSort()?t.jsx(lt,{variant:d.column.getIsSorted()}):void 0,(o==null?void 0:o.map(g=>g.columnId).includes(d.id))??!1?t.jsx(X,{icon:"circle-info",id:d.id,place:"right",tip:((p=o==null?void 0:o.find(g=>g.columnId===d.id))==null?void 0:p.tip)??""}):void 0]}),d.column.getCanResize()&&t.jsx(_t,{onMouseDown:a(d)})]},d.id)})})})},ll=f.styled.div`
3249
3250
  align-items: center;
3250
3251
  display: flex;
3251
3252
  width: 100%;
3252
- `,ei=()=>{const e=f.useTheme(),{table:n}=u.useContext(re),{loading:i}=(n==null?void 0:n.options.meta)??{},o=u.useMemo(()=>{const{enableRowSelection:s,enableMultiRowSelection:c}=(n==null?void 0:n.options)??{};return s||c?1:0},[n==null?void 0:n.options]),r=u.useCallback((s,c)=>{if(c===o)return d=>{var p,g;d.stopPropagation(),(g=(p=n==null?void 0:n.options)==null?void 0:p.onRowClick)==null||g.call(p,s)}},[o,n]),a=u.useCallback(s=>c=>{c.stopPropagation(),s.toggleExpanded()},[]),l=u.useCallback(s=>{const{meta:c}=(n==null?void 0:n.options)??{},{onExpand:d=void 0}=c??{};return d?d(s):null},[n]);return i?t.jsx("tbody",{children:t.jsx("tr",{className:"row-loading","data-testid":"row-loading",children:t.jsx("td",{colSpan:(n==null?void 0:n.getVisibleLeafColumns().length)??0,children:t.jsx($,{alignItems:"center",display:"flex",justify:"center",width:"100%",children:t.jsx(On,{size:"md"})})})})}):(n==null?void 0:n.getRowModel().rows.length)===0?t.jsx("tbody",{children:t.jsx("tr",{className:"row-no-data","data-testid":"row-no-data",children:t.jsx("td",{colSpan:n.getVisibleLeafColumns().length+1,children:t.jsx(I,{color:e.palette.gray[800],size:"md",textAlign:"center",children:"No data to display"})})})}):t.jsx("tbody",{children:n==null?void 0:n.getRowModel().rows.map(s=>t.jsxs(_e.default.Fragment,{children:[t.jsx("tr",{"aria-expanded":s.getIsExpanded(),"data-testid":`row-${s.id}`,children:s.getVisibleCells().map((c,d)=>t.jsx("td",{className:d===o&&n.options.onRowClick?"clickable":"","data-testid":`cell-${c.id}`,onClick:r(s,d),children:t.jsxs(sl,{children:[d===o&&s.getCanExpand()?t.jsx("button",{onClick:a(s),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(D,{icon:s.getIsExpanded()?"angle-up":"angle-down",iconSize:"lg",iconType:"fa-light"})}):void 0,y.flexRender(c.column.columnDef.cell,c.getContext())]})},c.id))}),s.getIsExpanded()?t.jsx("tr",{"data-testid":`row-${s.id}-expand`,id:"description",children:t.jsx("td",{colSpan:100,children:l(s)})}):void 0]},s.id))})},ti=()=>{const{containerRef:e,hidden:n,elementName:i,handleUnselectAll:o,onKeyDown:r,selected:a,tableSize:l,tableRef:s}=u.useContext(re);return t.jsxs("div",{ref:e,children:[n?void 0:t.jsx(rl,{$width:l,children:t.jsxs("div",{children:[t.jsx("b",{children:`${a} ${i} `}),`${a===1?"has":"have"} been selected. `,t.jsx("span",{onClick:o,onKeyDown:r,role:"link",tabIndex:0,children:"Unselect all"})]})}),t.jsxs("table",{ref:s,children:[t.jsx(Qn,{}),t.jsx(ei,{})]})]})},Vt=f.styled(B)`
3253
+ `,ei=()=>{const e=f.useTheme(),{table:n}=u.useContext(re),{loading:i}=(n==null?void 0:n.options.meta)??{},o=u.useMemo(()=>{const{enableRowSelection:s,enableMultiRowSelection:c}=(n==null?void 0:n.options)??{};return s||c?1:0},[n==null?void 0:n.options]),r=u.useCallback((s,c)=>{if(c===o)return d=>{var p,g;d.stopPropagation(),(g=(p=n==null?void 0:n.options)==null?void 0:p.onRowClick)==null||g.call(p,s)}},[o,n]),a=u.useCallback(s=>c=>{c.stopPropagation(),s.toggleExpanded()},[]),l=u.useCallback(s=>{const{meta:c}=(n==null?void 0:n.options)??{},{onExpand:d=void 0}=c??{};return d?d(s):null},[n]);return i?t.jsx("tbody",{children:t.jsx("tr",{className:"row-loading","data-testid":"row-loading",children:t.jsx("td",{colSpan:(n==null?void 0:n.getVisibleLeafColumns().length)??0,children:t.jsx($,{alignItems:"center",display:"flex",justify:"center",width:"100%",children:t.jsx(On,{size:"md"})})})})}):(n==null?void 0:n.getRowModel().rows.length)===0?t.jsx("tbody",{children:t.jsx("tr",{className:"row-no-data","data-testid":"row-no-data",children:t.jsx("td",{colSpan:n.getVisibleLeafColumns().length+1,children:t.jsx(I,{color:e.palette.gray[800],size:"md",textAlign:"center",children:"No data to display"})})})}):t.jsx("tbody",{children:n==null?void 0:n.getRowModel().rows.map(s=>t.jsxs(_e.default.Fragment,{children:[t.jsx("tr",{"aria-expanded":s.getIsExpanded(),"data-testid":`row-${s.id}`,children:s.getVisibleCells().map((c,d)=>t.jsx("td",{className:d===o&&n.options.onRowClick?"clickable":"","data-testid":`cell-${c.id}`,onClick:r(s,d),children:t.jsxs(ll,{children:[d===o&&s.getCanExpand()?t.jsx("button",{onClick:a(s),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(D,{icon:s.getIsExpanded()?"angle-up":"angle-down",iconSize:"lg",iconType:"fa-light"})}):void 0,y.flexRender(c.column.columnDef.cell,c.getContext())]})},c.id))}),s.getIsExpanded()?t.jsx("tr",{"data-testid":`row-${s.id}-expand`,id:"description",children:t.jsx("td",{colSpan:100,children:l(s)})}):void 0]},s.id))})},ti=()=>{const{containerRef:e,hidden:n,elementName:i,handleUnselectAll:o,onKeyDown:r,selected:a,tableSize:l,tableRef:s}=u.useContext(re);return t.jsxs("div",{ref:e,children:[n?void 0:t.jsx(al,{$width:l,children:t.jsxs("div",{children:[t.jsx("b",{children:`${a} ${i} `}),`${a===1?"has":"have"} been selected. `,t.jsx("span",{onClick:o,onKeyDown:r,role:"link",tabIndex:0,children:"Unselect all"})]})}),t.jsxs("table",{ref:s,children:[t.jsx(Qn,{}),t.jsx(ei,{})]})]})},Ht=f.styled(B)`
3253
3254
  ${({theme:e,$padding:n})=>`
3254
3255
  background-color: ${e.palette.white};
3255
3256
  border: 1px solid ${e.palette.gray[200]};
@@ -3275,7 +3276,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3275
3276
  background-color: ${e.palette.gray[100]};
3276
3277
  }
3277
3278
  `}
3278
- `,ni=()=>{const{table:e}=u.useContext(re),{pagination:{pageIndex:n}={pageIndex:0}}=(e==null?void 0:e.getState())??{},i=(e==null?void 0:e.getPageCount())??0,o=u.useCallback(()=>{e==null||e.setPageIndex(n+1)},[n,e]),r=u.useCallback(()=>{e==null||e.previousPage()},[e]);return t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[t.jsx(Vt,{$padding:"4px 6px",disabled:!(e!=null&&e.getCanPreviousPage()),icon:"chevron-left",iconSize:"sm",iconType:"fa-light",id:"go-previous",onClick:r,variant:"ghost"}),t.jsx(Vt,{$padding:"4px 6px",disabled:n>i-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:o,variant:"ghost"})]})},ll=10,cl=20,dl=50,pl=100,ii=()=>{const e=f.useTheme(),{table:n}=u.useContext(re),i=(n==null?void 0:n.getRowCount())??0,[o,r]=u.useState(!1),[a,l]=u.useState((n==null?void 0:n.getState().pagination.pageSize)??10),{refs:s,floatingStyles:c}=y.useFloating$1({middleware:[y.offset({mainAxis:4})],open:o,placement:"top-end",whileElementsMounted:y.autoUpdate}),d=u.useMemo(()=>y.transform([ll,cl,dl,pl],(h,b)=>(h.push(b),b===i?!1:b<=i),[]),[i]),p=u.useCallback(()=>{o&&r(!1)},[o]),g=u.useCallback(()=>{r(h=>!h)},[]),x=u.useCallback(h=>()=>{l(h),n==null||n.setPageSize(h),r(!1)},[n,l]);return te(s.reference.current,()=>{r(!1)},!0,s.floating.current),u.useEffect(()=>(window.addEventListener("scrollend",p,!0),()=>{window.removeEventListener("scrollend",p,!0)}),[p]),t.jsxs(u.Fragment,{children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.white,border:"1px solid",borderColor:e.palette.gray[200],borderRadius:"4px",display:"flex",minHeight:"24px",px:.25,children:[t.jsx(I,{pr:.25,size:"md",children:a}),t.jsx(B,{color:e.palette.gray[400],icon:o?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:g,px:.25,py:.25,ref:s.setReference,variant:"ghost"})]}),o?t.jsx($,{bgColor:e.palette.white,border:`1px solid ${e.palette.gray[200]}`,borderRadius:e.spacing[.5],display:"flex",flexDirection:"column",px:.25,py:.25,ref:s.setFloating,shadow:"md",style:c,children:d.map(h=>{const b=x(h);return t.jsx($,{bgColor:a===h?e.palette.gray[800]:"transparent",bgColorHover:e.palette.gray[a===h?800:100],borderRadius:e.spacing["0.25"],cursor:"pointer",maxWidth:"40px",minWidth:"40px",onClick:b,px:.25,py:.25,children:t.jsx(I,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},oi=()=>{const{table:e}=u.useContext(re),{pagination:{pageIndex:n,pageSize:i}={pageIndex:0,pageSize:10}}=(e==null?void 0:e.getState())??{},o=(e==null?void 0:e.getRowCount())??0,r=u.useCallback((a,l,s)=>{if(s===0)return"0 of 0";if(l*a>=s)return`${s} of ${s}`;const c=l*a+1,d=Math.min(l*(a+1),s);return`${c}-${d} of ${s}`},[]);return t.jsx(I,{display:"inline-block",fontWeight:"bold",size:"md",children:r(n,i,o)})},ri=({children:e})=>t.jsxs(al,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(oi,{}),t.jsx(ii,{}),t.jsx(ni,{})]}),e]}),ai=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),gl=f.styled.div.attrs({className:"search-container"})`
3279
+ `,ni=()=>{const{table:e}=u.useContext(re),{pagination:{pageIndex:n}={pageIndex:0}}=(e==null?void 0:e.getState())??{},i=(e==null?void 0:e.getPageCount())??0,o=u.useCallback(()=>{e==null||e.setPageIndex(n+1)},[n,e]),r=u.useCallback(()=>{e==null||e.previousPage()},[e]);return t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[t.jsx(Ht,{$padding:"4px 6px",disabled:!(e!=null&&e.getCanPreviousPage()),icon:"chevron-left",iconSize:"sm",iconType:"fa-light",id:"go-previous",onClick:r,variant:"ghost"}),t.jsx(Ht,{$padding:"4px 6px",disabled:n>i-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:o,variant:"ghost"})]})},cl=10,dl=20,pl=50,gl=100,ii=()=>{const e=f.useTheme(),{table:n}=u.useContext(re),i=(n==null?void 0:n.getRowCount())??0,[o,r]=u.useState(!1),[a,l]=u.useState((n==null?void 0:n.getState().pagination.pageSize)??10),{refs:s,floatingStyles:c}=y.useFloating$1({middleware:[y.offset({mainAxis:4})],open:o,placement:"top-end",whileElementsMounted:y.autoUpdate}),d=u.useMemo(()=>y.transform([cl,dl,pl,gl],(h,b)=>(h.push(b),b===i?!1:b<=i),[]),[i]),p=u.useCallback(()=>{o&&r(!1)},[o]),g=u.useCallback(()=>{r(h=>!h)},[]),x=u.useCallback(h=>()=>{l(h),n==null||n.setPageSize(h),r(!1)},[n,l]);return te(s.reference.current,()=>{r(!1)},!0,s.floating.current),u.useEffect(()=>(window.addEventListener("scrollend",p,!0),()=>{window.removeEventListener("scrollend",p,!0)}),[p]),t.jsxs(u.Fragment,{children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.white,border:"1px solid",borderColor:e.palette.gray[200],borderRadius:"4px",display:"flex",minHeight:"24px",px:.25,children:[t.jsx(I,{pr:.25,size:"md",children:a}),t.jsx(B,{color:e.palette.gray[400],icon:o?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:g,px:.25,py:.25,ref:s.setReference,variant:"ghost"})]}),o?t.jsx($,{bgColor:e.palette.white,border:`1px solid ${e.palette.gray[200]}`,borderRadius:e.spacing[.5],display:"flex",flexDirection:"column",px:.25,py:.25,ref:s.setFloating,shadow:"md",style:c,children:d.map(h=>{const b=x(h);return t.jsx($,{bgColor:a===h?e.palette.gray[800]:"transparent",bgColorHover:e.palette.gray[a===h?800:100],borderRadius:e.spacing["0.25"],cursor:"pointer",maxWidth:"40px",minWidth:"40px",onClick:b,px:.25,py:.25,children:t.jsx(I,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},oi=()=>{const{table:e}=u.useContext(re),{pagination:{pageIndex:n,pageSize:i}={pageIndex:0,pageSize:10}}=(e==null?void 0:e.getState())??{},o=(e==null?void 0:e.getRowCount())??0,r=u.useCallback((a,l,s)=>{if(s===0)return"0 of 0";if(l*a>=s)return`${s} of ${s}`;const c=l*a+1,d=Math.min(l*(a+1),s);return`${c}-${d} of ${s}`},[]);return t.jsx(I,{display:"inline-block",fontWeight:"bold",size:"md",children:r(n,i,o)})},ri=({children:e})=>t.jsxs(sl,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(oi,{}),t.jsx(ii,{}),t.jsx(ni,{})]}),e]}),ai=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),ul=f.styled.div.attrs({className:"search-container"})`
3279
3280
  ${({theme:e})=>`
3280
3281
  display: flex;
3281
3282
  flex-direction: column;
@@ -3322,7 +3323,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3322
3323
  }
3323
3324
  }
3324
3325
  `}
3325
- `,ul=f.styled.div.attrs({className:"controls-container"})`
3326
+ `,xl=f.styled.div.attrs({className:"controls-container"})`
3326
3327
  display: flex;
3327
3328
  flex: 1 0 50%;
3328
3329
 
@@ -3338,7 +3339,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3338
3339
  justify-content: flex-end;
3339
3340
  width: 100%;
3340
3341
  }
3341
- `,xl=f.styled.div`
3342
+ `,hl=f.styled.div`
3342
3343
  display: flex;
3343
3344
  flex-wrap: wrap;
3344
3345
  width: 100%;
@@ -3353,7 +3354,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3353
3354
  .highlight-container ~ .controls-container {
3354
3355
  flex: 1 0 100%;
3355
3356
  }
3356
- `,hl=500,Ut=300,si=({children:e})=>{const{table:n}=u.useContext(re),{onSearch:i,search:o,searchPlaceholder:r="Search"}=(n==null?void 0:n.options.meta)??{},a=gt(s=>{const c=s.target.value.slice(0,Ut);i==null||i(c)},hl),l=u.useCallback(()=>{i==null||i("")},[i]);return t.jsxs(xl,{children:[i===void 0?void 0:t.jsx(gl,{children:t.jsx(de,{maxLength:Ut,name:"search",onChange:a,onClear:l,placeholder:r,value:o})}),e]})},li=({children:e})=>t.jsx($,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),ci=({children:e})=>t.jsx(ul,{children:e}),di=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),fl=160,pi=({children:e,table:n})=>{var x;const i=u.useRef(null),o=u.useRef(null),{id:r}=n.options.meta??{},{enableMultiRowSelection:a}=(n==null?void 0:n.options)??{},l=Object.keys(n.getState().rowSelection).length,s=l===1?"item":"items",c=l===0||!a,d=Math.max(((x=i.current)==null?void 0:x.clientWidth)??0,n.getTotalSize()+fl),p=u.useCallback(()=>{n.resetRowSelection()},[n]),g=u.useCallback(h=>{h.key==="Enter"&&p()},[p]);return u.useEffect(()=>{n.setPageIndex(0)},[n]),t.jsx(re.Provider,{value:{containerRef:i,elementName:s,handleUnselectAll:p,hidden:c,onKeyDown:g,selected:l,tableSize:d,tableRef:o,table:n},children:t.jsx(ol,{id:r,children:e})})},yl=Object.assign(pi,{Caption:li,Columns:Jn,Content:ti,Controls:ci,Export:qn,Footer:ri,FooterContent:ai,Highlighted:di,Options:si}),bl=f.styled.button`
3357
+ `,fl=500,Vt=300,si=({children:e})=>{const{table:n}=u.useContext(re),{onSearch:i,search:o,searchPlaceholder:r="Search"}=(n==null?void 0:n.options.meta)??{},a=gt(s=>{const c=s.target.value.slice(0,Vt);i==null||i(c)},fl),l=u.useCallback(()=>{i==null||i("")},[i]);return t.jsxs(hl,{children:[i===void 0?void 0:t.jsx(ul,{children:t.jsx(de,{maxLength:Vt,name:"search",onChange:a,onClear:l,placeholder:r,value:o})}),e]})},li=({children:e})=>t.jsx($,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),ci=({children:e})=>t.jsx(xl,{children:e}),di=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),yl=160,pi=({children:e,table:n})=>{var x;const i=u.useRef(null),o=u.useRef(null),{id:r}=n.options.meta??{},{enableMultiRowSelection:a}=(n==null?void 0:n.options)??{},l=Object.keys(n.getState().rowSelection).length,s=l===1?"item":"items",c=l===0||!a,d=Math.max(((x=i.current)==null?void 0:x.clientWidth)??0,n.getTotalSize()+yl),p=u.useCallback(()=>{n.resetRowSelection()},[n]),g=u.useCallback(h=>{h.key==="Enter"&&p()},[p]);return u.useEffect(()=>{n.setPageIndex(0)},[n]),t.jsx(re.Provider,{value:{containerRef:i,elementName:s,handleUnselectAll:p,hidden:c,onKeyDown:g,selected:l,tableSize:d,tableRef:o,table:n},children:t.jsx(rl,{id:r,children:e})})},bl=Object.assign(pi,{Caption:li,Columns:Jn,Content:ti,Controls:ci,Export:qn,Footer:ri,FooterContent:ai,Highlighted:di,Options:si}),$l=f.styled.button`
3357
3358
  ${({theme:e})=>`
3358
3359
  align-items: center;
3359
3360
  background-color: ${e.palette.white};
@@ -3407,7 +3408,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3407
3408
  background-color: ${e.palette.gray[100]};
3408
3409
  }
3409
3410
  `}
3410
- `,$l=({disabled:e=!1,icon:n,id:i,label:o,name:r,onClick:a,type:l="button",variant:s})=>{const c=f.useTheme(),d=t.jsxs(bl,{"aria-label":r??void 0,className:s,disabled:e,id:i,onClick:a,type:l,children:[n&&t.jsx(D,{clickable:!1,icon:n,iconSize:r===void 0?"sm":"lg",iconType:"fa-light"}),r??void 0]});return t.jsxs($,{display:"flex",children:[d,o&&t.jsx(I,{color:c.palette.gray[800],ml:.5,size:"md",children:o})]})},ml=({items:e,spacing:n=.75})=>{const i=f.useTheme();return t.jsx($,{alignItems:"flex-start",display:"flex",flexDirection:"column",width:"100%",children:e.map(o=>t.jsxs($,{alignItems:"center",borderBottom:`1px solid ${i.palette.gray[200]}`,display:"flex",gap:.75,justify:"flex-start",pr:n,py:n,width:"100%",children:[t.jsx(I,{display:"inline-flex",fontWeight:"bold",size:"lg",whiteSpace:"nowrap",...o.backgroundColor?{bgGradient:o.backgroundColor,textFill:"transparent"}:{},children:o.header}),o.content??void 0]},o.header))})},wl=f.styled.div`
3411
+ `,ml=({disabled:e=!1,icon:n,id:i,label:o,name:r,onClick:a,type:l="button",variant:s})=>{const c=f.useTheme(),d=t.jsxs($l,{"aria-label":r??void 0,className:s,disabled:e,id:i,onClick:a,type:l,children:[n&&t.jsx(D,{clickable:!1,icon:n,iconSize:r===void 0?"sm":"lg",iconType:"fa-light"}),r??void 0]});return t.jsxs($,{display:"flex",children:[d,o&&t.jsx(I,{color:c.palette.gray[800],ml:.5,size:"md",children:o})]})},wl=({items:e,spacing:n=.75})=>{const i=f.useTheme();return t.jsx($,{alignItems:"flex-start",display:"flex",flexDirection:"column",width:"100%",children:e.map(o=>t.jsxs($,{alignItems:"center",borderBottom:`1px solid ${i.palette.gray[200]}`,display:"flex",gap:.75,justify:"flex-start",pr:n,py:n,width:"100%",children:[t.jsx(I,{display:"inline-flex",fontWeight:"bold",size:"lg",whiteSpace:"nowrap",...o.backgroundColor?{bgGradient:o.backgroundColor,textFill:"transparent"}:{},children:o.header}),o.content??void 0]},o.header))})},jl=f.styled.div`
3411
3412
  ${({theme:e})=>`
3412
3413
  align-items: flex-start;
3413
3414
  display: flex;
@@ -3424,7 +3425,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3424
3425
  fill: url(#gradient-01);
3425
3426
  }
3426
3427
  `}
3427
- `,jl=({children:e,title:n,titleSize:i="sm",description:o,icon:r})=>{const a=f.useTheme();return t.jsxs(wl,{children:[n||o?t.jsxs($,{alignItems:"flex-start",display:"flex",flexDirection:"column",gap:.75,width:"100%",children:[t.jsxs($,{alignItems:"center",display:"flex",gap:.75,height:"max-content",children:[t.jsx("div",{style:{width:"30px",height:"30px",backgroundColor:a.palette.primary[25],borderRadius:"4px",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:t.jsx("i",{className:`fa-solid fa-${r} fill-gradient-01`,style:{fontSize:"14px",width:"14px",height:"14px"}})}),n?t.jsx(V,{fontWeight:"bold",size:i,children:n}):void 0]}),o??void 0]}):void 0,e]})},vl=f.styled.div`
3428
+ `,vl=({children:e,title:n,titleSize:i="sm",description:o,icon:r})=>{const a=f.useTheme();return t.jsxs(jl,{children:[n||o?t.jsxs($,{alignItems:"flex-start",display:"flex",flexDirection:"column",gap:.75,width:"100%",children:[t.jsxs($,{alignItems:"center",display:"flex",gap:.75,height:"max-content",children:[t.jsx("div",{style:{width:"30px",height:"30px",backgroundColor:a.palette.primary[25],borderRadius:"4px",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:t.jsx("i",{className:`fa-solid fa-${r} fill-gradient-01`,style:{fontSize:"14px",width:"14px",height:"14px"}})}),n?t.jsx(V,{fontWeight:"bold",size:i,children:n}):void 0]}),o??void 0]}):void 0,e]})},kl=f.styled.div`
3428
3429
  ${({theme:e})=>`
3429
3430
  align-items: center;
3430
3431
  background-color: ${e.palette.white};
@@ -3446,7 +3447,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3446
3447
  border: 1px solid ${e.palette.gray[600]};
3447
3448
  }
3448
3449
  `}
3449
- `,kl=f.styled.div`
3450
+ `,Cl=f.styled.div`
3450
3451
  ${({theme:e,$size:n})=>`
3451
3452
  display: ${n==="long"?"flex":"block"};
3452
3453
  flex-direction: column;
@@ -3496,4 +3497,4 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3496
3497
  transform: translateX(-50%);
3497
3498
  }
3498
3499
  `}
3499
- `,gi=({date:e,description:n,title:i})=>{const o=f.useTheme();return t.jsxs(vl,{className:"timeline-card",children:[t.jsx(I,{color:o.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(I,{color:o.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",textAlign:"center",children:i}),t.jsx("div",{children:n.map((r,a)=>{const l=`${r}#${a}`;return t.jsx(I,{size:"md",textAlign:"center",wordBreak:"break-word",children:r},l)})})]})},Cl=({items:e})=>{const n=u.useRef(null),[i,o]=u.useState("long");return u.useEffect(()=>{n.current&&o(n.current.offsetWidth<=1100?"small":"long")},[]),t.jsx($,{ref:n,width:"100%",children:t.jsx(kl,{$size:i,children:e.map((r,a)=>t.jsx(gi,{date:r.date,description:r.description,size:i,title:r.title},`${r.title}-${a}`))})})},Sl=({description:e,disabled:n=!1,icon:i="circle-info",inlineText:o=!0,justify:r="space-between",name:a,onChange:l,title:s,value:c})=>t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,children:[t.jsx(D,{icon:i,iconSize:"md",iconType:"fa-light"}),t.jsx(V,{fontWeight:"bold",size:"xs",children:s})]}),t.jsx($,{style:{color:A.palette.gray[600],lineHeight:"1.25rem"},children:t.jsx(bt,{defaultChecked:c,disabled:n,inlineText:o,justify:r,leftDescription:e,name:a,onChange:l})})]}),zl={content:"",disableBeacon:!0,hideCloseButton:!1,locale:{back:"Back",close:"Close",last:"Close",next:"Next",open:"Open the dialog",skip:"Skip"},showSkipButton:!0,styles:{buttonBack:{fontFamily:"roboto"},buttonNext:{fontFamily:"roboto"},buttonSkip:{fontFamily:"roboto"},options:{zIndex:9999},tooltipContainer:{fontFamily:"roboto",textAlign:"left"}},target:""},Tl=({run:e,steps:n,onFinish:i})=>{const[o,r]=u.useState(e),[a,l]=u.useState(0),s=u.useCallback(c=>{const{action:d,index:p,status:g,type:x}=c;[y.EVENTS.STEP_AFTER,y.EVENTS.TARGET_NOT_FOUND].includes(x)?l(p+(d===y.ACTIONS.PREV?-1:1)):([y.STATUS.FINISHED,y.STATUS.SKIPPED].includes(g)||d==="close")&&(r(!1),y.lodashExports.isUndefined(i)||i())},[i]);return t.jsx(y.components_default,{callback:s,continuous:!0,disableOverlayClose:!0,disableScrollParentFix:!0,run:o,spotlightClicks:!0,stepIndex:a,steps:n,styles:{buttonNext:{display:a===n.length-1?"none":"block"},options:{zIndex:9999}}})},Il={md:{categorySize:"sm",titleSize:"xs",descriptionSize:"md",detailsSize:"md"},lg:{categorySize:"md",titleSize:"sm",descriptionSize:"lg",detailsSize:"lg"}},Dl=({title:e,href:n,description:i,category:o,id:r,indx:a,remediationTime:l,score:s,severity:c,size:d="lg",requirements:p,Link:g})=>{const x=f.useTheme(),{categorySize:h,titleSize:b,descriptionSize:m,detailsSize:w}=Il[d],j=g??"a";return t.jsxs(en,{$index:a,children:[t.jsx(I,{bgGradient:x.palette.gradient,fontWeight:"bold",size:h,textFill:"transparent",children:o}),t.jsxs(j,{href:n,children:[t.jsx(V,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:b,children:r}),t.jsx(V,{display:"inline",fontWeight:"bold",ml:.25,size:b,children:e})]}),t.jsx(I,{size:m,children:i}),t.jsxs($,{alignItems:d==="md"?"flex-start":"center",display:"flex",flexDirection:d==="md"?"column":"row",gap:.75,width:"100%",children:[t.jsxs(I,{color:x.palette.gray[400],display:"inline",size:w,children:[t.jsx("b",{children:"Remediation time: "}),`${l} min`]}),d==="lg"?t.jsx(be,{}):void 0,t.jsxs($,{alignItems:d==="md"?"flex-start":"center",display:"flex",gap:.25,children:[t.jsx(I,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:w,children:"Default score: "}),t.jsx(ut,{textL:s,textR:y.capitalize(c==="disable"?"Unknown":c),variant:c})]}),d==="lg"?t.jsx(be,{}):void 0,t.jsxs($,{alignItems:"center",children:[t.jsx(I,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:w,children:"Requirements: "}),p.map((k,C)=>t.jsxs(u.Fragment,{children:[C>0?t.jsx(I,{color:x.palette.gray[400],display:"inline",size:w,children:" / "}):void 0,t.jsx("a",{href:k.href,style:{color:x.palette.gray[400],fontSize:x.typography.text[w],textDecoration:"underline"},children:k.title})]},k.key))]})]})]})};exports.Accordion=Gi;exports.AccordionContent=Xt;exports.ActionButton=xe;exports.AdvancedBadge=qi;exports.AdvisoriesCard=ro;exports.Alert=yo;exports.AppliedFilter=fe;exports.AppliedFilters=aa;exports.ArrayField=it;exports.Avatar=So;exports.BaseButtonComponent=ct;exports.BaseComponent=Ee;exports.BaseSpanComponent=pt;exports.BaseTextComponent=dt;exports.Body=ei;exports.Button=O;exports.Button$1=We;exports.Button$2=ae;exports.ButtonToolbarCenter=Qo;exports.ButtonToolbarRow=tr;exports.ButtonToolbarStartRow=er;exports.Calendar=cn;exports.Calendar$1=xn;exports.Calendar$2=fn;exports.CalendarCell=ln;exports.CalendarGrid=Ve;exports.CaptionContent=li;exports.CardContainer=Er;exports.CardHeader=He;exports.CardWithImage=Io;exports.CardWithInput=mr;exports.CardWithOptions=mn;exports.CardWithSelector=kr;exports.CardWithSwitch=Tr;exports.Carousel=Pr;exports.Checkbox=se;exports.CodeSnippet=Or;exports.Col=nt;exports.ColumFilters=Ln;exports.ColumnToggle=Jn;exports.ColumnsModal=En;exports.ComboBox=ht;exports.ComboBoxField=tt;exports.Container=$;exports.ControlsContent=ci;exports.CopyButton=ya;exports.CustomThemeProvider=Mi;exports.DateField=pn;exports.DateSelector=me;exports.Description=Kn;exports.Dialog=Ge;exports.Divider=ce;exports.Dropdown=ma;exports.Editable=Jo;exports.EmptyButton=at;exports.EmptyState=ka;exports.ErrorMessage=Fo;exports.ExportCsv=qn;exports.FATag=Qt;exports.FilePreview=rn;exports.FilterControl=Rn;exports.FilterForm=rt;exports.FilterFormContent=Fn;exports.FiltersList=An;exports.FooterContent=ai;exports.Form=za;exports.Gap=or;exports.GridContainer=Ia;exports.GroupSelector=Ea;exports.Head=Qn;exports.Header=Ue;exports.Header$1=Cn;exports.Heading=V;exports.HighlightedContent=di;exports.Icon=D;exports.IconButton=B;exports.InProgressIcon=Gn;exports.IndicatorCard=Ir;exports.IndicatorCardDB=Fa;exports.InfoSidebar=Na;exports.InnerForm=Ca;exports.InputArray=ar;exports.InputDate=un;exports.InputDateRange=hn;exports.InputDateTime=qo;exports.InputFile=dr;exports.InputNumber=bn;exports.InputNumberRange=$n;exports.InputTags=gr;exports.ItemCardDB=Ma;exports.ItemContent=ml;exports.Label=xt;exports.Link=oe;exports.ListItem=Ne;exports.ListItemsWrapper=Tn;exports.LittleFlag=Wa;exports.Loading=On;exports.LocationCode=jn;exports.Logo=Xa;exports.Lottie=qa;exports.MemoizedImage=ee;exports.Menu=Ja;exports.MenuItem=Xn;exports.MessageBanner=es;exports.Modal=jt;exports.ModalConfirm=Sn;exports.ModalFooter=kn;exports.Notification=rs;exports.NotificationSign=Oe;exports.NumberField=je;exports.OAuthSelector=ss;exports.Option=an;exports.OptionBoxContainer=vt;exports.OptionContainer=st;exports.OptionContainer$1=Mn;exports.OutlineContainer=U;exports.PaginationControl=ni;exports.PaginationDropdown=ii;exports.PaginationSize=oi;exports.PaginatorDb=ps;exports.PaginatorDbDropdown=Wn;exports.PhoneInput=br;exports.PopUp=Ss;exports.Popover=Fe;exports.PremiumFeature=Bn;exports.PreviewPanel=In;exports.PriorityCard=Vn;exports.PriorityCards=xs;exports.PriorityScore=hs;exports.ProgressBar=Un;exports.ProgressIndicator=Cs;exports.ProgressStep=vs;exports.RadioButton=yt;exports.RankPosition=Hn;exports.RankPositionIcon=_n;exports.Row=yn;exports.ScrollUpButton=Ts;exports.Search=de;exports.SearchDropdown=Ps;exports.SearchPanel=Dn;exports.SeverityBadge=ut;exports.SeverityOverview=Os;exports.SeverityOverviewBadge=ye;exports.ShowOnHover=Bs;exports.SlideOutMenu=Hs;exports.Slider=Xs;exports.SortIcon=lt;exports.Span=$e;exports.StepLapse=tl;exports.Tab=zn;exports.Table=yl;exports.Table$1=pi;exports.TableButton=$l;exports.TableContent=jl;exports.TableContent$1=ti;exports.TableContext=re;exports.TableFooter=ri;exports.TableOptions=si;exports.Tabs=mt;exports.Tag=J;exports.TagsField=ot;exports.Text=I;exports.TextArea=$r;exports.TextInput=Ye;exports.Thumb=Zn;exports.TimeField=gn;exports.TimeLine=Cl;exports.TimeLineCard=gi;exports.Toggle=bt;exports.ToggleSection=Sl;exports.Tooltip=X;exports.Tour=Tl;exports.WeaknessesCard=Dl;exports.baseStep=zl;exports.formatCheckValues=Pn;exports.getStyledConfig=De;exports.hiddenProps=Gt;exports.icons=Pi;exports.setBorder=Se;exports.setDisplay=ze;exports.setInteraction=Ie;exports.setMargin=ke;exports.setPadding=ve;exports.setPosition=Ce;exports.setText=Te;exports.theme=A;exports.useCarousel=Zt;exports.useClickOutside=te;exports.useCloudinaryImage=qt;exports.useColumnsModal=Jt;exports.useConditionsDialog=xa;exports.useConfirmDialog=ha;exports.useDebouncedCallback=gt;exports.useFilterForm=Nn;exports.useFilters=ua;exports.useModal=Re;exports.useSearch=to;exports.variantBuilder=ie;
3500
+ `,gi=({date:e,description:n,title:i})=>{const o=f.useTheme();return t.jsxs(kl,{className:"timeline-card",children:[t.jsx(I,{color:o.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(I,{color:o.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",textAlign:"center",children:i}),t.jsx("div",{children:n.map((r,a)=>{const l=`${r}#${a}`;return t.jsx(I,{size:"md",textAlign:"center",wordBreak:"break-word",children:r},l)})})]})},Sl=({items:e})=>{const n=u.useRef(null),[i,o]=u.useState("long");return u.useEffect(()=>{n.current&&o(n.current.offsetWidth<=1100?"small":"long")},[]),t.jsx($,{ref:n,width:"100%",children:t.jsx(Cl,{$size:i,children:e.map((r,a)=>t.jsx(gi,{date:r.date,description:r.description,size:i,title:r.title},`${r.title}-${a}`))})})},zl={content:"",disableBeacon:!0,hideCloseButton:!1,locale:{back:"Back",close:"Close",last:"Close",next:"Next",open:"Open the dialog",skip:"Skip"},showSkipButton:!0,styles:{buttonBack:{fontFamily:"roboto"},buttonNext:{fontFamily:"roboto"},buttonSkip:{fontFamily:"roboto"},options:{zIndex:9999},tooltipContainer:{fontFamily:"roboto",textAlign:"left"}},target:""},Tl=({run:e,steps:n,onFinish:i})=>{const[o,r]=u.useState(e),[a,l]=u.useState(0),s=u.useCallback(c=>{const{action:d,index:p,status:g,type:x}=c;[y.EVENTS.STEP_AFTER,y.EVENTS.TARGET_NOT_FOUND].includes(x)?l(p+(d===y.ACTIONS.PREV?-1:1)):([y.STATUS.FINISHED,y.STATUS.SKIPPED].includes(g)||d==="close")&&(r(!1),y.lodashExports.isUndefined(i)||i())},[i]);return t.jsx(y.components_default,{callback:s,continuous:!0,disableOverlayClose:!0,disableScrollParentFix:!0,run:o,spotlightClicks:!0,stepIndex:a,steps:n,styles:{buttonNext:{display:a===n.length-1?"none":"block"},options:{zIndex:9999}}})},Il={md:{categorySize:"sm",titleSize:"xs",descriptionSize:"md",detailsSize:"md"},lg:{categorySize:"md",titleSize:"sm",descriptionSize:"lg",detailsSize:"lg"}},Dl=({title:e,href:n,description:i,category:o,id:r,indx:a,remediationTime:l,score:s,severity:c,size:d="lg",requirements:p,Link:g})=>{const x=f.useTheme(),{categorySize:h,titleSize:b,descriptionSize:m,detailsSize:w}=Il[d],j=g??"a";return t.jsxs(Qt,{$index:a,children:[t.jsx(I,{bgGradient:x.palette.gradient,fontWeight:"bold",size:h,textFill:"transparent",children:o}),t.jsxs(j,{href:n,children:[t.jsx(V,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:b,children:r}),t.jsx(V,{display:"inline",fontWeight:"bold",ml:.25,size:b,children:e})]}),t.jsx(I,{size:m,children:i}),t.jsxs($,{alignItems:d==="md"?"flex-start":"center",display:"flex",flexDirection:d==="md"?"column":"row",gap:.75,width:"100%",children:[t.jsxs(I,{color:x.palette.gray[400],display:"inline",size:w,children:[t.jsx("b",{children:"Remediation time: "}),`${l} min`]}),d==="lg"?t.jsx(be,{}):void 0,t.jsxs($,{alignItems:d==="md"?"flex-start":"center",display:"flex",gap:.25,children:[t.jsx(I,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:w,children:"Default score: "}),t.jsx(ut,{textL:s,textR:y.capitalize(c==="disable"?"Unknown":c),variant:c})]}),d==="lg"?t.jsx(be,{}):void 0,t.jsxs($,{alignItems:"center",children:[t.jsx(I,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:w,children:"Requirements: "}),p.map((k,C)=>t.jsxs(u.Fragment,{children:[C>0?t.jsx(I,{color:x.palette.gray[400],display:"inline",size:w,children:" / "}):void 0,t.jsx("a",{href:k.href,style:{color:x.palette.gray[400],fontSize:x.typography.text[w],textDecoration:"underline"},children:k.title})]},k.key))]})]})]})};exports.Accordion=Gi;exports.AccordionContent=Kt;exports.ActionButton=xe;exports.AdvancedBadge=qi;exports.AdvisoriesCard=ro;exports.Alert=yo;exports.AppliedFilter=fe;exports.AppliedFilters=sa;exports.ArrayField=it;exports.Avatar=So;exports.BaseButtonComponent=ct;exports.BaseComponent=Ee;exports.BaseSpanComponent=pt;exports.BaseTextComponent=dt;exports.Body=ei;exports.Button=O;exports.Button$1=We;exports.Button$2=ae;exports.ButtonToolbarCenter=Qo;exports.ButtonToolbarRow=tr;exports.ButtonToolbarStartRow=er;exports.Calendar=ln;exports.Calendar$1=un;exports.Calendar$2=hn;exports.CalendarCell=sn;exports.CalendarGrid=Ve;exports.CaptionContent=li;exports.CardContainer=Rr;exports.CardHeader=He;exports.CardWithImage=Io;exports.CardWithInput=wr;exports.CardWithOptions=$n;exports.CardWithSelector=Cr;exports.CardWithSwitch=Ir;exports.Carousel=Mr;exports.Checkbox=se;exports.CodeSnippet=Wr;exports.Col=nt;exports.ColumFilters=Ln;exports.ColumnToggle=Jn;exports.ColumnsModal=En;exports.ComboBox=ht;exports.ComboBoxField=tt;exports.Container=$;exports.ControlsContent=ci;exports.CopyButton=ba;exports.CustomThemeProvider=Mi;exports.DateField=dn;exports.DateSelector=me;exports.Description=Kn;exports.Dialog=Ge;exports.Divider=ce;exports.Dropdown=wa;exports.Editable=Jo;exports.EmptyButton=at;exports.EmptyState=Ca;exports.ErrorMessage=Fo;exports.ExportCsv=qn;exports.FATag=Jt;exports.FilePreview=on;exports.FilterControl=Rn;exports.FilterForm=rt;exports.FilterFormContent=Fn;exports.FiltersList=An;exports.FooterContent=ai;exports.Form=Ta;exports.Gap=or;exports.GridContainer=Da;exports.GroupSelector=Ra;exports.Head=Qn;exports.Header=Ue;exports.Header$1=Cn;exports.Heading=V;exports.HighlightedContent=di;exports.Icon=D;exports.IconButton=B;exports.InProgressIcon=Gn;exports.IndicatorCard=Dr;exports.IndicatorCardDB=Na;exports.InfoSidebar=Aa;exports.InnerForm=Sa;exports.InputArray=ar;exports.InputDate=gn;exports.InputDateRange=xn;exports.InputDateTime=qo;exports.InputFile=dr;exports.InputNumber=yn;exports.InputNumberRange=bn;exports.InputSection=pr;exports.InputTags=ur;exports.ItemCardDB=Oa;exports.ItemContent=wl;exports.Label=xt;exports.Link=oe;exports.ListItem=Ne;exports.ListItemsWrapper=Tn;exports.LittleFlag=Ba;exports.Loading=On;exports.LocationCode=jn;exports.Logo=Za;exports.Lottie=Ja;exports.MemoizedImage=ee;exports.Menu=Qa;exports.MenuItem=Xn;exports.MessageBanner=ts;exports.Modal=wt;exports.ModalConfirm=Sn;exports.ModalFooter=kn;exports.Notification=as;exports.NotificationSign=Oe;exports.NumberField=je;exports.OAuthSelector=ls;exports.Option=rn;exports.OptionBoxContainer=jt;exports.OptionContainer=st;exports.OptionContainer$1=Mn;exports.OutlineContainer=U;exports.PaginationControl=ni;exports.PaginationDropdown=ii;exports.PaginationSize=oi;exports.PaginatorDb=gs;exports.PaginatorDbDropdown=Wn;exports.PhoneInput=$r;exports.PopUp=zs;exports.Popover=Fe;exports.PremiumFeature=Bn;exports.PreviewPanel=In;exports.PriorityCard=Vn;exports.PriorityCards=hs;exports.PriorityScore=fs;exports.ProgressBar=Un;exports.ProgressIndicator=Ss;exports.ProgressStep=ks;exports.RadioButton=yt;exports.RankPosition=Hn;exports.RankPositionIcon=_n;exports.Row=fn;exports.ScrollUpButton=Is;exports.Search=de;exports.SearchDropdown=Ms;exports.SearchPanel=Dn;exports.SeverityBadge=ut;exports.SeverityOverview=Ws;exports.SeverityOverviewBadge=ye;exports.ShowOnHover=_s;exports.SlideOutMenu=Vs;exports.Slider=Zs;exports.SortIcon=lt;exports.Span=$e;exports.StepLapse=nl;exports.Tab=zn;exports.Table=bl;exports.Table$1=pi;exports.TableButton=ml;exports.TableContent=vl;exports.TableContent$1=ti;exports.TableContext=re;exports.TableFooter=ri;exports.TableOptions=si;exports.Tabs=$t;exports.Tag=J;exports.TagsField=ot;exports.Text=I;exports.TextArea=mr;exports.TextInput=Ye;exports.Thumb=Zn;exports.TimeField=pn;exports.TimeLine=Sl;exports.TimeLineCard=gi;exports.Toggle=mn;exports.Tooltip=X;exports.Tour=Tl;exports.WeaknessesCard=Dl;exports.baseStep=zl;exports.formatCheckValues=Pn;exports.getStyledConfig=De;exports.hiddenProps=Ut;exports.icons=Pi;exports.setBorder=Se;exports.setDisplay=ze;exports.setInteraction=Ie;exports.setMargin=ke;exports.setPadding=ve;exports.setPosition=Ce;exports.setText=Te;exports.theme=A;exports.useCarousel=Xt;exports.useClickOutside=te;exports.useCloudinaryImage=Zt;exports.useColumnsModal=qt;exports.useConditionsDialog=ha;exports.useConfirmDialog=fa;exports.useDebouncedCallback=gt;exports.useFilterForm=Nn;exports.useFilters=xa;exports.useModal=Re;exports.useSearch=to;exports.variantBuilder=ie;