@fluidattacks/design 3.33.3-pr → 3.33.3

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 (196) hide show
  1. package/dist/assets/index.css +1 -1
  2. package/dist/components/@core/index.js +1 -1
  3. package/dist/components/accordion/accordion-content/index.js +1 -1
  4. package/dist/components/accordion/index.js +1 -1
  5. package/dist/components/advanced-badge/index.js +1 -1
  6. package/dist/components/advisories-card/index.js +1 -1
  7. package/dist/components/alert/index.js +1 -1
  8. package/dist/components/avatar/index.js +1 -1
  9. package/dist/components/button/index.js +1 -1
  10. package/dist/components/card/card-header/index.js +1 -1
  11. package/dist/components/card/card-with-image/index.js +1 -1
  12. package/dist/components/card/card-with-input/index.js +1 -1
  13. package/dist/components/card/card-with-options/index.js +1 -1
  14. package/dist/components/card/card-with-selector/index.js +1 -1
  15. package/dist/components/card/card-with-switch/index.js +1 -1
  16. package/dist/components/card/index.js +1 -1
  17. package/dist/components/card/indicator-card/index.js +1 -1
  18. package/dist/components/card-container/index.js +1 -1
  19. package/dist/components/carousel/index.js +1 -1
  20. package/dist/components/checkbox/index.js +1 -1
  21. package/dist/components/cloud-image/index.js +1 -1
  22. package/dist/components/code-snippet/index.js +1 -1
  23. package/dist/components/code-snippet/location-code/index.js +1 -1
  24. package/dist/components/colors/index.js +1 -1
  25. package/dist/components/conditions-dialog/index.js +1 -1
  26. package/dist/components/confirm-dialog/index.js +1 -1
  27. package/dist/components/container/index.js +1 -1
  28. package/dist/components/copy-button/index.js +1 -1
  29. package/dist/components/divider/index.js +1 -1
  30. package/dist/components/dropdown/index.js +1 -1
  31. package/dist/components/empty-state/empty-button/index.js +1 -1
  32. package/dist/components/empty-state/index.js +1 -1
  33. package/dist/components/fa-tag/index.js +1 -1
  34. package/dist/components/file-preview/index.js +1 -1
  35. package/dist/components/filters/active-filters/active-filter/index.d.ts +3 -0
  36. package/dist/components/filters/active-filters/active-filter/index.js +1 -0
  37. package/dist/components/filters/active-filters/index.d.ts +1 -1
  38. package/dist/components/filters/active-filters/index.js +1 -1
  39. package/dist/components/filters/active-filters/utils.d.ts +6 -0
  40. package/dist/components/filters/context/index.js +1 -1
  41. package/dist/components/filters/filters-menu/index.js +1 -1
  42. package/dist/components/filters/index.d.ts +1 -1
  43. package/dist/components/filters/index.js +1 -1
  44. package/dist/components/filters/options-menu/index.js +1 -1
  45. package/dist/components/filters/options-menu/options/index.js +1 -1
  46. package/dist/components/filters/search/no-matches/index.js +1 -1
  47. package/dist/components/filters/types.d.ts +20 -4
  48. package/dist/components/form/index.js +1 -1
  49. package/dist/components/form/inner-form/index.js +1 -1
  50. package/dist/components/grid-container/index.js +1 -1
  51. package/dist/components/group-selector/index.js +1 -1
  52. package/dist/components/group-selector/option-container/index.js +1 -1
  53. package/dist/components/icon/index.js +1 -1
  54. package/dist/components/icon-button/index.js +1 -1
  55. package/dist/components/indicator-card-db/index.js +1 -1
  56. package/dist/components/info-sidebar/index.js +1 -1
  57. package/dist/components/inputs/fields/combobox/field/index.js +1 -1
  58. package/dist/components/inputs/fields/combobox/index.js +1 -1
  59. package/dist/components/inputs/fields/combobox/option/index.js +1 -1
  60. package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -1
  61. package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -1
  62. package/dist/components/inputs/fields/date/calendar/header/index.js +1 -1
  63. package/dist/components/inputs/fields/date/calendar/index.js +1 -1
  64. package/dist/components/inputs/fields/date/index.js +1 -1
  65. package/dist/components/inputs/fields/date-range/calendar/index.js +1 -1
  66. package/dist/components/inputs/fields/date-range/index.js +1 -1
  67. package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
  68. package/dist/components/inputs/fields/date-time/index.js +1 -1
  69. package/dist/components/inputs/fields/editable/index.js +1 -1
  70. package/dist/components/inputs/fields/input-array/field/index.js +1 -1
  71. package/dist/components/inputs/fields/input-array/index.js +1 -1
  72. package/dist/components/inputs/fields/input-file/default/index.js +1 -1
  73. package/dist/components/inputs/fields/input-file/dropzone/index.js +1 -1
  74. package/dist/components/inputs/fields/input-file/index.js +1 -1
  75. package/dist/components/inputs/fields/input-section/index.js +1 -1
  76. package/dist/components/inputs/fields/input-tags/field/index.js +1 -1
  77. package/dist/components/inputs/fields/input-tags/index.js +1 -1
  78. package/dist/components/inputs/fields/number/index.js +1 -1
  79. package/dist/components/inputs/fields/number-range/index.js +1 -1
  80. package/dist/components/inputs/fields/phone/index.js +1 -1
  81. package/dist/components/inputs/fields/text-area/index.js +1 -1
  82. package/dist/components/inputs/fields/text-input/index.js +1 -1
  83. package/dist/components/inputs/index.js +1 -1
  84. package/dist/components/inputs/label/index.js +1 -1
  85. package/dist/components/inputs/outline-container/index.js +1 -1
  86. package/dist/components/inputs/utils/action-button/index.js +1 -1
  87. package/dist/components/inputs/utils/calendar-button/index.js +1 -1
  88. package/dist/components/inputs/utils/date-selector/index.js +1 -1
  89. package/dist/components/inputs/utils/date-time-field/index.js +1 -1
  90. package/dist/components/inputs/utils/dialog/index.js +1 -1
  91. package/dist/components/inputs/utils/number-field/index.js +1 -1
  92. package/dist/components/inputs/utils/popover/index.js +1 -1
  93. package/dist/components/item-card-db/index.js +1 -1
  94. package/dist/components/layout/categories/buttons/index.js +1 -1
  95. package/dist/components/layout/categories/column/index.js +1 -1
  96. package/dist/components/layout/categories/gap/index.js +1 -1
  97. package/dist/components/layout/categories/row/index.js +1 -1
  98. package/dist/components/layout/index.js +1 -1
  99. package/dist/components/link/index.js +1 -1
  100. package/dist/components/list-item/index.js +1 -1
  101. package/dist/components/little-flag/index.js +1 -1
  102. package/dist/components/loading/index.js +1 -1
  103. package/dist/components/logo/index.js +1 -1
  104. package/dist/components/lottie/index.js +1 -1
  105. package/dist/components/menu/index.js +1 -1
  106. package/dist/components/message-banner/index.js +1 -1
  107. package/dist/components/modal/columns-modal/index.js +1 -1
  108. package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
  109. package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
  110. package/dist/components/modal/filters-modal/applied-filter/index.js +1 -1
  111. package/dist/components/modal/filters-modal/applied-filters/index.js +1 -1
  112. package/dist/components/modal/filters-modal/column-filters/index.js +1 -1
  113. package/dist/components/modal/filters-modal/filter-control/index.js +1 -1
  114. package/dist/components/modal/filters-modal/filter-form/form-content/index.js +1 -1
  115. package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
  116. package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
  117. package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
  118. package/dist/components/modal/filters-modal/index.js +1 -1
  119. package/dist/components/modal/footer/index.js +1 -1
  120. package/dist/components/modal/header/index.js +1 -1
  121. package/dist/components/modal/index.js +1 -1
  122. package/dist/components/modal/modal-confirm/index.js +1 -1
  123. package/dist/components/notification/index.js +1 -1
  124. package/dist/components/notification-sign/index.js +1 -1
  125. package/dist/components/oauth-selector/index.js +1 -1
  126. package/dist/components/oauth-selector/option-container/index.js +1 -1
  127. package/dist/components/paginator-db/btn/index.js +1 -1
  128. package/dist/components/paginator-db/dropdown/index.js +1 -1
  129. package/dist/components/paginator-db/index.js +1 -1
  130. package/dist/components/pop-up/description/index.js +1 -1
  131. package/dist/components/pop-up/index.js +1 -1
  132. package/dist/components/premium-feature/index.js +1 -1
  133. package/dist/components/priority-cards/card/index.js +1 -1
  134. package/dist/components/priority-cards/index.js +1 -1
  135. package/dist/components/priority-score/index.js +1 -1
  136. package/dist/components/progress-bar/index.js +1 -1
  137. package/dist/components/progress-indicator/in-progress-icon/index.js +1 -1
  138. package/dist/components/progress-indicator/index.js +1 -1
  139. package/dist/components/progress-indicator/step/index.js +1 -1
  140. package/dist/components/radio-button/index.js +1 -1
  141. package/dist/components/rank-position/icon/index.js +1 -1
  142. package/dist/components/rank-position/index.js +1 -1
  143. package/dist/components/scroll-button/index.js +1 -1
  144. package/dist/components/search/index.js +1 -1
  145. package/dist/components/search-dropdown/index.js +1 -1
  146. package/dist/components/severity-badge/index.js +1 -1
  147. package/dist/components/severity-overview/badge/index.js +1 -1
  148. package/dist/components/severity-overview/index.js +1 -1
  149. package/dist/components/show-on-hover/index.js +1 -1
  150. package/dist/components/slide-out-menu/index.js +1 -1
  151. package/dist/components/slide-out-menu/menu-item/index.js +1 -1
  152. package/dist/components/slider/index.js +1 -1
  153. package/dist/components/slider/thumb/index.js +1 -1
  154. package/dist/components/step-lapse/index.js +1 -1
  155. package/dist/components/table/context/index.js +1 -1
  156. package/dist/components/table/export-csv/index.js +1 -1
  157. package/dist/components/table/index.js +1 -1
  158. package/dist/components/table/pagination/pagination-control/index.js +1 -1
  159. package/dist/components/table/pagination/pagination-dropdown/index.js +1 -1
  160. package/dist/components/table/pagination/pagination-size/index.js +1 -1
  161. package/dist/components/table/sort-icon/index.js +1 -1
  162. package/dist/components/table/table-body/index.js +1 -1
  163. package/dist/components/table/table-column-toggle/index.js +1 -1
  164. package/dist/components/table/table-content/head/index.js +1 -1
  165. package/dist/components/table/table-content/index.js +1 -1
  166. package/dist/components/table/table-footer/footer-content/index.js +1 -1
  167. package/dist/components/table/table-footer/index.js +1 -1
  168. package/dist/components/table/table-options/caption-content/index.js +1 -1
  169. package/dist/components/table/table-options/controls-content/index.js +1 -1
  170. package/dist/components/table/table-options/highlighted-content/index.js +1 -1
  171. package/dist/components/table/table-options/index.js +1 -1
  172. package/dist/components/table/wrapper/index.js +1 -1
  173. package/dist/components/table-button/index.js +1 -1
  174. package/dist/components/table-content/index.js +1 -1
  175. package/dist/components/table-content/item-content/index.js +1 -1
  176. package/dist/components/tabs/index.js +1 -1
  177. package/dist/components/tabs/tab/index.js +1 -1
  178. package/dist/components/tag/index.js +1 -1
  179. package/dist/components/timeline/card/index.js +1 -1
  180. package/dist/components/timeline/index.js +1 -1
  181. package/dist/components/toggle/index.js +1 -1
  182. package/dist/components/tooltip/index.js +1 -1
  183. package/dist/components/tour/index.js +1 -1
  184. package/dist/components/typography/heading/index.js +1 -1
  185. package/dist/components/typography/index.js +1 -1
  186. package/dist/components/typography/span/index.js +1 -1
  187. package/dist/components/typography/text/index.js +1 -1
  188. package/dist/components/weaknesses-card/index.js +1 -1
  189. package/dist/{components-DDJEGkFJ.js → components-a8YNSwYc.js} +288 -288
  190. package/dist/{components-DqSEbBAp.mjs → components-yCcXBCwK.mjs} +2462 -2371
  191. package/dist/context/index.js +1 -1
  192. package/dist/hooks/index.js +1 -1
  193. package/dist/hooks/use-filters.d.ts +11 -4
  194. package/dist/index.js +1 -1
  195. package/dist/{vendor-DzMw52p0.mjs → vendor-D0NwKL2j.mjs} +4 -4
  196. package/package.json +1 -1
@@ -1,32 +1,32 @@
1
- "use strict";const t=require("react/jsx-runtime"),u=require("react"),f=require("styled-components"),y=require("./vendor-CfI-J17Q.js"),he=require("react-dom"),lt=require("react-router-dom"),Ki=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},Ze=Ki(u),ie=e=>({getVariant:(n,i)=>e(n)[i]}),gn=["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"],Zi={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},qi={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},Ji={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},Qi={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},er={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},tr={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},nr={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},ir="linear-gradient(180deg, #BF0B1A 0%, #F32637 100%)",rr={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"}},or={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)"},ar={sm:"1024px",md:"1440px",lg:"1920px"},sr={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"},lr=["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:rr,shadows:or,breakpoints:ar,spacing:sr,palette:{primary:qi,complementary:Ji,error:Qi,info:nr,warning:er,success:tr,black:"#0c111d",gradient:ir,white:"#ffffff",gray:Zi}},cr=({children:e})=>t.jsx(f.ThemeProvider,{theme:A,children:e}),L=(e,n)=>n===void 0?"":`${e}: ${n};`,Ie=e=>{const n=e.py??e.pt??0,i=e.px??e.pr??0,r=e.py??e.pb??0,o=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[r]} ${A.spacing[o]};`},De=e=>{const n=e.my??e.mt??0,i=e.mx??e.mr??0,r=e.my??e.mb??0,o=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[r]} ${A.spacing[o]};`},Fe=e=>{const n=L("position",e.position),i=L("top",e.top),r=L("right",e.right),o=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-CfI-J17Q.js"),fe=require("react-dom"),dt=require("react-router-dom"),Ji=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},qe=Ji(u),ie=e=>({getVariant:(n,i)=>e(n)[i]}),xn=["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"],Qi={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},eo={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},to={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},no={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},io={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},oo={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},ro={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},ao="linear-gradient(180deg, #BF0B1A 0%, #F32637 100%)",so={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"}},lo={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)"},co={sm:"1024px",md:"1440px",lg:"1920px"},po={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"},go=["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:so,shadows:lo,breakpoints:co,spacing:po,palette:{primary:eo,complementary:to,error:no,info:ro,warning:io,success:oo,black:"#0c111d",gradient:ao,white:"#ffffff",gray:Qi}},uo=({children:e})=>t.jsx(f.ThemeProvider,{theme:A,children:e}),L=(e,n)=>n===void 0?"":`${e}: ${n};`,De=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]};`},Fe=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]};`},Ee=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
- ${r}
5
4
  ${o}
5
+ ${r}
6
6
  ${a}
7
7
  ${l}
8
- `},Ee=e=>{const n=L("border",e.border),i=L("border-top",e.borderTop),r=L("border-right",e.borderRight),o=L("border-bottom",e.borderBottom),a=L("border-left",e.borderLeft),l=L("border-color",e.borderColor),s=L("border-radius",e.borderRadius);return`
8
+ `},Re=e=>{const n=L("border",e.border),i=L("border-top",e.borderTop),o=L("border-right",e.borderRight),r=L("border-bottom",e.borderBottom),a=L("border-left",e.borderLeft),l=L("border-color",e.borderColor),s=L("border-radius",e.borderRadius);return`
9
9
  ${n}
10
10
  ${i}
11
- ${r}
12
11
  ${o}
12
+ ${r}
13
13
  ${a}
14
14
  ${l}
15
15
  ${s}
16
- `},dr=e=>e.includes("x")?"overflow-x: auto;":"",pr=e=>e.includes("y")?"overflow-y: auto;":"",Re=e=>{const n=e.scroll?`
17
- ${dr(e.scroll)}
18
- ${pr(e.scroll)}
19
- `:"",i=L("visibility",e.visibility),r=L("display",e.display),o=L("height",e.height),a=L("width",e.width),l=L("max-height",e.maxHeight),s=L("max-width",e.maxWidth),c=L("min-height",e.minHeight),p=L("min-width",e.minWidth),d=L("box-shadow",e.shadow?A.shadows[e.shadow]:void 0),g=L("gap",e.gap===void 0?void 0:A.spacing[e.gap]),x=L("background-color",e.bgColor),h=L("background",e.bgGradient),b=L("flex-direction",e.flexDirection),m=L("flex-grow",e.flexGrow),j=L("justify-content",e.justify),w=L("justify-self",e.justifySelf),C=L("align-items",e.alignItems),k=L("align-self",e.alignSelf),v=L("flex-wrap",e.wrap);return`
16
+ `},xo=e=>e.includes("x")?"overflow-x: auto;":"",ho=e=>e.includes("y")?"overflow-y: auto;":"",Ne=e=>{const n=e.scroll?`
17
+ ${xo(e.scroll)}
18
+ ${ho(e.scroll)}
19
+ `:"",i=L("visibility",e.visibility),o=L("display",e.display),r=L("height",e.height),a=L("width",e.width),l=L("max-height",e.maxHeight),s=L("max-width",e.maxWidth),c=L("min-height",e.minHeight),d=L("min-width",e.minWidth),p=L("box-shadow",e.shadow?A.shadows[e.shadow]:void 0),g=L("gap",e.gap===void 0?void 0:A.spacing[e.gap]),x=L("background-color",e.bgColor),h=L("background",e.bgGradient),b=L("flex-direction",e.flexDirection),m=L("flex-grow",e.flexGrow),j=L("justify-content",e.justify),w=L("justify-self",e.justifySelf),C=L("align-items",e.alignItems),k=L("align-self",e.alignSelf),v=L("flex-wrap",e.wrap);return`
20
20
  ${n}
21
21
  ${i}
22
- ${r}
23
22
  ${o}
23
+ ${r}
24
24
  ${a}
25
25
  ${l}
26
26
  ${s}
27
27
  ${c}
28
- ${p}
29
28
  ${d}
29
+ ${p}
30
30
  ${x}
31
31
  ${h}
32
32
  ${g}
@@ -37,62 +37,62 @@
37
37
  ${C}
38
38
  ${k}
39
39
  ${v}
40
- `},Ne=e=>{const n=L("color",e.color),i=L("font-family",e.fontFamily),r=L("font-size",e.fontSize),o=L("font-weight",e.fontWeight),a=L("line-spacing",e.letterSpacing),l=L("line-height",e.lineSpacing),s=L("text-align",e.textAlign),c=L("text-decoration",e.textDecoration),p=L("text-overflow",e.textOverflow),d=L("white-space",e.whiteSpace),g=L("word-break",e.wordBreak),x=L("word-wrap",e.wordWrap);return`
40
+ `},Ae=e=>{const n=L("color",e.color),i=L("font-family",e.fontFamily),o=L("font-size",e.fontSize),r=L("font-weight",e.fontWeight),a=L("line-spacing",e.letterSpacing),l=L("line-height",e.lineSpacing),s=L("text-align",e.textAlign),c=L("text-decoration",e.textDecoration),d=L("text-overflow",e.textOverflow),p=L("white-space",e.whiteSpace),g=L("word-break",e.wordBreak),x=L("word-wrap",e.wordWrap);return`
41
41
  ${n}
42
42
  ${i}
43
- ${r}
44
43
  ${o}
44
+ ${r}
45
45
  ${a}
46
46
  ${l}
47
47
  ${s}
48
48
  ${c}
49
- ${p}
50
49
  ${d}
50
+ ${p}
51
51
  ${g}
52
52
  ${x}
53
- `},Ae=e=>{const n=L("cursor",e.cursor),i=L("border-color",e.borderColorHover),r=L("background-color",e.bgColorHover),o=L("box-shadow",e.shadowHover===void 0?void 0:A.shadows[e.shadowHover]),a=L("transition",e.transition);return`
53
+ `},Le=e=>{const n=L("cursor",e.cursor),i=L("border-color",e.borderColorHover),o=L("background-color",e.bgColorHover),r=L("box-shadow",e.shadowHover===void 0?void 0:A.shadows[e.shadowHover]),a=L("transition",e.transition);return`
54
54
  ${n}
55
55
 
56
56
  &:hover {
57
57
  ${a||"transition: all 0.2s;"}
58
58
  ${i}
59
- ${r}
60
59
  ${o}
60
+ ${r}
61
61
  }
62
- `},Le={shouldForwardProp:e=>!gn.includes(e)},Pe=f.styled.div.withConfig(Le)`
63
- ${Ie}
62
+ `},Pe={shouldForwardProp:e=>!xn.includes(e)},Oe=f.styled.div.withConfig(Pe)`
64
63
  ${De}
65
64
  ${Fe}
66
- ${Re}
67
- ${Ne}
68
65
  ${Ee}
66
+ ${Ne}
69
67
  ${Ae}
70
- `,bt=f.styled.button.withConfig(Le)`
71
- ${Ie}
68
+ ${Re}
69
+ ${Le}
70
+ `,mt=f.styled.button.withConfig(Pe)`
72
71
  ${De}
73
72
  ${Fe}
74
- ${Re}
75
- ${Ne}
76
73
  ${Ee}
74
+ ${Ne}
77
75
  ${Ae}
78
- `,$t=f.styled.p.withConfig(Le)`
79
- ${Ie}
76
+ ${Re}
77
+ ${Le}
78
+ `,jt=f.styled.p.withConfig(Pe)`
80
79
  ${De}
81
80
  ${Fe}
82
- ${Re}
83
- ${Ne}
84
81
  ${Ee}
82
+ ${Ne}
85
83
  ${Ae}
86
- `,mt=f.styled.span.withConfig(Le)`
87
- ${Ie}
84
+ ${Re}
85
+ ${Le}
86
+ `,wt=f.styled.span.withConfig(Pe)`
88
87
  ${De}
89
88
  ${Fe}
90
- ${Re}
91
- ${Ne}
92
89
  ${Ee}
90
+ ${Ne}
93
91
  ${Ae}
94
- `,gr=f.styled(Pe)`
95
- ${({theme:e,$center:n=!1,$styleMd:i,$styleSm:r})=>`
92
+ ${Re}
93
+ ${Le}
94
+ `,fo=f.styled(Oe)`
95
+ ${({theme:e,$center:n=!1,$styleMd:i,$styleSm:o})=>`
96
96
  ${n?"margin: auto;":""}
97
97
  scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
98
98
  scroll-padding: ${e.spacing[.5]};
@@ -105,47 +105,47 @@
105
105
  }
106
106
 
107
107
  @media screen and (max-width: ${e.breakpoints.mobile}) {
108
- ${r};
108
+ ${o};
109
109
  }
110
110
  `}
111
- `,$=u.forwardRef(function({as:n="div",center:i,children:r,id:o,onHover:a,onLeave:l,styleMd:s,styleSm:c,...p},d){return t.jsx(gr,{$center:i,$styleMd:s,$styleSm:c,as:n,id:o,onMouseLeave:l,onMouseOver:a,ref:d,...p,children:r})}),un=(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}},ur=f.styled($t)`
112
- ${({theme:e,$bgGradient:n="unset",$color:i=e.palette.gray[800],$display:r="block",$fontFamily:o=e.typography.type.primary,$fontWeight:a="bold",$letterSpacing:l=0,$overflow:s="unset",$size:c,$sizeMd:p,$textFill:d="unset",$whiteSpace:g="pre-line",$wordBreak:x="normal"})=>`
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(fo,{$center:i,$styleMd:s,$styleSm:c,as:n,id:r,onMouseLeave:l,onMouseOver:a,ref:p,...d,children:o})}),hn=(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}},yo=f.styled(jt)`
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};
115
- display: ${r};
116
- font-family: ${o};
115
+ display: ${o};
116
+ font-family: ${r};
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[un(c,!0)]};
120
+ line-height: ${e.spacing[hn(c,!0)]};
121
121
  overflow: ${s};
122
- width: ${r==="block"?"100%":"auto"};
122
+ width: ${o==="block"?"100%":"auto"};
123
123
  white-space: ${g};
124
124
  word-break: ${x};
125
125
  background-clip: text;
126
126
  -webkit-background-clip: text;
127
- -webkit-text-fill-color: ${d};
127
+ -webkit-text-fill-color: ${p};
128
128
 
129
129
  @media screen
130
130
  and (min-width: ${e.breakpoints.mobile})
131
131
  and (max-width: ${e.breakpoints.tablet})
132
132
  {
133
- font-size: ${e.typography.heading[p??c]};
133
+ font-size: ${e.typography.heading[d??c]};
134
134
  }
135
135
  `}
136
- `,xn=f.styled($t)`
137
- ${({theme:e,$bgGradient:n="unset",$color:i=e.palette.gray[600],$display:r="block",$fontFamily:o=e.typography.type.primary,$fontWeight:a="regular",$fontStyle:l="normal",$letterSpacing:s=0,$overflow:c="unset",$size:p,$sizeMd:d,$textFill:g="unset",$whiteSpace:x="pre-line",$wordBreak:h="normal"})=>`
136
+ `,fn=f.styled(jt)`
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};
140
- display: ${r};
141
- font-family: ${o};
142
- font-size: ${e.typography.text[p]};
140
+ display: ${o};
141
+ font-family: ${r};
142
+ font-size: ${e.typography.text[d]};
143
143
  font-style: ${l};
144
144
  font-weight: ${e.typography.weight[a]};
145
145
  letter-spacing: ${s};
146
- line-height: ${e.spacing[un(p)]};
146
+ line-height: ${e.spacing[hn(d)]};
147
147
  overflow: ${c};
148
- width: ${r==="block"?"100%":"auto"};
148
+ width: ${o==="block"?"100%":"auto"};
149
149
  white-space: ${x};
150
150
  word-break: ${h};
151
151
  background-clip: text;
@@ -156,27 +156,27 @@
156
156
  and (min-width: ${e.breakpoints.mobile})
157
157
  and (max-width: ${e.breakpoints.tablet})
158
158
  {
159
- font-size: ${e.typography.text[d??p]};
159
+ font-size: ${e.typography.text[p??d]};
160
160
  }
161
161
  `}
162
- `,xr=f.styled(mt)`
163
- ${({theme:e,$color:n=e.palette.gray[600],$content:i=void 0,$display:r="inline",$fontWeight:o="regular",$size:a,$lineSpacing:l=1.25})=>`
162
+ `,bo=f.styled(wt)`
163
+ ${({theme:e,$color:n=e.palette.gray[600],$content:i=void 0,$display:o="inline",$fontWeight:r="regular",$size:a,$lineSpacing:l=1.25})=>`
164
164
  color: ${n};
165
- display: ${r};
165
+ display: ${o};
166
166
  font-family: ${e.typography.type.primary};
167
167
  font-size: ${e.typography.text[a]};
168
- font-weight: ${e.typography.weight[o]};
168
+ font-weight: ${e.typography.weight[r]};
169
169
  line-height: ${e.spacing[l]};
170
170
  max-width: 100%;
171
- width: ${r==="block"?"100%":"auto"};
171
+ width: ${o==="block"?"100%":"auto"};
172
172
 
173
173
  ${i===void 0?"":`&::after { content: "${i}"; }`}
174
174
  `}
175
- `,U=u.forwardRef(function({bgGradient:n,children:i,className:r,color:o,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:p,lineSpacingSm:d,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:m,whiteSpace:j,wordBreak:w,...C},k){return t.jsx(ur,{$bgGradient:n,$color:o,$display:a,$fontFamily:l,$fontWeight:s,$letterSpacing:c,$lineSpacing:p,$lineSpacingSm:d,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:m,$whiteSpace:j,$wordBreak:w,className:r,ref:k,...C,children:i})}),ge=u.forwardRef(function({children:n,color:i,content:r,display:o,fontFamily:a,fontWeight:l,letterSpacing:s,lineSpacing:c,lineSpacingSm:p,size:d,sizeMd:g,sizeSm:x,...h},b){return t.jsx(xr,{$color:i,$content:r,$display:o,$fontFamily:a,$fontWeight:l,$letterSpacing:s,$lineSpacing:c,$lineSpacingSm:p,$size:d,$sizeMd:g,$sizeSm:x,ref:b,...h,children:n})}),F=u.forwardRef(function({bgGradient:n,children:i,className:r,color:o,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:p,lineSpacingSm:d,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:m,whiteSpace:j,wordBreak:w,fontStyle:C,...k},v){return t.jsx(xn,{$bgGradient:n,$color:o,$display:a,$fontFamily:l,$fontStyle:C,$fontWeight:s,$letterSpacing:c,$lineSpacing:p,$lineSpacingSm:d,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:m,$whiteSpace:j,$wordBreak:w,className:r,ref:v,...k,children:i})}),hn=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(F,{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]})},rt={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},hr=e=>rt[e]?rt[e]:typeof e=="string"&&e.includes("px")?e:rt.md,fr=f.styled(mt)`
176
- ${({$clickable:e,$color:n="inherit",$disabled:i=!1,$hoverColor:r,$rotation:o,$size:a,$secondaryColor:l})=>{const s=r?"":"brightness(50%)",c=r??"";return`
175
+ `,U=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:j,wordBreak:w,...C},k){return t.jsx(yo,{$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:j,$wordBreak:w,className:o,ref:k,...C,children:i})}),ue=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(bo,{$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})}),D=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:j,wordBreak:w,fontStyle:C,...k},v){return t.jsx(fn,{$bgGradient:n,$color:r,$display:a,$fontFamily:l,$fontStyle:C,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:m,$whiteSpace:j,$wordBreak:w,className:o,ref:v,...k,children:i})}),yn=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(D,{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]})},rt={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},$o=e=>rt[e]?rt[e]:typeof e=="string"&&e.includes("px")?e:rt.md,mo=f.styled(wt)`
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"};
179
- font-size: ${hr(a)};
179
+ font-size: ${$o(a)};
180
180
  line-height: 0;
181
181
  vertical-align: middle;
182
182
  pointer-events: inherit;
@@ -184,7 +184,7 @@
184
184
 
185
185
  > svg {
186
186
  --fa-secondary-color: ${l};
187
- transform: ${o===void 0?"":`rotate(${o}deg)`};
187
+ transform: ${r===void 0?"":`rotate(${r}deg)`};
188
188
  }
189
189
 
190
190
  .fill-gradient-01 path {
@@ -208,7 +208,7 @@
208
208
  &:hover:not([disabled]) {
209
209
  transform: scale(1.2);
210
210
  }
211
- `;const R=u.forwardRef(function({clickable:n,disabled:i,hoverColor:r,icon:o,iconClass:a="",iconColor:l,iconMask:s,iconSize:c,iconTransform:p,iconType:d="fa-solid",onClick:g,rotation:x,spanClass:h,secondaryColor:b,...m},j){return t.jsx(fr,{$clickable:n,$color:l,$disabled:i,$hoverColor:r,$rotation:x,$secondaryColor:b,$size:c,className:h,"data-testid":`${o}-icon`,onClick:g,ref:j,...m,children:t.jsx("i",{className:`${d} fa-${o} ${a}`,...s!==void 0?{"data-fa-mask":s}:{},...p!==void 0?{"data-fa-transform":p}:{}})},`${d}-${o}`)}),yr=u.forwardRef(function({aligned:n="end",items:i,bgColor:r},o){const a=f.useTheme(),[l,s]=u.useState(i.map(p=>p.expanded??!1)),c=u.useCallback(p=>d=>{d.preventDefault(),s(g=>g.map((x,h)=>h===p?!x:x))},[]);return t.jsx($,{borderColor:a.palette.gray[200],borderTop:"1px solid",ref:o,children:i.map((p,d)=>{const g=l[d];return t.jsxs($,{bgColor:r??a.palette.white,borderBottom:"1px solid",borderColor:a.palette.gray[200],children:[t.jsx($,{"aria-controls":`panel-${p.title}`,"aria-expanded":g,"aria-label":p.title,as:"button",bgColor:r??a.palette.white,bgColorHover:a.palette.gray[100],cursor:"pointer",display:"flex",onClick:c(d),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(F,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:p.title}),t.jsx(R,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(hn,{item:p})]},p.title)})})}),br=36,$r=2,mr=9,jr={sm:12,md:16,lg:24},wr=({size:e="lg"})=>{const n=jr[e],i=`bookmarkGradient-${Math.random().toString(br).substr($r,mr)}`;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(R,{icon:"crown",iconColor:"#FFFFFF",iconSize:`${n/2-1}px`,iconType:"fa-solid"})})]})},ct=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]}}),vr=f.styled.div`
211
+ `;const R=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},j){return t.jsx(mo,{$clickable:n,$color:l,$disabled:i,$hoverColor:o,$rotation:x,$secondaryColor:b,$size:c,className:h,"data-testid":`${r}-icon`,onClick:g,ref:j,...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}`)}),jo=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(D,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:d.title}),t.jsx(R,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(yn,{item:d})]},d.title)})})}),wo=36,vo=2,ko=9,Co={sm:12,md:16,lg:24},So=({size:e="lg"})=>{const n=Co[e],i=`bookmarkGradient-${Math.random().toString(wo).substr(vo,ko)}`;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(R,{icon:"crown",iconColor:"#FFFFFF",iconSize:`${n/2-1}px`,iconType:"fa-solid"})})]})},pt=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]}}),zo=f.styled.div`
212
212
  ${({theme:e,$includeAuthor:n,$variant:i})=>`
213
213
  display: inline-flex;
214
214
  align-items: center;
@@ -223,7 +223,7 @@
223
223
  content: "";
224
224
  position: absolute;
225
225
  inset: 0;
226
- background: ${ct(e)[i].bgColor};
226
+ background: ${pt(e)[i].bgColor};
227
227
  border: 1px solid transparent;
228
228
  border-radius: inherit;
229
229
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
@@ -232,13 +232,13 @@
232
232
  }
233
233
  `:""}
234
234
  `}
235
- `,kr=f.styled.div`
235
+ `,To=f.styled.div`
236
236
  ${({theme:e,$variant:n})=>`
237
237
  display: flex;
238
238
  align-items: center;
239
- background: ${ct(e)[n].bgColor};
239
+ background: ${pt(e)[n].bgColor};
240
240
  border-radius: ${e.spacing[.5]};
241
- color: ${ct(e)[n].color};
241
+ color: ${pt(e)[n].color};
242
242
  font-family: ${e.typography.type.primary};
243
243
  font-size: ${e.typography.text.sm};
244
244
  font-weight: ${e.typography.weight.bold};
@@ -248,7 +248,7 @@
248
248
  padding: ${e.spacing[.125]} ${e.spacing[.5]};
249
249
  position: relative;
250
250
  `}
251
- `,fn=(e,n)=>{const[r,o]=u.useState(0),[a,l]=u.useState(0);return u.useEffect(()=>{a===100&&(()=>{o(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:r,progress:a,setCycle:o,setProgress:l}},te=(e,n,i=!1,r)=>{u.useEffect(()=>{var a;const o=l=>{e&&!e.contains(l.target)&&!(r!=null&&r.some(s=>s==null?void 0:s.contains(l.target)))&&n()};return i?(document.addEventListener("mousedown",o,!0),()=>{document.removeEventListener("mousedown",o,!0)}):((a=document.getElementById("root"))==null||a.addEventListener("mousedown",o,!0),()=>{var l;(l=document.getElementById("root"))==null||l.removeEventListener("mousedown",o,!0)})},[i,e,r,n])},yn=({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])},fe=e=>{const[n,i]=u.useState(!1),r=u.useCallback(()=>{i(!0)},[]),o=u.useCallback(()=>{i(!1)},[]),a=u.useCallback(()=>{i(l=>!l)},[]);return{close:o,isOpen:n,name:e,open:r,setIsOpen:i,toggle:a}},Cr=e=>e.reduce((n,i)=>({...n,[i.id]:i.visible}),{}),bn=({name:e,items:n,columnOrder:i,setColumnOrder:r,setColumnVisibility:o})=>{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:j})=>!j),b=[...g.filter(({locked:j})=>j),...x],m=b.map(({name:j})=>j);s(j=>[...b,...j.filter(({name:w})=>!m.includes(w))]),r&&r(b.map(({id:j})=>j))},[r]),p=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});o==null||o(Cr(g)),c(g)},[l,i,c,o]),d=u.useMemo(()=>y.some(l,g=>((i==null?void 0:i.includes(g.id))??!1)!==g.visible),[l,i]);return{setColumns:c,resetToDefault:p,columns:l,...fe(e),hasChanged:d}},jt=(e,n)=>u.useMemo(()=>y._.debounce(e,n),[e,n]),Sr=e=>{const[n,i]=u.useState(),r=jt(o=>{i(o)},(e==null?void 0:e.debounceWait)??300);return[n,r]},zr=({alt:e="img",height:n="",width:i="",transformation:r,plugins:o=[y.lazyload(),y.placeholder()],publicId:a})=>{const l=yn({publicId:a});return r&&l.addTransformation(r),t.jsx(y.AdvancedImage,{alt:e,cldImg:l,height:n,plugins:o,width:i})},ne=Ze.default.memo(zr),Gt={external:"External pentester",scanner:"Fluid Attacks Scanner",pentester:"Fluid Attacks Pentester"},$n=({author:e,variant:n})=>{const i=n==="external"?"t_fav_g":"t_fav_w";return t.jsxs(vr,{$includeAuthor:!!e,$variant:n,children:[t.jsxs(kr,{$variant:n,children:[t.jsx(ne,{alt:Gt[n],height:"11px",publicId:"airs/logo/logo_icon",transformation:i,width:"11px"}),Gt[n]]}),e?t.jsx(F,{display:"inline",size:"sm",children:e}):void 0]})},Tr={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]}},wt=({textL:e,textR:n,variant:i})=>{const r=f.useTheme(),{bgColor:o,colorL:a,colorR:l}=Tr[i];return t.jsxs($,{alignItems:"flex-start",display:"inline-flex",children:[e?t.jsx($,{alignItems:"center",bgColor:r.palette.white,border:`1px solid ${o}`,borderRadius:"4px 0px 0px 4px",display:"flex",justify:"center",padding:[0,.25,0,.25],children:t.jsx(F,{color:a,size:"md",children:e})}):void 0,t.jsx($,{alignItems:"center",bgColor:o,border:`1px solid ${o}`,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(F,{color:l,size:"md",children:n})})]})},Ir=(e,n)=>n==="0"?`${e.spacing[1]} ${e.spacing[1]} 0 0`:n==="-1"?`0 0 ${e.spacing[1]} ${e.spacing[1]}`:"unset",mn=f.styled.div`
251
+ `,bn=(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.some(s=>s==null?void 0:s.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])},$n=({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])},ye=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}},Io=e=>e.reduce((n,i)=>({...n,[i.id]:i.visible}),{}),mn=({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:j})=>!j),b=[...g.filter(({locked:j})=>j),...x],m=b.map(({name:j})=>j);s(j=>[...b,...j.filter(({name:w})=>!m.includes(w))]),o&&o(b.map(({id:j})=>j))},[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(Io(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,...ye(e),hasChanged:p}},vt=(e,n)=>u.useMemo(()=>y._.debounce(e,n),[e,n]),Do=e=>{const[n,i]=u.useState(),o=vt(r=>{i(r)},(e==null?void 0:e.debounceWait)??300);return[n,o]},Fo=({alt:e="img",height:n="",width:i="",transformation:o,plugins:r=[y.lazyload(),y.placeholder()],publicId:a})=>{const l=$n({publicId:a});return o&&l.addTransformation(o),t.jsx(y.AdvancedImage,{alt:e,cldImg:l,height:n,plugins:r,width:i})},ne=qe.default.memo(Fo),Xt={external:"External pentester",scanner:"Fluid Attacks Scanner",pentester:"Fluid Attacks Pentester"},jn=({author:e,variant:n})=>{const i=n==="external"?"t_fav_g":"t_fav_w";return t.jsxs(zo,{$includeAuthor:!!e,$variant:n,children:[t.jsxs(To,{$variant:n,children:[t.jsx(ne,{alt:Xt[n],height:"11px",publicId:"airs/logo/logo_icon",transformation:i,width:"11px"}),Xt[n]]}),e?t.jsx(D,{display:"inline",size:"sm",children:e}):void 0]})},Eo={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]}},kt=({textL:e,textR:n,variant:i})=>{const o=f.useTheme(),{bgColor:r,colorL:a,colorR:l}=Eo[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(D,{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(D,{color:l,size:"md",children:n})})]})},Ro=(e,n)=>n==="0"?`${e.spacing[1]} ${e.spacing[1]} 0 0`:n==="-1"?`0 0 ${e.spacing[1]} ${e.spacing[1]}`:"unset",wn=f.styled.div`
252
252
  ${({theme:e,$index:n})=>`
253
253
  align-items: flex-start;
254
254
  display: flex;
@@ -256,7 +256,7 @@
256
256
  background-color: ${e.palette.white};
257
257
  border: 1px solid;
258
258
  border-color: ${e.palette.gray[200]};
259
- border-radius: ${Ir(e,n)};
259
+ border-radius: ${Ro(e,n)};
260
260
  gap: ${e.spacing[.5]};
261
261
  padding: ${e.spacing[1.5]};
262
262
  overflow: hidden;
@@ -270,12 +270,12 @@
270
270
  border-color: transparent;
271
271
  }
272
272
  `}
273
- `,Ce=f.styled.div`
273
+ `,Se=f.styled.div`
274
274
  display: inline-block;
275
275
  content: "";
276
276
  height: 24px;
277
277
  border-left: 2px solid ${({theme:e})=>e.palette.gray[100]};
278
- `,Dr=({affects:e,author:n,creator:i,href:r,ids:o,indx:a,Link:l,packageName:s,publishedDate:c,score:p,severity:d,title:g})=>{const x=f.useTheme(),h=l??"a";return t.jsxs(mn,{$index:a,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",justify:"space-between",children:[t.jsxs(F,{color:x.palette.primary[500],display:"inline",size:"lg",children:[o.flatId,t.jsxs(ge,{color:x.palette.gray[800],display:"inline",size:"lg",children:[" ",`(${o.advId})`]})]}),i?t.jsx($n,{author:n,variant:i}):void 0]}),t.jsx(h,{href:r,children:t.jsx(U,{fontWeight:"bold",size:"sm",children:g})})]}),t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,width:"fit-content",children:[t.jsx(wt,{textL:p,textR:y.capitalize(d==="disable"?"Unknown":d),variant:d}),e?t.jsxs(t.Fragment,{children:[t.jsx(Ce,{}),t.jsxs(F,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Affects: "}),e]})]}):void 0,s?t.jsxs(t.Fragment,{children:[t.jsx(Ce,{}),t.jsxs(F,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Package: "}),s]})]}):void 0,c?t.jsxs(t.Fragment,{children:[t.jsx(Ce,{}),t.jsxs(F,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Published date: "}),c]})]}):void 0]})]})},Fr=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:Er}=ie(e=>({error:`
278
+ `,No=({affects:e,author:n,creator:i,href:o,ids:r,indx:a,Link:l,packageName:s,publishedDate:c,score:d,severity:p,title:g})=>{const x=f.useTheme(),h=l??"a";return t.jsxs(wn,{$index:a,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",justify:"space-between",children:[t.jsxs(D,{color:x.palette.primary[500],display:"inline",size:"lg",children:[r.flatId,t.jsxs(ue,{color:x.palette.gray[800],display:"inline",size:"lg",children:[" ",`(${r.advId})`]})]}),i?t.jsx(jn,{author:n,variant:i}):void 0]}),t.jsx(h,{href:o,children:t.jsx(U,{fontWeight:"bold",size:"sm",children:g})})]}),t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,width:"fit-content",children:[t.jsx(kt,{textL:d,textR:y.capitalize(p==="disable"?"Unknown":p),variant:p}),e?t.jsxs(t.Fragment,{children:[t.jsx(Se,{}),t.jsxs(D,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Affects: "}),e]})]}):void 0,s?t.jsxs(t.Fragment,{children:[t.jsx(Se,{}),t.jsxs(D,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Package: "}),s]})]}):void 0,c?t.jsxs(t.Fragment,{children:[t.jsx(Se,{}),t.jsxs(D,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Published date: "}),c]})]}):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:Lo}=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]};
@@ -327,7 +327,7 @@
327
327
  color: ${e.palette.warning[700]};
328
328
  }
329
329
  }
330
- `})),Rr=f.styled.div`
330
+ `})),Po=f.styled.div`
331
331
  ${({theme:e,$variant:n,$iconPosition:i="center"})=>`
332
332
  background: transparent;
333
333
  align-items: ${i==="top"?"flex-start":"center"};
@@ -347,18 +347,18 @@
347
347
  background-color: transparent;
348
348
  }
349
349
 
350
- ${Er(e,n??"error")}
350
+ ${Lo(e,n??"error")}
351
351
  `}
352
- `,Nr=f.styled.div`
352
+ `,Oo=f.styled.div`
353
353
  padding-right: 4px;
354
354
  width: 100%;
355
355
  font-size: 20px;
356
356
  font-weight: ${({theme:e})=>e.typography.weight.bold};
357
- `,Ar=f.styled.div`
357
+ `,Bo=f.styled.div`
358
358
  padding-right: 4px;
359
359
  width: 100%;
360
360
  font-weight: ${({theme:e,$hasTitle:n})=>n?e.typography.weight.regular:e.typography.weight.bold};
361
- `,{getVariant:Lr}=ie(e=>({ghost:`
361
+ `,{getVariant:Wo}=ie(e=>({ghost:`
362
362
  background: transparent;
363
363
  border: none;
364
364
  color: ${e.palette.gray[800]};
@@ -432,7 +432,7 @@
432
432
  background-color: ${e.palette.primary[500]};
433
433
  color: ${e.palette.white};
434
434
  }
435
- `})),jn=f.styled(bt)`
435
+ `})),vn=f.styled(mt)`
436
436
  ${({theme:e,justify:n,$variant:i})=>`
437
437
  align-items: center;
438
438
  border-radius: var(--btn-spacing);
@@ -454,13 +454,13 @@
454
454
  ${i!=="link"?`--btn-padding-y: ${e.spacing[1]}`:""};
455
455
  }
456
456
 
457
- ${Lr(e,i??"primary")}
457
+ ${Wo(e,i??"primary")}
458
458
  `}
459
- `,Pr=f.styled(jn)`
460
- ${({theme:e,disabled:n,borderRadius:i="4px",px:r=.5,py:o=.5,$variant:a})=>`
459
+ `,Mo=f.styled(vn)`
460
+ ${({theme:e,disabled:n,borderRadius:i="4px",px:o=.5,py:r=.5,$variant:a})=>`
461
461
  --btn-spacing: ${i};
462
- --btn-padding-x: ${e.spacing[r]};
463
- --btn-padding-y: ${e.spacing[o]};
462
+ --btn-padding-x: ${e.spacing[o]};
463
+ --btn-padding-y: ${e.spacing[r]};
464
464
 
465
465
  align-items: center;
466
466
  line-height: 0;
@@ -472,7 +472,7 @@
472
472
  ${n?`color: ${e.palette.gray[300]};`:""}
473
473
  }
474
474
  `}
475
- `,Or=f.styled(Pe)``,Br=f.styled.div`
475
+ `,_o=f.styled(Oe)``,Ho=f.styled.div`
476
476
  ${({theme:e,$maxWidth:n="320px"})=>`
477
477
  background-color: ${e.palette.gray[700]};
478
478
  border-radius: 8px;
@@ -484,7 +484,7 @@
484
484
  word-break: break-word;
485
485
  z-index: 999999;
486
486
  `}
487
- `,Wr=f.styled.div`
487
+ `,Vo=f.styled.div`
488
488
  position: absolute;
489
489
  width: 16px;
490
490
  height: 8px;
@@ -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:r,icon:o,iconColor:a,iconSize:l,id:s,maxWidth:c,nodeTip:p,place:d="bottom",tip:g="",title:x="",hide:h=g===""&&x===""&&p===void 0,width:b})=>{const m=f.useTheme(),[j,w]=u.useState(!1),{refs:C,floatingStyles:k,context:v,placement:z}=y.useFloating({middleware:[y.flip({fallbackAxisSideDirection:"start"}),y.offset({mainAxis:10}),y.shift()],onOpenChange:w,open:j,placement:d,whileElementsMounted:y.autoUpdate}),S=y.useHover(v,{delay:{close:0,open:500},move:!1}),T=y.useFocus(v),N=y.useRole(v,{role:o?"label":"tooltip"}),{getReferenceProps:I,getFloatingProps:D}=y.useInteractions([S,T,N]),E=u.useMemo(()=>z.startsWith("top")?"top":z.startsWith("bottom")?"bottom":z.startsWith("left")?"left":z.startsWith("right")?"right":"bottom",[z]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(Or,{...I(),display:i,height:r,id:s,ref:C.setReference,width:b,children:o?t.jsx(R,{clickable:!0,disabled:n,icon:o,iconColor:a,iconSize:l??"sm",iconType:j?"fa-solid":"fa-light"}):e}),j&&!h&&he.createPortal(t.jsxs(Br,{...D(),$maxWidth:c,id:`floating-${s}`,ref:C.setFloating,style:k,children:[y.lodashExports.isEmpty(x)?void 0:t.jsx(F,{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(F,{color:m.palette.gray[100],size:"sm",textAlign:"start",whiteSpace:"normal",wordWrap:"break-word",children:g}),y.lodashExports.isEmpty(p)?void 0:p,t.jsx(Wr,{$placement:E,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)]})},V=u.forwardRef(function({borderRadius:n,disabled:i,icon:r,iconColor:o,iconSize:a="sm",iconTransform:l,iconType:s,id:c,justify:p="center",onClick:d,px:g,py:x,type:h="button",tooltip:b,tooltipPlace:m,value:j,variant:w="primary",...C},k){const v=t.jsx(Pr,{$variant:w,"aria-disabled":i,"aria-label":c,borderRadius:n,disabled:i,id:c,justify:p,onClick:d,px:g,py:x,ref:k,type:h,value:j,...C,children:t.jsx(R,{clickable:!1,icon:r,iconColor:o,iconSize:a,iconTransform:l,iconType:s})}),S=(h+(w??"")+(c??r)).replace(/ /u,"_");return b===void 0?v:t.jsx(X,{id:`${S}-tooltip`,place:m,tip:b,children:v})}),_r=u.forwardRef(function({autoHide:n=!1,children:i,closable:r=!1,icon:o,iconEnabled:a=!0,iconPosition:l="center",onClose:s=void 0,onTimeOut:c,show:p=!0,time:d=8,title:g,variant:x="error",id:h,...b},m){const[j,w]=u.useState(p),C=u.useCallback(()=>{s==null||s(),w(!1)},[s]);return u.useEffect(()=>{const k=setTimeout(()=>{c==null||c(!0),n&&C()},d*1e3);return()=>{clearTimeout(k)}},[n,C,d,c]),u.useEffect(()=>{w(p)},[p,w]),t.jsx($,{display:j?"block":"none",ref:m,role:"alert",...b,children:t.jsxs(Rr,{$iconPosition:l,$variant:x,id:h,children:[a?t.jsx(R,{clickable:!1,icon:o??Fr(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(Nr,{children:g}):void 0,t.jsx(Ar,{$hasTitle:!!g,children:i})]}),r?t.jsx(V,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:C,px:.125,py:.125,style:{alignSelf:"flex-start"},variant:"ghost"}):void 0]})})}),Yt=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(),[j,w]=u.useState(!1),{refs:C,floatingStyles:k,context:v,placement:z}=y.useFloating({middleware:[y.flip({fallbackAxisSideDirection:"start"}),y.offset({mainAxis:10}),y.shift()],onOpenChange:w,open:j,placement:p,whileElementsMounted:y.autoUpdate}),S=y.useHover(v,{delay:{close:0,open:500},move:!1}),T=y.useFocus(v),N=y.useRole(v,{role:r?"label":"tooltip"}),{getReferenceProps:E,getFloatingProps:I}=y.useInteractions([S,T,N]),F=u.useMemo(()=>z.startsWith("top")?"top":z.startsWith("bottom")?"bottom":z.startsWith("left")?"left":z.startsWith("right")?"right":"bottom",[z]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(_o,{...E(),display:i,height:o,id:s,ref:C.setReference,width:b,children:r?t.jsx(R,{clickable:!0,disabled:n,icon:r,iconColor:a,iconSize:l??"sm",iconType:j?"fa-solid":"fa-light"}):e}),j&&!h&&fe.createPortal(t.jsxs(Ho,{...I(),$maxWidth:c,id:`floating-${s}`,ref:C.setFloating,style:k,children:[y.lodashExports.isEmpty(x)?void 0:t.jsx(D,{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(D,{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(Vo,{$placement:F,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)]})},V=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:j,variant:w="primary",...C},k){const v=t.jsx(Mo,{$variant:w,"aria-disabled":i,"aria-label":c,borderRadius:n,disabled:i,id:c,justify:d,onClick:p,px:g,py:x,ref:k,type:h,value:j,...C,children:t.jsx(R,{clickable:!1,icon:o,iconColor:r,iconSize:a,iconTransform:l,iconType:s})}),S=(h+(w??"")+(c??o)).replace(/ /u,"_");return b===void 0?v:t.jsx(X,{id:`${S}-tooltip`,place:m,tip:b,children:v})}),Uo=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[j,w]=u.useState(d),C=u.useCallback(()=>{s==null||s(),w(!1)},[s]);return u.useEffect(()=>{const k=setTimeout(()=>{c==null||c(!0),n&&C()},p*1e3);return()=>{clearTimeout(k)}},[n,C,p,c]),u.useEffect(()=>{w(d)},[d,w]),t.jsx($,{display:j?"block":"none",ref:m,role:"alert",...b,children:t.jsxs(Po,{$iconPosition:l,$variant:x,id:h,children:[a?t.jsx(R,{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(Oo,{children:g}):void 0,t.jsx(Bo,{$hasTitle:!!g,children:i})]}),o?t.jsx(V,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:C,px:.125,py:.125,style:{alignSelf:"flex-start"},variant:"ghost"}):void 0]})})}),Kt=f.styled.div`
513
513
  ${({theme:e})=>`
514
514
  align-items: center;
515
515
  background-color: ${e.palette.gray[200]};
@@ -525,7 +525,7 @@
525
525
  width: ${e.spacing[1.25]};
526
526
  height: ${e.spacing[1.25]};
527
527
  `}
528
- `,Hr=f.styled.div`
528
+ `,Go=f.styled.div`
529
529
  ul,
530
530
  ol {
531
531
  padding-top: 6px;
@@ -589,28 +589,28 @@
589
589
  #menu-profile-container li div {
590
590
  min-width: unset;
591
591
  }
592
- `,Mr=f.styled(Pe)`
593
- ${({theme:e,$variant:n,$numberIndicator:i})=>{const r=i!=null&&i>0;return`
592
+ `,Yo=f.styled(Oe)`
593
+ ${({theme:e,$variant:n,$numberIndicator:i})=>{const o=i!=null&&i>0;return`
594
594
  align-items: center;
595
595
  background: ${n==="error"?e.palette.primary[400]:e.palette.warning[500]};
596
- border-radius: ${r?"100px":"100%"};
596
+ border-radius: ${o?"100px":"100%"};
597
597
  font-family: ${e.typography.type.primary};
598
598
  justify-content: center;
599
599
  padding: 2px 4px;
600
- position: ${r?"unset":"absolute"};
601
- z-index: ${r?"unset":"11"};
600
+ position: ${o?"unset":"absolute"};
601
+ z-index: ${o?"unset":"11"};
602
602
  max-width: fit-content;
603
- min-width: ${r?e.spacing[1.25]:e.spacing[.5]};
604
- height: ${r?"14px":e.spacing[.5]}};
603
+ min-width: ${o?e.spacing[1.25]:e.spacing[.5]};
604
+ height: ${o?"14px":e.spacing[.5]}};
605
605
  `}}
606
- `,Vr=f.styled.div`
606
+ `,Xo=f.styled.div`
607
607
  align-items: center;
608
608
  color: ${({theme:e})=>e.palette.white};
609
609
  display: flex;
610
610
  font-size: ${({theme:e})=>e.typography.text.sm};
611
611
  font-weight: ${({theme:e})=>e.typography.weight.regular};
612
612
  justify-content: center;
613
- `,Ge=u.forwardRef(function({numberIndicator:n,show:i,variant:r="error",...o},a){return t.jsx(Mr,{$numberIndicator:n,$variant:r,className:i?"flex":"hidden","data-testid":"notification-sign",ref:a,...o,children:n&&t.jsx(Vr,{children:n<=9?n:9})})}),{getVariant:Ur}=ie(e=>({default:`
613
+ `,Ye=u.forwardRef(function({numberIndicator:n,show:i,variant:o="error",...r},a){return t.jsx(Yo,{$numberIndicator:n,$variant:o,className:i?"flex":"hidden","data-testid":"notification-sign",ref:a,...r,children:n&&t.jsx(Xo,{children:n<=9?n:9})})}),{getVariant:Ko}=ie(e=>({default:`
614
614
  background-color: ${e.palette.gray[200]};
615
615
  color: ${e.palette.gray[800]};
616
616
  `,error:`
@@ -685,7 +685,7 @@
685
685
  background-color: ${e.palette.warning[400]};
686
686
  color: ${e.palette.warning[700]};
687
687
  }
688
- `})),Gr=f.styled.span`
688
+ `})),Zo=f.styled.span`
689
689
  ${({theme:e,$fontSize:n=e.typography.text.sm,$variant:i})=>`
690
690
  align-items: center;
691
691
  border-radius: ${e.spacing[i==="technique"?1:.25]};
@@ -706,9 +706,9 @@
706
706
  display: flex;
707
707
  }
708
708
 
709
- ${Ur(e,i)}
709
+ ${Ko(e,i)}
710
710
  `}
711
- `,{getVariant:Yr}=ie(e=>({highRelevance:`
711
+ `,{getVariant:qo}=ie(e=>({highRelevance:`
712
712
  color: ${e.palette.primary[500]};
713
713
 
714
714
  &:hover:not([disabled]) {
@@ -720,8 +720,8 @@
720
720
  &:hover:not([disabled]) {
721
721
  color: ${e.palette.gray[500]};
722
722
  }
723
- `})),vt=f.css`
724
- ${({theme:e,$color:n,$variant:i,$wrap:r})=>`
723
+ `})),Ct=f.css`
724
+ ${({theme:e,$color:n,$variant:i,$wrap:o})=>`
725
725
  align-items: center;
726
726
  cursor: pointer;
727
727
  font-family: ${e.typography.type.primary};
@@ -730,7 +730,7 @@
730
730
  gap: ${e.spacing[.25]};
731
731
  line-height: ${e.spacing[1.25]};
732
732
  text-decoration: underline;
733
- ${r?`
733
+ ${o?`
734
734
  word-break: normal;
735
735
  word-wrap: normal;
736
736
  `:`
@@ -747,13 +747,13 @@
747
747
  text-decoration: none;
748
748
  }
749
749
 
750
- ${n?`color: ${n}`:Yr(e,i)}
750
+ ${n?`color: ${n}`:qo(e,i)}
751
751
  `}
752
- `,Xr=f.styled.a`
753
- ${vt}
754
- `,Kr=f.styled(lt.Link)`
755
- ${vt}
756
- `,re=({children:e,color:n,download:i,href:r,iconPosition:o="right",onClick:a,target:l,variant:s="lowRelevance",wrap:c=!1})=>{const p=r.startsWith("https://"),d=t.jsx(R,{icon:i===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"sm",iconType:"fa-light",ml:.25,mr:.25});return p?t.jsxs(Xr,{$color:n,$variant:s,$wrap:c,download:i,href:r,onClick:a,rel:"nofollow noopener noreferrer",target:l??"_blank",children:[o==="left"?d:void 0,e,o==="right"?d:void 0]}):t.jsxs(Kr,{$variant:s,$wrap:c,download:i,onClick:a,rel:"nofollow noopener noreferrer",target:l,to:r,children:[l!==void 0&&o==="left"?d:void 0,e,l!==void 0&&o==="right"?d:void 0]})},q=({disabled:e,icon:n,iconColor:i="inherit",iconType:r="fa-light",id:o="close-tag",filterValues:a="",fontSize:l,href:s,linkLabel:c,onClose:p,priority:d="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(ge,{className:"gap-0.5",display:s===void 0?"initial":"flex",size:"md",children:[t.jsxs(Gr,{$fontSize:l,$variant:h,className:d,children:[n&&t.jsx(R,{icon:n,iconColor:i,iconSize:"sm",iconType:r}),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})]}),p?t.jsx(V,{disabled:e,icon:"xmark",iconSize:"sm",iconType:"fa-light",id:o,onClick:p,px:.125,py:.125,variant:"ghost"}):void 0]}),s===void 0?void 0:t.jsx(re,{href:s,children:c})]})},wn=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");y.lodashExports.isObject(i)&&(i.opener=null)},H=u.forwardRef(function({children:n,disabled:i=!1,external:r=!1,href:o,id:a,icon:l,iconColor:s,iconSize:c="lg",iconType:p,name:d,dotNotification:g,notification:x,onClick:h,rightIcon:b,tag:m,type:j="button",tooltip:w,tooltipPlace:C="bottom",underline:k=!1,value:v,variant:z="primary",width:S,...T},N){const I=w!==void 0,D=`${a}-tooltip`,E=u.useCallback(()=>{o&&wn(o,r)},[r,o]),P=t.jsxs(jn,{$variant:z,"aria-disabled":i,className:k?"underline":void 0,disabled:i,id:a,name:d,onClick:z==="link"?E:h,ref:N,type:j,value:v,width:S,...I?{"data-tooltip-id":D}:{},...T,children:[g&&z==="ghost"&&!i?t.jsx(Ge,{left:l!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,l!==void 0&&t.jsx(R,{icon:l,iconColor:s??void 0,iconSize:c,iconType:p??"fa-light"}),n,b||z==="link"?t.jsx(R,{icon:b??"arrow-right",iconSize:c,iconType:"fa-light"}):void 0,m===void 0||i?null:t.jsx(q,{tagLabel:m,variant:"default"}),x!==void 0&&z==="ghost"&&!i?t.jsx(Ge,{numberIndicator:x,show:!0,variant:"error"}):void 0]});return I?t.jsx(X,{disabled:!I,id:D,place:C,tip:w,width:S,children:P}):P}),Zr=u.forwardRef(function({children:n,onClick:i,userName:r,showIcon:o=!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(H,{onClick:i,px:.5,py:.5,variant:"ghost",children:[t.jsx(Yt,{children:r[0].toUpperCase()}),a?t.jsx(F,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:r.split(" ")[0]}):void 0,o?t.jsx(R,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}):t.jsxs($,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(Yt,{children:r[0].toUpperCase()}),a?t.jsxs(F,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",r.split(" ")[0],"!"]}):void 0,o?t.jsx(R,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(Hr,{children:n})]})})}),qe=({authorEmail:e,date:n,description:i,descriptionColor:r,id:o,title:a,titleColor:l,textAlign:s,textSpacing:c=0,tooltip:p})=>{const d=f.useTheme();return t.jsxs($,{width:"100%",children:[typeof a=="string"||p?t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,width:"100%",children:[typeof a=="string"?t.jsx(F,{color:l??d.palette.gray[800],fontWeight:"bold",mb:c,size:"md",textAlign:s,wordBreak:"break-word",children:a}):a,p&&t.jsx(X,{icon:"circle-info",id:o,place:"top",tip:p})]}):void 0,t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[i&&t.jsx(F,{color:r??d.palette.gray[800],fontWeight:i===void 0?"bold":"regular",size:"md",textAlign:s,wordBreak:"break-word",children:i}),n&&t.jsx(F,{color:d.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(F,{color:d.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Author: ${e}`})]})]})},Xt=f.styled($).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
752
+ `,Jo=f.styled.a`
753
+ ${Ct}
754
+ `,Qo=f.styled(dt.Link)`
755
+ ${Ct}
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(R,{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(Jo,{$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(Qo,{$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]})},K=({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(ue,{className:"gap-0.5",display:s===void 0?"initial":"flex",size:"md",children:[t.jsxs(Zo,{$fontSize:l,$variant:h,className:p,children:[n&&t.jsx(R,{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(V,{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})]})},kn=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");y.lodashExports.isObject(i)&&(i.opener=null)},_=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:j="button",tooltip:w,tooltipPlace:C="bottom",underline:k=!1,value:v,variant:z="primary",width:S,...T},N){const E=w!==void 0,I=`${a}-tooltip`,F=u.useCallback(()=>{r&&kn(r,o)},[o,r]),P=t.jsxs(vn,{$variant:z,"aria-disabled":i,className:k?"underline":void 0,disabled:i,id:a,name:p,onClick:z==="link"?F:h,ref:N,type:j,value:v,width:S,...E?{"data-tooltip-id":I}:{},...T,children:[g&&z==="ghost"&&!i?t.jsx(Ye,{left:l!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,l!==void 0&&t.jsx(R,{icon:l,iconColor:s??void 0,iconSize:c,iconType:d??"fa-light"}),n,b||z==="link"?t.jsx(R,{icon:b??"arrow-right",iconSize:c,iconType:"fa-light"}):void 0,m===void 0||i?null:t.jsx(K,{tagLabel:m,variant:"default"}),x!==void 0&&z==="ghost"&&!i?t.jsx(Ye,{numberIndicator:x,show:!0,variant:"error"}):void 0]});return E?t.jsx(X,{disabled:!E,id:I,place:C,tip:w,width:S,children:P}):P}),er=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(_,{onClick:i,px:.5,py:.5,variant:"ghost",children:[t.jsx(Kt,{children:o[0].toUpperCase()}),a?t.jsx(D,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:o.split(" ")[0]}):void 0,r?t.jsx(R,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}):t.jsxs($,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(Kt,{children:o[0].toUpperCase()}),a?t.jsxs(D,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",o.split(" ")[0],"!"]}):void 0,r?t.jsx(R,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(Go,{children:n})]})})}),Je=({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(D,{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(D,{color:o??p.palette.gray[800],fontWeight:i===void 0?"bold":"regular",size:"md",textAlign:s,wordBreak:"break-word",children:i}),n&&t.jsx(D,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(D,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Author: ${e}`})]})]})},Zt=f.styled($).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
757
757
  & img {
758
758
  display: block;
759
759
  }
@@ -768,8 +768,8 @@
768
768
  pointer-events: none;
769
769
  ${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
770
770
  }
771
- `,qr=e=>{if(y._.isNil(e))return"";const n=e.split(".");return(n.length>1?y._.last(n):"").toLowerCase()},Jr=(e,n)=>y._.isUndefined(n)?!1:y._.includes(e,qr(n)),vn=({alt:e,fileType:n,width:i="100%",opacity:r=0,src:o,height:a="auto"})=>n==="video"||Jr(["webm"],o)?t.jsx(Xt,{$opacity:r,children:t.jsx(re,{href:o,iconPosition:"hidden",children:t.jsxs("video",{controls:!0,muted:!0,style:{height:a,width:i},children:[t.jsx("source",{src:o,type:"video/webm"}),o]})})}):t.jsx(Xt,{$opacity:r,children:t.jsx("img",{alt:e,src:o,style:{height:a,width:i}})}),Qr=({alt:e,authorEmail:n,date:i,description:r,src:o,children:a,isEditing:l,onClick:s,title:c,hideDescription:p=!1,headerType:d="image",showMaximize:g=!0})=>{const x=f.useTheme(),[h,b]=u.useState(!1),m=u.useCallback(()=>{b(!0)},[]),j=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:j,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(Ze.default.Fragment,{children:[t.jsx(vn,{alt:e,fileType:d,height:"147px",opacity:h?.3:0,src:o,width:"100%"}),g?t.jsx($,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(V,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),p?null:t.jsx(qe,{authorEmail:n,date:i,description:r,descriptionColor:x.palette.gray[600],id:`${e}-card-header`,title:c})]})},eo=f.styled.div`
772
- ${({theme:e,$align:n="center",$minWidth:i="auto",$minHeight:r="auto"})=>`
771
+ `,tr=e=>{if(y._.isNil(e))return"";const n=e.split(".");return(n.length>1?y._.last(n):"").toLowerCase()},nr=(e,n)=>y._.isUndefined(n)?!1:y._.includes(e,tr(n)),Cn=({alt:e,fileType:n,width:i="100%",opacity:o=0,src:r,height:a="auto"})=>n==="video"||nr(["webm"],r)?t.jsx(Zt,{$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(Zt,{$opacity:o,children:t.jsx("img",{alt:e,src:r,style:{height:a,width:i}})}),ir=({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)},[]),j=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:j,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(qe.default.Fragment,{children:[t.jsx(Cn,{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(V,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),d?null:t.jsx(Je,{authorEmail:n,date:i,description:o,descriptionColor:x.palette.gray[600],id:`${e}-card-header`,title:c})]})},or=f.styled.div`
772
+ ${({theme:e,$align:n="center",$minWidth:i="auto",$minHeight:o="auto"})=>`
773
773
  display: flex;
774
774
  background-color: ${e.palette.white};
775
775
  border-radius: ${e.spacing[.25]};
@@ -778,7 +778,7 @@
778
778
  justify-content: center;
779
779
  gap: ${e.spacing[.5]};
780
780
  min-width: ${i};
781
- min-height: ${r};
781
+ min-height: ${o};
782
782
  padding: ${e.spacing[1]};
783
783
 
784
784
  input {
@@ -787,7 +787,7 @@
787
787
  text-align: ${n};
788
788
  }
789
789
  `}
790
- `,kt=({htmlFor:e,label:n,link:i,required:r,tooltip:o,weight:a="normal"})=>{const l=f.useTheme(),s=`${e}-tooltip`,c=o!==void 0&&!y.lodashExports.isEmpty(o);return t.jsxs("label",{className:"flex gap-1 w-full",htmlFor:e,style:{fontFamily:l.typography.type.primary,fontWeight:l.typography.weight[a]},children:[n,r&&t.jsx(R,{icon:"asterisk",iconColor:l.palette.error[500],iconSize:"xs",spanClass:"required-icon"}),c?t.jsx(X,{display:"inline-flex",icon:"circle-info",id:s,place:"top",tip:o}):null,i?t.jsx(re,{href:i,target:"_blank"}):null]})},to=f.styled.div`
790
+ `,St=({htmlFor:e,label:n,link:i,required:o,tooltip:r,weight:a="normal"})=>{const l=f.useTheme(),s=`${e}-tooltip`,c=r!==void 0&&!y.lodashExports.isEmpty(r);return t.jsxs("label",{className:"flex gap-1 w-full",htmlFor:e,style:{fontFamily:l.typography.type.primary,fontWeight:l.typography.weight[a]},children:[n,o&&t.jsx(R,{icon:"asterisk",iconColor:l.palette.error[500],iconSize:"xs",spanClass:"required-icon"}),c?t.jsx(X,{display:"inline-flex",icon:"circle-info",id:s,place:"top",tip:r}):null,i?t.jsx(oe,{href:i,target:"_blank"}):null]})},rr=f.styled.div`
791
791
  ${({theme:e})=>`
792
792
  align-items: flex-start;
793
793
  display: inline-flex;
@@ -969,7 +969,7 @@
969
969
  border: 1px solid ${e.palette.gray[600]};
970
970
  }
971
971
  `}
972
- `,no=f.styled.div`
972
+ `,ar=f.styled.div`
973
973
  height: 1px;
974
974
  background-color: ${({theme:e})=>e.palette.gray[300]};
975
975
  flex-shrink: 0;
@@ -983,7 +983,7 @@
983
983
  ${ee}:focus-within:not(.disabled, .error) & {
984
984
  border: 1px solid ${({theme:e})=>e.palette.black};
985
985
  }
986
- `,io=f.styled.div`
986
+ `,sr=f.styled.div`
987
987
  ${({theme:e,$show:n})=>`
988
988
  align-items: center;
989
989
  align-self: stretch;
@@ -996,7 +996,7 @@
996
996
  line-height: 18px;
997
997
  text-align: left;
998
998
  `}
999
- `,K=({children:e,disabled:n,id:i,error:r,helpLink:o,helpLinkText:a="Link here",helpText:l,htmlFor:s,label:c,linkPosition:p="down",maxLength:d,required:g,tooltip:x,value:h,weight:b})=>{const m=f.useTheme(),j=h?h.length:0;return t.jsxs(to,{id:i,children:[c===void 0?void 0:t.jsx(kt,{htmlFor:s,label:c,link:p==="up"?o:void 0,required:g,tooltip:x,weight:b}),e,r||d?t.jsxs($,{display:"flex",justify:r===void 0?"end":"space-between",width:"100%",children:[r&&t.jsx(F,{className:"error-msg",color:m.palette.error[500],display:"block",size:"md",children:r}),d&&t.jsx(q,{priority:"low",tagLabel:`${j}/${d}`,variant:n?"inactive":"error"})]}):void 0,l||o?t.jsxs($,{alignItems:"center",display:"flex",gap:.25,width:"100%",children:[l&&t.jsxs(t.Fragment,{children:[t.jsx(R,{icon:"circle-info",iconColor:m.palette.gray[400],iconSize:"sm",iconType:"fa-light"}),t.jsx(F,{color:m.palette.gray[400],display:"inline-block",size:"md",children:l})]}),o&&p==="down"?t.jsx(re,{href:o,children:a}):void 0]}):void 0]})},ue=({className:e,children:n,isFilter:i=!1,popoverRef:r,state:o,triggerRef:a,...l})=>{var x;const s=f.useTheme(),c=u.useRef(null),p=(x=a==null?void 0:a.current)==null?void 0:x.getBoundingClientRect(),{popoverProps:d}=y.$f2f8a6077418541e$export$542a6fd13ac93354({...l,popoverRef:r??c,triggerRef:a,isNonModal:r?!0:void 0,shouldFlip:e==="dropdown"},o),g=u.useCallback(h=>{h.preventDefault()},[]);return t.jsx(y.$337b884510726a0d$export$c6fdb837b070b4ff,{children:t.jsx("div",{...d,className:e,id:"popover",onPointerDown:i?g:void 0,ref:r??c,style:{...d.style,maxHeight:300,overflowY:"auto",scrollbarColor:`${s.palette.gray[600]} ${s.palette.gray[100]}`,scrollPadding:s.spacing[.5],...e==="dropdown"?{display:"flex",justifyContent:"center",width:p==null?void 0:p.width}:{}},children:n})})},Kt=f.styled.ul`
999
+ `,Z=({children:e,disabled:n,id:i,error:o,helpLink:r,helpLinkText:a="Link here",helpText:l,htmlFor:s,label:c,linkPosition:d="down",maxLength:p,required:g,tooltip:x,value:h,weight:b})=>{const m=f.useTheme(),j=h?h.length:0;return t.jsxs(rr,{id:i,children:[c===void 0?void 0:t.jsx(St,{htmlFor:s,label:c,link:d==="up"?r:void 0,required:g,tooltip:x,weight:b}),e,o||p?t.jsxs($,{display:"flex",justify:o===void 0?"end":"space-between",width:"100%",children:[o&&t.jsx(D,{className:"error-msg",color:m.palette.error[500],display:"block",size:"md",children:o}),p&&t.jsx(K,{priority:"low",tagLabel:`${j}/${p}`,variant:n?"inactive":"error"})]}):void 0,l||r?t.jsxs($,{alignItems:"center",display:"flex",gap:.25,width:"100%",children:[l&&t.jsxs(t.Fragment,{children:[t.jsx(R,{icon:"circle-info",iconColor:m.palette.gray[400],iconSize:"sm",iconType:"fa-light"}),t.jsx(D,{color:m.palette.gray[400],display:"inline-block",size:"md",children:l})]}),r&&d==="down"?t.jsx(oe,{href:r,children:a}):void 0]}):void 0]})},xe=({className:e,children:n,isFilter:i=!1,popoverRef:o,state:r,triggerRef:a,...l})=>{var x;const s=f.useTheme(),c=u.useRef(null),d=(x=a==null?void 0:a.current)==null?void 0:x.getBoundingClientRect(),{popoverProps:p}=y.$f2f8a6077418541e$export$542a6fd13ac93354({...l,popoverRef:o??c,triggerRef:a,isNonModal:o?!0:void 0,shouldFlip:e==="dropdown"},r),g=u.useCallback(h=>{h.preventDefault()},[]);return t.jsx(y.$337b884510726a0d$export$c6fdb837b070b4ff,{children:t.jsx("div",{...p,className:e,id:"popover",onPointerDown:i?g:void 0,ref:o??c,style:{...p.style,maxHeight:300,overflowY:"auto",scrollbarColor:`${s.palette.gray[600]} ${s.palette.gray[100]}`,scrollPadding:s.spacing[.5],...e==="dropdown"?{display:"flex",justifyContent:"center",width:d==null?void 0:d.width}:{}},children:n})})},qt=f.styled.ul`
1000
1000
  ${({theme:e,$multiSelection:n,$width:i})=>`
1001
1001
  align-self: center;
1002
1002
  background: ${e.palette.white};
@@ -1016,7 +1016,7 @@
1016
1016
  border-bottom: ${n?`1px solid ${e.palette.gray[200]}`:"unset"};
1017
1017
  }
1018
1018
  `}
1019
- `,ro=f.styled.li`
1019
+ `,lr=f.styled.li`
1020
1020
  ${({theme:e,$multiSelection:n})=>`
1021
1021
  align-items: center;
1022
1022
  color: ${e.palette.gray[800]};
@@ -1059,7 +1059,7 @@
1059
1059
  }
1060
1060
  }
1061
1061
  `}
1062
- `,oo=f.styled.li`
1062
+ `,cr=f.styled.li`
1063
1063
  ${({theme:e})=>`
1064
1064
  align-items: center;
1065
1065
  color: ${e.palette.gray[400]};
@@ -1070,7 +1070,7 @@
1070
1070
  padding: ${e.spacing[.25]} ${e.spacing[1]};
1071
1071
  size: 28;
1072
1072
  `}
1073
- `,ao=f.styled.label`
1073
+ `,dr=f.styled.label`
1074
1074
  ${({theme:e})=>`
1075
1075
  align-items: center;
1076
1076
  color: ${e.palette.gray[600]};
@@ -1142,7 +1142,7 @@
1142
1142
  fill: ${e.palette.white};
1143
1143
  }
1144
1144
  `}
1145
- `,le=u.forwardRef(function({checked:n,disabled:i=!1,label:r,name:o,onChange:a,onClick:l,onFocus:s,onKeyDown:c,tooltip:p,value:d,...g},x){return t.jsxs("div",{className:"gap-1 inline-flex items-start parent-checkbox",children:[t.jsxs(ao,{"aria-disabled":i,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-hidden":!1,"aria-label":o,checked:n,"data-testid":typeof r=="string"?r??d:d,disabled:i,id:o,name:o,onChange:a,onClick:l,onFocus:s,onKeyDown:c,ref:x,type:"checkbox",value:d,...g}),t.jsx(R,{disabled:i,icon:"check",iconSize:"xl"}),r??d]}),p===void 0?void 0:t.jsx(X,{icon:"circle-info",id:p,place:"right",tip:p})]})}),kn=({item:e,multiSelection:n,name:i,register:r,setInputValue:o,setValue:a,state:l,watch:s})=>{var T,N,I;const c=f.useTheme(),p=u.useRef(null),d=e.props.hrefLang,g=l.disabledKeys,x=Array.from(l.collection.getKeys()).filter(D=>!Array.from(g).includes(D)&&D!=="All"),{optionProps:h,isSelected:b,isFocused:m,isDisabled:j}=y.$293f70390ea03370$export$497855f14858aa34({key:e.key},l,p),w=[b?"selected":"",m?"focused":"",j?"disabled":""].join(" "),C=u.useCallback(D=>{o(""),a==null||a(`${i}Options`,""),D.currentTarget.checked&&(o(D.currentTarget.value),a==null||a(`${i}Options`,x))},[x,i,o,a]),k=u.useCallback(()=>{const D=s==null?void 0:s(`${i}Options`),E=typeof D=="string"?[D]:D;y.isEqual(x,E)&&!Array.from(g).includes("All")?(a==null||a("checkAll","All vulnerability types"),o("All vulnerability types")):(a==null||a("checkAll",""),o((E==null?void 0:E.length)<=2?E.join(", "):`${E.slice(0,2).join(", ")+`, +${E.length-2} more`}`))},[g,x,i,o,a,s]),v=e.key==="All"?t.jsx(le,{...r==null?void 0:r("checkAll",{onChange:C}),label:(T=e.rendered)==null?void 0:T.toString(),name:"checkAll",value:(N=e.rendered)==null?void 0:N.toString()}):t.jsx(le,{...r==null?void 0:r(`${i}Options`,{onChange:k}),label:(I=e.rendered)==null?void 0:I.toString(),name:`${i}Options`,value:e.key.toString()}),z=n&&!j?v:t.jsx(F,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),S=u.useCallback(D=>{var E;D.preventDefault(),o(((E=e.rendered)==null?void 0:E.toString())??""),l.setSelectedKey(e.key),setTimeout(()=>{l.setOpen(!1)},50),wn(d)},[d,e.key,e.rendered,l,o]);return te(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,[document.getElementById("combobox")]),t.jsxs(ro,{...!n&&!d?h:{},$multiSelection:n,className:w,ref:p,children:[d?t.jsx(re,{href:d,onClick:S,children:z}):z,b&&!j&&!n?t.jsx(R,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(q,{tagLabel:e.textValue,variant:"inactive"})]})},dt=({field:e,disabled:n=!1,disabledKeys:i,error:r,helpLink:o,helpLinkText:a,helpText:l,label:s,loadingItems:c,name:p,multiSelection:d=!1,items:g,onBlur:x,onChange:h,onClear:b,placeholder:m,clearable:j=!1,emptyMessage:w,register:C,required:k,setValue:v,tooltip:z,value:S,watch:T,weight:N})=>{var Mt,Vt;const I=f.useTheme(),D=n?void 0:r,E=(e==null?void 0:e.value)??S,[P,B]=u.useState(((Mt=g.find(O=>O.value===E))==null?void 0:Mt.name)??""),[_,W]=u.useState(E),[M,ae]=u.useState(g),[We,ye]=u.useState(!1),{contains:_e}=y.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),nt=u.useRef(null),it=u.useRef(null),be=u.useRef(null),$e=u.useRef(null),He=u.useRef(null),Bi=u.useMemo(()=>g.toSorted((O,Y)=>{const Z=Array.from(i??[]),me=Z.includes(O.value),Ut=Z.includes(Y.value);return me&&!Ut?1:!me&&Ut?-1:0}).map(O=>_e(O.name,P)||We?t.jsx(y.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":O.value,hrefLang:O.href,textValue:O.tag,children:O.name},O.value):null),[_e,i,P,g,We]),Wi=u.useCallback(O=>{const Y=O.split(/,|\s/u).slice(-1)[0].trim();B(d?Y:O),O===""||O.endsWith(",")?ye(!0):(ye(!1),W(Z=>{const me=O===""?"":Z;return e&&e.onChange(me),h&&h(O),me}),ae(g.filter(Z=>_e(Z.name,d?Y:O))))},[_e,g,e,d,h]),_i=u.useCallback(O=>{var Y;B(((Y=g.find(Z=>Z.value===O))==null?void 0:Y.name)??""),W(O?String(O):""),e&&e.onChange(O),h&&h(O?String(O):""),ae(g)},[g,e,h]),Ot=u.useCallback(O=>{O.key==="Enter"&&O.preventDefault(),ye(!1)},[]),Hi=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),Mi=u.useCallback(()=>{ye(!0)},[]),G=y.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:d,allowsEmptyCollection:!0,disabledKeys:i,inputValue:P,items:M,menuTrigger:"focus",shouldCloseOnBlur:!d,selectedKey:_,onBlur:Hi,onInputChange:Wi,onKeyDown:Ot,onKeyUp:Mi,onOpenChange(O,Y){ye(O&&(Y==="manual"||Y==="focus")),O&&setTimeout(()=>{var Z;return(Z=nt.current)==null?void 0:Z.focus()},50)},onSelectionChange:d?void 0:_i,children:Bi}),Vi=u.useCallback(()=>{B(""),W(null),ae(g),G.setSelectedKey(null),G.setInputValue(""),h&&h(""),b==null||b()},[g,b,G,h]),{buttonProps:Ui,inputProps:Gi,listBoxProps:Yi}=y.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:P,buttonRef:it,id:p,inputRef:nt,label:s??p,listBoxRef:be,name:p,placeholder:m,popoverRef:He},G),{listBoxProps:Bt}=y.$c132121280ec012d$export$50eacbbf140a3141(Yi,G,be),{buttonProps:Xi}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(Ui,it),{width:Wt}=((Vt=$e.current)==null?void 0:Vt.getBoundingClientRect())??{width:240};te($e.current,()=>{G.isOpen&&!d&&G.close()},!0,[He.current]),u.useEffect(()=>{var O;if((c===!1||!E)&&!d){const Y=((O=g.find(Z=>Z.value===E))==null?void 0:O.name)??"";B(Y),W(Y)}},[E,g,c,d]);const _t=Array.from(G.collection),Ht=y.useVirtualizer({count:_t.length,estimateSize:()=>28,getScrollElement:()=>be.current});return t.jsxs(K,{error:D,helpLink:o,helpLinkText:a,helpText:l,htmlFor:p,id:"combobox",label:s,required:k,tooltip:z,weight:N,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${D?"error":""}`,ref:$e,children:[t.jsx("input",{...Gi,"aria-invalid":D?"true":"false","aria-label":p,disabled:n,onKeyDown:Ot,ref:nt}),D?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:I.palette.error[500],iconSize:"lg"}):void 0,j&&_&&!n?t.jsx(V,{icon:"xmark",iconColor:I.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:Vi,px:.125,py:.125,type:"reset",variant:"ghost"}):void 0,t.jsx(V,{...Xi,className:"action",disabled:n,icon:G.isOpen&&!n?"chevron-up":"chevron-down",iconColor:I.palette.gray[400],iconSize:"sm",iconType:"fa-light",px:.125,py:.125,ref:it,type:"button",variant:"ghost"})]}),G.isOpen&&G.collection.size>0&&!n?t.jsx(ue,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:He,state:G,triggerRef:$e,children:t.jsx(Kt,{...Bt,$multiSelection:d&&!Array.from(i??[]).includes("All"),$width:Wt,ref:be,children:t.jsx("div",{style:{height:`${Ht.getTotalSize()}px`,position:"relative"},children:Ht.getVirtualItems().map(O=>{const Y=_t[O.index];return t.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:`${O.size}px`,transform:`translateY(${O.start}px)`},children:t.jsx(kn,{item:Y,multiSelection:d,name:p,register:C,setInputValue:B,setValue:v,state:G,watch:T})},O.index)})})})}):g.length>0||!G.isOpen||n||!w?null:t.jsx(ue,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:He,state:G,triggerRef:$e,children:t.jsx(Kt,{...Bt,$multiSelection:!1,$width:Wt,ref:be,children:t.jsx(oo,{children:t.jsx(F,{color:I.palette.gray[400],size:"md",textOverflow:"auto",whiteSpace:"wrap",children:w})})})})]})},Ct=({control:e,disabled:n=!1,disabledKeys:i,error:r,helpLink:o,helpLinkText:a,helpText:l,label:s,loadingItems:c,name:p,multiSelection:d,items:g,onBlur:x,onChange:h,onClear:b,placeholder:m,clearable:j=!1,emptyMessage:w,register:C,required:k,setValue:v,tooltip:z,value:S,watch:T,weight:N})=>e?t.jsx(y.Controller,{control:e,name:p,render:({field:I,fieldState:D})=>{var E;return t.jsx(dt,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:(E=D.error)==null?void 0:E.message,field:I,helpLink:o,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:d,name:p,onBlur:x,onChange:h,onClear:b,placeholder:m,register:C,required:k,setValue:v,tooltip:z,value:S,watch:T,weight:N})},rules:{required:k}}):t.jsx(dt,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:r,helpLink:o,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:d,name:p,onBlur:x,onChange:h,onClear:b,placeholder:m,required:k,tooltip:z,value:S,weight:N}),so=f.styled.div`
1145
+ `,le=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(dr,{"aria-disabled":i,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-hidden":!1,"aria-label":r,checked:n,"data-testid":typeof o=="string"?o??p:p,disabled:i,id:r,name:r,onChange:a,onClick:l,onFocus:s,onKeyDown:c,ref:x,type:"checkbox",value:p,...g}),t.jsx(R,{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})]})}),Sn=({item:e,multiSelection:n,name:i,register:o,setInputValue:r,setValue:a,state:l,watch:s})=>{var T,N,E;const c=f.useTheme(),d=u.useRef(null),p=e.props.hrefLang,g=l.disabledKeys,x=Array.from(l.collection.getKeys()).filter(I=>!Array.from(g).includes(I)&&I!=="All"),{optionProps:h,isSelected:b,isFocused:m,isDisabled:j}=y.$293f70390ea03370$export$497855f14858aa34({key:e.key},l,d),w=[b?"selected":"",m?"focused":"",j?"disabled":""].join(" "),C=u.useCallback(I=>{r(""),a==null||a(`${i}Options`,""),I.currentTarget.checked&&(r(I.currentTarget.value),a==null||a(`${i}Options`,x))},[x,i,r,a]),k=u.useCallback(()=>{const I=s==null?void 0:s(`${i}Options`),F=typeof I=="string"?[I]:I;y.isEqual(x,F)&&!Array.from(g).includes("All")?(a==null||a("checkAll","All vulnerability types"),r("All vulnerability types")):(a==null||a("checkAll",""),r((F==null?void 0:F.length)<=2?F.join(", "):`${F.slice(0,2).join(", ")+`, +${F.length-2} more`}`))},[g,x,i,r,a,s]),v=e.key==="All"?t.jsx(le,{...o==null?void 0:o("checkAll",{onChange:C}),label:(T=e.rendered)==null?void 0:T.toString(),name:"checkAll",value:(N=e.rendered)==null?void 0:N.toString()}):t.jsx(le,{...o==null?void 0:o(`${i}Options`,{onChange:k}),label:(E=e.rendered)==null?void 0:E.toString(),name:`${i}Options`,value:e.key.toString()}),z=n&&!j?v:t.jsx(D,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),S=u.useCallback(I=>{var F;I.preventDefault(),r(((F=e.rendered)==null?void 0:F.toString())??""),l.setSelectedKey(e.key),setTimeout(()=>{l.setOpen(!1)},50),kn(p)},[p,e.key,e.rendered,l,r]);return te(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,[document.getElementById("combobox")]),t.jsxs(lr,{...!n&&!p?h:{},$multiSelection:n,className:w,ref:d,children:[p?t.jsx(oe,{href:p,onClick:S,children:z}):z,b&&!j&&!n?t.jsx(R,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(K,{tagLabel:e.textValue,variant:"inactive"})]})},gt=({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,onClear:b,placeholder:m,clearable:j=!1,emptyMessage:w,register:C,required:k,setValue:v,tooltip:z,value:S,watch:T,weight:N})=>{var Ut,Gt;const E=f.useTheme(),I=n?void 0:o,F=(e==null?void 0:e.value)??S,[P,B]=u.useState(((Ut=g.find(O=>O.value===F))==null?void 0:Ut.name)??""),[M,W]=u.useState(F),[H,ae]=u.useState(g),[Me,be]=u.useState(!1),{contains:_e}=y.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),it=u.useRef(null),ot=u.useRef(null),$e=u.useRef(null),me=u.useRef(null),He=u.useRef(null),_i=u.useMemo(()=>g.toSorted((O,Y)=>{const q=Array.from(i??[]),je=q.includes(O.value),Yt=q.includes(Y.value);return je&&!Yt?1:!je&&Yt?-1:0}).map(O=>_e(O.name,P)||Me?t.jsx(y.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":O.value,hrefLang:O.href,textValue:O.tag,children:O.name},O.value):null),[_e,i,P,g,Me]),Hi=u.useCallback(O=>{const Y=O.split(/,|\s/u).slice(-1)[0].trim();B(p?Y:O),O===""||O.endsWith(",")?be(!0):(be(!1),W(q=>{const je=O===""?"":q;return e&&e.onChange(je),h&&h(O),je}),ae(g.filter(q=>_e(q.name,p?Y:O))))},[_e,g,e,p,h]),Vi=u.useCallback(O=>{var Y;B(((Y=g.find(q=>q.value===O))==null?void 0:Y.name)??""),W(O?String(O):""),e&&e.onChange(O),h&&h(O?String(O):""),ae(g)},[g,e,h]),Wt=u.useCallback(O=>{O.key==="Enter"&&O.preventDefault(),be(!1)},[]),Ui=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),Gi=u.useCallback(()=>{be(!0)},[]),G=y.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:i,inputValue:P,items:H,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:M,onBlur:Ui,onInputChange:Hi,onKeyDown:Wt,onKeyUp:Gi,onOpenChange(O,Y){be(O&&(Y==="manual"||Y==="focus")),O&&setTimeout(()=>{var q;return(q=it.current)==null?void 0:q.focus()},50)},onSelectionChange:p?void 0:Vi,children:_i}),Yi=u.useCallback(()=>{B(""),W(null),ae(g),G.setSelectedKey(null),G.setInputValue(""),h&&h(""),b==null||b()},[g,b,G,h]),{buttonProps:Xi,inputProps:Ki,listBoxProps:Zi}=y.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:P,buttonRef:ot,id:d,inputRef:it,label:s??d,listBoxRef:$e,name:d,placeholder:m,popoverRef:He},G),{listBoxProps:Mt}=y.$c132121280ec012d$export$50eacbbf140a3141(Zi,G,$e),{buttonProps:qi}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(Xi,ot),{width:_t}=((Gt=me.current)==null?void 0:Gt.getBoundingClientRect())??{width:240};te(me.current,()=>{G.isOpen&&!p&&G.close()},!0,[He.current]),u.useEffect(()=>{var O;if((c===!1||!F)&&!p){const Y=((O=g.find(q=>q.value===F))==null?void 0:O.name)??"";B(Y),W(Y)}},[F,g,c,p]);const Ht=Array.from(G.collection),Vt=y.useVirtualizer({count:Ht.length,estimateSize:()=>28,getScrollElement:()=>$e.current});return t.jsxs(Z,{error:I,helpLink:r,helpLinkText:a,helpText:l,htmlFor:d,id:"combobox",label:s,required:k,tooltip:z,weight:N,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${I?"error":""}`,ref:me,children:[t.jsx("input",{...Ki,"aria-invalid":I?"true":"false","aria-label":d,disabled:n,onKeyDown:Wt,ref:it}),I?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:E.palette.error[500],iconSize:"lg"}):void 0,j&&M&&!n?t.jsx(V,{icon:"xmark",iconColor:E.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:Yi,px:.125,py:.125,type:"reset",variant:"ghost"}):void 0,t.jsx(V,{...qi,className:"action",disabled:n,icon:G.isOpen&&!n?"chevron-up":"chevron-down",iconColor:E.palette.gray[400],iconSize:"sm",iconType:"fa-light",px:.125,py:.125,ref:ot,type:"button",variant:"ghost"})]}),G.isOpen&&G.collection.size>0&&!n?t.jsx(xe,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:He,state:G,triggerRef:me,children:t.jsx(qt,{...Mt,$multiSelection:p&&!Array.from(i??[]).includes("All"),$width:_t,ref:$e,children:t.jsx("div",{style:{height:`${Vt.getTotalSize()}px`,position:"relative"},children:Vt.getVirtualItems().map(O=>{const Y=Ht[O.index];return t.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:`${O.size}px`,transform:`translateY(${O.start}px)`},children:t.jsx(Sn,{item:Y,multiSelection:p,name:d,register:C,setInputValue:B,setValue:v,state:G,watch:T})},O.index)})})})}):g.length>0||!G.isOpen||n||!w?null:t.jsx(xe,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:He,state:G,triggerRef:me,children:t.jsx(qt,{...Mt,$multiSelection:!1,$width:_t,ref:$e,children:t.jsx(cr,{children:t.jsx(D,{color:E.palette.gray[400],size:"md",textOverflow:"auto",whiteSpace:"wrap",children:w})})})})]})},zt=({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,onClear:b,placeholder:m,clearable:j=!1,emptyMessage:w,register:C,required:k,setValue:v,tooltip:z,value:S,watch:T,weight:N})=>e?t.jsx(y.Controller,{control:e,name:d,render:({field:E,fieldState:I})=>{var F;return t.jsx(gt,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:(F=I.error)==null?void 0:F.message,field:E,helpLink:r,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,onClear:b,placeholder:m,register:C,required:k,setValue:v,tooltip:z,value:S,watch:T,weight:N})},rules:{required:k}}):t.jsx(gt,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:o,helpLink:r,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,onClear:b,placeholder:m,required:k,tooltip:z,value:S,weight:N}),pr=f.styled.div`
1146
1146
  ${({theme:e})=>`
1147
1147
  align-items: center;
1148
1148
  color: ${e.palette.gray[800]};
@@ -1163,7 +1163,7 @@
1163
1163
  display: none;
1164
1164
  }
1165
1165
  `}
1166
- `,lo=f.styled.div.attrs({className:"year-selection"})`
1166
+ `,gr=f.styled.div.attrs({className:"year-selection"})`
1167
1167
  align-items: flex-start;
1168
1168
  display: flex;
1169
1169
  flex-direction: column;
@@ -1174,12 +1174,12 @@
1174
1174
  padding: 0 0.5px;
1175
1175
  position: relative;
1176
1176
  width: 8px;
1177
- `,Zt=f.styled.tr`
1177
+ `,Jt=f.styled.tr`
1178
1178
  align-items: flex-start;
1179
1179
  display: flex;
1180
1180
  padding: ${({theme:e})=>e.spacing[.25]} 0;
1181
1181
  width: 100%;
1182
- `,Cn=f.css`
1182
+ `,zn=f.css`
1183
1183
  ${({theme:e})=>`
1184
1184
  align-items: center;
1185
1185
  color: ${e.palette.gray[800]};
@@ -1195,11 +1195,11 @@
1195
1195
  text-align: center;
1196
1196
  width: ${e.spacing[2.5]};
1197
1197
  `}
1198
- `,co=f.styled.th`
1199
- ${Cn}
1200
- `,po=f.styled.td`
1198
+ `,ur=f.styled.th`
1199
+ ${zn}
1200
+ `,xr=f.styled.td`
1201
1201
  ${({theme:e})=>`
1202
- ${Cn}
1202
+ ${zn}
1203
1203
  height: ${e.spacing[2.5]};
1204
1204
  width: ${e.spacing[2.5]};
1205
1205
 
@@ -1247,14 +1247,14 @@
1247
1247
  }
1248
1248
  }
1249
1249
  `}
1250
- `,go=f.styled.div.attrs({className:"dot"})`
1250
+ `,hr=f.styled.div.attrs({className:"dot"})`
1251
1251
  position: absolute;
1252
1252
  top: 48%;
1253
1253
 
1254
1254
  > span {
1255
1255
  font-size: 4px;
1256
1256
  }
1257
- `,qt=f.styled.button`
1257
+ `,Qt=f.styled.button`
1258
1258
  cursor: pointer;
1259
1259
  display: flex;
1260
1260
 
@@ -1262,7 +1262,7 @@
1262
1262
  height: 3.5px;
1263
1263
  width: 7px;
1264
1264
  }
1265
- `,St=f.styled.div`
1265
+ `,Tt=f.styled.div`
1266
1266
  ${({theme:e})=>`
1267
1267
  align-items: end;
1268
1268
  border-top: 1px solid ${e.palette.gray[200]};
@@ -1274,9 +1274,9 @@
1274
1274
  padding: 0 ${e.spacing[.25]};
1275
1275
  width: 100%;
1276
1276
  `}
1277
- `,Sn=({state:e,date:n})=>{const i=u.useRef(null),r=y.$14e0f24ef4ac5c92$export$629b0a497aa65267(n,y.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:o,buttonProps:a,isSelected:l,isDisabled:s,formattedDate:c}=y.$36a0ac60f04457c5$export$136073280381448e({date:n},e,i),p="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.start):l,d="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.end):l,g=l&&!s&&!(p||d)?"range":"";return t.jsx(po,{id:g,...o,children:t.jsxs("div",{...a,className:`cell ${p||d?"selected":""}
1278
- ${s?"disabled":""} ${r?"today":""}
1279
- ${!e.isFocused&&!r?"focused":""} ${g}`,ref:i,children:[c,r?t.jsx(go,{children:t.jsx(R,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Je=({state:e,...n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),{weekDays:r}=y.$e3031d1f8c9d64eb$export$cb95147730a423f5(n,e),o=y.$14e0f24ef4ac5c92$export$ccc1b2479e7dd654(e.visibleRange.start,i);return t.jsxs("table",{children:[t.jsx("thead",{children:t.jsx(Zt,{children:r.map((a,l)=>{const s=`key_${l}`;return t.jsx(co,{children:a},s)})})}),t.jsx("tbody",{children:[...new Array(o).keys()].map(a=>t.jsx(Zt,{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))})]})},uo=f.styled(bt)`
1277
+ `,Tn=({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(xr,{id:g,...r,children:t.jsxs("div",{...a,className:`cell ${d||p?"selected":""}
1278
+ ${s?"disabled":""} ${o?"today":""}
1279
+ ${!e.isFocused&&!o?"focused":""} ${g}`,ref:i,children:[c,o?t.jsx(hr,{children:t.jsx(R,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Qe=({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(Jt,{children:o.map((a,l)=>{const s=`key_${l}`;return t.jsx(ur,{children:a},s)})})}),t.jsx("tbody",{children:[...new Array(r).keys()].map(a=>t.jsx(Jt,{children:e.getDatesInWeek(a).map((l,s)=>{const c=`key_${s}`;return l?t.jsx(Tn,{date:l,state:e},c):t.jsx("td",{},c)})},a))})]})},fr=f.styled(mt)`
1280
1280
  align-items: center;
1281
1281
  background-color: inherit;
1282
1282
  border-color: inherit;
@@ -1296,7 +1296,7 @@
1296
1296
  background-color: ${({theme:e})=>e.palette.gray[100]};
1297
1297
  cursor: pointer;
1298
1298
  }
1299
- `,xo=f.styled.div`
1299
+ `,yr=f.styled.div`
1300
1300
  ${({theme:e})=>`
1301
1301
  align-items: flex-start;
1302
1302
  background: ${e.palette.white};
@@ -1310,22 +1310,22 @@
1310
1310
  padding: ${e.spacing[.25]};
1311
1311
  width: 292px;
1312
1312
  `}
1313
- `,ho=f.styled.button`
1314
- ${({theme:e,$disabled:n,$focus:i,$header:r})=>{const o=i?"34px":"40px";return`
1313
+ `,br=f.styled.button`
1314
+ ${({theme:e,$disabled:n,$focus:i,$header:o})=>{const r=i?"34px":"40px";return`
1315
1315
  align-items: center;
1316
- border-radius: ${r?`0 ${e.spacing[.5]} ${e.spacing[.5]} 0`:"4px"};
1316
+ border-radius: ${o?`0 ${e.spacing[.5]} ${e.spacing[.5]} 0`:"4px"};
1317
1317
  border-left: inherit;
1318
1318
  display: flex;
1319
- height: ${r?"38px":o};
1319
+ height: ${o?"38px":r};
1320
1320
  justify-content: center;
1321
1321
  outline: none;
1322
- width: ${r?"38px":"40px"};
1322
+ width: ${o?"38px":"40px"};
1323
1323
 
1324
1324
  &:hover {
1325
1325
  background-color: ${e.palette.gray[n?500:100]};
1326
1326
  }
1327
1327
  `}}
1328
- `,fo=f.styled.div`
1328
+ `,$r=f.styled.div`
1329
1329
  ${({theme:e})=>`
1330
1330
  align-items: center;
1331
1331
  background: transparent;
@@ -1336,13 +1336,13 @@
1336
1336
  justify-content: space-between;
1337
1337
  width: calc(100% - 40px);
1338
1338
  `}
1339
- `,yo=f.styled.div`
1339
+ `,mr=f.styled.div`
1340
1340
  align-items: center;
1341
1341
  display: flex;
1342
1342
  justify-content: flex-end;
1343
1343
  gap: ${({theme:e})=>e.spacing[.5]};
1344
1344
  flex: 1 0 0;
1345
- `,Jt=f.styled.div`
1345
+ `,en=f.styled.div`
1346
1346
  ${({theme:e})=>`
1347
1347
  align-items: center;
1348
1348
  align-self: stretch;
@@ -1354,7 +1354,7 @@
1354
1354
  line-height: ${e.spacing[1.5]};
1355
1355
  padding: 2px ${e.spacing[.25]};
1356
1356
  `}
1357
- `,Qt=f.styled.button`
1357
+ `,tn=f.styled.button`
1358
1358
  ${({theme:e})=>`
1359
1359
  align-items: center;
1360
1360
  background-color: inherit;
@@ -1374,7 +1374,7 @@
1374
1374
  font-weight: ${e.typography.weight.bold};
1375
1375
  }
1376
1376
  `}
1377
- `,Ye=({disabled:e=!1,icon:n,props:i})=>{const r=u.useRef(null),{buttonProps:o}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(i,r);return t.jsx(ho,{...o,$disabled:e,$focus:!!o["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:r,type:"button",children:t.jsx(R,{icon:n,iconColor:A.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},Qe=({state:e,prevButtonProps:n,nextButtonProps:i,title:r})=>{const o=e.focusedDate,a=f.useTheme(),l=u.useCallback(()=>{e.setFocusedDate(o.add({years:1}))},[o,e]),s=u.useCallback(()=>{e.setFocusedDate(o.subtract({years:1}))},[o,e]);return t.jsxs("div",{className:"header flex items-start",style:{position:"sticky",top:0,zIndex:2,background:a.palette.white},children:[t.jsx(Ye,{icon:"chevron-left",props:n}),t.jsxs(so,{children:[r,t.jsxs(lo,{children:[t.jsx(qt,{"aria-label":"top",onClick:l,children:t.jsx(R,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(qt,{"aria-label":"bottom",onClick:s,children:t.jsx(R,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(Ye,{icon:"chevron-right",props:i})]})},zn=({onClose:e,props:n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),r=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:o,nextButtonProps:a,title:l}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(n,r);return t.jsxs("div",{className:"calendar",children:[t.jsx(Qe,{nextButtonProps:a,prevButtonProps:o,state:r,title:l}),t.jsx(Je,{state:r}),t.jsx(St,{children:t.jsx(H,{onClick:e,variant:"ghost",children:"Cancel"})})]})},Tn=({segment:e,state:n})=>{const i=f.useTheme(),r=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,r),s=i.palette.gray[a.isEditable?800:500];return t.jsx("div",{...a.type!=="literal"&&{...l,className:"segment-cell"},ref:r,style:a.type==="literal"?void 0:{color:a.isPlaceholder?i.palette.gray[400]:s},children:a.isPlaceholder?a.placeholder:a.text})},In=({disabled:e,error:n=!1,props:i})=>{const r=f.useTheme(),o=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,o),s=u.useCallback(c=>{const p=document.getElementsByClassName("segment-cell"),d=c.currentTarget;Object.values(p).some(g=>g.contains(d))||(c.preventDefault(),c.stopPropagation())},[]);return t.jsxs(fo,{...l,onClick:s,children:[t.jsx("div",{className:"flex flex-row",style:{color:r.palette.gray[y.lodashExports.isNil(a.value)?400:800]},tabIndex:-1,children:a.segments.map((c,p)=>{const d=`key_${p}`;return t.jsx(Tn,{segment:{...c,isEditable:!e},state:a},d)})}),n?t.jsx(R,{icon:"exclamation-circle",iconColor:r.palette.error[500],iconSize:"lg"}):void 0]})},Dn=e=>{const n=u.useRef(null),i=y.$eff5d8ee529ac4bb$export$fd53cef0cc796101({...e,locale:"en-US",shouldForceLeadingZeros:!0}),{timeValue:r}=i,o=!y.lodashExports.isNil(r)&&r.hour<12?"AM":"PM",[a,l]=u.useState(y.lodashExports.isNil(r)?"AM":o),{fieldProps:s}=y.$16f0b7bb276bc17e$export$4c842f6a241dc825(e,i,n),c=u.useCallback(p=>{const d=p.currentTarget.name;d!==a&&(y.lodashExports.isNil(r)||(d==="AM"?i.setSegment("dayPeriod",0):d==="PM"&&i.setSegment("dayPeriod",12))),l(d)},[a,i,r]);return t.jsxs(yo,{children:[t.jsx(Jt,{...s,ref:n,children:i.segments.slice(0,-2).map((p,d)=>{const g=`key_${d}`;return t.jsx(Tn,{segment:p,state:i},g)})}),t.jsxs(Jt,{children:[t.jsx(Qt,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(Qt,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Xe=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD"):"-",bo=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",en=(e,n)=>y.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),Ke=(e,n="day")=>{const i=n==="day"?y.$fae977aafc393c5c$export$6b862160d295c8e:y.$fae977aafc393c5c$export$588937bcd60ade55,r=n==="day"?y.dayjs(e).isValid():y.dayjs(e,"YYYY/MM/DD hh:mm A").isValid();return!y._.isNil(e)&&!y._.isEmpty(e)&&e!=="-"&&r?i(n==="day"?e.trim().replace(/\//gu,"-"):y.dayjs(e).format("YYYY-MM-DDTHH:mm:ss")):null},$o=(e,n)=>{const i=!y._.isNil(e)&&/\d+/u.test(e??""),r=y._.isNil(n)?void 0:y._.toNumber(n);return i?y._.toNumber(e):r},Se=({error:e,buttonProps:n,datePickerRef:i,disabled:r=!1,granularity:o="day",fieldProps:a,groupProps:l,name:s,onChange:c,register:p,required:d,setValue:g,value:x})=>{const h=Ke(x,o),b=u.useCallback(j=>{if(a.onChange&&a.onChange(j),j!=null&&j.year&&String(j.year).length>=4){const w=o==="day"?Xe(String(j)):bo(String(j));g&&g(s,w,{shouldDirty:!0}),c&&c(w)}},[a,o,s,g,c]),m=u.useCallback(j=>{c==null||c(j.currentTarget.value)},[c]);return t.jsxs(ee,{...l,className:`${r?"disabled":""} ${e?"error":""}`,ref:i,children:[t.jsx(In,{disabled:r,error:e!=null,props:{...a,autoFocus:!1,granularity:o,onChange:b,shouldForceLeadingZeros:!0,...h&&!g?{value:h}:{}}}),t.jsx(Ye,{disabled:r,icon:o==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...p==null?void 0:p(s,{required:d}),...c?{onChange:m}:{},"aria-label":s,className:"date-input",disabled:r,id:s,name:s,type:"text",value:(x==null?void 0:x.trim())??""})]})},et=({children:e,...n})=>{const i=u.useRef(null),{dialogProps:r}=y.$40df3f8667284809$export$d55e7ee900f34e93(n,i);return t.jsx(xo,{...r,ref:i,children:e})},Fn=({disabled:e=!1,error:n,helpLink:i,helpLinkText:r,helpText:o,required:a,label:l,name:s,register:c,setValue:p,tooltip:d,watch:g,...x})=>{const h=u.useRef(null),b=g==null?void 0:g(s),m=Ke(b),j=u.useCallback(N=>{p&&N&&p(s,Xe(String(N)),{shouldDirty:!0})},[s,p]),w=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(N){j(N)},...m?{defaultValue:m}:{}}),{close:C}=w,{groupProps:k,fieldProps:v,buttonProps:z,dialogProps:S,calendarProps:T}=y.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":l??s,name:s},w,h);return t.jsxs(K,{error:e?void 0:n,helpLink:i,helpLinkText:r,helpText:o,htmlFor:s,label:l,required:a,tooltip:d,children:[t.jsx(Se,{buttonProps:z,datePickerRef:h,disabled:e,error:n,fieldProps:v,groupProps:k,name:s,register:c,required:a,setValue:p,value:b}),w.isOpen&&!e?t.jsx(ue,{offset:8,placement:"bottom start",state:w,triggerRef:h,children:t.jsx(et,{...S,children:t.jsx(zn,{onClose:C,props:T})})}):null]})},En=({onClose:e,props:n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),r=u.useRef(null),o=y.$9a36b6ba2fb1a7c5$export$9a987164d97ecc90({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:a,nextButtonProps:l,title:s}=y.$46a4342aab3d8076$export$87e0539f600c24e5(n,o,r);return t.jsxs("div",{className:"calendar-range",ref:r,children:[t.jsx(Qe,{nextButtonProps:l,prevButtonProps:a,state:o,title:s}),t.jsx(Je,{state:o}),t.jsx(St,{children:t.jsx(H,{onClick:e,variant:"ghost",children:"Cancel"})})]})},mo=f.styled.div`
1377
+ `,Xe=({disabled:e=!1,icon:n,props:i})=>{const o=u.useRef(null),{buttonProps:r}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(i,o);return t.jsx(br,{...r,$disabled:e,$focus:!!r["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:o,type:"button",children:t.jsx(R,{icon:n,iconColor:A.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},et=({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(Xe,{icon:"chevron-left",props:n}),t.jsxs(pr,{children:[o,t.jsxs(gr,{children:[t.jsx(Qt,{"aria-label":"top",onClick:l,children:t.jsx(R,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(Qt,{"aria-label":"bottom",onClick:s,children:t.jsx(R,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(Xe,{icon:"chevron-right",props:i})]})},In=({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(et,{nextButtonProps:a,prevButtonProps:r,state:o,title:l}),t.jsx(Qe,{state:o}),t.jsx(Tt,{children:t.jsx(_,{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})},Fn=({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($r,{...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(R,{icon:"exclamation-circle",iconColor:o.palette.error[500],iconSize:"lg"}):void 0]})},En=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(mr,{children:[t.jsx(en,{...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(en,{children:[t.jsx(tn,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(tn,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Ke=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD"):"-",jr=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",nn=(e,n)=>y.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),Ze=(e,n="day")=>{const i=n==="day"?y.$fae977aafc393c5c$export$6b862160d295c8e:y.$fae977aafc393c5c$export$588937bcd60ade55,o=n==="day"?y.dayjs(e).isValid():y.dayjs(e,"YYYY/MM/DD hh:mm A").isValid();return!y._.isNil(e)&&!y._.isEmpty(e)&&e!=="-"&&o?i(n==="day"?e.trim().replace(/\//gu,"-"):y.dayjs(e).format("YYYY-MM-DDTHH:mm:ss")):null},wr=(e,n)=>{const i=!y._.isNil(e)&&/\d+/u.test(e??""),o=y._.isNil(n)?void 0:y._.toNumber(n);return i?y._.toNumber(e):o},ze=({error:e,buttonProps:n,datePickerRef:i,disabled:o=!1,granularity:r="day",fieldProps:a,groupProps:l,name:s,onChange:c,register:d,required:p,setValue:g,value:x})=>{const h=Ze(x,r),b=u.useCallback(j=>{if(a.onChange&&a.onChange(j),j!=null&&j.year&&String(j.year).length>=4){const w=r==="day"?Ke(String(j)):jr(String(j));g&&g(s,w,{shouldDirty:!0}),c&&c(w)}},[a,r,s,g,c]),m=u.useCallback(j=>{c==null||c(j.currentTarget.value)},[c]);return t.jsxs(ee,{...l,className:`${o?"disabled":""} ${e?"error":""}`,ref:i,children:[t.jsx(Fn,{disabled:o,error:e!=null,props:{...a,autoFocus:!1,granularity:r,onChange:b,shouldForceLeadingZeros:!0,...h&&!g?{value:h}:{}}}),t.jsx(Xe,{disabled:o,icon:r==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...d==null?void 0:d(s,{required:p}),...c?{onChange:m}:{},"aria-label":s,className:"date-input",disabled:o,id:s,name:s,type:"text",value:(x==null?void 0:x.trim())??""})]})},tt=({children:e,...n})=>{const i=u.useRef(null),{dialogProps:o}=y.$40df3f8667284809$export$d55e7ee900f34e93(n,i);return t.jsx(yr,{...o,ref:i,children:e})},Rn=({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=Ze(b),j=u.useCallback(N=>{d&&N&&d(s,Ke(String(N)),{shouldDirty:!0})},[s,d]),w=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(N){j(N)},...m?{defaultValue:m}:{}}),{close:C}=w,{groupProps:k,fieldProps:v,buttonProps:z,dialogProps:S,calendarProps:T}=y.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":l??s,name:s},w,h);return t.jsxs(Z,{error:e?void 0:n,helpLink:i,helpLinkText:o,helpText:r,htmlFor:s,label:l,required:a,tooltip:p,children:[t.jsx(ze,{buttonProps:z,datePickerRef:h,disabled:e,error:n,fieldProps:v,groupProps:k,name:s,register:c,required:a,setValue:d,value:b}),w.isOpen&&!e?t.jsx(xe,{offset:8,placement:"bottom start",state:w,triggerRef:h,children:t.jsx(tt,{...S,children:t.jsx(In,{onClose:C,props:T})})}):null]})},Nn=({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(et,{nextButtonProps:l,prevButtonProps:a,state:r,title:s}),t.jsx(Qe,{state:r}),t.jsx(Tt,{children:t.jsx(_,{onClick:e,variant:"ghost",children:"Cancel"})})]})},vr=f.styled.div`
1378
1378
  ${({theme:e,$disabled:n,$show:i})=>`
1379
1379
  border-color: ${i?e.palette.error[500]:e.palette.gray[300]};
1380
1380
  display: flex;
@@ -1385,7 +1385,7 @@
1385
1385
  background: ${n?e.palette.gray[200]:e.palette.white};
1386
1386
  }
1387
1387
  `}
1388
- `,zt=({disabled:e=!1,error:n,label:i,name:r,required:o,tooltip:a,onOpenCalendar:l,register:s,setValue:c,propsMax:p,propsMin:d,variant:g="default",...x})=>{const h=`${r}Max`,b=`${r}Min`,m=u.useRef(null),j=Ke(d==null?void 0:d.value),w=Ke(p==null?void 0:p.value),C=u.useCallback(E=>{if(E){const P=Xe(String(E.end)),B=Xe(String(E.start));c&&(c((p==null?void 0:p.name)??h,P),c((d==null?void 0:d.name)??b,B)),p!=null&&p.onChange&&(p==null||p.onChange(P)),d!=null&&d.onChange&&(d==null||d.onChange(B))}},[h,b,c,p,d]),k=y.$93c38a5e28be6249$export$e50a61c1de9f574({...x,endName:(p==null?void 0:p.name)??h,startName:(d==null?void 0:d.name)??b,onChange(E){C(E)},...w&&j&&!c?{value:{start:j,end:w}}:p!=null&&p.onChange||d!=null&&d.onChange?{value:null}:{}}),{close:v}=k,{groupProps:z,startFieldProps:S,endFieldProps:T,buttonProps:N,dialogProps:I,calendarProps:D}=y.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...x,"aria-label":i??r},k,m);return u.useEffect(()=>{l&&l(k.isOpen)},[l,k.isOpen]),t.jsxs(K,{error:e?void 0:n,htmlFor:r,label:i,required:o,tooltip:a,children:[t.jsxs(mo,{$disabled:e,$show:n!==void 0,ref:m,style:{flexDirection:g==="filters"?"column":"row"},children:[t.jsx(Se,{buttonProps:N,datePickerRef:m,disabled:e,error:n,fieldProps:{...S,"aria-label":`${S["aria-label"]} ${r}`,validate:E=>T.value&&E>T.value?"Start date must be less than or equal to end date":null},groupProps:z,name:(d==null?void 0:d.name)??b,onChange:d==null?void 0:d.onChange,register:s,setValue:c,value:d==null?void 0:d.value}),t.jsx(Se,{buttonProps:N,datePickerRef:m,disabled:e,error:n,fieldProps:{...T,"aria-label":`${T["aria-label"]} ${r}`,validate:E=>S.value&&E<S.value?"End date must be greater than or equal to start date":null},groupProps:z,name:(p==null?void 0:p.name)??h,onChange:p==null?void 0:p.onChange,register:s,setValue:c,value:p==null?void 0:p.value})]}),k.isOpen&&!e?t.jsx(ue,{offset:8,placement:"bottom start",state:k,triggerRef:m,children:t.jsx(et,{...I,children:t.jsx(En,{onClose:v,props:D})})}):null]})},jo=f.styled.div`
1388
+ `,It=({disabled:e=!1,error:n,label:i,name:o,required:r,tooltip:a,onOpenCalendar:l,register:s,setValue:c,propsMax:d,propsMin:p,variant:g="default",...x})=>{const h=`${o}Max`,b=`${o}Min`,m=u.useRef(null),j=Ze(p==null?void 0:p.value),w=Ze(d==null?void 0:d.value),C=u.useCallback(F=>{if(F){const P=Ke(String(F.end)),B=Ke(String(F.start));c&&(c((d==null?void 0:d.name)??h,P),c((p==null?void 0:p.name)??b,B)),d!=null&&d.onChange&&(d==null||d.onChange(P)),p!=null&&p.onChange&&(p==null||p.onChange(B))}},[h,b,c,d,p]),k=y.$93c38a5e28be6249$export$e50a61c1de9f574({...x,endName:(d==null?void 0:d.name)??h,startName:(p==null?void 0:p.name)??b,onChange(F){C(F)},...w&&j&&!c?{value:{start:j,end:w}}:d!=null&&d.onChange||p!=null&&p.onChange?{value:null}:{}}),{close:v}=k,{groupProps:z,startFieldProps:S,endFieldProps:T,buttonProps:N,dialogProps:E,calendarProps:I}=y.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...x,"aria-label":i??o},k,m);return u.useEffect(()=>{l&&l(k.isOpen)},[l,k.isOpen]),t.jsxs(Z,{error:e?void 0:n,htmlFor:o,label:i,required:r,tooltip:a,children:[t.jsxs(vr,{$disabled:e,$show:n!==void 0,ref:m,style:{flexDirection:g==="filters"?"column":"row"},children:[t.jsx(ze,{buttonProps:N,datePickerRef:m,disabled:e,error:n,fieldProps:{...S,"aria-label":`${S["aria-label"]} ${o}`,validate:F=>T.value&&F>T.value?"Start date must be less than or equal to end date":null},groupProps:z,name:(p==null?void 0:p.name)??b,onChange:p==null?void 0:p.onChange,register:s,setValue:c,value:p==null?void 0:p.value}),t.jsx(ze,{buttonProps:N,datePickerRef:m,disabled:e,error:n,fieldProps:{...T,"aria-label":`${T["aria-label"]} ${o}`,validate:F=>S.value&&F<S.value?"End date must be greater than or equal to start date":null},groupProps:z,name:(d==null?void 0:d.name)??h,onChange:d==null?void 0:d.onChange,register:s,setValue:c,value:d==null?void 0:d.value})]}),k.isOpen&&!e?t.jsx(xe,{offset:8,placement:"bottom start",state:k,triggerRef:m,children:t.jsx(tt,{...E,children:t.jsx(Nn,{onClose:v,props:I})})}):null]})},kr=f.styled.div`
1389
1389
  ${({theme:e})=>`
1390
1390
  align-items: center;
1391
1391
  border-top: 1px solid ${e.palette.gray[200]};
@@ -1394,19 +1394,19 @@
1394
1394
  justify-content: center;
1395
1395
  padding: ${e.spacing[.5]} ${e.spacing[1.25]};
1396
1396
  `}
1397
- `,wo=f.styled.div`
1397
+ `,Cr=f.styled.div`
1398
1398
  align-items: center;
1399
1399
  display: flex;
1400
1400
  gap: ${({theme:e})=>e.spacing[.5]};
1401
1401
  justify-content: flex-end;
1402
1402
  flex: 1 0 0;
1403
- `,Rn=({handleTimeChange:e,onClose:n,props:i,timeState:r})=>{const o=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:p}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(i,l);return t.jsxs("div",{className:"calendar",children:[t.jsx(Qe,{nextButtonProps:c,prevButtonProps:s,state:l,title:p}),t.jsx(Je,{state:l}),t.jsxs(jo,{children:[t.jsx(F,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(wo,{children:t.jsx(Dn,{hourCycle:12,label:"time-field",onChange:e,value:r.timeValue})})]}),t.jsx(St,{children:t.jsx(H,{onClick:n,variant:"ghost",children:"Cancel"})})]})},vo=e=>{const{disabled:n=!1,error:i,required:r,label:o,name:a,tooltip:l,register:s,setValue:c,watch:p}=e,d=p==null?void 0:p(a),g=u.useRef(null),x=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...e,granularity:"minute",hourCycle:12,isDisabled:n,isRequired:r,shouldCloseOnSelect:!1,value:y._.isNil(d)||y._.isEmpty(d)||d==="-"||y.dayjs(d,"YYYY/MM/DD hh:mm A").isValid()===!1?null:y.$fae977aafc393c5c$export$588937bcd60ade55(y.dayjs(d,"YYYY/MM/DD hh:mm A").format("YYYY-MM-DDTHH:mm:ss"))}),{close:h}=x,{groupProps:b,fieldProps:m,buttonProps:j,dialogProps:w,calendarProps:C}=y.$6057a3d2a53a12fd$export$42df105a73306d51(e,x,g),k=u.useCallback(z=>{if(C.onChange&&C.onChange(z),x.timeValue){const S=en(z,x.timeValue);c==null||c(a,S,{shouldDirty:!0})}else x.setDateValue(z)},[C,a,c,x]),v=u.useCallback(z=>{if(z){x.setTimeValue(z);const S=x.dateValue;if(S){const T=en(S,z);c==null||c(a,T,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(K,{error:n?void 0:i,htmlFor:a,label:o,required:r,tooltip:l,children:[t.jsx(Se,{buttonProps:j,datePickerRef:g,disabled:n,error:i,fieldProps:m,granularity:"minute",groupProps:b,name:a,register:s,setValue:c,value:d}),x.isOpen&&!n?t.jsx(ue,{offset:8,placement:"bottom start",state:x,triggerRef:g,children:t.jsx(et,{...w,children:t.jsx(Rn,{handleTimeChange:v,onClose:h,props:{...C,onChange:k},timeState:x})})}):null]})},ko=({children:e,currentValue:n,externalLink:i,isEditing:r,label:o,name:a,tooltip:l})=>{if(r)return t.jsx("div",{children:e});const s=y.lodashExports.isNil(n)?"":n,c=String(i??s);return t.jsxs($,{children:[t.jsx(kt,{htmlFor:a,label:o,tooltip:l,weight:"bold"}),c.startsWith("https://")?t.jsx(re,{href:c,children:s}):t.jsx(F,{size:"md",children:s})]})},tt=({disabled:e=!1,hasIcon:n=!1,helpLink:i,helpLinkText:r,helpText:o,error:a,id:l,indexArray:s=0,isValid:c,isTouched:p,label:d,name:g,maskValue:x=!1,onPaste:h,placeholder:b,removeItemArray:m,register:j,suggestions:w,tooltip:C,type:k="text",weight:v,...z})=>{const{required:S,onBlur:T,onChange:N}=z,I=f.useTheme(),D=e?void 0:a,[E,P]=u.useState(""),B=u.useCallback(M=>{P(M.target.value),N==null||N(M)},[N]),_=c&&p&&!e&&E.trim()!=="",W=u.useCallback(M=>{M.key==="Enter"&&M.preventDefault()},[]);return t.jsxs(K,{error:D,helpLink:i,helpLinkText:r,helpText:o,htmlFor:g,label:d,required:S,tooltip:C,weight:v,children:[t.jsxs(ee,{className:`
1404
- ${e?"disabled":""} ${D?"error":""} ${_?"success":""}
1405
- `,children:[n?t.jsx(R,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":D?"true":"false","aria-label":g,"aria-required":S,autoComplete:"off",className:x?"sr-block":"","data-testid":`${g}-input`,disabled:e,id:g,list:w?`list_${g}`:void 0,onKeyDown:W,onPaste:h,placeholder:b,type:k,...j?j(g,{required:S,onBlur:T,onChange:B}):{...z,onChange:B}}),D?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:I.palette.error[500],iconSize:"lg"}):void 0,_?t.jsx(R,{icon:"check-circle",iconClass:"success-icon",iconColor:I.palette.success[500],iconSize:"lg"}):void 0,l==="array"&&s>0?t.jsx(V,{color:I.palette.gray[400],icon:"trash",iconSize:"sm",iconType:"fa-light",onClick:m?m(s):void 0,variant:"ghost"}):void 0]}),w?t.jsx("datalist",{id:`list_${g}`,children:w.map(M=>t.jsx("option",{value:M},M))}):void 0]})},Co=f.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,So=f.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
1403
+ `,An=({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(et,{nextButtonProps:c,prevButtonProps:s,state:l,title:d}),t.jsx(Qe,{state:l}),t.jsxs(kr,{children:[t.jsx(D,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(Cr,{children:t.jsx(En,{hourCycle:12,label:"time-field",onChange:e,value:o.timeValue})})]}),t.jsx(Tt,{children:t.jsx(_,{onClick:n,variant:"ghost",children:"Cancel"})})]})},Sr=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:j,dialogProps:w,calendarProps:C}=y.$6057a3d2a53a12fd$export$42df105a73306d51(e,x,g),k=u.useCallback(z=>{if(C.onChange&&C.onChange(z),x.timeValue){const S=nn(z,x.timeValue);c==null||c(a,S,{shouldDirty:!0})}else x.setDateValue(z)},[C,a,c,x]),v=u.useCallback(z=>{if(z){x.setTimeValue(z);const S=x.dateValue;if(S){const T=nn(S,z);c==null||c(a,T,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(Z,{error:n?void 0:i,htmlFor:a,label:r,required:o,tooltip:l,children:[t.jsx(ze,{buttonProps:j,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(xe,{offset:8,placement:"bottom start",state:x,triggerRef:g,children:t.jsx(tt,{...w,children:t.jsx(An,{handleTimeChange:v,onClose:h,props:{...C,onChange:k},timeState:x})})}):null]})},zr=({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(St,{htmlFor:a,label:r,tooltip:l,weight:"bold"}),c.startsWith("https://")?t.jsx(oe,{href:c,children:s}):t.jsx(D,{size:"md",children:s})]})},nt=({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:j,suggestions:w,tooltip:C,type:k="text",weight:v,...z})=>{const{required:S,onBlur:T,onChange:N}=z,E=f.useTheme(),I=e?void 0:a,[F,P]=u.useState(""),B=u.useCallback(H=>{P(H.target.value),N==null||N(H)},[N]),M=c&&d&&!e&&F.trim()!=="",W=u.useCallback(H=>{H.key==="Enter"&&H.preventDefault()},[]);return t.jsxs(Z,{error:I,helpLink:i,helpLinkText:o,helpText:r,htmlFor:g,label:p,required:S,tooltip:C,weight:v,children:[t.jsxs(ee,{className:`
1404
+ ${e?"disabled":""} ${I?"error":""} ${M?"success":""}
1405
+ `,children:[n?t.jsx(R,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":I?"true":"false","aria-label":g,"aria-required":S,autoComplete:"off",className:x?"sr-block":"","data-testid":`${g}-input`,disabled:e,id:g,list:w?`list_${g}`:void 0,onKeyDown:W,onPaste:h,placeholder:b,type:k,...j?j(g,{required:S,onBlur:T,onChange:B}):{...z,onChange:B}}),I?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:E.palette.error[500],iconSize:"lg"}):void 0,M?t.jsx(R,{icon:"check-circle",iconClass:"success-icon",iconColor:E.palette.success[500],iconSize:"lg"}):void 0,l==="array"&&s>0?t.jsx(V,{color:E.palette.gray[400],icon:"trash",iconSize:"sm",iconType:"fa-light",onClick:m?m(s):void 0,variant:"ghost"}):void 0]}),w?t.jsx("datalist",{id:`list_${g}`,children:w.map(H=>t.jsx("option",{value:H},H))}):void 0]})},Tr=f.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,Ir=f.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
1406
1406
  gap: 12px;
1407
- `,zo=f.styled.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
1407
+ `,Dr=f.styled.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
1408
1408
  gap: 8px;
1409
- `,Me=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,To=f.styled.div.attrs({className:"comp-col"})`
1409
+ `,Ve=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,Fr=f.styled.div.attrs({className:"comp-col"})`
1410
1410
  word-wrap: break-word;
1411
1411
 
1412
1412
  ${({$width:e=null})=>e===null?"":`width: ${e}`};
@@ -1414,23 +1414,23 @@
1414
1414
  ${({$paddingTop:e})=>`padding-top: ${e??0}px;`}
1415
1415
 
1416
1416
  @media (width <= 768px) {
1417
- ${({$sm:e})=>Me(e)}
1417
+ ${({$sm:e})=>Ve(e)}
1418
1418
  }
1419
1419
 
1420
1420
  @media (width >= 768px) and (width <= 992px) {
1421
- ${({$md:e})=>Me(e)}
1421
+ ${({$md:e})=>Ve(e)}
1422
1422
  }
1423
1423
 
1424
1424
  @media (width >= 992px) {
1425
- ${({$lg:e})=>Me(e)}
1425
+ ${({$lg:e})=>Ve(e)}
1426
1426
  }
1427
1427
 
1428
- ${({$xl:e})=>y.isNumber(e)?`@media (min-width: 1200px) { ${Me(e)} }`:""}
1428
+ ${({$xl:e})=>y.isNumber(e)?`@media (min-width: 1200px) { ${Ve(e)} }`:""}
1429
1429
 
1430
1430
  > .comp-card {
1431
1431
  height: 100%;
1432
1432
  }
1433
- `,pt=({children:e,xl:n,lg:i,md:r,sm:o,paddingTop:a,width:l})=>t.jsx(To,{$lg:i,$md:r,$paddingTop:a,$sm:o,$width:l,$xl:n,children:e}),Io=f.styled.div.attrs({className:"comp-gap"})`
1433
+ `,ut=({children:e,xl:n,lg:i,md:o,sm:r,paddingTop:a,width:l})=>t.jsx(Fr,{$lg:i,$md:o,$paddingTop:a,$sm:r,$width:l,$xl:n,children:e}),Er=f.styled.div.attrs({className:"comp-gap"})`
1434
1434
  ${({$disp:e="flex",$mh:n=4,$mv:i=4})=>`
1435
1435
  align-items: center;
1436
1436
  display: ${e};
@@ -1440,12 +1440,12 @@
1440
1440
  margin: ${i}px ${n}px;
1441
1441
  }
1442
1442
  `}
1443
- `,Do=({children:e,disp:n,mh:i,mv:r})=>t.jsx(Io,{$disp:n,$mh:i,$mv:r,children:e}),Fo=f.styled.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
1444
- ${({$align:e="stretch",$cols:n=100,$colsPadding:i=6,$justify:r="start"})=>`
1443
+ `,Rr=({children:e,disp:n,mh:i,mv:o})=>t.jsx(Er,{$disp:n,$mh:i,$mv:o,children:e}),Nr=f.styled.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
1444
+ ${({$align:e="stretch",$cols:n=100,$colsPadding:i=6,$justify:o="start"})=>`
1445
1445
  align-items: ${e};
1446
- justify-content: ${r};
1446
+ justify-content: ${o};
1447
1447
  margin: -6px;
1448
- text-align: ${r};
1448
+ text-align: ${o};
1449
1449
 
1450
1450
  --cols: ${n};
1451
1451
 
@@ -1458,13 +1458,13 @@
1458
1458
  padding: ${i}px;
1459
1459
  }
1460
1460
  `}
1461
- `,Nn=({align:e,children:n,cols:i,colsPadding:r,justify:o})=>t.jsx(Fo,{$align:e,$cols:i,$colsPadding:r,$justify:o,children:n}),gt=({addText:e,append:n,disabled:i=!1,fields:r,fieldState:o,initValue:a="",index:l=0,required:s,label:c,max:p=100,name:d,onBlur:g,onChange:x,placeholder:h,tooltip:b,remove:m,value:j})=>{var k;const w=u.useCallback(()=>{n==null||n(a)},[n,a]),C=u.useCallback(v=>()=>{m==null||m(v)},[m]);return t.jsxs(Nn,{align:"start",children:[t.jsx(pt,{lg:75,md:75,sm:75,children:t.jsx(tt,{disabled:i,error:o?(k=o.error)==null?void 0:k.message:void 0,id:"array",indexArray:l,isTouched:o?o.isTouched:void 0,isValid:o?!o.invalid:void 0,label:c,name:d,onBlur:g,onChange:x,placeholder:h,removeItemArray:C,required:s,tooltip:b,value:j})}),l<p-1&&l+1===(r==null?void 0:r.length)?t.jsx(pt,{lg:25,md:25,sm:25,children:t.jsx(H,{disabled:i,icon:"plus",onClick:w,variant:"ghost",width:"max-content",children:e??"Add"})}):void 0]})},Eo=({addText:e,append:n,control:i,disabled:r,fields:o,initValue:a="",required:l,label:s,max:c=void 0,name:p="array-field",onChange:d,placeholder:g,remove:x,tooltip:h})=>i&&o?t.jsx(u.Fragment,{children:o.map((b,m)=>t.jsx(y.Controller,{control:i,name:`${p}.${m}`,render:({field:j,fieldState:w})=>t.jsx(gt,{addText:e,append:n,disabled:r,fieldState:w,fields:o,index:m,initValue:a,label:s,max:c,name:j.name,onBlur:j.onBlur,onChange:d??j.onChange,placeholder:g,remove:x,required:l,tooltip:h,value:typeof j.value=="object"?j.value.value:j.value}),index:m},b.id))}):t.jsx(gt,{addText:e,disabled:r,initValue:a,label:s,max:c,name:p,onChange:d,placeholder:g,required:l,tooltip:h}),Ro=f.styled(xn)`
1461
+ `,Ln=({align:e,children:n,cols:i,colsPadding:o,justify:r})=>t.jsx(Nr,{$align:e,$cols:i,$colsPadding:o,$justify:r,children:n}),xt=({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:j})=>{var k;const w=u.useCallback(()=>{n==null||n(a)},[n,a]),C=u.useCallback(v=>()=>{m==null||m(v)},[m]);return t.jsxs(Ln,{align:"start",children:[t.jsx(ut,{lg:75,md:75,sm:75,children:t.jsx(nt,{disabled:i,error:r?(k=r.error)==null?void 0:k.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:C,required:s,tooltip:b,value:j})}),l<d-1&&l+1===(o==null?void 0:o.length)?t.jsx(ut,{lg:25,md:25,sm:25,children:t.jsx(_,{disabled:i,icon:"plus",onClick:w,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:j,fieldState:w})=>t.jsx(xt,{addText:e,append:n,disabled:o,fieldState:w,fields:r,index:m,initValue:a,label:s,max:c,name:j.name,onBlur:j.onBlur,onChange:p??j.onChange,placeholder:g,remove:x,required:l,tooltip:h,value:typeof j.value=="object"?j.value.value:j.value}),index:m},b.id))}):t.jsx(xt,{addText:e,disabled:o,initValue:a,label:s,max:c,name:d,onChange:p,placeholder:g,required:l,tooltip:h}),Lr=f.styled(fn)`
1462
1462
  white-space: nowrap;
1463
1463
  margin-right: ${({theme:e})=>e.spacing[.25]};
1464
1464
  text-overflow: ellipsis;
1465
1465
  overflow: hidden;
1466
1466
  max-width: 80%;
1467
- `,No=f.styled.div`
1467
+ `,Pr=f.styled.div`
1468
1468
  ${({theme:e})=>`
1469
1469
  align-items: center;
1470
1470
  display: flex;
@@ -1511,7 +1511,7 @@
1511
1511
  border: 1px solid ${e.palette.gray[600]};
1512
1512
  }
1513
1513
  `}
1514
- `,Ao=f.styled.div`
1514
+ `,Or=f.styled.div`
1515
1515
  ${({theme:e})=>`
1516
1516
  display: flex;
1517
1517
  flex-direction: column;
@@ -1555,7 +1555,7 @@
1555
1555
  border: 1px solid ${e.palette.success[500]};
1556
1556
  }
1557
1557
  `}
1558
- `,ot=f.styled.button`
1558
+ `,at=f.styled.button`
1559
1559
  ${({theme:e,$variant:n})=>`
1560
1560
  background: transparent;
1561
1561
  border: none;
@@ -1580,12 +1580,12 @@
1580
1580
  text-decoration: none;
1581
1581
  }
1582
1582
  `}
1583
- `,Lo=f.styled.input`
1583
+ `,Br=f.styled.input`
1584
1584
  opacity: 0;
1585
1585
  position: absolute;
1586
1586
  visibility: hidden;
1587
1587
  width: 0;
1588
- `,An=({disabled:e=!1,handleButtonClick:n,errorMsg:i,fileName:r,handleRemoveFile:o,theme:a})=>t.jsxs(ee,{className:`${e?"disabled":""} ${i?"error":""}`,children:[t.jsx(Ro,{$size:"md",children:r}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[y.lodashExports.isEmpty(r)||e?void 0:t.jsx(V,{color:a.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:o,variant:"ghost",width:"20px"}),i&&t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:a.palette.error[500],iconSize:"lg"}),t.jsxs(H,{border:e?`1px solid ${a.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:e,height:"40px",onClick:n,variant:"primary",width:"96px",children:[t.jsx(R,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),Po={"vnd.ms-excel":"XLS","vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX",msword:"DOC"},ze=(e,n,i)=>{const r=new Event(e);return Object.defineProperty(r,"target",{value:{name:n,value:i}}),r},Oo=e=>{const n=e;return n?Array.from(n).map(i=>i.name).join(", "):""},Bo=e=>{if(!e)return"All files";const n=e.split(",").map(r=>{const o=r.trim();if(e==="image/*")return"Images";if(e==="video/*")return"Videos";if(e==="audio/*")return"Audio files";if(o.startsWith("."))return o.substring(1).toUpperCase();if(o.includes("/")){const a=o.split("/")[1];return Po[a]??a.toUpperCase()}return o.toUpperCase()});return[...new Set(n)].join(", ")},Wo=(e,n=2)=>{if(e===0)return"0 Bytes";const i=1024,r=n<0?0:n,o=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],a=Math.floor(Math.log(e)/Math.log(i));return parseFloat((e/Math.pow(i,a)).toFixed(r))+" "+o[a]},{getVariant:_o}=ie(e=>({compliance:`
1588
+ `,Pn=({disabled:e=!1,handleButtonClick:n,errorMsg:i,fileName:o,handleRemoveFile:r,theme:a})=>t.jsxs(ee,{className:`${e?"disabled":""} ${i?"error":""}`,children:[t.jsx(Lr,{$size:"md",children:o}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[y.lodashExports.isEmpty(o)||e?void 0:t.jsx(V,{color:a.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:r,variant:"ghost",width:"20px"}),i&&t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:a.palette.error[500],iconSize:"lg"}),t.jsxs(_,{border:e?`1px solid ${a.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:e,height:"40px",onClick:n,variant:"primary",width:"96px",children:[t.jsx(R,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),Wr={"vnd.ms-excel":"XLS","vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX",msword:"DOC"},Te=(e,n,i)=>{const o=new Event(e);return Object.defineProperty(o,"target",{value:{name:n,value:i}}),o},Mr=e=>{const n=e;return n?Array.from(n).map(i=>i.name).join(", "):""},_r=e=>{if(!e)return"All files";const n=e.split(",").map(o=>{const r=o.trim();if(e==="image/*")return"Images";if(e==="video/*")return"Videos";if(e==="audio/*")return"Audio files";if(r.startsWith("."))return r.substring(1).toUpperCase();if(r.includes("/")){const a=r.split("/")[1];return Wr[a]??a.toUpperCase()}return r.toUpperCase()});return[...new Set(n)].join(", ")},Hr=(e,n=2)=>{if(e===0)return"0 Bytes";const i=1024,o=n<0?0:n,r=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],a=Math.floor(Math.log(e)/Math.log(i));return parseFloat((e/Math.pow(i,a)).toFixed(o))+" "+r[a]},{getVariant:Vr}=ie(e=>({compliance:`
1589
1589
  display: inline-flex;
1590
1590
 
1591
1591
  &.horizontal {
@@ -1643,18 +1643,18 @@
1643
1643
  .progress-bar {
1644
1644
  background-color: ${e.palette.primary[500]};
1645
1645
  }
1646
- `})),Ho=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],Mo=f.styled.div`
1647
- ${({theme:e,$minWidth:n,$orientation:i,$rounded:r,$variant:o})=>`
1646
+ `})),Ur=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],Gr=f.styled.div`
1647
+ ${({theme:e,$minWidth:n,$orientation:i,$rounded:o,$variant:r})=>`
1648
1648
  background-color: ${e.palette.gray[100]};
1649
- border-radius: ${r?"100px":"unset"};
1649
+ border-radius: ${o?"100px":"unset"};
1650
1650
  ${i==="horizontal"?"min-width":"min-height"}: ${n=="full"?"100%":`${n}px`};
1651
1651
  ${i==="horizontal"?"":"height: 100%;"}
1652
1652
 
1653
- ${_o(e,o)}
1653
+ ${Vr(e,r)}
1654
1654
 
1655
1655
  `}
1656
- `,Vo=f.styled.div`
1657
- ${({theme:e,$percentage:n,$rounded:i,$variant:r})=>`
1656
+ `,Yr=f.styled.div`
1657
+ ${({theme:e,$percentage:n,$rounded:i,$variant:o})=>`
1658
1658
  display: inline-flex;
1659
1659
  width: ${n}%;
1660
1660
  max-width: 100%;
@@ -1663,15 +1663,15 @@
1663
1663
  border-radius: ${i?"100px":"unset"};
1664
1664
  border-end-end-radius: ${i&&n<100?"0":"inherit"};
1665
1665
  border-start-end-radius: ${i&&n<100?"0":"inherit"};
1666
- background-color: ${r==="compliance"?Ho(e,n):"inherit"};
1666
+ background-color: ${o==="compliance"?Ur(e,n):"inherit"};
1667
1667
  `}
1668
- `,Tt=({minWidth:e=100,percentage:n,percentageLocation:i="right",showPercentage:r=!1,orientation:o="horizontal",rounded:a=!0,variant:l="default"})=>{const s=r&&i==="left",c=r?t.jsx($,{alignItems:"center",display:"flex",justify:s?"flex-end":"flex-start",width:"40px",children:t.jsx(F,{ml:.5,mr:s?.5:0,size:"md",children:`${n}%`})}):null,p=t.jsx(Mo,{$minWidth:e,$orientation:o,$rounded:a,$variant:l,className:o,children:t.jsx(Vo,{$percentage:n,$rounded:a,$variant:l,className:"progress-bar"})});return t.jsxs($,{alignItems:"center",display:"inline-flex",flexDirection:s?"row-reverse":"row",height:o==="horizontal"?"auto":"100%",maxWidth:s&&e!=="full"?`${e+43}px`:e=="full"?"100%":void 0,minWidth:s&&e!=="full"?`${e+43}px`:e=="full"?"100%":void 0,textAlign:"end",children:[p,c]})},Ln=({disabled:e=!1,handleButtonClick:n,errorMsg:i,fileName:r,handleRemoveFile:o,setValue:a,name:l,theme:s,accept:c,value:p,viewMode:d,progressPercentage:g,multiple:x,description:h})=>{const b=u.useRef(null),{dropProps:m,isDropTarget:j}=y.$5c06e4929e123553$export$ccdee5eaf73cf661({ref:b,async onDrop(T){const N=T.items.filter(P=>P.kind==="file"),I=await Promise.all(N.map(async P=>P.getFile())),D=new DataTransfer;(x?I:[I[0]]).forEach(P=>D.items.add(P));const E=D.files;a==null||a(l??"",E)}}),w=t.jsx(V,{color:s.palette.gray[700],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:o,variant:"ghost",width:"20px"}),C=i?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:s.palette.error[500],iconSize:"lg"}):g||d?void 0:t.jsx(R,{icon:"circle-check",iconClass:"success-icon",iconColor:s.palette.success[500],iconSize:"lg"}),k=!i&&r?t.jsxs(F,{color:s.palette.gray[400],size:"md",children:[Array.from(p).map(T=>Wo(T.size)).join(", "),g?` • ${g}% uploaded`:void 0]}):t.jsx(q,{priority:"low",tagLabel:"Error uploading",variant:"error"}),v=t.jsx(ot,{$variant:"highRelevance",disabled:e,onClick:n,children:"click to browse"}),z=t.jsx(ot,{$variant:"lowRelevance",disabled:e,onClick:o,children:"Try again"}),S=t.jsx(ot,{$variant:"lowRelevance",disabled:e,onClick:n,children:"Replace file"});return t.jsxs(u.Fragment,{children:[!r&&t.jsxs(No,{...m,className:`${e?"disabled":""} ${i?"error":""} ${j?"target":""} dropzone`,onClick:!e&&n,children:[r,t.jsx(R,{icon:"cloud-arrow-up",iconColor:s.palette.gray[800],iconSize:"xl",iconType:"fa-light"}),t.jsx($,{display:"inline-flex",gap:.25,children:t.jsxs(F,{color:s.palette.gray[800],size:"md",textAlign:"center",children:["Drop your file here, or ",v]})}),t.jsxs(F,{color:s.palette.gray[400],size:"sm",textAlign:"center",children:[`${Bo(c)}`,h?` (${h})`:void 0]})]}),r&&t.jsxs(Ao,{className:`${i?"error":""} dropzone`,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",justify:"space-between",children:[t.jsxs($,{display:"flex",flexDirection:"column",children:[t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,justify:"center",children:[C,t.jsx(F,{color:s.palette.gray[700],fontWeight:"bold",size:"md",children:r})]}),t.jsx("div",{children:k})]}),i?z:y.lodashExports.isEmpty(r)?void 0:d?S:w]}),g?t.jsx(Tt,{minWidth:"full",percentage:g}):void 0]})]})},Uo=({accept:e,disabled:n=!1,error:i,label:r,helpLink:o,helpText:a,id:l,multiple:s,name:c,onChange:p,required:d,register:g,setValue:x,tooltip:h,watch:b,weight:m,variant:j="default",viewMode:w,progressPercentage:C,description:k})=>{const v=f.useTheme(),z=n?void 0:i,S=u.useRef(null),T=g==null?void 0:g(c,{required:d}),N=b==null?void 0:b(c),I=Oo(N),D=u.useCallback(B=>{B.stopPropagation();const _=ze("change",c,void 0);x&&x(c,void 0),T&&T.onChange(_)},[T,c,x]),E=u.useCallback(B=>{const{files:_}=B.currentTarget,W=ze("change",c,_&&_.length>0?_:void 0);_&&_.length>0&&(p==null||p(W),x&&x(c,_),T&&T.onChange(W))},[T,c,p,x]),P=u.useCallback(B=>{B.stopPropagation(),n?B.preventDefault():S.current&&S.current.click()},[n]);return t.jsxs(K,{error:z,helpLink:o,helpText:a,htmlFor:l??c,label:r,required:d,tooltip:h,weight:m,children:[j==="default"&&t.jsx(An,{disabled:n,errorMsg:z,fileName:I,handleButtonClick:P,handleRemoveFile:D,theme:v}),j==="dropzone"&&t.jsx(Ln,{accept:e,description:k,disabled:n,errorMsg:z,fileName:I,handleButtonClick:P,handleRemoveFile:D,multiple:s,name:c,progressPercentage:C,setValue:x,theme:v,value:N,viewMode:w}),t.jsx(Lo,{...T,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:l??c,multiple:s,name:c,onChange:E,ref:S,type:"file"})]})},Go=({title:e,icon:n="circle-info",children:i,tagElement:r})=>t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,children:[t.jsx(R,{icon:n,iconSize:"md",iconType:"fa-light"}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e}),r&&t.jsx($,{display:"flex",flexDirection:"row",mb:.25,children:r})]}),t.jsx($,{children:i})]}),Yo=f.styled.input`
1668
+ `,Dt=({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(D,{ml:.5,mr:s?.5:0,size:"md",children:`${n}%`})}):null,d=t.jsx(Gr,{$minWidth:e,$orientation:r,$rounded:a,$variant:l,className:r,children:t.jsx(Yr,{$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!=="full"?`${e+43}px`:e=="full"?"100%":void 0,minWidth:s&&e!=="full"?`${e+43}px`:e=="full"?"100%":void 0,textAlign:"end",children:[d,c]})},On=({disabled:e=!1,handleButtonClick:n,errorMsg:i,fileName:o,handleRemoveFile:r,setValue:a,name:l,theme:s,accept:c,value:d,viewMode:p,progressPercentage:g,multiple:x,description:h})=>{const b=u.useRef(null),{dropProps:m,isDropTarget:j}=y.$5c06e4929e123553$export$ccdee5eaf73cf661({ref:b,async onDrop(T){const N=T.items.filter(P=>P.kind==="file"),E=await Promise.all(N.map(async P=>P.getFile())),I=new DataTransfer;(x?E:[E[0]]).forEach(P=>I.items.add(P));const F=I.files;a==null||a(l??"",F)}}),w=t.jsx(V,{color:s.palette.gray[700],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:r,variant:"ghost",width:"20px"}),C=i?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:s.palette.error[500],iconSize:"lg"}):g||p?void 0:t.jsx(R,{icon:"circle-check",iconClass:"success-icon",iconColor:s.palette.success[500],iconSize:"lg"}),k=!i&&o?t.jsxs(D,{color:s.palette.gray[400],size:"md",children:[Array.from(d).map(T=>Hr(T.size)).join(", "),g?` • ${g}% uploaded`:void 0]}):t.jsx(K,{priority:"low",tagLabel:"Error uploading",variant:"error"}),v=t.jsx(at,{$variant:"highRelevance",disabled:e,onClick:n,children:"click to browse"}),z=t.jsx(at,{$variant:"lowRelevance",disabled:e,onClick:r,children:"Try again"}),S=t.jsx(at,{$variant:"lowRelevance",disabled:e,onClick:n,children:"Replace file"});return t.jsxs(u.Fragment,{children:[!o&&t.jsxs(Pr,{...m,className:`${e?"disabled":""} ${i?"error":""} ${j?"target":""} dropzone`,onClick:!e&&n,children:[o,t.jsx(R,{icon:"cloud-arrow-up",iconColor:s.palette.gray[800],iconSize:"xl",iconType:"fa-light"}),t.jsx($,{display:"inline-flex",gap:.25,children:t.jsxs(D,{color:s.palette.gray[800],size:"md",textAlign:"center",children:["Drop your file here, or ",v]})}),t.jsxs(D,{color:s.palette.gray[400],size:"sm",textAlign:"center",children:[`${_r(c)}`,h?` (${h})`:void 0]})]}),o&&t.jsxs(Or,{className:`${i?"error":""} dropzone`,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",justify:"space-between",children:[t.jsxs($,{display:"flex",flexDirection:"column",children:[t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,justify:"center",children:[C,t.jsx(D,{color:s.palette.gray[700],fontWeight:"bold",size:"md",children:o})]}),t.jsx("div",{children:k})]}),i?z:y.lodashExports.isEmpty(o)?void 0:p?S:w]}),g?t.jsx(Dt,{minWidth:"full",percentage:g}):void 0]})]})},Xr=({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,variant:j="default",viewMode:w,progressPercentage:C,description:k})=>{const v=f.useTheme(),z=n?void 0:i,S=u.useRef(null),T=g==null?void 0:g(c,{required:p}),N=b==null?void 0:b(c),E=Mr(N),I=u.useCallback(B=>{B.stopPropagation();const M=Te("change",c,void 0);x&&x(c,void 0),T&&T.onChange(M)},[T,c,x]),F=u.useCallback(B=>{const{files:M}=B.currentTarget,W=Te("change",c,M&&M.length>0?M:void 0);M&&M.length>0&&(d==null||d(W),x&&x(c,M),T&&T.onChange(W))},[T,c,d,x]),P=u.useCallback(B=>{B.stopPropagation(),n?B.preventDefault():S.current&&S.current.click()},[n]);return t.jsxs(Z,{error:z,helpLink:r,helpText:a,htmlFor:l??c,label:o,required:p,tooltip:h,weight:m,children:[j==="default"&&t.jsx(Pn,{disabled:n,errorMsg:z,fileName:E,handleButtonClick:P,handleRemoveFile:I,theme:v}),j==="dropzone"&&t.jsx(On,{accept:e,description:k,disabled:n,errorMsg:z,fileName:E,handleButtonClick:P,handleRemoveFile:I,multiple:s,name:c,progressPercentage:C,setValue:x,theme:v,value:N,viewMode:w}),t.jsx(Br,{...T,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:l??c,multiple:s,name:c,onChange:F,ref:S,type:"file"})]})},Kr=({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(R,{icon:n,iconSize:"md",iconType:"fa-light"}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e}),o&&t.jsx($,{display:"flex",flexDirection:"row",mb:.25,children:o})]}),t.jsx($,{children:i})]}),Zr=f.styled.input`
1669
1669
  border: none;
1670
1670
  background: transparent;
1671
1671
  min-width: 15rem;
1672
1672
  padding: 0;
1673
1673
  flex: 1;
1674
- `,ut=({disabled:e=!1,error:n,field:i,helpLink:r,helpLinkText:o,helpText:a,label:l,name:s="input-tag",onChange:c,onRemove:p,placeholder:d,required:g,tooltip:x,value:h,weight:b})=>{const m=f.useTheme(),j=e?void 0:n,[w,C]=u.useState(""),k=c?h:i==null?void 0:i.value,v=u.useMemo(()=>k&&typeof k=="string"?k.split(",").filter(Boolean):[],[k]),z=u.useCallback(D=>{const P=[...new Set(D.filter(Boolean))].join(","),B=ze("change",s,P);i&&i.onChange(B),c&&c(B)},[i,s,c]),S=u.useCallback(D=>{C(D.target.value)},[]),T=u.useCallback(D=>{const E=w.trim();E.length&&!v.includes(E)&&(D.preventDefault(),z([...v,E]),C("")),i&&i.onBlur()},[w,i,z,v]),N=u.useCallback(D=>{const E=w.trim();D.key==="Enter"&&E.length===0&&D.preventDefault(),["Enter",","].includes(D.key)&&E.length>0&&!v.includes(E)?(D.preventDefault(),z([...v,E]),C("")):D.key==="Backspace"&&!E.length&&v.length&&(D.preventDefault(),p==null||p(v[v.length-1]),z(v.slice(0,-1)))},[w,p,z,v]),I=u.useCallback(D=>()=>{p==null||p(D),z(v.filter(E=>E!==D))},[p,z,v]);return t.jsx(K,{error:j,helpLink:r,helpLinkText:o,helpText:a,htmlFor:s,label:l,required:g,tooltip:x,weight:b,children:t.jsxs(ee,{$overflowX:"auto",className:`${e?"disabled":""} ${j?"error":""}`,children:[v.map(D=>t.jsx(q,{disabled:e,onClose:I(D),tagLabel:D},D)),t.jsx(Yo,{"aria-hidden":!1,"aria-invalid":j?"true":"false","aria-label":s,"aria-required":g,autoComplete:"off",disabled:e,id:s,onBlur:T,onChange:S,onKeyDown:N,placeholder:v.length===0?d:void 0,ref:i==null?void 0:i.ref,type:"text",value:w}),j?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:m.palette.error[500],iconSize:"lg"}):void 0]})})},Xo=({disabled:e=!1,control:n,error:i,helpLink:r,helpLinkText:o,helpText:a,label:l,name:s="input-tag",onChange:c,onRemove:p,placeholder:d,required:g,tooltip:x,value:h,weight:b})=>n?t.jsx(y.Controller,{control:n,name:s,render:({field:m})=>t.jsx(ut,{disabled:e,error:i,field:m,helpLink:r,helpLinkText:o,helpText:a,label:l,name:s,onRemove:p,placeholder:d,required:g,tooltip:x,weight:b}),rules:{required:g}}):t.jsx(ut,{disabled:e,error:i,helpLink:r,helpLinkText:o,helpText:a,label:l,name:s,onChange:c,onRemove:p,placeholder:d,required:g,tooltip:x,value:h,weight:b}),je=u.forwardRef(function({disabled:n,icon:i,margin:r,onClick:o,...a},l){return t.jsx(uo,{$margin:r,"aria-label":i,className:"action-btn",disabled:n,onClick:o,ref:l,type:"button",...a,children:t.jsx(R,{icon:i,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),Te=({error:e,decimalPlaces:n=0,disabled:i=!1,id:r,maxLength:o,max:a=1/0,min:l=0,name:s,onChange:c,onEnter:p,placeholder:d,register:g,required:x,setValue:h,tooltipMessage:b,value:m,variant:j="full",defaultValue:w})=>{const C=f.useTheme(),k=i?void 0:e,v=n<0?0:n,z=$o(m==null?void 0:m.toString(),w),[S,T]=u.useState(z);u.useEffect(()=>{T(z)},[z]);const N=u.useCallback(()=>{const _=((S??Number(l))-10**-v).toFixed(v),W=Math.max(Number(l),Number(_));h&&h(s,W,{shouldDirty:!0}),T(W);const M=ze("change",s,_);c&&c(M)},[S,v,l,h,s,c]),I=u.useCallback(()=>{const _=((S??Number(l))+10**-v).toFixed(v),W=Math.min(Number(a),Number(_)>Number(l)?Number(_):Number(l));h&&h(s,W,{shouldDirty:!0}),T(W);const M=ze("change",s,_);c&&c(M)},[S,v,a,l,h,s,c]),D=u.useCallback(B=>{const{value:_}=B.target,W=/\d+/u.test(_)&&!y._.isEmpty(_);h&&h(s,W?_:void 0),c&&c(B),T(y._.isEmpty(_)?void 0:Number(_))},[s,c,h]),E=u.useCallback(B=>{B.stopPropagation(),B.key==="Enter"&&!y.lodashExports.isEmpty(B.currentTarget.value)&&(p==null||p(y.lodashExports.toNumber(B.currentTarget.value)))},[p]),P=()=>t.jsx("input",{"aria-hidden":!1,"aria-invalid":k?"true":"false","aria-label":s,"aria-required":x,autoComplete:"off",disabled:i,id:r??s,max:a,min:l,onChange:D,onKeyUp:E,placeholder:d,required:x,step:10**-v,type:"number",value:S??"",...g==null?void 0:g(s,{maxLength:o,max:a,min:l,onChange:D,value:m,valueAsNumber:!0})});return t.jsxs(ee,{$variant:j,className:`${i?"disabled":""} ${k?"error":""}`,children:[j==="compact"&&b?t.jsx(X,{id:`numberInputTooltip-${s}`,tip:b,width:"100%",children:P()}):P(),k&&t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:C.palette.error[500],iconSize:"lg"}),j==="compact"?t.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",borderLeft:"inherit"},children:[t.jsx(je,{borderRadius:`0 ${C.spacing[.5]} 0 0`,disabled:i,icon:"plus",onClick:I,px:.25}),t.jsx(no,{}),t.jsx(je,{borderRadius:`0 0 ${C.spacing[.5]} 0`,disabled:i,icon:"minus",onClick:N,px:.25})]}):t.jsxs(t.Fragment,{children:[t.jsx(je,{borderLeft:"inherit",borderRight:"inherit",disabled:i,icon:"minus",margin:"0 -0.625rem 0 0",onClick:N,px:.75,py:.75}),t.jsx(je,{borderRadius:`0 ${C.spacing[.5]} ${C.spacing[.5]} 0`,disabled:i,icon:"plus",onClick:I,px:.75,py:.75})]})]})},Pn=({autoUpdate:e,decimalPlaces:n,disabled:i=!1,error:r,helpLink:o,helpLinkText:a,helpText:l,id:s,label:c,linkPosition:p,maxLength:d,max:g,min:x,name:h,onChange:b,onEnter:m,placeholder:j,register:w,required:C,setValue:k,tooltip:v,tooltipMessage:z,value:S,variant:T="full",watch:N,weight:I,defaultValue:D})=>T==="compact"?t.jsx(Te,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:D??Number(S??0),disabled:i,max:g,min:x,name:h,onEnter:m??(()=>{}),tooltipMessage:z,value:S,variant:T}):t.jsx(K,{error:i?void 0:r,helpLink:o,helpLinkText:a,helpText:l,htmlFor:h,label:c,linkPosition:p,maxLength:d,required:C,tooltip:v,weight:I,children:t.jsx(Te,{decimalPlaces:n,disabled:i,error:r,id:s,max:g,maxLength:d,min:x,name:h,onChange:b,placeholder:j,register:w,required:C,setValue:k,value:N?N(h):S,variant:T})}),It=({disabled:e=!1,error:n,name:i,label:r,propsMax:o,propsMin:a,required:l,tooltip:s,variant:c="default"})=>{const p=`${i}Max`,d=`${i}Min`;return t.jsx(K,{error:e?void 0:n,htmlFor:i,label:r,required:l,tooltip:s,children:t.jsxs($,{display:"flex",flexDirection:c==="filters"?"column":"row",gap:.25,width:"100%",children:[t.jsx(Te,{...a,disabled:e,error:n,name:(a==null?void 0:a.name)??d}),t.jsx(Te,{...o,disabled:e,error:n,name:(o==null?void 0:o.name)??p})]})})},Ko=f.styled.div`
1674
+ `,ht=({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(),j=e?void 0:n,[w,C]=u.useState(""),k=c?h:i==null?void 0:i.value,v=u.useMemo(()=>k&&typeof k=="string"?k.split(",").filter(Boolean):[],[k]),z=u.useCallback(I=>{const P=[...new Set(I.filter(Boolean))].join(","),B=Te("change",s,P);i&&i.onChange(B),c&&c(B)},[i,s,c]),S=u.useCallback(I=>{C(I.target.value)},[]),T=u.useCallback(I=>{const F=w.trim();F.length&&!v.includes(F)&&(I.preventDefault(),z([...v,F]),C("")),i&&i.onBlur()},[w,i,z,v]),N=u.useCallback(I=>{const F=w.trim();I.key==="Enter"&&F.length===0&&I.preventDefault(),["Enter",","].includes(I.key)&&F.length>0&&!v.includes(F)?(I.preventDefault(),z([...v,F]),C("")):I.key==="Backspace"&&!F.length&&v.length&&(I.preventDefault(),d==null||d(v[v.length-1]),z(v.slice(0,-1)))},[w,d,z,v]),E=u.useCallback(I=>()=>{d==null||d(I),z(v.filter(F=>F!==I))},[d,z,v]);return t.jsx(Z,{error:j,helpLink:o,helpLinkText:r,helpText:a,htmlFor:s,label:l,required:g,tooltip:x,weight:b,children:t.jsxs(ee,{$overflowX:"auto",className:`${e?"disabled":""} ${j?"error":""}`,children:[v.map(I=>t.jsx(K,{disabled:e,onClose:E(I),tagLabel:I},I)),t.jsx(Zr,{"aria-hidden":!1,"aria-invalid":j?"true":"false","aria-label":s,"aria-required":g,autoComplete:"off",disabled:e,id:s,onBlur:T,onChange:S,onKeyDown:N,placeholder:v.length===0?p:void 0,ref:i==null?void 0:i.ref,type:"text",value:w}),j?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:m.palette.error[500],iconSize:"lg"}):void 0]})})},qr=({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(ht,{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(ht,{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}),we=u.forwardRef(function({disabled:n,icon:i,margin:o,onClick:r,...a},l){return t.jsx(fr,{$margin:o,"aria-label":i,className:"action-btn",disabled:n,onClick:r,ref:l,type:"button",...a,children:t.jsx(R,{icon:i,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),Ie=({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:j="full",defaultValue:w})=>{const C=f.useTheme(),k=i?void 0:e,v=n<0?0:n,z=wr(m==null?void 0:m.toString(),w),[S,T]=u.useState(z);u.useEffect(()=>{T(z)},[z]);const N=u.useCallback(()=>{const M=((S??Number(l))-10**-v).toFixed(v),W=Math.max(Number(l),Number(M));h&&h(s,W,{shouldDirty:!0}),T(W);const H=Te("change",s,M);c&&c(H)},[S,v,l,h,s,c]),E=u.useCallback(()=>{const M=((S??Number(l))+10**-v).toFixed(v),W=Math.min(Number(a),Number(M)>Number(l)?Number(M):Number(l));h&&h(s,W,{shouldDirty:!0}),T(W);const H=Te("change",s,M);c&&c(H)},[S,v,a,l,h,s,c]),I=u.useCallback(B=>{const{value:M}=B.target,W=/\d+/u.test(M)&&!y._.isEmpty(M);h&&h(s,W?M:void 0),c&&c(B),T(y._.isEmpty(M)?void 0:Number(M))},[s,c,h]),F=u.useCallback(B=>{B.stopPropagation(),B.key==="Enter"&&!y.lodashExports.isEmpty(B.currentTarget.value)&&(d==null||d(y.lodashExports.toNumber(B.currentTarget.value)))},[d]),P=()=>t.jsx("input",{"aria-hidden":!1,"aria-invalid":k?"true":"false","aria-label":s,"aria-required":x,autoComplete:"off",disabled:i,id:o??s,max:a,min:l,onChange:I,onKeyUp:F,placeholder:p,required:x,step:10**-v,type:"number",value:S??"",...g==null?void 0:g(s,{maxLength:r,max:a,min:l,onChange:I,value:m,valueAsNumber:!0})});return t.jsxs(ee,{$variant:j,className:`${i?"disabled":""} ${k?"error":""}`,children:[j==="compact"&&b?t.jsx(X,{id:`numberInputTooltip-${s}`,tip:b,width:"100%",children:P()}):P(),k&&t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:C.palette.error[500],iconSize:"lg"}),j==="compact"?t.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",borderLeft:"inherit"},children:[t.jsx(we,{borderRadius:`0 ${C.spacing[.5]} 0 0`,disabled:i,icon:"plus",onClick:E,px:.25}),t.jsx(ar,{}),t.jsx(we,{borderRadius:`0 0 ${C.spacing[.5]} 0`,disabled:i,icon:"minus",onClick:N,px:.25})]}):t.jsxs(t.Fragment,{children:[t.jsx(we,{borderLeft:"inherit",borderRight:"inherit",disabled:i,icon:"minus",margin:"0 -0.625rem 0 0",onClick:N,px:.75,py:.75}),t.jsx(we,{borderRadius:`0 ${C.spacing[.5]} ${C.spacing[.5]} 0`,disabled:i,icon:"plus",onClick:E,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:j,register:w,required:C,setValue:k,tooltip:v,tooltipMessage:z,value:S,variant:T="full",watch:N,weight:E,defaultValue:I})=>T==="compact"?t.jsx(Ie,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:I??Number(S??0),disabled:i,max:g,min:x,name:h,onEnter:m??(()=>{}),tooltipMessage:z,value:S,variant:T}):t.jsx(Z,{error:i?void 0:o,helpLink:r,helpLinkText:a,helpText:l,htmlFor:h,label:c,linkPosition:d,maxLength:p,required:C,tooltip:v,weight:E,children:t.jsx(Ie,{decimalPlaces:n,disabled:i,error:o,id:s,max:g,maxLength:p,min:x,name:h,onChange:b,placeholder:j,register:w,required:C,setValue:k,value:N?N(h):S,variant:T})}),Ft=({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(Z,{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(Ie,{...a,disabled:e,error:n,name:(a==null?void 0:a.name)??p}),t.jsx(Ie,{...r,disabled:e,error:n,name:(r==null?void 0:r.name)??d})]})})},Jr=f.styled.div`
1675
1675
  ${({theme:e})=>`
1676
1676
  align-items: flex-start;
1677
1677
  align-self: stretch;
@@ -1711,7 +1711,7 @@
1711
1711
  }
1712
1712
  }
1713
1713
  `}
1714
- `,Zo=f.styled.button`
1714
+ `,Qr=f.styled.button`
1715
1715
  ${({theme:e})=>`
1716
1716
  align-items: center;
1717
1717
  background: inherit;
@@ -1727,7 +1727,7 @@
1727
1727
  cursor: not-allowed;
1728
1728
  }
1729
1729
  `}
1730
- `,qo=f.styled.ul`
1730
+ `,ea=f.styled.ul`
1731
1731
  ${({theme:e})=>`
1732
1732
  align-items: flex-start;
1733
1733
  box-shadow: ${e.shadows.md};
@@ -1741,7 +1741,7 @@
1741
1741
  scrollbar-width: thin;
1742
1742
  width: max-content;
1743
1743
  `}
1744
- `,Jo=f.styled.li`
1744
+ `,ta=f.styled.li`
1745
1745
  ${({theme:e})=>`
1746
1746
  align-items: center;
1747
1747
  background: ${e.palette.white};
@@ -1758,22 +1758,22 @@
1758
1758
  background: ${e.palette.gray[100]};
1759
1759
  }
1760
1760
  `}
1761
- `,Qo=f.styled.p`
1761
+ `,na=f.styled.p`
1762
1762
  color: ${({theme:e})=>e.palette.gray[800]};
1763
1763
  font-size: inherit;
1764
1764
  min-width: 55%;
1765
1765
  overflow: hidden;
1766
1766
  text-overflow: ellipsis;
1767
1767
  white-space: nowrap;
1768
- `,ea=({disabled:e,error:n,label:i,name:r,placeholder:o,required:a,register:l,tooltip:s,value:c,watch:p,weight:d})=>{const g=f.useTheme(),x=u.useRef(null),h=e?void 0:n,b=(p==null?void 0:p(r))??c,[m,j]=u.useState(!1),[w,C]=u.useState(""),{refs:k,floatingStyles:v}=y.useFloating$1({placement:"bottom-start",whileElementsMounted:y.autoUpdate}),{inputRef:z,inputValue:S,handlePhoneValueChange:T,country:N,setCountry:I}=y.ee({countries:y._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),D=u.useCallback(W=>{W.key==="Enter"&&W.preventDefault()},[]),E=u.useCallback(W=>{W.preventDefault(),j(M=>!M),m||C("")},[m]),P=u.useCallback(W=>()=>{I(W),j(!1),C("")},[I,j]),B=u.useCallback(W=>{W.key.length===1?C(M=>M+W.key):W.key==="Backspace"&&C(M=>M.slice(0,-1))},[]),_=y._$1.filter(W=>{const{name:M}=y.M(W);return M.toLowerCase().includes(w.toLowerCase())});return te(k.floating.current,()=>{j(!1),C("")},!0),t.jsx(K,{error:h,htmlFor:r,label:i,required:a,tooltip:s,weight:d,children:t.jsxs(Ko,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Zo,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:E,onKeyDown:B,ref:k.setReference,children:[t.jsx(y.q,{iso2:N.iso2,size:"16px"}),t.jsx(R,{icon:"angle-down",iconColor:g.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(ee,{className:`${e?"disabled":""} ${h?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":h?"true":"false","aria-label":r,"aria-required":a,autoComplete:"off","data-testid":`${r}-input`,disabled:e,id:r,name:r,onKeyDown:D,placeholder:o,ref:z,type:"tel",value:S,...l==null?void 0:l(r,{required:a,onChange:T})}),h?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),m&&he.createPortal(t.jsx(qo,{ref:k.setFloating,style:v,children:_.map(W=>{const{dialCode:M,iso2:ae,name:We}=y.M(W);return t.jsxs(Jo,{onClick:P(ae),value:ae,children:[t.jsx(y.q,{iso2:ae,size:"16px"}),t.jsx(Qo,{children:We}),t.jsx(F,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+M})]},ae)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},ta=({disabled:e=!1,error:n,helpLink:i,helpLinkText:r,helpText:o,isTouched:a,isValid:l,label:s,name:c="input-text",id:p,maskValue:d=!1,maxLength:g,onBlur:x,placeholder:h,register:b,required:m,rows:j,tooltip:w,watch:C,weight:k,value:v})=>{const z=f.useTheme(),S=(C==null?void 0:C(c))??v,T=l&&a&&!e,N=e?void 0:n;return t.jsx(K,{disabled:e,error:N,helpLink:i,helpLinkText:r,helpText:o,htmlFor:c,label:s,maxLength:g,required:m,tooltip:w,value:S?String(S):void 0,weight:k,children:t.jsxs(ee,{className:`
1768
+ `,ia=({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,j]=u.useState(!1),[w,C]=u.useState(""),{refs:k,floatingStyles:v}=y.useFloating$1({placement:"bottom-start",whileElementsMounted:y.autoUpdate}),{inputRef:z,inputValue:S,handlePhoneValueChange:T,country:N,setCountry:E}=y.ee({countries:y._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),I=u.useCallback(W=>{W.key==="Enter"&&W.preventDefault()},[]),F=u.useCallback(W=>{W.preventDefault(),j(H=>!H),m||C("")},[m]),P=u.useCallback(W=>()=>{E(W),j(!1),C("")},[E,j]),B=u.useCallback(W=>{W.key.length===1?C(H=>H+W.key):W.key==="Backspace"&&C(H=>H.slice(0,-1))},[]),M=y._$1.filter(W=>{const{name:H}=y.M(W);return H.toLowerCase().includes(w.toLowerCase())});return te(k.floating.current,()=>{j(!1),C("")},!0),t.jsx(Z,{error:h,htmlFor:o,label:i,required:a,tooltip:s,weight:p,children:t.jsxs(Jr,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Qr,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:F,onKeyDown:B,ref:k.setReference,children:[t.jsx(y.q,{iso2:N.iso2,size:"16px"}),t.jsx(R,{icon:"angle-down",iconColor:g.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(ee,{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:I,placeholder:r,ref:z,type:"tel",value:S,...l==null?void 0:l(o,{required:a,onChange:T})}),h?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),m&&fe.createPortal(t.jsx(ea,{ref:k.setFloating,style:v,children:M.map(W=>{const{dialCode:H,iso2:ae,name:Me}=y.M(W);return t.jsxs(ta,{onClick:P(ae),value:ae,children:[t.jsx(y.q,{iso2:ae,size:"16px"}),t.jsx(na,{children:Me}),t.jsx(D,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+H})]},ae)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},oa=({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:j,tooltip:w,watch:C,weight:k,value:v})=>{const z=f.useTheme(),S=(C==null?void 0:C(c))??v,T=l&&a&&!e,N=e?void 0:n;return t.jsx(Z,{disabled:e,error:N,helpLink:i,helpLinkText:o,helpText:r,htmlFor:c,label:s,maxLength:g,required:m,tooltip:w,value:S?String(S):void 0,weight:k,children:t.jsxs(ee,{className:`
1769
1769
  ${e?"disabled":""} ${N?"error":""} ${T?"success":""}
1770
- `,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":N?"true":"false","aria-label":c,"aria-required":m,className:d?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:p??c,maxLength:g,placeholder:h,rows:j,value:S,...b==null?void 0:b(c,{required:m,onBlur:x})}),N?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:z.palette.error[500],iconSize:"lg"}):void 0,T?t.jsx(R,{icon:"check-circle",iconClass:"success-icon",iconColor:z.palette.success[500],iconSize:"lg"}):void 0]})})},na=({control:e,description:n,disabled:i,id:r,items:o,align:a,inputType:l="text",inputNumberProps:s,minHeight:c,minWidth:p,name:d,placeholder:g,textAlign:x,tooltip:h,title:b,value:m,isTouched:j,isValid:w,error:C,onChange:k,register:v,setValue:z,watch:S})=>{const T=u.useMemo(()=>{if(l==="text")return t.jsx(tt,{disabled:i,error:C,isTouched:j,isValid:w,name:d,placeholder:g,register:v});if(l==="date")return t.jsx(Fn,{disabled:i,error:C,name:d,register:v,setValue:z,watch:S});if(l==="select"&&o)return t.jsx(Ct,{control:e,disabled:i,items:o,name:d,placeholder:g,value:m});const{decimalPlaces:N,max:I,min:D}=s??{};return t.jsx(Pn,{decimalPlaces:N,disabled:i,error:C,max:I,min:D,name:d,onChange:k,placeholder:g,register:v,setValue:z,value:m,watch:S})},[e,i,C,s,l,j,w,o,d,k,g,v,z,m,S]);return t.jsxs(eo,{$align:a,$minHeight:c,$minWidth:p,children:[t.jsx(qe,{description:n,id:r,textAlign:x,title:b,tooltip:h}),T]})},On=({options:e,title:n,checkboxesName:i,defaultBgColor:r,defaultCollapsed:o,onChange:a})=>{const l=f.useTheme(),[s,c]=u.useState(o??!1),p=u.useCallback(()=>{c(d=>!d)},[]);return t.jsxs($,{"aria-label":n,bgColor:s&&!r?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:p,children:[t.jsx(F,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:n}),t.jsx(R,{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(d=>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(le,{checked:d.visible,disabled:d.locked,label:d.name,name:`${i}-${d.name}`,onChange:a,value:d.name})},d.name))}):void 0]})},ia=f.styled.div`
1770
+ `,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":N?"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:j,value:S,...b==null?void 0:b(c,{required:m,onBlur:x})}),N?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:z.palette.error[500],iconSize:"lg"}):void 0,T?t.jsx(R,{icon:"check-circle",iconClass:"success-icon",iconColor:z.palette.success[500],iconSize:"lg"}):void 0]})})},ra=({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:j,isValid:w,error:C,onChange:k,register:v,setValue:z,watch:S})=>{const T=u.useMemo(()=>{if(l==="text")return t.jsx(nt,{disabled:i,error:C,isTouched:j,isValid:w,name:p,placeholder:g,register:v});if(l==="date")return t.jsx(Rn,{disabled:i,error:C,name:p,register:v,setValue:z,watch:S});if(l==="select"&&r)return t.jsx(zt,{control:e,disabled:i,items:r,name:p,placeholder:g,value:m});const{decimalPlaces:N,max:E,min:I}=s??{};return t.jsx(Bn,{decimalPlaces:N,disabled:i,error:C,max:E,min:I,name:p,onChange:k,placeholder:g,register:v,setValue:z,value:m,watch:S})},[e,i,C,s,l,j,w,r,p,k,g,v,z,m,S]);return t.jsxs(or,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(Je,{description:n,id:o,textAlign:x,title:b,tooltip:h}),T]})},Wn=({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(D,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:n}),t.jsx(R,{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(le,{checked:p.visible,disabled:p.locked,label:p.name,name:`${i}-${p.name}`,onChange:a,value:p.name})},p.name))}):void 0]})},aa=f.styled.div`
1771
1771
  display: flex;
1772
1772
  align-self: flex-start;
1773
1773
  margin-left: auto;
1774
1774
  width: 40px;
1775
1775
  height: auto;
1776
- `,ra=f.styled.label`
1776
+ `,sa=f.styled.label`
1777
1777
  ${({theme:e})=>`
1778
1778
  align-items: center;
1779
1779
  display: flex;
@@ -1852,7 +1852,7 @@
1852
1852
  }
1853
1853
 
1854
1854
  `}
1855
- `,oa=f.styled.span.attrs({className:"checkmark"})``,Dt=u.forwardRef(function({checked:n,disabled:i=!1,label:r,name:o,onChange:a,onClick:l,value:s,...c},p){return t.jsxs(ra,{"aria-disabled":i,"aria-label":r??o,role:"radiogroup",children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-label":r??o,checked:n,disabled:i,name:o,onChange:a,onClick:l,ref:p,type:"radio",value:s,...c}),t.jsx(oa,{}),r??null]})}),aa=({alt:e,customDescription:n,imageId:i,icon:r,selectorProps:o,onClick:a,register:l,bgColor:s,title:c,isATag:p=!1,width:d="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:p?1:0,shadowHover:"md",width:d,children:[t.jsxs($,{display:"inline-flex",padding:[1,1,1,1],children:[t.jsx($,{alignSelf:"start",display:"flex",width:"fit-content",children:t.jsx(Dt,{defaultChecked:o.defaultChecked,name:o.name,onClick:a,value:o.value,...l==null?void 0:l(o.name)})}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,justify:"space-between",ml:1,mr:1,width:"100%",children:[!p&&i!==void 0&&t.jsx(ne,{alt:e??"card image",height:"32px",publicId:i,width:"32px"}),r===void 0?void 0:t.jsx(R,{icon:r,iconSize:"xl",iconType:"fa-light"}),t.jsxs($,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(F,{color:g.palette.gray[800],fontWeight:"bold",size:"md",children:c}),n===void 0?void 0:t.jsx($,{children:n})]})]})]}),p&&t.jsx(ia,{children:t.jsx(ne,{alt:e??"tag image",height:"40px",publicId:i??"tag image",width:"40px"})})]})},Q=f.styled.div`
1855
+ `,la=f.styled.span.attrs({className:"checkmark"})``,Et=u.forwardRef(function({checked:n,disabled:i=!1,label:o,name:r,onChange:a,onClick:l,value:s,...c},d){return t.jsxs(sa,{"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(la,{}),o??null]})}),ca=({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(Et,{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(ne,{alt:e??"card image",height:"32px",publicId:i,width:"32px"}),o===void 0?void 0:t.jsx(R,{icon:o,iconSize:"xl",iconType:"fa-light"}),t.jsxs($,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(D,{color:g.palette.gray[800],fontWeight:"bold",size:"md",children:c}),n===void 0?void 0:t.jsx($,{children:n})]})]})]}),d&&t.jsx(aa,{children:t.jsx(ne,{alt:e??"tag image",height:"40px",publicId:i??"tag image",width:"40px"})})]})},Q=f.styled.div`
1856
1856
  ${({theme:e})=>`
1857
1857
  align-items: center;
1858
1858
  background-color: ${e.palette.gray[200]};
@@ -1879,7 +1879,7 @@
1879
1879
  width: ${e.spacing[1.25]};
1880
1880
  z-index: 1;
1881
1881
  `}
1882
- `,sa=f.styled.label`
1882
+ `,da=f.styled.label`
1883
1883
  display: inline-block;
1884
1884
 
1885
1885
  input {
@@ -1959,7 +1959,7 @@
1959
1959
  width: 20px;
1960
1960
  z-index: 2;
1961
1961
  `}
1962
- `,Ue=f.styled.span`
1962
+ `,Ge=f.styled.span`
1963
1963
  font-size: 12px;
1964
1964
  font-weight: 700;
1965
1965
  letter-spacing: 0.5px;
@@ -1968,7 +1968,7 @@
1968
1968
  text-transform: uppercase;
1969
1969
  transition: 0.2s;
1970
1970
  z-index: 1;
1971
- `,la=f.styled.label`
1971
+ `,pa=f.styled.label`
1972
1972
  display: inline-block;
1973
1973
 
1974
1974
  input {
@@ -1995,12 +1995,12 @@
1995
1995
  color: ${({theme:e})=>e.palette.success[500]};
1996
1996
  }
1997
1997
 
1998
- input:checked + ${J} > ${Ue} {
1998
+ input:checked + ${J} > ${Ge} {
1999
1999
  color: ${({theme:e})=>e.palette.white};
2000
2000
  left: 3px;
2001
2001
  }
2002
2002
 
2003
- input:not(:checked):not(:disabled) + ${J} > ${Ue} {
2003
+ input:not(:checked):not(:disabled) + ${J} > ${Ge} {
2004
2004
  color: ${({theme:e})=>e.palette.gray[500]};
2005
2005
  right: 6px;
2006
2006
  }
@@ -2023,26 +2023,26 @@
2023
2023
  color: ${({theme:e})=>e.palette.white};
2024
2024
  }
2025
2025
 
2026
- input:disabled + ${J} > ${Ue} {
2026
+ input:disabled + ${J} > ${Ge} {
2027
2027
  color: ${({theme:e})=>e.palette.gray[400]};
2028
2028
  right: 6px;
2029
2029
  }
2030
- `,Bn=u.forwardRef(function({defaultChecked:n,disabled:i=!1,variant:r="default",icon:o=!1,justify:a,name:l,leftText:s,leftTextMinWidth:c,rightText:p,tooltip:d,tooltipPlace:g,onChange:x,...h},b){const m=n===!0?"on":"off",j=typeof s=="object"&&s.on&&s.off?s[m]:s,w=u.useCallback(v=>{v.stopPropagation()},[]),C=()=>r==="inline"?t.jsxs(la,{onClick:w,role:"switch",children:[t.jsx("input",{...h,"aria-disabled":i,"aria-label":l,checked:n===!0,disabled:i,name:l,onChange:x,ref:b,type:"checkbox"}),t.jsxs(J,{"aria-label":"Toggle Switch",id:`${l}Toggle`,children:[t.jsx(pe,{children:n?t.jsx(R,{icon:"check",iconSize:"sm"}):t.jsx(R,{icon:"times",iconSize:"sm"})}),t.jsx(Ue,{children:n?"YES":"NO"})]})]}):t.jsxs(sa,{onClick:w,role:"switch",children:[t.jsx("input",{...h,"aria-disabled":i,"aria-label":l,checked:n===!0,disabled:i,name:l,onChange:x,ref:b,type:"checkbox"}),t.jsx(Q,{"aria-label":"Toggle Switch",id:`${l}Toggle`,children:t.jsx(de,{children:o?t.jsx(R,{icon:n?"check":"times",iconSize:"md"}):void 0})})]}),k=()=>{const v=C();return i&&d?t.jsx(X,{id:`${l}-tooltip`,place:g,tip:d,children:v}):v};return r==="inline"?t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:a,children:[t.jsx($,{minWidth:c,children:j}),k(),p]}):t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:a,children:[t.jsx($,{minWidth:c,children:j}),k(),p]})}),ca=({id:e,title:n,toggles:i,minWidth:r="auto",height:o="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:o,justify:"center",minHeight:"100px",minWidth:r,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(qe,{id:e,title:n}),t.jsx($,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:i.map(l=>t.jsx(Bn,{...l},`$card-toggle-${l.name}`))})]})},da=({description:e,height:n="auto",leftIconName:i,children:r,rightIconName:o,title:a,tooltipId:l,tooltipTip:s,tooltipPlace:c="bottom",variant:p="centered",width:d="318px"})=>{const g=f.useTheme(),x=p==="centered",h=l&&s?t.jsx(X,{display:"flex",icon:o??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:d,children:[t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[x||y.isUndefined(i)?void 0:h,t.jsx(F,{color:x?g.palette.gray[800]:g.palette.gray[400],size:"md",textAlign:x?"center":"start",children:e}),x||y.isUndefined(o)?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(U,{fontWeight:"bold",size:"sm",children:a}),r]}),x&&!y.isUndefined(o)?h:void 0]})]})},pa=.5,tn=1.25,ga=({children:e,bgColor:n,border:i,gap:r=pa,px:o=tn,py:a=tn,...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:r,px:o,py:a,...l,children:e})},ua=f.styled.div`
2030
+ `,Mn=u.forwardRef(function({defaultChecked:n,disabled:i=!1,variant:o="default",icon:r=!1,justify:a,name:l,leftText:s,leftTextMinWidth:c,rightText:d,tooltip:p,tooltipPlace:g,onChange:x,...h},b){const m=n===!0?"on":"off",j=typeof s=="object"&&s.on&&s.off?s[m]:s,w=u.useCallback(v=>{v.stopPropagation()},[]),C=()=>o==="inline"?t.jsxs(pa,{onClick:w,role:"switch",children:[t.jsx("input",{...h,"aria-disabled":i,"aria-label":l,checked:n===!0,disabled:i,name:l,onChange:x,ref:b,type:"checkbox"}),t.jsxs(J,{"aria-label":"Toggle Switch",id:`${l}Toggle`,children:[t.jsx(pe,{children:n?t.jsx(R,{icon:"check",iconSize:"sm"}):t.jsx(R,{icon:"times",iconSize:"sm"})}),t.jsx(Ge,{children:n?"YES":"NO"})]})]}):t.jsxs(da,{onClick:w,role:"switch",children:[t.jsx("input",{...h,"aria-disabled":i,"aria-label":l,checked:n===!0,disabled:i,name:l,onChange:x,ref:b,type:"checkbox"}),t.jsx(Q,{"aria-label":"Toggle Switch",id:`${l}Toggle`,children:t.jsx(de,{children:r?t.jsx(R,{icon:n?"check":"times",iconSize:"md"}):void 0})})]}),k=()=>{const v=C();return i&&p?t.jsx(X,{id:`${l}-tooltip`,place:g,tip:p,children:v}):v};return o==="inline"?t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:a,children:[t.jsx($,{minWidth:c,children:j}),k(),d]}):t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:a,children:[t.jsx($,{minWidth:c,children:j}),k(),d]})}),ga=({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(Je,{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}`))})]})},ua=({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(D,{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(U,{fontWeight:"bold",size:"sm",children:a}),o]}),x&&!y.isUndefined(r)?h:void 0]})]})},xa=.5,on=1.25,ha=({children:e,bgColor:n,border:i,gap:o=xa,px:r=on,py:a=on,...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})},fa=f.styled.div`
2031
2031
  position: relative;
2032
2032
  margin: auto;
2033
2033
  overflow: hidden;
2034
- `,xa=f.styled.div`
2034
+ `,ya=f.styled.div`
2035
2035
  display: flex;
2036
2036
  transition: transform 0.5s ease-in-out;
2037
2037
  transform: translateX(
2038
2038
  ${({$currentIndex:e})=>-e*100}%
2039
2039
  );
2040
- `,ha=f.styled.div`
2040
+ `,ba=f.styled.div`
2041
2041
  align-items: center;
2042
2042
  display: flex;
2043
2043
  justify-content: center;
2044
2044
  min-width: 100%;
2045
- `,fa=f.styled.button`
2045
+ `,$a=f.styled.button`
2046
2046
  ${({theme:e,$isActive:n})=>`
2047
2047
  background-color: ${n?e.palette.primary[400]:e.palette.white};
2048
2048
  border: none;
@@ -2051,13 +2051,13 @@
2051
2051
  height: ${e.spacing[.75]};
2052
2052
  width: ${e.spacing[.75]};
2053
2053
  `}
2054
- `,ya=f.styled.div`
2054
+ `,ma=f.styled.div`
2055
2055
  align-items: center;
2056
2056
  display: flex;
2057
2057
  gap: ${({theme:e})=>e.spacing[.5]};
2058
2058
  justify-content: center;
2059
2059
  margin-top: ${({theme:e})=>e.spacing[2]};
2060
- `,ba=({slides:e,interval:n=300})=>{const{cycle:i,setCycle:r,setProgress:o}=fn(n,e.length),a=u.useCallback(l=>()=>{r(l),o(0)},[r,o]);return t.jsxs(ua,{"aria-roledescription":"carousel",children:[t.jsx(xa,{$currentIndex:i,children:e.map((l,s)=>{const c=`slide-${s}`;return t.jsx(ha,{"aria-label":c,"aria-roledescription":"slide",children:l.content},c)})}),t.jsx(ya,{children:e.map((l,s)=>{const c=`nav-button-${s}`;return t.jsx(fa,{$isActive:s===i,"aria-label":`Go to slide ${s+1}`,"data-testid":s===i?"active":"inactive",onClick:a(s)},c)})})]})},Wn=f.styled.div`
2060
+ `,ja=({slides:e,interval:n=300})=>{const{cycle:i,setCycle:o,setProgress:r}=bn(n,e.length),a=u.useCallback(l=>()=>{o(l),r(0)},[o,r]);return t.jsxs(fa,{"aria-roledescription":"carousel",children:[t.jsx(ya,{$currentIndex:i,children:e.map((l,s)=>{const c=`slide-${s}`;return t.jsx(ba,{"aria-label":c,"aria-roledescription":"slide",children:l.content},c)})}),t.jsx(ma,{children:e.map((l,s)=>{const c=`nav-button-${s}`;return t.jsx($a,{$isActive:s===i,"aria-label":`Go to slide ${s+1}`,"data-testid":s===i?"active":"inactive",onClick:a(s)},c)})})]})},_n=f.styled.div`
2061
2061
  ${({theme:e})=>`
2062
2062
  background-color: ${e.palette.gray[100]};
2063
2063
  border-radius: ${e.spacing[.25]};
@@ -2133,7 +2133,7 @@
2133
2133
  padding-bottom: unset;
2134
2134
  }
2135
2135
  `}
2136
- `,$a=f.styled.div`
2136
+ `,wa=f.styled.div`
2137
2137
  ${({theme:e})=>`
2138
2138
  align-items: end;
2139
2139
  background-color: ${e.palette.gray[100]};
@@ -2148,10 +2148,10 @@
2148
2148
  background-color: ${e.palette.gray[200]};
2149
2149
  }
2150
2150
  `}
2151
- `,_n=({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})})})),ma=({minWidth:e="565px",noCodeMessage:n="Code snippet not available",snippet:i,specific:r,variant:o="normal",expanded:a=!1})=>{const l=f.useTheme(),[s,c]=u.useState(!1),[p,d]=u.useState(!0),g=u.useCallback(()=>{c(m=>!m)},[c]),x=u.useCallback(()=>{if(y._.isNil(i)||y._.isEmpty(i)||!y._.isString(i))return d(!1),n;const m=i.split(`
2151
+ `,Hn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:i})=>(u.useEffect(()=>{y.prismExports.highlightAll()},[]),t.jsx(_n,{"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})})})),va=({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(`
2152
2152
  `);return m.length>8&&!s?`${[...m].splice(0,7).join(`
2153
2153
  `)}
2154
- ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(async()=>{await navigator.clipboard.writeText(h)},[h]);return o==="location"?t.jsx(_n,{noCodeMessage:n,snippet:i,specific:r}):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($a,{children:[t.jsx(V,{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]}),p?t.jsxs(H,{onClick:g,variant:"ghost",children:[s?"Show Less":"Show more",t.jsx(R,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:b})]}):!1]})]})},{getVariant:ja}=ie(e=>({fixed:`
2154
+ ${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(Hn,{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(_n,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:h})})}),t.jsxs(wa,{children:[t.jsx(V,{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(_,{onClick:g,variant:"ghost",children:[s?"Show Less":"Show more",t.jsx(R,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:b})]}):!1]})]})},{getVariant:ka}=ie(e=>({fixed:`
2155
2155
  height: auto;
2156
2156
  min-width: 300px;
2157
2157
  padding: ${e.spacing[1.25]};
@@ -2174,13 +2174,13 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2174
2174
  @media screen and (min-width: ${e.breakpoints.sm}) {
2175
2175
  width: 32%;
2176
2176
  }
2177
- `})),Hn=f.styled.div.attrs({className:"comp-modal fixed inset-0 overflow-auto"})`
2177
+ `})),Vn=f.styled.div.attrs({className:"comp-modal fixed inset-0 overflow-auto"})`
2178
2178
  align-items: center;
2179
2179
  background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
2180
2180
  display: flex;
2181
2181
  justify-content: center;
2182
2182
  z-index: 99999;
2183
- `,Ft=f.styled($)`
2183
+ `,Rt=f.styled($)`
2184
2184
  ${({theme:e,$size:n})=>`
2185
2185
  background-color: ${e.palette.white};
2186
2186
  border: 1px solid ${e.palette.gray[200]};
@@ -2195,9 +2195,9 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2195
2195
  margin: auto;
2196
2196
  white-space: pre-line;
2197
2197
 
2198
- ${ja(e,n)}
2198
+ ${ka(e,n)}
2199
2199
  `}
2200
- `,wa=f.styled.div`
2200
+ `,Ca=f.styled.div`
2201
2201
  ${({theme:e})=>`
2202
2202
  background-color: ${e.palette.white};
2203
2203
  border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
@@ -2225,7 +2225,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2225
2225
  }
2226
2226
  }
2227
2227
  `}
2228
- `,va=f.styled.div`
2228
+ `,Sa=f.styled.div`
2229
2229
  border-radius: ${({theme:e})=>`${e.spacing[.25]} ${e.spacing[.25]} 0 0`};
2230
2230
  display: block;
2231
2231
  overflow: unset;
@@ -2235,7 +2235,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2235
2235
  padding: ${({theme:e})=>`${e.spacing[1.25]}`};
2236
2236
  padding-bottom: ${({theme:e})=>`${e.spacing[1.5]}`};
2237
2237
  position: sticky;
2238
- `,ka=f.styled.div.attrs({className:"flex items-center justify-between"})``,Ca=f.styled.div`
2238
+ `,za=f.styled.div.attrs({className:"flex items-center justify-between"})``,Ta=f.styled.div`
2239
2239
  ${({theme:e})=>`
2240
2240
  border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
2241
2241
  display: flex;
@@ -2266,7 +2266,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2266
2266
  margin-right: 0;
2267
2267
  }
2268
2268
  `}
2269
- `,Sa=f.styled.div`
2269
+ `,Ia=f.styled.div`
2270
2270
  img {
2271
2271
  margin: 0 calc(-${({theme:e})=>e.spacing[1.25]} - 1px)
2272
2272
  ${({theme:e})=>e.spacing[1.25]};
@@ -2282,11 +2282,11 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2282
2282
  margin-right: 0;
2283
2283
  `:""}
2284
2284
  }
2285
- `,Mn=({alert:e,modalRef:n,confirmButton:i=void 0,cancelButton:r=void 0})=>{const{close:o}=n,a=u.useCallback(()=>{r!=null&&r.onClick&&r.onClick(),o()},[r,o]),l=u.useCallback(()=>{i!=null&&i.onClick&&i.onClick(),o()},[i,o]);return[i,r].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(Ca,{children:t.jsxs("div",{children:[r&&t.jsx(H,{id:r.id,onClick:a,variant:"tertiary",width:"100%",children:r.text}),i&&t.jsx(H,{id:i.id,onClick:l,variant:"primary",width:"100%",children:i.text})]})})]}):null},Vn=({title:e,description:n,modalRef:i,otherActions:r,onClose:o})=>{const a=f.useTheme(),l=u.useCallback(()=>{o==null||o(),i.close()},[i,o]);return u.useEffect(()=>{const s=c=>{c.key==="Escape"&&l()};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[l]),t.jsxs(va,{children:[t.jsxs(ka,{children:[typeof e=="string"?t.jsx(U,{fontWeight:"bold",mr:1,size:"sm",wordBreak:"break-word",children:e}):e,t.jsxs("div",{className:"items-center flex gap-3",children:[r,t.jsx(V,{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(F,{mt:.5,size:"md",children:n}):void 0,n&&!y.lodashExports.isString(n)&&t.jsx(ge,{display:"block",mt:.5,size:"md",children:n})]})},Un=({disabled:e,id:n="modal-confirm",onCancel:i,onConfirm:r="submit",txtCancel:o,txtConfirm:a})=>{const l=r==="submit";return t.jsxs($,{display:"flex",gap:.75,id:"footer",maxWidth:i?"392px":"190px",mt:1.5,children:[i?t.jsx(H,{id:`${n}-cancel`,justify:"center",onClick:i,variant:"tertiary",width:"100%",children:o??"Cancel"}):void 0,t.jsx(H,{disabled:e,id:n,justify:"center",onClick:l?void 0:r,type:l?"submit":"button",variant:"primary",width:"100%",children:a??"Confirm"})]})},za=(e,n,i)=>i?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",Ta=f.styled.div`
2285
+ `,Un=({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(Ta,{children:t.jsxs("div",{children:[o&&t.jsx(_,{id:o.id,onClick:a,variant:"tertiary",width:"100%",children:o.text}),i&&t.jsx(_,{id:i.id,onClick:l,variant:"primary",width:"100%",children:i.text})]})})]}):null},Gn=({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(Sa,{children:[t.jsxs(za,{children:[typeof e=="string"?t.jsx(U,{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(V,{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(D,{mt:.5,size:"md",children:n}):void 0,n&&!y.lodashExports.isString(n)&&t.jsx(ue,{display:"block",mt:.5,size:"md",children:n})]})},Yn=({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(_,{id:`${n}-cancel`,justify:"center",onClick:i,variant:"tertiary",width:"100%",children:r??"Cancel"}):void 0,t.jsx(_,{disabled:e,id:n,justify:"center",onClick:l?void 0:o,type:l?"submit":"button",variant:"primary",width:"100%",children:a??"Confirm"})]})},Da=(e,n,i)=>i?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",Fa=f.styled.div`
2286
2286
  display: flex;
2287
2287
  flex-direction: row;
2288
2288
  gap: ${({theme:e})=>e.spacing[.25]};
2289
- border-bottom: ${({theme:e,$borderButton:n,$variant:i})=>za(e,i,n)};
2289
+ border-bottom: ${({theme:e,$borderButton:n,$variant:i})=>Da(e,i,n)};
2290
2290
  align-items: center;
2291
2291
  padding: ${({theme:e})=>e.spacing[.625]}
2292
2292
  ${({theme:e})=>e.spacing[.5]};
@@ -2325,7 +2325,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2325
2325
  }
2326
2326
  }
2327
2327
  }
2328
- `,Gn=({end:e=!1,label:n,id:i,isActive:r=!1,link:o,notificationSign:a,onClick:l,tooltip:s="",variant:c="primary",tag:p})=>{const{pathname:d}=lt.useLocation(),g=r||(c==="primary"?d.includes(o):d.endsWith(o));return t.jsx(X,{display:"flex",id:`${i}-tooltip`,tip:s,children:t.jsxs(Ta,{$borderButton:g,$variant:c,children:[t.jsx(lt.NavLink,{end:e,id:i,onClick:l,to:o,children:n}),t.jsx(Ge,{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}),p===void 0?null:t.jsx(q,{tagLabel:`${p}`,variant:"default"})]})})},Et=({items:e,borders:n=!0,box:i=!1,variant:r="primary"})=>{const o=f.useTheme();return t.jsx($,{alignItems:"center",bgColor:o.palette.white,border:i?"1px solid":void 0,borderBottom:n?`1px solid ${o.palette.gray[300]}`:void 0,borderColor:i?o.palette.gray[200]:void 0,borderRadius:i?o.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:p,notificationSign:d,onClick:g,tag:x,tooltip:h})=>t.jsx(Gn,{end:a,id:l,isActive:s,label:p,link:c,notificationSign:d,onClick:g,tag:x,tooltip:h,variant:r},l))})},xe=u.forwardRef(function({color:n=A.palette.gray[100],mt:i=.5,mb:r=.5,width:o,...a},l){return t.jsx($,{as:"hr",borderTop:`1px solid ${n}`,mb:r,mt:i,ref:l,width:o??"100%",...a})}),Ia=f.styled.li`
2328
+ `,Xn=({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}=dt.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(Fa,{$borderButton:g,$variant:c,children:[t.jsx(dt.NavLink,{end:e,id:i,onClick:l,to:r,children:n}),t.jsx(Ye,{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(K,{tagLabel:`${d}`,variant:"default"})]})})},Nt=({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(Xn,{end:a,id:l,isActive:s,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:o},l))})},he=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})}),Ea=f.styled.li`
2329
2329
  ${({theme:e})=>`
2330
2330
  align-items: center;
2331
2331
  background-color: ${e.palette.white};
@@ -2372,7 +2372,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2372
2372
  background-color: ${e.palette.gray[100]};
2373
2373
  }
2374
2374
  `}
2375
- `,Yn=f.styled.ul`
2375
+ `,Kn=f.styled.ul`
2376
2376
  ${({theme:e})=>`
2377
2377
  background-color: ${e.palette.white};
2378
2378
  border: 1px solid ${e.palette.gray[200]};
@@ -2383,7 +2383,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2383
2383
  min-width: 240px;
2384
2384
  padding: ${e.spacing[.25]} 0 ${e.spacing[.25]} 0;
2385
2385
  `}
2386
- `,Oe=({children:e,disabled:n=!1,icon:i,iconType:r="fa-light",href:o,onClick:a,onClickIcon:l,onKeyDown:s,rightIcon:c,selected:p=!1,value:d,...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(Ia,{"aria-disabled":n,"aria-label":d,"aria-selected":p,"data-testid":d,onClick:a,onKeyDown:s,value:d,...g,children:[i!==void 0||d!==void 0?t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[i?t.jsx(R,{disabled:n,icon:i,iconColor:h,iconSize:"sm",iconType:r}):null,o===void 0?b:t.jsx(re,{href:o,children:b})]}):null,p||c?t.jsx(R,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:r,onClick:l}):null]})},Da=f.styled(Oe)`
2386
+ `,Be=({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(Ea,{"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(R,{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(R,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:o,onClick:l}):null]})},Ra=f.styled(Be)`
2387
2387
  margin-top: 10px;
2388
2388
  border: 1px solid ${({theme:e})=>e.palette.gray[300]};
2389
2389
  border-radius: 4px;
@@ -2406,7 +2406,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2406
2406
  border: 2px solid ${n.palette.black};
2407
2407
  background-color: ${n.palette.white} !important;
2408
2408
  `:""}
2409
- `,Xn=({items:e,onReorder:n,title:i,description:r,onClickClose:o})=>{const[a,l]=u.useState(null),s=u.useCallback(g=>()=>{o(g)},[o]),c=u.useCallback(g=>{l(g.name)},[]),p=u.useCallback(()=>{l(null)},[]),d=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(U,{display:"flex",size:"xs",children:i}),t.jsx(q,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(F,{size:"md",children:r}),e.map(g=>g.visible?t.jsx(y.ReorderItem,{as:"div",dragListener:!g.locked,item:g.name,onDragEnd:p,onDragStart:d(g),style:{zIndex:a===g.name?9999:"auto",position:a===g.name?"relative":"static"},value:g,children:t.jsx(Da,{$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)]})},Fa=f.styled(Oe)`
2409
+ `,Zn=({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(U,{display:"flex",size:"xs",children:i}),t.jsx(K,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(D,{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(Ra,{$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)]})},Na=f.styled(Be)`
2410
2410
  padding: 7px 8px;
2411
2411
 
2412
2412
  &[aria-selected="true"] {
@@ -2422,24 +2422,24 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2422
2422
  display: none;
2423
2423
  }
2424
2424
  }
2425
- `,Rt=e=>e.reduce((i,r)=>r.group?i[r.group]?{...i,[r.group]:[...i[r.group],r]}:{...i,[r.group]:[r]}:i,{}),Ea=300,ce=({name:e,onClear:n,onChange:i,value:r,maxLength:o=Ea,...a})=>{const l=u.useRef(null),s=f.useTheme(),[c,p]=u.useState(r??"");u.useEffect(()=>{p(r??"")},[r]);const d=u.useCallback(b=>{b.key==="Enter"&&b.preventDefault()},[]),g=u.useCallback(b=>{const m=b.target.value;if(m.length>o){const j=m.slice(0,o);p(j);return}p(m),i==null||i(b)},[i,o]),x=u.useCallback(()=>{p(""),n==null||n(),i&&i({target:{value:""},currentTarget:{value:""}})},[n,i]),h=!y.lodashExports.isEmpty(c);return t.jsx(K,{htmlFor:e??"",children:t.jsxs(ee,{children:[t.jsx(R,{icon:"magnifying-glass",iconColor:s.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx("input",{id:e,maxLength:o,name:e,onChange:g,onKeyDown:d,ref:l,type:"search",value:c,...a}),t.jsx("span",{style:{visibility:h?"visible":"hidden",margin:0},children:t.jsx(V,{icon:"xmark",iconColor:s.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:x,px:.25,py:.25,type:"reset",variant:"ghost"})})]})})},Kn=({columns:e,formId:n,onChangeHandler:i,variant:r})=>{const o=u.useRef(null),[a,l]=u.useState([]),[s,c]=u.useState(""),p=u.useCallback(g=>{const{value:x}=g.target;c(x)},[]),d=u.useCallback(()=>{o.current&&(o.current.reset(),c(""))},[o]);return u.useEffect(()=>{l(e.filter(g=>{var x;return r==="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,r]),r==="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:o,children:t.jsx(ce,{name:"search",onChange:p,onClear:d,value:s})}),t.jsx("form",{"data-testid":n,id:n,onReset:d,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(Rt(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx(On,{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:o,children:t.jsx(ce,{name:"search",onChange:p,onClear:d,value:s})}),t.jsx("form",{"data-testid":n,id:n,onReset:d,style:{paddingTop:"0.625rem"},children:a.map(g=>{const x=`li-checkbox-${g.name}`;return t.jsx(Fa,{selected:g.visible,value:x,width:"content",children:t.jsx(le,{checked:g.visible,disabled:g.locked,label:g.name,name:g.name,onChange:i,value:g.name})},x)})})]})},Zn=({_containerId:e="portals",title:n,modalRef:i,variant:r})=>{const o=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 j;return m.name===h?((j=m.toggleVisibility)==null||j.call(m,x),{...m,visible:x}):m});i.setColumns(b)},[i]),p=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]),d=u.useCallback(()=>{var x;const g=(x=a.current)==null?void 0:x.scrollHeight;l!==g&&s(g)},[l]);return i.isOpen?he.createPortal(t.jsx(Hn,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs(Ft,{$size:"md",flexDirection:"column",children:[t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(U,{size:"sm",children:n}),t.jsx(V,{icon:"close",iconColor:o.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(xe,{mb:0,mt:0}),t.jsxs($,{display:"flex",gap:1.25,onScroll:d,px:1.25,ref:a,scroll:"y",width:"100%",children:[t.jsx(Kn,{columns:i.columns,formId:"columns-visibility",onChangeHandler:c,variant:r}),t.jsx($,{borderLeft:`2px solid ${o.palette.gray[100]}`,height:l?`${l}px`:"auto"}),t.jsx(Xn,{description:"Click and drag to reorder the columns",items:i.columns,onClickClose:p,onReorder:i.setColumns,title:"Reorder columns"})]}),t.jsx(xe,{mb:0,mt:0}),t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(H,{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(H,{id:"columns-modal-submit",justify:"center",onClick:i.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},Ra=f.styled(Oe)`
2425
+ `,At=e=>e.reduce((i,o)=>o.group?i[o.group]?{...i,[o.group]:[...i[o.group],o]}:{...i,[o.group]:[o]}:i,{}),Aa=300,ce=({name:e,onClear:n,onChange:i,value:o,maxLength:r=Aa,...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 j=m.slice(0,r);d(j);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(Z,{htmlFor:e??"",children:t.jsxs(ee,{children:[t.jsx(R,{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(V,{icon:"xmark",iconColor:s.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:x,px:.25,py:.25,type:"reset",variant:"ghost"})})]})})},qn=({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(ce,{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(At(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx(Wn,{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(ce,{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(Na,{selected:g.visible,value:x,width:"content",children:t.jsx(le,{checked:g.visible,disabled:g.locked,label:g.name,name:g.name,onChange:i,value:g.name})},x)})})]})},Jn=({_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 j;return m.name===h?((j=m.toggleVisibility)==null||j.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?fe.createPortal(t.jsx(Vn,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs(Rt,{$size:"md",flexDirection:"column",children:[t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(U,{size:"sm",children:n}),t.jsx(V,{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(he,{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(qn,{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(Zn,{description:"Click and drag to reorder the columns",items:i.columns,onClickClose:d,onReorder:i.setColumns,title:"Reorder columns"})]}),t.jsx(he,{mb:0,mt:0}),t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(_,{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(_,{id:"columns-modal-submit",justify:"center",onClick:i.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},La=f.styled(Be)`
2426
2426
  padding: 8px;
2427
2427
  min-height: 36px;
2428
2428
  min-width: unset;
2429
- `,Na=(e,n)=>{var i,r,o,a,l;n("checkbox",e.filter(s=>s.type==="checkboxes").flatMap(s=>{var c;return((c=s.options)==null?void 0:c.filter(p=>p.checked).map(p=>p.value))??[]})),n("radio",((o=(r=(i=e.find(s=>s.type==="radioButton"))==null?void 0:i.options)==null?void 0:r.find(({checked:s})=>s))==null?void 0:o.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)},nn=(e,n)=>(e==null?void 0:e.filter(i=>{var r;return((r=i.label)==null?void 0:r.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??i.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],rn=50,Aa=(e,n,i)=>{const r=e.filter((p,d,g)=>g.findIndex(x=>x.value===p.value)===d);if(r.length<=rn)return n.trim()?nn(r,n):r;const o=r.filter(p=>i.includes(p.value)),a=r.filter(p=>!i.includes(p.value)),l=n.trim()?nn(a,n):a,s=rn-o.length,c=l.slice(0,Math.max(0,s));return[...o,...c]},La=f.styled.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
2429
+ `,Pa=(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)},rn=(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())??"")}))??[],an=50,Oa=(e,n,i)=>{const o=e.filter((d,p,g)=>g.findIndex(x=>x.value===d.value)===p);if(o.length<=an)return n.trim()?rn(o,n):o;const r=o.filter(d=>i.includes(d.value)),a=o.filter(d=>!i.includes(d.value)),l=n.trim()?rn(a,n):a,s=an-r.length,c=l.slice(0,Math.max(0,s));return[...r,...c]},Ba=f.styled.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
2430
2430
  align-items: center;
2431
2431
  background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
2432
2432
  display: flex;
2433
2433
  justify-content: center;
2434
2434
  z-index: 99999;
2435
- `,on=f.styled(Oe)`
2435
+ `,sn=f.styled(Be)`
2436
2436
  padding: 7px 8px;
2437
2437
  word-wrap: break-word;
2438
2438
 
2439
2439
  svg.fa-check {
2440
2440
  border-radius: 2px;
2441
2441
  }
2442
- `,qn=({control:e,option:n,register:i,watch:r,setValue:o})=>{var a,l,s,c;switch(n.type){case"checkboxes":{const d=r("search")??"",g=r("checkbox")??[],x=n.options??[],h=Aa(x,d,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(on,{value:b.value,width:"content",children:t.jsx(le,{...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(d=>t.jsx(on,{value:d.value,width:"content",children:t.jsx(Dt,{...i("radio"),label:d.label,value:d.value})},`li-radio-${d.value}`))]});case"select":return t.jsx(Ct,{control:e,items:((l=n.options)==null?void 0:l.map(d=>({name:d.label??"",value:d.value})))??[],label:n.label,name:`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`,placeholder:n.placeholder,value:n.value});case"text":const p=`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`;return t.jsx(tt,{label:n.label,name:p,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx(It,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:i,name:"maxValue",value:n.maxValue,setValue:o},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:i,name:"minValue",value:n.minValue,setValue:o},variant:"filters"});case"dateRange":return t.jsx(zt,{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:o,variant:"filters"});default:return t.jsx("div",{})}},Jn=({control:e,items:n,register:i,setValue:r,watch:o})=>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(qn,{control:e,option:a,register:i,setValue:r,watch:o}),l<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},s)})}),Qn=e=>{var c,p,d,g,x;const[n,i]=u.useState([...e]),{control:r,register:o,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:((d=(p=(c=e.find(h=>h.type==="radioButton"))==null?void 0:c.options)==null?void 0:p.find(({checked:h})=>h))==null?void 0:d.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:r,items:n,setItems:i,register:o,handleSubmit:a,setValue:l,watch:s}},xt=({options:e,onSearch:n,onSubmit:i,id:r,selectedFilter:o})=>{const{control:a,items:l,setItems:s,register:c,handleSubmit:p,setValue:d,watch:g}=Qn(e),x=e.some(w=>w.type==="checkboxes"&&w.hideSearch!==!0),h=e.some(w=>w.label&&w.label!==""),b=u.useCallback(async w=>{const{value:C}=w.target;d("search",C),n&&n(C)},[n,d]),m=u.useCallback(()=>{d("search",""),n&&n("")},[n,d]),j=u.useCallback(w=>{i&&i(w)},[i]);return u.useEffect(()=>{s(e),Na(e,d)},[e,s,d]),t.jsxs("div",{className:"flex flex-col gap-[8px]",id:r,style:{writingMode:"horizontal-tb",maxWidth:"300px",width:"100%"},children:[x&&t.jsxs("div",{children:[h?o:void 0,t.jsx(ce,{onChange:b,onClear:m,placeholder:"Search"})]}),t.jsxs("form",{id:r,onSubmit:p(j),children:[t.jsx(Jn,{control:a,items:l,register:c,setValue:d,watch:g}),t.jsx(H,{mt:1,type:"submit",children:"Apply"})]})]})},ei=({options:e,variant:n,onApplyFilters:i,onSearch:r,setDirection:o,setHandler:a,onFilterStateChange:l})=>{const s=f.useTheme(),[c,p]=u.useState(e),[d,g]=u.useState([]),[x,h]=u.useState({}),[b,m]=u.useState(""),j=u.useCallback(k=>()=>{const v=c.find(S=>S.label===k),z=!(v!=null&&v.filterOptions.some(S=>S.type==="dateRange"||S.type==="select"));a==null||a(z??!0),m(k),g((v==null?void 0:v.filterOptions)??[])},[c,a]),w=u.useCallback(k=>{const v=[...k.checkbox,...Object.values(k.text??{}),...k.radio?[k.radio]:[],...k.minValue?[String(k.minValue)]:[],...k.maxValue?[String(k.maxValue)]:[]];h(I=>v.length>0?{...I,[b]:v}:I);const z=I=>{var D,E;return{...I,options:(D=I.options)==null?void 0:D.map(P=>({...P,checked:k.checkbox.includes(P.value)||k.radio===P.value})),value:["text","select"].includes(I.type)?((E=k.text)==null?void 0:E[`${String(I.key)}-${I.filterFn??"caseInsensitive"}`])??I.value:I.value,minValue:["numberRange","dateRange"].includes(I.type)?k.minValue:I.minValue,maxValue:["numberRange","dateRange"].includes(I.type)?k.maxValue:I.maxValue}},S=I=>I.label===b?{...I,filterOptions:I.filterOptions.map(z)}:I,T=c.map(S);p(I=>I.map(S));const N=T.flatMap(({filterOptions:I})=>I);i(N),g([])},[c,i,b]),C=u.useCallback((k,v)=>{const z=`li-filter-option-${k}`;return t.jsxs(Ra,{icon:v,onClick:j(k),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:z,width:"100%",children:[k,x[k]===void 0?void 0:t.jsx(q,{tagLabel:x[k].length.toString()})]},z)},[x,j]);return u.useEffect(()=>{const k=e.reduce((v,{label:z,filterOptions:S})=>{const T=S.flatMap(({value:D,minValue:E,maxValue:P})=>[E,P,D]).filter(Boolean),N=S.flatMap(({options:D})=>D??[]).filter(({checked:D=!1})=>D).map(({value:D})=>D),I=[...T,...N];return I.length===0?v:{...v,[z]:I}},{});h(k),d.length>0&&o&&o("column")},[d,e,o]),u.useEffect(()=>{l==null||l(d.length>0)},[d.length,l]),n==="grouped"?t.jsx($,{display:"flex",flexDirection:"row",height:"max-content",maxHeight:d.length>0?"unset":"360px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:d.length>0?t.jsx(xt,{id:"filters-options",onSearch:r,onSubmit:w,options:d,selectedFilter:b}):Object.entries(Rt(e)).map(([k,v])=>t.jsxs($,{style:{writingMode:"horizontal-tb"},children:[t.jsx(F,{color:s.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:k}),v.map(({label:z,icon:S="filter-list"})=>C(z,S))]},k))}):t.jsx($,{display:"flex",flexDirection:"row",height:"max-content",maxHeight:d.length>0?"unset":"200px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:d.length>0?t.jsx(xt,{id:"filters-options",onSearch:r,onSubmit:w,options:d,selectedFilter:b}):e.map(({label:k,icon:v="filter-list"})=>C(k,v))})},ti=({options:e,onApplyFilters:n,onSearch:i,modalRef:r,variant:o})=>{const[a,l]=u.useState("row"),[s,c]=u.useState(!0),[p,d]=u.useState(!1),x=(o==="grouped"?Object.values(Rt(e)).reduce((j,w)=>j+w.length,0):e.length)>5&&!p,h=f.useTheme(),b=u.useRef(null),m=t.jsx(V,{icon:"close",iconColor:h.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:r.close,px:.25,py:.25,variant:"ghost"});return u.useEffect(()=>{const j=w=>{const C=b.current;C&&!C.contains(w.target)&&r.close()};if(s)return document.addEventListener("mousedown",j,!0),()=>{document.removeEventListener("mousedown",j,!0)}},[b,s,r]),t.jsx(La,{$bgColor:"transparent","aria-label":r.name,children:t.jsxs(Ft,{$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(ei,{onApplyFilters:n,onFilterStateChange:d,onSearch:i,options:e,setDirection:l,setHandler:c,variant:o}),a==="row"?m:void 0]})})};function Pa(e){if(!e)return;const n=20;if(e.length<=n)return e;const i=n-3,r=Math.ceil(i/2),o=Math.floor(i/2);return`${e.slice(0,r)}...${e.slice(e.length-o)}`}function ni(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 p=c-3,d=Math.ceil(p/2),g=Math.floor(p/2);return`${s.slice(0,d)}...${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 r=n[0],o=n.length-1,a=20,l=n.join(", ").length;return r.length>a||l>a?`${i(r,a)} +${o} more`:`${n[0]}, ${n[1]}`}function Oa(e,n,i){const r=i??"",o=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(o)&&!y._.isUndefined(a))return`${o}${r} - ${a}${r}`;if(!y._.isUndefined(o))return`Min ${o}${r}`;if(!y._.isUndefined(a))return`Max ${a}${r}`}function Ba(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 Wa(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const we=({filter:e,icon:n="filter-list",label:i,onClose:r,filterValue:o})=>{if(y._.isNil(o)||y._.isEmpty(String(o)))return null;const a=e.type==="checkboxes"?(e.options??[]).filter(c=>c.checked).map(c=>c.label??c.value):[],{tooltipContent:l,shouldShowTooltip:s}=(()=>{var p,d,g;if(a.length>0){if(a.length===1){const m=(((p=a[0])==null?void 0:p.length)??0)>20;return{shouldShowTooltip:m,tooltipContent:m?a[0]:void 0}}if(a.length===2){const m=((d=a[0])==null?void 0:d.length)??0,j=a.join(", ").length,w=m>20||j>20;return{shouldShowTooltip:w,tooltipContent:w?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(q,{filterValues:o,icon:n,id:"remove-filter",onClose:r(e),tagLabel:`${i} `})})},_a=({options:e,onClose:n})=>{const i=e.flatMap(r=>r.filterOptions.map(o=>{const{filterFn:a,label:l,type:s,value:c,options:p,minValue:d,maxValue:g}=o;switch(s){case"numberRange":{const x=Oa(d,g,r.placeholder);return t.jsx(we,{filter:o,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case"dateRange":{const x=Ba(d==null?void 0:d.toString(),g==null?void 0:g.toString());return t.jsx(we,{filter:o,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=ni(p);return t.jsx(we,{filter:o,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=Pa(c),h=Wa(s,r.label,a);return t.jsx(we,{filter:o,filterValue:x,icon:r.icon,label:h,onClose:n},l)}}})).filter(r=>{if(r===null)return!1;const{filterValue:o}=r.props;return!y._.isNil(o)&&!y._.isEmpty(String(o))});return i.length>0?t.jsx($,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:i}):null},Ha=e=>e.map(n=>{const i={key:String(n.key),type:n.type},r=(()=>{let o={...i};if(n.filterFn&&(o={...o,filterFn:n.filterFn}),n.value&&(o={...o,value:n.value}),n.minValue!==void 0&&n.minValue!==null&&(o={...o,minValue:n.minValue}),n.maxValue!==void 0&&n.maxValue!==null&&(o={...o,maxValue:n.maxValue}),n.options&&n.options.length>0){const a=n.options.filter(l=>l.checked).map(l=>l.value);a.length>0&&(o={...o,selectedValues:a})}return o})();return Object.keys(r).length>2?r:null}).filter(Boolean),Ma=(e,n)=>n.map(i=>{const r=e.find(a=>a.key===String(i.key)&&a.type===i.type);return r?(()=>{let a={...i};return r.filterFn&&(a={...a,filterFn:r.filterFn}),r.value!==void 0&&r.value!==null&&(a={...a,value:r.value}),r.minValue!==void 0&&r.minValue!==null&&(a={...a,minValue:r.minValue}),r.maxValue!==void 0&&r.maxValue!==null&&(a={...a,maxValue:r.maxValue}),r.selectedValues&&i.options&&(a={...a,options:i.options.map(l=>{var s;return{...l,checked:((s=r.selectedValues)==null?void 0:s.includes(l.value))??!1}})}),a})():i}),at=(e,n)=>{const i=Ha(e);n(JSON.stringify(i))},Va=(e,n)=>{const i=e();if(!i)return n;try{const r=JSON.parse(i);return Ma(r,n)}catch{return n}},Ua=(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 r(l,s){if(!s.options||s.options.length===0)return!0;const c=s.options.filter(p=>p.checked).map(p=>p.value);return c.length===0?!0:c.includes(String(l[s.key]))}function o(l,s,c){const p=c(String(l[s.key])),{minValue:d,maxValue:g}=s,x=y._.isEmpty(d)&&typeof d!="number"?void 0:c(String(d)),h=y._.isEmpty(g)&&typeof g!="number"?void 0:c(String(g));return y._.isUndefined(x)&&y._.isUndefined(h)?!0:(x??-1/0)<=p&&p<=(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 r(l,s);case"numberRange":return o(l,s,Number);case"dateRange":return o(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,Ya=e=>{var i;const n=((i=e.options)==null?void 0:i.map(r=>({...r,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:r,setFilteredDataset:o,onFiltersChange:a,onReset:l,onSearch:s,variant:c="ungrouped"})=>{const p=fe("filters-modal"),[d,g]=u.useState(!1),[x,h]=u.useState([]),b=Ga(x),m=r.map(v=>({...v,filterOptions:v.filterOptions.map(z=>x.find(T=>T.key===z.key&&T.type===z.type&&T.filterFn===z.filterFn)??{...z})})),j=u.useCallback(v=>{h([...v]),at(v,n)},[h,n]),w=u.useCallback(()=>{l&&l(),p.isOpen||g(!0),p.toggle()},[p,l]),C=u.useCallback(v=>()=>{l&&l();const z=x.map(S=>S.key===v.key&&S.type===v.type&&S.filterFn===v.filterFn?Ya(S):S);h(z),at(z,n)},[x,l,n]);return u.useEffect(()=>{const v=r.flatMap(T=>T.filterOptions),z=i();if((()=>{if(!z)return!1;try{const T=JSON.parse(z);return Array.isArray(T)&&T.length>0}catch{return!1}})()){const T=Va(i,v);h(T)}else v.flatMap(N=>N.value).filter(Boolean).length>0||v.flatMap(N=>N.options).filter(N=>(N==null?void 0:N.checked)===!0).length>0?(h(v),d&&at(v,n)):h(v)},[r,h,n,i,d]),u.useEffect(()=>{o&&e!==void 0&&o(Ua(e,x)),a==null||a(x)},[e,x,o,a]),{Filters:()=>t.jsxs($,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx($,{pr:.25,children:t.jsx(H,{icon:"filter",id:"filter-btn",onClick:w,tag:b.toString(),variant:"ghost"})}),p.isOpen&&t.jsx(ti,{modalRef:p,onApplyFilters:j,onSearch:s,options:m,variant:c})]}),options:m,removeFilter:C}},Nt=({_portal:e=!0,alert:n,cancelButton:i=void 0,children:r=void 0,confirmButton:o=void 0,content:a=void 0,description:l=void 0,modalRef:s,otherActions:c=void 0,onClose:p=void 0,tabItems:d=void 0,title:g=void 0,size:x,id:h="modal-container"})=>{const b=f.useTheme(),[m,j]=u.useState(void 0),w=u.useRef(null),C=u.useRef(!1),k=Array.isArray(d)&&d.length>0,v=i??o;u.useEffect(()=>{if(k&&!C.current&&w.current){const S=w.current.getBoundingClientRect().height;S>50&&(j(S),C.current=!0)}s.isOpen||(j(void 0),C.current=!1)},[k,s.isOpen]);const z=t.jsx(Hn,{"aria-label":s.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(Ft,{$size:x,"data-testid":h,flexDirection:"column",id:h,ref:k?w:void 0,style:k&&m?{height:m}:void 0,children:[!y._.isEmpty(g)&&!y._.isNil(g)&&t.jsx(Vn,{description:l,modalRef:s,onClose:p,otherActions:c,title:g}),d&&t.jsx($,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(Et,{items:d})}),(y._.isObject(a)||r)&&t.jsxs(wa,{style:v?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[r,y._.isObject(a)&&y._.isString(a.imageSrc)&&t.jsx(Sa,{$framed:a.imageFramed,children:t.jsx(ne,{alt:"modal-img",publicId:a.imageSrc})}),y._.isObject(a)&&y._.isString(a.imageText)&&t.jsx(F,{size:"md",children:a.imageText})]}),t.jsx(Mn,{alert:n,cancelButton:i,confirmButton:o,modalRef:s})]})});return e&&s.isOpen?he.createPortal(z,document.getElementById("portals")??document.body):s.isOpen?z:null},Ka=(e,n,i)=>{const r=fe("confirm-dialog-modal"),o=u.useRef(null),a=u.useCallback(async()=>(r.open(),new Promise(p=>{o.current=p})),[r]),l=u.useCallback(()=>{var p;r.close(),(p=o.current)==null||p.call(o,!0)},[r]),s=u.useCallback(()=>{var p;r.close(),(p=o.current)==null||p.call(o,!1)},[r]);return[a,({children:p})=>{const[d,g]=u.useState(i),x=u.useCallback(()=>{g({...i})},[]),h=u.useCallback(j=>()=>{g(w=>({...w,[j]:{...w[j],state:!w[j].state}}))},[]),b=!Object.values(d).every(({state:j})=>j),m=Object.entries(d).map(([j,{state:w,label:C}])=>t.jsx(le,{defaultChecked:w,label:C,name:j,onChange:h(j)},j));return t.jsxs(Nt,{"data-testid":e,id:e,modalRef:{...r,close:s},onClose:x,size:"sm",title:n,children:[p,t.jsx($,{display:"flex",flexDirection:"column",gap:.5,children:m}),t.jsx(Un,{disabled:b,id:e,onConfirm:l})]})}]},Za=()=>{const[e,n]=u.useState(!1),[i,r]=u.useState(),o=u.useRef(null),a=fe("confirm-dialog-modal"),l=u.useCallback(async d=>(r(d),n(!0),new Promise(g=>{o.current=g})),[]),s=u.useCallback(()=>{var d;n(!1),r(void 0),(d=o.current)==null||d.call(o,!0)},[]),c=u.useCallback(()=>{var d;n(!1),r(void 0),(d=o.current)==null||d.call(o,!1)},[]);return u.useEffect(()=>{a.setIsOpen(e)},[e,a]),{ConfirmDialog:({id:d="confirm-dialog-modal",children:g})=>t.jsxs(Nt,{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:d,modalRef:{...a,close:c},size:"sm",title:i==null?void 0:i.title,children:[i==null?void 0:i.content,g]}),confirm:l}},qa=2e3,Ja=({content:e})=>{const[n,i]=u.useState("Copy"),r=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{i("Copied"),setTimeout(()=>{i("Copy")},qa)}).catch(()=>{i("Failed to copy")})},[e]);return t.jsx(V,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:r,tooltip:n,variant:"ghost"})},Qa=f.styled.ul`
2442
+ `,Qn=({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=Oa(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(sn,{value:b.value,width:"content",children:t.jsx(le,{...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(sn,{value:p.value,width:"content",children:t.jsx(Et,{...i("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(zt,{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(nt,{label:n.label,name:d,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx(Ft,{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(It,{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",{})}},ei=({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(Qn,{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)})}),ti=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}},ft=({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}=ti(e),x=e.some(w=>w.type==="checkboxes"&&w.hideSearch!==!0),h=e.some(w=>w.label&&w.label!==""),b=u.useCallback(async w=>{const{value:C}=w.target;p("search",C),n&&n(C)},[n,p]),m=u.useCallback(()=>{p("search",""),n&&n("")},[n,p]),j=u.useCallback(w=>{i&&i(w)},[i]);return u.useEffect(()=>{s(e),Pa(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(ce,{onChange:b,onClear:m,placeholder:"Search"})]}),t.jsxs("form",{id:o,onSubmit:d(j),children:[t.jsx(ei,{control:a,items:l,register:c,setValue:p,watch:g}),t.jsx(_,{mt:1,type:"submit",children:"Apply"})]})]})},ni=({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(""),j=u.useCallback(k=>()=>{const v=c.find(S=>S.label===k),z=!(v!=null&&v.filterOptions.some(S=>S.type==="dateRange"||S.type==="select"));a==null||a(z??!0),m(k),g((v==null?void 0:v.filterOptions)??[])},[c,a]),w=u.useCallback(k=>{const v=[...k.checkbox,...Object.values(k.text??{}),...k.radio?[k.radio]:[],...k.minValue?[String(k.minValue)]:[],...k.maxValue?[String(k.maxValue)]:[]];h(E=>v.length>0?{...E,[b]:v}:E);const z=E=>{var I,F;return{...E,options:(I=E.options)==null?void 0:I.map(P=>({...P,checked:k.checkbox.includes(P.value)||k.radio===P.value})),value:["text","select"].includes(E.type)?((F=k.text)==null?void 0:F[`${String(E.key)}-${E.filterFn??"caseInsensitive"}`])??E.value:E.value,minValue:["numberRange","dateRange"].includes(E.type)?k.minValue:E.minValue,maxValue:["numberRange","dateRange"].includes(E.type)?k.maxValue:E.maxValue}},S=E=>E.label===b?{...E,filterOptions:E.filterOptions.map(z)}:E,T=c.map(S);d(E=>E.map(S));const N=T.flatMap(({filterOptions:E})=>E);i(N),g([])},[c,i,b]),C=u.useCallback((k,v)=>{const z=`li-filter-option-${k}`;return t.jsxs(La,{icon:v,onClick:j(k),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:z,width:"100%",children:[k,x[k]===void 0?void 0:t.jsx(K,{tagLabel:x[k].length.toString()})]},z)},[x,j]);return u.useEffect(()=>{const k=e.reduce((v,{label:z,filterOptions:S})=>{const T=S.flatMap(({value:I,minValue:F,maxValue:P})=>[F,P,I]).filter(Boolean),N=S.flatMap(({options:I})=>I??[]).filter(({checked:I=!1})=>I).map(({value:I})=>I),E=[...T,...N];return E.length===0?v:{...v,[z]:E}},{});h(k),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(ft,{id:"filters-options",onSearch:o,onSubmit:w,options:p,selectedFilter:b}):Object.entries(At(e)).map(([k,v])=>t.jsxs($,{style:{writingMode:"horizontal-tb"},children:[t.jsx(D,{color:s.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:k}),v.map(({label:z,icon:S="filter-list"})=>C(z,S))]},k))}):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(ft,{id:"filters-options",onSearch:o,onSubmit:w,options:p,selectedFilter:b}):e.map(({label:k,icon:v="filter-list"})=>C(k,v))})},ii=({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(At(e)).reduce((j,w)=>j+w.length,0):e.length)>5&&!d,h=f.useTheme(),b=u.useRef(null),m=t.jsx(V,{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 j=w=>{const C=b.current;C&&!C.contains(w.target)&&o.close()};if(s)return document.addEventListener("mousedown",j,!0),()=>{document.removeEventListener("mousedown",j,!0)}},[b,s,o]),t.jsx(Ba,{$bgColor:"transparent","aria-label":o.name,children:t.jsxs(Rt,{$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(ni,{onApplyFilters:n,onFilterStateChange:p,onSearch:i,options:e,setDirection:l,setHandler:c,variant:r}),a==="row"?m:void 0]})})};function Wa(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 oi(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 Ma(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 _a(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 Ha(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const ve=({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,j=a.join(", ").length,w=m>20||j>20;return{shouldShowTooltip:w,tooltipContent:w?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(K,{filterValues:r,icon:n,id:"remove-filter",onClose:o(e),tagLabel:`${i} `})})},Va=({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=Ma(p,g,o.placeholder);return t.jsx(ve,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case"dateRange":{const x=_a(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(ve,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=oi(d);return t.jsx(ve,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=Wa(c),h=Ha(s,o.label,a);return t.jsx(ve,{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},Ua=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),Ga=(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}),st=(e,n)=>{const i=Ua(e);n(JSON.stringify(i))},Ya=(e,n)=>{const i=e();if(!i)return n;try{const o=JSON.parse(i);return Ga(o,n)}catch{return n}},Xa=(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)},Ka=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,Za=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}},qa=({dataset:e,setValues:n,getValues:i,options:o,setFilteredDataset:r,onFiltersChange:a,onReset:l,onSearch:s,variant:c="ungrouped"})=>{const d=ye("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=Ka(x),m=o.map(v=>({...v,filterOptions:v.filterOptions.map(z=>x.find(T=>T.key===z.key&&T.type===z.type&&T.filterFn===z.filterFn)??{...z})})),j=u.useCallback(v=>{h([...v]),st(v,n)},[h,n]),w=u.useCallback(()=>{l&&l(),d.isOpen||g(!0),d.toggle()},[d,l]),C=u.useCallback(v=>()=>{l&&l();const z=x.map(S=>S.key===v.key&&S.type===v.type&&S.filterFn===v.filterFn?Za(S):S);h(z),st(z,n)},[x,l,n]);return u.useEffect(()=>{const v=o.flatMap(T=>T.filterOptions),z=i();if((()=>{if(!z)return!1;try{const T=JSON.parse(z);return Array.isArray(T)&&T.length>0}catch{return!1}})()){const T=Ya(i,v);h(T)}else v.flatMap(N=>N.value).filter(Boolean).length>0||v.flatMap(N=>N.options).filter(N=>(N==null?void 0:N.checked)===!0).length>0?(h(v),p&&st(v,n)):h(v)},[o,h,n,i,p]),u.useEffect(()=>{r&&e!==void 0&&r(Xa(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(_,{icon:"filter",id:"filter-btn",onClick:w,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(ii,{modalRef:d,onApplyFilters:j,onSearch:s,options:m,variant:c})]}),options:m,removeFilter:C}},Lt=({_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,j]=u.useState(void 0),w=u.useRef(null),C=u.useRef(!1),k=Array.isArray(p)&&p.length>0,v=i??r;u.useEffect(()=>{if(k&&!C.current&&w.current){const S=w.current.getBoundingClientRect().height;S>50&&(j(S),C.current=!0)}s.isOpen||(j(void 0),C.current=!1)},[k,s.isOpen]);const z=t.jsx(Vn,{"aria-label":s.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(Rt,{$size:x,"data-testid":h,flexDirection:"column",id:h,ref:k?w:void 0,style:k&&m?{height:m}:void 0,children:[!y._.isEmpty(g)&&!y._.isNil(g)&&t.jsx(Gn,{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(Nt,{items:p})}),(y._.isObject(a)||o)&&t.jsxs(Ca,{style:v?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[o,y._.isObject(a)&&y._.isString(a.imageSrc)&&t.jsx(Ia,{$framed:a.imageFramed,children:t.jsx(ne,{alt:"modal-img",publicId:a.imageSrc})}),y._.isObject(a)&&y._.isString(a.imageText)&&t.jsx(D,{size:"md",children:a.imageText})]}),t.jsx(Un,{alert:n,cancelButton:i,confirmButton:r,modalRef:s})]})});return e&&s.isOpen?fe.createPortal(z,document.getElementById("portals")??document.body):s.isOpen?z:null},Ja=(e,n,i)=>{const o=ye("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(j=>()=>{g(w=>({...w,[j]:{...w[j],state:!w[j].state}}))},[]),b=!Object.values(p).every(({state:j})=>j),m=Object.entries(p).map(([j,{state:w,label:C}])=>t.jsx(le,{defaultChecked:w,label:C,name:j,onChange:h(j)},j));return t.jsxs(Lt,{"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(Yn,{disabled:b,id:e,onConfirm:l})]})}]},Qa=()=>{const[e,n]=u.useState(!1),[i,o]=u.useState(),r=u.useRef(null),a=ye("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(Lt,{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}},es=2e3,ts=({content:e})=>{const[n,i]=u.useState("Copy"),o=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{i("Copied"),setTimeout(()=>{i("Copy")},es)}).catch(()=>{i("Failed to copy")})},[e]);return t.jsx(V,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:o,tooltip:n,variant:"ghost"})},ns=f.styled.ul`
2443
2443
  ${({theme:e})=>`
2444
2444
  align-items: flex-start;
2445
2445
  border-radius: ${e.spacing[.25]};
@@ -2452,7 +2452,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2452
2452
  width: 166px;
2453
2453
  z-index: 9999;
2454
2454
  `}
2455
- `,es=f.styled.li`
2455
+ `,is=f.styled.li`
2456
2456
  ${({theme:e})=>`
2457
2457
  align-items: center;
2458
2458
  background: ${e.palette.white}
@@ -2478,7 +2478,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2478
2478
  cursor: not-allowed;
2479
2479
  }
2480
2480
  `}
2481
- `,ts=({icon:e,iconColor:n,id:i,showChevron:r,options:o,title:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),p=s?"chevron-up":"chevron-down",{refs:d,floatingStyles:g}=y.useFloating({middleware:[y.offset({mainAxis:4})],placement:"bottom-start"}),x=u.useCallback(()=>{c(h=>!h)},[]);return te(s?d.floating.current:null,()=>{c(!1)},!0,[document.getElementById(`dropdown-toggle-${i}`)]),t.jsxs(u.Fragment,{children:[t.jsx(H,{"aria-label":a,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${i}`,onClick:x,ref:d.setReference,rightIcon:r?p:void 0,variant:"ghost",children:a}),s?t.jsx(Qa,{ref:d.setFloating,style:g,children:o.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs(es,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(R,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},ht=({buttonProps:e,variant:n})=>t.jsx(H,{onClick:e.onClick,variant:n,children:e.text}),ns=f.styled.div`
2481
+ `,os=({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(_,{"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(ns,{ref:p.setFloating,style:g,children:r.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs(is,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(R,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},yt=({buttonProps:e,variant:n})=>t.jsx(_,{onClick:e.onClick,variant:n,children:e.text}),rs=f.styled.div`
2482
2482
  display: flex;
2483
2483
  flex-direction: column;
2484
2484
  align-items: center;
@@ -2486,7 +2486,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2486
2486
  max-width: 900px;
2487
2487
  white-space: pre-line;
2488
2488
  margin: 0 auto;
2489
- `,is=f.styled.div`
2489
+ `,as=f.styled.div`
2490
2490
  display: flex;
2491
2491
  flex-direction: row;
2492
2492
  justify-content: center;
@@ -2499,7 +2499,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2499
2499
  > img {
2500
2500
  width: 100%;
2501
2501
  }
2502
- `,rs=f.styled.div`
2502
+ `,ss=f.styled.div`
2503
2503
  display: flex;
2504
2504
  flex-direction: row;
2505
2505
  margin: 0;
@@ -2512,7 +2512,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2512
2512
  > *:last-child {
2513
2513
  margin-right: 0;
2514
2514
  }
2515
- `,an={md:{description:"md",title:"md"},sm:{description:"md",title:"xs"}},os=({cancelButton:e=void 0,confirmButton:n=void 0,description:i,imageSrc:r="integrates/empty/addRoot",padding:o=1.25,title:a,size:l="md"})=>{const s=(n??e)!==void 0;return t.jsxs(ns,{$padding:o,children:[t.jsx(is,{children:t.jsx(ne,{alt:"empty-icon",publicId:r})}),t.jsx(U,{fontWeight:"bold",mb:.25,size:an[l].title,textAlign:"center",children:a}),t.jsx(F,{mb:s?2:void 0,size:an[l].description,textAlign:"center",children:i}),s?t.jsxs(rs,{children:[e&&t.jsx(ht,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(ht,{buttonProps:n,variant:"primary"})]}):void 0]})},ii=({filters:e})=>{const n=window.location.search,i=u.useMemo(()=>{const a=new URLSearchParams(n);return Array.from(a.entries()).filter(([l])=>e.some(s=>s.id===l))},[e,n]),r=i.flatMap(([,a])=>a.split(",")).length,o=i.map(([a,l])=>({label:a,value:l}));return{activeFilters:r,appliedFilters:o,filters:e}},as=({filterOptions:e})=>{const{appliedFilters:n}=ii({filters:e});return console.log(n),t.jsx("div",{children:n.length})},Be=u.createContext({id:"",calendarState:{isOpen:!1,updateCalendarState:()=>{}},searchState:{includeSearch:!1,previousValue:""},scrollState:{height:"0",ref:{current:null}},values:{},setValues:()=>Promise.resolve(new URLSearchParams),updateSearch:()=>{},updateScrollHeight:()=>{}}),ri=f.styled.div`
2515
+ `,ln={md:{description:"md",title:"md"},sm:{description:"md",title:"xs"}},ls=({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(rs,{$padding:r,children:[t.jsx(as,{children:t.jsx(ne,{alt:"empty-icon",publicId:o})}),t.jsx(U,{fontWeight:"bold",mb:.25,size:ln[l].title,textAlign:"center",children:a}),t.jsx(D,{mb:s?2:void 0,size:ln[l].description,textAlign:"center",children:i}),s?t.jsxs(ss,{children:[e&&t.jsx(yt,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(yt,{buttonProps:n,variant:"primary"})]}):void 0]})},ge=20,cs=e=>{var r,a;if(e.length===0)return{content:void 0,showTooltip:!1};if(e.length===1){const l=(((r=e[0])==null?void 0:r.length)??0)>20;return{content:l?e[0]:void 0,showTooltip:l}}const n=((a=e[0])==null?void 0:a.length)??0,i=e.join(", ").length,o=n>20||i>20;return{content:o?[...e]:void 0,showTooltip:o}},lt=e=>{if(e.length<=ge)return e;const n=ge-3,i=Math.ceil(n/2),o=Math.floor(n/2);return`${e.slice(0,i)}...${e.slice(e.length-o)}`},ds=e=>{const n=e.split(",");if(n.length===1)return lt(e);if(n.length<=2){const a=n[0],l=n.join(", ").length;return a.length>ge||l>ge?`${lt(a)} +1 more`:e}const i=n[0],o=n.length-1,r=n.join(", ").length;return i.length>ge||r>ge?`${lt(i)} +${o} more`:e},ri=({filter:{id:e,label:n,value:i},onClose:o})=>{const r=i.split(","),a=ds(i),{content:l,showTooltip:s}=cs(r),c=t.jsx(K,{filterValues:a,icon:"filter-list",id:"remove-filter",onClose:o(e),tagLabel:`${n} `});return s?t.jsx(X,{disabled:!s,id:"applied-filter-tooltip",nodeTip:Array.isArray(l)?t.jsx($,{display:"flex",flexDirection:"column",gap:.25,children:l.map(d=>t.jsxs($,{alignItems:"flex-start",display:"flex",gap:.5,whiteSpace:"normal",wordWrap:"break-word",children:[t.jsx("span",{children:"•"}),d]},d))}):t.jsx($,{whiteSpace:"normal",wordWrap:"break-word",children:l}),children:c}):c},ai=({filters:e})=>{const n=e.flatMap(s=>s.id),[i,o]=y.useQueryStates({...Object.fromEntries(n.map(s=>[s,y.parseAsString.withDefault("")])),searchGlobal:y.parseAsString.withDefault(""),search:y.parseAsString.withDefault("")}),r=Object.values(i).filter(Boolean).flatMap(s=>s.split(",")).length,a=u.useMemo(()=>{const s=new Map(e.map(c=>[c.id,c]));return Object.entries(i).filter(([,c])=>!!c).map(([c,d])=>{var h;const p=s.get(c);if(!p)return{id:c,label:void 0,value:d};const g=new Set(d.split(",")),x=(h=p.options)==null?void 0:h.flatMap(b=>{var m;return((m=b.items)==null?void 0:m.filter(j=>g.has(j.value)).map(j=>j.label??j.value))??[]}).filter(Boolean);return{id:c,label:p.label,value:x&&x.length>0?x.join(", "):d}})},[i,e]),l=u.useCallback(s=>()=>{o(c=>({...c,[s]:void 0}))},[o]);return{activeFilters:r,appliedFilters:a,removeFilter:l,setValues:o,values:i}},ps=({filters:e})=>{const{appliedFilters:n,removeFilter:i}=ai({filters:e});return n.length>0?t.jsx($,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:n.map(o=>t.jsx(ri,{filter:o,onClose:i},o.id))}):null},We=u.createContext({id:"",calendarState:{isOpen:!1,updateCalendarState:()=>{}},searchState:{includeSearch:!1,previousValue:""},scrollState:{height:"0",ref:{current:null}},values:{},setValues:()=>Promise.resolve(new URLSearchParams),updateSearch:()=>{},updateScrollHeight:()=>{}}),si=f.styled.div`
2516
2516
  ${({theme:e,$left:n="0"})=>`
2517
2517
  align-items: flex-start;
2518
2518
  background: ${e.palette.white};
@@ -2529,7 +2529,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2529
2529
  width: 342px;
2530
2530
  z-index: 99999;
2531
2531
  `}
2532
- `,oi=f.styled.div`
2532
+ `,li=f.styled.div`
2533
2533
  ${({theme:e})=>`
2534
2534
  align-items: flex-start;
2535
2535
  display: flex;
@@ -2538,7 +2538,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2538
2538
  padding: ${e.spacing[.875]} ${e.spacing[.875]} 0 ${e.spacing[.875]};
2539
2539
  width: 100%;
2540
2540
  `}
2541
- `,At=f.styled.div`
2541
+ `,Pt=f.styled.div`
2542
2542
  ${({theme:e,$border:n})=>`
2543
2543
  align-items: flex-start;
2544
2544
  border-top: ${n?`1px solid ${e.palette.gray[200]}`:"unset"};
@@ -2552,7 +2552,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2552
2552
  width: 100%;
2553
2553
  }
2554
2554
  `}
2555
- `,ve=f.styled.div`
2555
+ `,ke=f.styled.div`
2556
2556
  ${({theme:e})=>`
2557
2557
  align-items: center;
2558
2558
  display: flex;
@@ -2574,10 +2574,10 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2574
2574
  background: ${e.palette.gray[100]};
2575
2575
  }
2576
2576
  `}
2577
- `,ai=f.styled.button`
2578
- ${vt}
2577
+ `,ci=f.styled.button`
2578
+ ${Ct}
2579
2579
  min-width: fit-content;
2580
- `,Lt=()=>{const e=f.useTheme();return t.jsx(At,{children:t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",gap:.75,justify:"center",px:1.25,py:1.25,children:[t.jsx($,{alignItems:"center",bgColor:e.palette.gray[200],borderRadius:e.spacing[.5],display:"flex",justify:"center",children:t.jsx(R,{icon:"search",iconSize:"lg",mx:.5,my:.5})}),t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",gap:.25,justify:"center",children:[t.jsx(U,{fontWeight:"bold",size:"xs",textAlign:"center",children:"No matches found"}),t.jsx(F,{size:"md",textAlign:"center",children:"We couldn’t find anything that matches your filters. Try adjusting your search or clearing filters."})]})]})})},si=7,ss=e=>e.reduce((n,i)=>(i.group?(n[i.group]||(n[i.group]=[]),n[i.group].push(i)):n.default=[...n.default||[],i],n),{}),ls=(e,n,i)=>{var l;const r=e.find(s=>s.id===n);if(!r||!i)return{label:(r==null?void 0:r.label)??"",options:(r==null?void 0:r.options)??[]};const o=i.split(","),a=(l=r.options)==null?void 0:l.map(s=>{if(!s.items)return s;const c=[...s.items].sort((p,d)=>{const g=o.includes(p.value),x=o.includes(d.value);return g===x?0:g?-1:1});return{...s,items:c}});return{label:r.label,options:a}},cs=(e,n)=>Object.entries(e).map(([i,r])=>{const o=r.filter(a=>a.label.toLowerCase().includes(n.toLowerCase()));return o.length>0?{group:i,filters:o}:void 0}).filter(i=>i!==void 0),li=u.forwardRef(function({includeSearch:n=!1,groupedFilters:i,handleChangeId:r},o){const a=f.useTheme(),[l,s]=u.useState(""),{values:c,updateSearch:p,setValues:d}=u.useContext(Be),{searchGlobal:g}=c,x=cs(i,g),h=u.useMemo(()=>Object.values(c).filter(Boolean).length>0,[c]),b=u.useCallback(w=>()=>{r(w),s(w),p({previousValue:c[w]??""}),d(C=>({...C,searchGlobal:"",search:""}))},[r,p,d,c]),m=u.useCallback(()=>{d(w=>Object.keys(w).reduce((C,k)=>({...C,[k]:""}),{})),s("")},[d]),j=u.useCallback(w=>{d(C=>({...C,searchGlobal:w.target.value}))},[d]);return t.jsxs(ri,{ref:o,children:[t.jsxs(oi,{children:[t.jsxs($,{display:"flex",justify:"space-between",width:"100%",children:[t.jsx(F,{color:a.palette.gray[800],fontWeight:"bold",size:"md",children:"Filters menu"}),h?t.jsx(ai,{$variant:"lowRelevance",onClick:m,type:"button",children:"Reset all"}):void 0]}),n?t.jsx(ce,{onChange:j,placeholder:"Search filter...",value:g}):void 0]}),t.jsx($,{alignItems:"flex-start",display:"flex",flexDirection:"column",scroll:"y",width:"100%",children:x.length>0?x.map(({group:w,filters:C},k)=>C.length>0?t.jsxs(At,{$border:k>0&&w!=="default",children:[w!=="default"?t.jsx(F,{color:a.palette.gray[400],fontWeight:"bold",mb:.5,size:"md",children:w}):void 0,C.map(v=>{const S=c[v.id].split(",").filter(T=>T&&T!=="-").length.toString();return t.jsx(u.Fragment,{children:t.jsxs(ve,{as:"button","data-testid":v.id,onClick:b(v.id),children:[t.jsx(R,{icon:"filter",iconClass:"filter-item",iconSize:"md",iconType:"fa-light"}),v.label,t.jsxs($,{alignItems:"center",display:"flex",gap:.5,style:{marginLeft:"auto"},children:[l===v.id?t.jsx(R,{icon:"chevron-right",iconClass:"selected",iconSize:"lg",iconType:"fa-light"}):void 0,S>0?t.jsx(q,{tagLabel:S,variant:"default"}):void 0]})]})},`${v.id}-${y.random(1,10)}`)})]},w):void 0):t.jsx(Lt,{})})]})}),ds=e=>{const[n,i]=u.useState({includeSearch:e,previousValue:""}),r=u.useCallback(o=>{i(a=>({...a,...o}))},[]);return{searchState:n,updateSearch:r}},ps=()=>{const e=u.useRef(null),[n,i]=u.useState("0"),r=u.useMemo(()=>({height:n,ref:e}),[n]),o=u.useCallback(a=>{i(a)},[]);return{scrollState:r,updateScrollHeight:o}},gs=()=>{const[e,n]=u.useState(!1),i=u.useCallback(r=>{n(r)},[]);return{calendarState:{isOpen:e,updateCalendarState:i}}},us={checkbox:({items:e,virtualItems:n,filterValue:i,ref:r,onChange:o})=>n.length>0?n.map(a=>{const l=e[a.index];return t.jsx("div",{"data-index":a.index,ref:r,style:{position:"absolute",top:`${a.start}px`,left:0,width:"100%"},children:t.jsx(ve,{children:t.jsx(le,{checked:i==null?void 0:i.split(",").includes(l==null?void 0:l.value),label:l==null?void 0:l.label,name:l==null?void 0:l.value,onChange:o,value:l==null?void 0:l.value})})},`${a.index}-${l==null?void 0:l.value}`)}):t.jsx(Lt,{}),list:({items:e,filterValue:n,onListChange:i})=>e.map(r=>t.jsxs(ve,{as:"button",onClick:i==null?void 0:i(r.value),children:[r.icon?t.jsx(R,{icon:r.icon,iconSize:"md",iconType:"fa-light"}):void 0,r.label,t.jsx("span",{className:"filter-item"}),n===r.value?t.jsx("div",{style:{marginLeft:"auto"},children:t.jsx(R,{icon:"check",iconClass:"selected",iconSize:"lg",iconType:"fa-light"})}):void 0]},`li-radio-${r.value}`)),dateRange:({id:e,filterValue:n,onRangeChange:i,updateCalendarState:r})=>{const[o,a]=(n==null?void 0:n.split(",").filter(l=>y.dayjs(l).isValid()||l==="-"))??[];return t.jsx(ve,{children:t.jsx(zt,{name:e,onOpenCalendar:r,propsMax:{name:"maxValue",value:a!=="-"?a:"",onChange:i==null?void 0:i(1)},propsMin:{name:"minValue",value:o!=="-"?o:"",onChange:i==null?void 0:i(0)},variant:"filters"})})},numberRange:({id:e,filterValue:n,minValue:i,maxValue:r,onRangeNumberChange:o})=>{const[a,l]=(n==null?void 0:n.split(",").filter(Boolean).map(Number).filter(s=>!y.isNaN(s)))??[];return t.jsx(ve,{children:t.jsx(It,{name:e,propsMax:{name:"maxValue",min:i,max:r,onChange:o==null?void 0:o(1),placeholder:"Max %",value:l},propsMin:{name:"minValue",min:i,max:r,onChange:o==null?void 0:o(0),placeholder:"Min %",value:a},variant:"filters"})})}},ci=({id:e,filterValue:n,option:i,onChange:r})=>{const{items:o=[],type:a,minValue:l,maxValue:s}=i??{},c=a&&us[a],{calendarState:{updateCalendarState:p},scrollState:d,updateSearch:g,updateScrollHeight:x,values:h}=u.useContext(Be),{search:b}=h,m=u.useMemo(()=>o.filter(S=>{var T;return((T=S.label)==null?void 0:T.toLowerCase().includes(b.toLowerCase()))??!1}),[o,b]),j=y.useVirtualizer({count:m.length,estimateSize:()=>36,getScrollElement:()=>d.ref.current}),w=j.getVirtualItems(),C=u.useCallback(S=>{S.stopPropagation(),S.preventDefault(),r(S.target.value,a??"")},[r,a]),k=u.useCallback(S=>T=>{r(T,"dateRange",S)},[r]),v=u.useCallback(S=>T=>{T.stopPropagation(),T.preventDefault(),r(T.target.value,"numberRange",S)},[r]),z=u.useCallback(S=>()=>{r(S,"list")},[r]);return u.useEffect(()=>{g({includeSearch:o.length>si}),a==="checkbox"&&w.length>0?x(`${j.getTotalSize()}px`):a==="checkbox"&&w.length===0&&x("fit-content")},[j,x,a,o.length,g,w.length]),t.jsx(t.Fragment,{children:(c==null?void 0:c({items:m,virtualItems:w,id:e,filterValue:n,onChange:C,onListChange:z,onRangeChange:k,onRangeNumberChange:v,ref:j.measureElement,updateCalendarState:p,minValue:l,maxValue:s}))??null})},st=e=>(e==null?void 0:e.split(",").filter(n=>n!==""))??[],di=u.forwardRef(function({label:n,options:i},r){const o=f.useTheme(),{id:a,searchState:l,values:s,setValues:c,scrollState:p}=u.useContext(Be),{includeSearch:d}=l,{height:g,ref:x}=p,h=g!=="fit-content",b=s[a],{search:m}=s,j=u.useCallback(()=>{c(k=>({...k,[a]:""}))},[c,a]),w=u.useCallback(k=>{c(v=>({...v,search:k.target.value}))},[c]),C=u.useCallback((k,v,z)=>{c(S=>{if(v==="checkbox"){const T=st(S[a]??""),N=T!=null&&T.includes(k)?T==null?void 0:T.filter(I=>I!==k).join(","):[...T,k].join(",");return{...S,[a]:N}}if(v==="dateRange"){const T=st(S[a]??""),N=T.filter(P=>P!=="-"&&!RegExp(/^\d+\-\d+\-\d+$/).test(P.trim())),I=T.filter(P=>y.dayjs(P).isValid()&&y.dayjs(P).isAfter(y.dayjs("1900-01-01"))),D=y.dayjs(k,"YYYY-MM-DD",!0),E=["-","-"];return I.length===2?(E[0]=I[0],E[1]=I[1]):I.length===1&&(D.isAfter(y.dayjs(I[0]))?(E[0]=I[0],E[1]=k):(E[0]=k,E[1]=I[0])),E[z??0]=k,{...S,[a]:[...N,...E].join(",")}}if(v==="numberRange"){const T=st(S[a]??""),N=T.filter(E=>!RegExp(/^\d+$/).test(E)),I=T.map(Number).filter(E=>y.lodashExports.isNumber(E)&&!y.lodashExports.isNaN(E)),D=[I[0]??"",I[1]??""];return D[z??0]=Number(k),{...S,[a]:[...N,...D].join(",")}}return{...S,[a]:k}})},[a,c]);return t.jsxs(ri,{$left:"346px",ref:r,children:[t.jsxs(oi,{style:{paddingBottom:d&&h?o.spacing[.875]:0},children:[t.jsxs($,{display:"flex",justify:"space-between",width:"100%",children:[t.jsx(F,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:`Select ${n}`}),b?t.jsx(ai,{$variant:"lowRelevance",onClick:j,type:"button",children:"Reset all"}):void 0]}),d?t.jsx(ce,{onChange:w,placeholder:`Search ${n}...`,value:m}):void 0]}),t.jsx($,{ref:x,scroll:"y",width:"100%",children:i==null?void 0:i.map((k,v,z)=>t.jsx("div",{style:{...k.type==="checkbox"?{height:g,...h?{margin:d?` 0 ${o.spacing[.875]} ${o.spacing[.875]} ${o.spacing[.875]}`:o.spacing[.875],width:"90%"}:{}}:{},position:"relative"},children:t.jsxs(At,{$border:z.length>1&&v>0,style:{padding:h?o.spacing[.875]:0},children:[v>0?t.jsx(F,{color:o.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",children:k.label}):void 0,t.jsx(ci,{filterValue:b,id:a,onChange:C,option:k})]})},`${k.label}-${v}`))})]})}),xs=({filterOptions:e})=>{const n=fe("filters"),i=e.flatMap(I=>I.id),[r,o]=y.useQueryStates({...Object.fromEntries(i.map(I=>[I,y.parseAsString.withDefault("")])),searchGlobal:y.parseAsString.withDefault(""),search:y.parseAsString.withDefault("")}),{calendarState:a}=gs(),{searchState:l,updateSearch:s}=ds(!1),{scrollState:c,updateScrollHeight:p}=ps(),[d,g]=y.useQueryState("filter"),[x,h]=u.useState(""),{refs:b}=y.useFloating({placement:"bottom-start"}),{refs:m}=y.useFloating({elements:{reference:b.reference.current},placement:"right-end"}),{activeFilters:j,filters:w}=ii({filters:e}),{previousValue:C}=l,{label:k,options:v}=ls(w,x,C),z=ss(w),S=y.isEmpty(d)||d===null||x!==d,T=u.useCallback(I=>{h(I),g(I)},[g]),N=u.useCallback(()=>{n.toggle(),g(null),o(I=>({...I,searchGlobal:"",search:""}))},[n,g,o]);return te(b.floating.current,()=>{a.isOpen||(n.close(),g(null),o(I=>({...I,searchGlobal:"",search:""})))},!0,[b.reference.current,m.floating.current]),t.jsx(Be.Provider,{value:{id:x,calendarState:a,searchState:l,values:r,scrollState:c,setValues:o,updateSearch:s,updateScrollHeight:p},children:t.jsxs($,{alignItems:"center",display:"flex",position:"relative",wrap:"wrap",children:[t.jsx(H,{icon:"filter",id:"filter-btn",onClick:N,ref:b.setReference,tag:j.toString(),variant:"ghost"}),n.isOpen?t.jsx(li,{groupedFilters:z,handleChangeId:T,includeSearch:e.length>si,ref:b.setFloating}):void 0,S?void 0:t.jsx(di,{label:k.toLowerCase(),options:v,ref:m.setFloating})]})})},hs=({children:e})=>{const n=y.useFormContext();return e({...n})},fs=f.styled.form`
2580
+ `,Ot=()=>{const e=f.useTheme();return t.jsx(Pt,{children:t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",gap:.75,justify:"center",px:1.25,py:1.25,children:[t.jsx($,{alignItems:"center",bgColor:e.palette.gray[200],borderRadius:e.spacing[.5],display:"flex",justify:"center",children:t.jsx(R,{icon:"search",iconSize:"lg",mx:.5,my:.5})}),t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",gap:.25,justify:"center",children:[t.jsx(U,{fontWeight:"bold",size:"xs",textAlign:"center",children:"No matches found"}),t.jsx(D,{size:"md",textAlign:"center",children:"We couldn’t find anything that matches your filters. Try adjusting your search or clearing filters."})]})]})})},di=7,gs=e=>e.reduce((n,i)=>(i.group?(n[i.group]||(n[i.group]=[]),n[i.group].push(i)):n.default=[...n.default||[],i],n),{}),us=(e,n,i)=>{var l;const o=e.find(s=>s.id===n);if(!o||!i)return{label:(o==null?void 0:o.label)??"",options:(o==null?void 0:o.options)??[]};const r=i.split(","),a=(l=o.options)==null?void 0:l.map(s=>{if(!s.items)return s;const c=[...s.items].sort((d,p)=>{const g=r.includes(d.value),x=r.includes(p.value);return g===x?0:g?-1:1});return{...s,items:c}});return{label:o.label,options:a}},xs=(e,n)=>Object.entries(e).map(([i,o])=>{const r=o.filter(a=>a.label.toLowerCase().includes(n.toLowerCase()));return r.length>0?{group:i,filters:r}:void 0}).filter(i=>i!==void 0),pi=u.forwardRef(function({includeSearch:n=!1,groupedFilters:i,handleChangeId:o},r){const a=f.useTheme(),[l,s]=u.useState(""),{values:c,updateSearch:d,setValues:p}=u.useContext(We),{searchGlobal:g}=c,x=xs(i,g),h=u.useMemo(()=>Object.values(c).filter(Boolean).length>0,[c]),b=u.useCallback(w=>()=>{o(w),s(w),d({previousValue:c[w]??""}),p(C=>({...C,searchGlobal:"",search:""}))},[o,d,p,c]),m=u.useCallback(()=>{p(w=>Object.keys(w).reduce((C,k)=>({...C,[k]:""}),{})),s("")},[p]),j=u.useCallback(w=>{p(C=>({...C,searchGlobal:w.target.value}))},[p]);return t.jsxs(si,{ref:r,children:[t.jsxs(li,{children:[t.jsxs($,{display:"flex",justify:"space-between",width:"100%",children:[t.jsx(D,{color:a.palette.gray[800],fontWeight:"bold",size:"md",children:"Filters menu"}),h?t.jsx(ci,{$variant:"lowRelevance",onClick:m,type:"button",children:"Reset all"}):void 0]}),n?t.jsx(ce,{onChange:j,placeholder:"Search filter...",value:g}):void 0]}),t.jsx($,{alignItems:"flex-start",display:"flex",flexDirection:"column",scroll:"y",width:"100%",children:x.length>0?x.map(({group:w,filters:C},k)=>C.length>0?t.jsxs(Pt,{$border:k>0&&w!=="default",children:[w!=="default"?t.jsx(D,{color:a.palette.gray[400],fontWeight:"bold",mb:.5,size:"md",children:w}):void 0,C.map(v=>{const S=c[v.id].split(",").filter(T=>T&&T!=="-").length.toString();return t.jsx(u.Fragment,{children:t.jsxs(ke,{as:"button","data-testid":v.id,onClick:b(v.id),children:[t.jsx(R,{icon:"filter",iconClass:"filter-item",iconSize:"md",iconType:"fa-light"}),v.label,t.jsxs($,{alignItems:"center",display:"flex",gap:.5,style:{marginLeft:"auto"},children:[l===v.id?t.jsx(R,{icon:"chevron-right",iconClass:"selected",iconSize:"lg",iconType:"fa-light"}):void 0,S>0?t.jsx(K,{tagLabel:S,variant:"default"}):void 0]})]})},`${v.id}-${y.random(1,10)}`)})]},w):void 0):t.jsx(Ot,{})})]})}),hs=e=>{const[n,i]=u.useState({includeSearch:e,previousValue:""}),o=u.useCallback(r=>{i(a=>({...a,...r}))},[]);return{searchState:n,updateSearch:o}},fs=()=>{const e=u.useRef(null),[n,i]=u.useState("0"),o=u.useMemo(()=>({height:n,ref:e}),[n]),r=u.useCallback(a=>{i(a)},[]);return{scrollState:o,updateScrollHeight:r}},ys=()=>{const[e,n]=u.useState(!1),i=u.useCallback(o=>{n(o)},[]);return{calendarState:{isOpen:e,updateCalendarState:i}}},bs={checkboxes:({items:e,virtualItems:n,filterValue:i,ref:o,onChange:r})=>n.length>0?n.map(a=>{const l=e[a.index];return t.jsx("div",{"data-index":a.index,ref:o,style:{position:"absolute",top:`${a.start}px`,left:0,width:"100%"},children:t.jsx(ke,{children:t.jsx(le,{checked:i==null?void 0:i.split(",").includes(l==null?void 0:l.value),label:l==null?void 0:l.label,name:l==null?void 0:l.value,onChange:r,value:l==null?void 0:l.value})})},`${a.index}-${l==null?void 0:l.value}`)}):t.jsx(Ot,{}),list:({items:e,filterValue:n,onListChange:i})=>e.map(o=>t.jsxs(ke,{as:"button",onClick:i==null?void 0:i(o.value),children:[o.icon?t.jsx(R,{icon:o.icon,iconSize:"md",iconType:"fa-light"}):void 0,o.label,t.jsx("span",{className:"filter-item"}),n===o.value?t.jsx("div",{style:{marginLeft:"auto"},children:t.jsx(R,{icon:"check",iconClass:"selected",iconSize:"lg",iconType:"fa-light"})}):void 0]},`li-radio-${o.value}`)),dateRange:({id:e,filterValue:n,onRangeChange:i,updateCalendarState:o})=>{const[r,a]=(n==null?void 0:n.split(",").filter(l=>y.dayjs(l).isValid()||l==="-"))??[];return t.jsx(ke,{children:t.jsx(It,{name:e,onOpenCalendar:o,propsMax:{name:"maxValue",value:a!=="-"?a:"",onChange:i==null?void 0:i(1)},propsMin:{name:"minValue",value:r!=="-"?r:"",onChange:i==null?void 0:i(0)},variant:"filters"})})},numberRange:({id:e,filterValue:n,minValue:i,maxValue:o,onRangeNumberChange:r})=>{const[a,l]=(n==null?void 0:n.split(",").filter(Boolean).map(Number).filter(s=>!y.isNaN(s)))??[];return t.jsx(ke,{children:t.jsx(Ft,{name:e,propsMax:{name:"maxValue",min:i,max:o,onChange:r==null?void 0:r(1),placeholder:"Max %",value:l},propsMin:{name:"minValue",min:i,max:o,onChange:r==null?void 0:r(0),placeholder:"Min %",value:a},variant:"filters"})})}},gi=({id:e,filterValue:n,option:i,onChange:o})=>{const{items:r=[],type:a,minValue:l,maxValue:s}=i??{},c=a&&bs[a],{calendarState:{updateCalendarState:d},scrollState:p,updateSearch:g,updateScrollHeight:x,values:h}=u.useContext(We),{search:b}=h,m=u.useMemo(()=>r.filter(S=>{var T;return((T=S.label)==null?void 0:T.toLowerCase().includes(b.toLowerCase()))??!1}),[r,b]),j=y.useVirtualizer({count:m.length,estimateSize:()=>36,getScrollElement:()=>p.ref.current}),w=j.getVirtualItems(),C=u.useCallback(S=>{S.stopPropagation(),S.preventDefault(),o(S.target.value,a??"")},[o,a]),k=u.useCallback(S=>T=>{o(T,"dateRange",S)},[o]),v=u.useCallback(S=>T=>{T.stopPropagation(),T.preventDefault(),o(T.target.value,"numberRange",S)},[o]),z=u.useCallback(S=>()=>{o(S,"list")},[o]);return u.useEffect(()=>{g({includeSearch:r.length>di}),a==="checkboxes"&&w.length>0?x(`${j.getTotalSize()}px`):a==="checkboxes"&&w.length===0&&x("fit-content")},[j,x,a,r.length,g,w.length]),t.jsx(t.Fragment,{children:(c==null?void 0:c({items:m,virtualItems:w,id:e,filterValue:n,onChange:C,onListChange:z,onRangeChange:k,onRangeNumberChange:v,ref:j.measureElement,updateCalendarState:d,minValue:l,maxValue:s}))??null})},ct=e=>(e==null?void 0:e.split(",").filter(n=>n!==""))??[],ui=u.forwardRef(function({label:n,options:i},o){const r=f.useTheme(),{id:a,searchState:l,values:s,setValues:c,scrollState:d}=u.useContext(We),{includeSearch:p}=l,{height:g,ref:x}=d,h=g!=="fit-content",b=s[a],{search:m}=s,j=u.useCallback(()=>{c(k=>({...k,[a]:""}))},[c,a]),w=u.useCallback(k=>{c(v=>({...v,search:k.target.value}))},[c]),C=u.useCallback((k,v,z)=>{c(S=>{if(v==="checkboxes"){const T=ct(S[a]??""),N=T!=null&&T.includes(k)?T==null?void 0:T.filter(E=>E!==k).join(","):[...T,k].join(",");return{...S,[a]:N}}if(v==="dateRange"){const T=ct(S[a]??""),N=T.filter(P=>P!=="-"&&!RegExp(/^\d+\-\d+\-\d+$/).test(P.trim())),E=T.filter(P=>y.dayjs(P).isValid()&&y.dayjs(P).isAfter(y.dayjs("1900-01-01"))),I=y.dayjs(k,"YYYY-MM-DD",!0),F=["-","-"];return E.length===2?(F[0]=E[0],F[1]=E[1]):E.length===1&&(I.isAfter(y.dayjs(E[0]))?(F[0]=E[0],F[1]=k):(F[0]=k,F[1]=E[0])),F[z??0]=k,{...S,[a]:[...N,...F].join(",")}}if(v==="numberRange"){const T=ct(S[a]??""),N=T.filter(F=>!RegExp(/^\d+$/).test(F)),E=T.map(Number).filter(F=>y.lodashExports.isNumber(F)&&!y.lodashExports.isNaN(F)),I=[E[0]??"",E[1]??""];return I[z??0]=Number(k),{...S,[a]:[...N,...I].join(",")}}return{...S,[a]:k}})},[a,c]);return t.jsxs(si,{$left:"346px",ref:o,children:[t.jsxs(li,{style:{paddingBottom:p&&h?r.spacing[.875]:0},children:[t.jsxs($,{display:"flex",justify:"space-between",width:"100%",children:[t.jsx(D,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:`Select ${n}`}),b?t.jsx(ci,{$variant:"lowRelevance",onClick:j,type:"button",children:"Reset all"}):void 0]}),p?t.jsx(ce,{onChange:w,placeholder:`Search ${n}...`,value:m}):void 0]}),t.jsx($,{ref:x,scroll:"y",width:"100%",children:i==null?void 0:i.map((k,v,z)=>t.jsx("div",{style:{...k.type==="checkboxes"?{height:g,...h?{margin:p?` 0 ${r.spacing[.875]} ${r.spacing[.875]} ${r.spacing[.875]}`:r.spacing[.875],width:"90%"}:{}}:{},position:"relative"},children:t.jsxs(Pt,{$border:z.length>1&&v>0,style:{padding:h?r.spacing[.875]:0},children:[v>0?t.jsx(D,{color:r.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",children:k.label}):void 0,t.jsx(gi,{filterValue:b,id:a,onChange:C,option:k})]})},`${k.label}-${v}`))})]})}),$s=({filters:e})=>{const n=ye("filters"),{calendarState:i}=ys(),{searchState:o,updateSearch:r}=hs(!1),{scrollState:a,updateScrollHeight:l}=fs(),[s,c]=y.useQueryState("filter"),[d,p]=u.useState(""),{refs:g}=y.useFloating({placement:"bottom-start"}),{refs:x}=y.useFloating({elements:{reference:g.reference.current},placement:"right-end"}),{activeFilters:h,values:b,setValues:m}=ai({filters:e}),{previousValue:j}=o,{label:w,options:C}=us(e,d,j),k=gs(e),v=y.isEmpty(s)||s===null||d!==s,z=u.useCallback(T=>{p(T),c(T)},[c]),S=u.useCallback(()=>{n.toggle(),c(null),m(T=>({...T,searchGlobal:"",search:""}))},[n,c,m]);return te(g.floating.current,()=>{i.isOpen||(n.close(),c(null),m(T=>({...T,searchGlobal:"",search:""})))},!0,[g.reference.current,x.floating.current]),t.jsx(We.Provider,{value:{id:d,calendarState:i,searchState:o,values:b,scrollState:a,setValues:m,updateSearch:r,updateScrollHeight:l},children:t.jsxs($,{alignItems:"center",display:"flex",position:"relative",wrap:"wrap",children:[t.jsx(_,{icon:"filter",id:"filter-btn",onClick:S,ref:g.setReference,tag:h.toString(),variant:"ghost"}),n.isOpen?t.jsx(pi,{groupedFilters:k,handleChangeId:z,includeSearch:e.length>di,ref:g.setFloating}):void 0,v?void 0:t.jsx(ui,{label:w.toLowerCase(),options:C,ref:x.setFloating})]})})},ms=({children:e})=>{const n=y.useFormContext();return e({...n})},js=f.styled.form`
2581
2581
  ${({theme:e})=>`
2582
2582
  align-items: flex-start;
2583
2583
  align-self: stretch;
@@ -2587,16 +2587,16 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2587
2587
  overflow: hidden auto;
2588
2588
  width: 100%;
2589
2589
  `}
2590
- `,ys=({alert:e,buttonAlignment:n,cancelButton:i,children:r,confirmButton:o,defaultDisabled:a=!0,id:l="modal-confirm",maxButtonWidth:s="392px",mode:c,onSubmit:p,padding:d=!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 j(v){v.stopPropagation(),m.handleSubmit(p)(v)}const C=g?`calc(100% - ${e?"139px":"83px"})`:"100%",k=d?1.5:0;return t.jsx(y.FormProvider,{...m,children:t.jsx(fs,{onSubmit:j,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:C,pb:k,pt:0,px:k,scroll:"y",children:r}),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(H,{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(H,{disabled:((o==null?void 0:o.disabled)??!1)||m.formState.isSubmitting||a&&!m.formState.isDirty,icon:o==null?void 0:o.icon,id:l,justify:"center",type:"submit",width:"100%",children:(o==null?void 0:o.label)??"Confirm"})]})]})]})})})},bs=f.styled(Pe)`
2590
+ `,ws=({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 j(v){v.stopPropagation(),m.handleSubmit(d)(v)}const C=g?`calc(100% - ${e?"139px":"83px"})`:"100%",k=p?1.5:0;return t.jsx(y.FormProvider,{...m,children:t.jsx(js,{onSubmit:j,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:C,pb:k,pt:0,px:k,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(_,{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(_,{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"})]})]})]})})})},vs=f.styled(Oe)`
2591
2591
  display: grid;
2592
2592
  grid-template-columns: ${({$sm:e})=>`repeat(${e}, 1fr)`};
2593
2593
  grid-auto-flow: ${({$autoFlow:e="row"})=>e};
2594
2594
  gap: ${({$rowGap:e,$gap:n=1.25})=>e?`${e}rem`:`${n}rem`}
2595
2595
  ${({$columnGap:e,$gap:n=1.25})=>e?`${e}rem`:`${n}rem`};
2596
2596
 
2597
- ${({theme:e,$xl:n,$lg:i,$md:r})=>`
2597
+ ${({theme:e,$xl:n,$lg:i,$md:o})=>`
2598
2598
  @media (width >= ${e.breakpoints.sm}) {
2599
- grid-template-columns: repeat(${r}, 1fr);
2599
+ grid-template-columns: repeat(${o}, 1fr);
2600
2600
  }
2601
2601
 
2602
2602
  @media (width >= ${e.breakpoints.md}) {
@@ -2607,7 +2607,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2607
2607
  grid-template-columns: repeat(${n}, 1fr);
2608
2608
  }
2609
2609
  `}
2610
- `,$s=u.forwardRef(function({children:n,md:i,sm:r,lg:o,xl:a,gap:l,gridAutoFlow:s,rowGap:c,columnGap:p,...d},g){return t.jsx(bs,{$autoFlow:s,$columnGap:p,$gap:l,$lg:o,$md:i,$rowGap:c,$sm:r,$xl:a,ref:g,...d,children:n})}),ms=f.styled.div`
2610
+ `,ks=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(vs,{$autoFlow:s,$columnGap:d,$gap:l,$lg:r,$md:i,$rowGap:c,$sm:o,$xl:a,ref:g,...p,children:n})}),Cs=f.styled.div`
2611
2611
  ${({theme:e,$itemsLength:n})=>`
2612
2612
  display: flex;
2613
2613
  background-color: ${e.palette.white};
@@ -2626,7 +2626,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2626
2626
  width: 507px;
2627
2627
  }
2628
2628
  `}
2629
- `,Pt=f.styled.div`
2629
+ `,Bt=f.styled.div`
2630
2630
  ${({theme:e,$isSelected:n})=>`
2631
2631
  align-items: center;
2632
2632
  background-color: ${n?e.palette.gray[100]:e.palette.white};
@@ -2643,7 +2643,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2643
2643
  background-color: ${e.palette.gray[100]};
2644
2644
  }
2645
2645
  `}
2646
- `,pi=({isSelected:e=!1,label:n,onSelect:i})=>{const r=f.useTheme(),o=u.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(Pt,{$isSelected:e,onClick:o,children:[e?t.jsx(R,{icon:"check",iconColor:r.palette.gray[800],iconSize:"lg"}):null,t.jsx(F,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},Ve=100,js=({isOpen:e=!0,items:n,handleNewOrganization:i,onSelect:r,onClose:o,selectedItem:a,title:l,variant:s})=>{const c=f.useTheme(),[p,d]=u.useState(n),[g,x]=u.useState(""),h=u.useCallback(w=>{if(!w){d(n);return}const C=w.slice(0,Ve);d(k=>{const v=C.toLowerCase();return k.filter(z=>{const S=String(z.name).toLowerCase();return S.startsWith(v)||S.includes(v)})})},[d,n]),b=u.useCallback(w=>{if(w.currentTarget){const C=w.currentTarget.value.slice(0,Ve);x(C),h(C)}},[x,h]),m=u.useCallback(w=>{const C=w.target.value.slice(0,Ve);x(C),h(C)},[x,h]);u.useEffect(()=>{e&&(x(""),d(n))},[e,n]),u.useEffect(()=>{g?h(g):d(n)},[n,g,h]);const j=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(ms,{$itemsLength:p.length,children:[t.jsxs($,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(F,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(V,{icon:"xmark",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:o,variant:"ghost"})]}),t.jsx($,{mt:1,children:t.jsx(ce,{maxLength:Ve,onChange:m,onInput:b,placeholder:"Search",value:g})}),t.jsx(xe,{mb:1,mt:1}),t.jsxs($,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[s==="organization-selector"?t.jsx(Pt,{onClick:i,children:t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsx(R,{icon:"square-plus",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",mr:.5}),t.jsx(F,{color:c.palette.gray[400],size:"md",children:"New organization"})]})}):void 0,p.map(w=>t.jsx(pi,{isSelected:a.toLowerCase()===w.name,label:w.name.charAt(0).toUpperCase()+w.name.slice(1),onSelect:r},w.name))]})]})})});return e?he.createPortal(j,document.body):t.jsx("div",{})},ws=f.styled.div`
2646
+ `,xi=({isSelected:e=!1,label:n,onSelect:i})=>{const o=f.useTheme(),r=u.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(Bt,{$isSelected:e,onClick:r,children:[e?t.jsx(R,{icon:"check",iconColor:o.palette.gray[800],iconSize:"lg"}):null,t.jsx(D,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},Ue=100,Ss=({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(w=>{if(!w){p(n);return}const C=w.slice(0,Ue);p(k=>{const v=C.toLowerCase();return k.filter(z=>{const S=String(z.name).toLowerCase();return S.startsWith(v)||S.includes(v)})})},[p,n]),b=u.useCallback(w=>{if(w.currentTarget){const C=w.currentTarget.value.slice(0,Ue);x(C),h(C)}},[x,h]),m=u.useCallback(w=>{const C=w.target.value.slice(0,Ue);x(C),h(C)},[x,h]);u.useEffect(()=>{e&&(x(""),p(n))},[e,n]),u.useEffect(()=>{g?h(g):p(n)},[n,g,h]);const j=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(Cs,{$itemsLength:d.length,children:[t.jsxs($,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(D,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(V,{icon:"xmark",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:r,variant:"ghost"})]}),t.jsx($,{mt:1,children:t.jsx(ce,{maxLength:Ue,onChange:m,onInput:b,placeholder:"Search",value:g})}),t.jsx(he,{mb:1,mt:1}),t.jsxs($,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[s==="organization-selector"?t.jsx(Bt,{onClick:i,children:t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsx(R,{icon:"square-plus",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",mr:.5}),t.jsx(D,{color:c.palette.gray[400],size:"md",children:"New organization"})]})}):void 0,d.map(w=>t.jsx(xi,{isSelected:a.toLowerCase()===w.name,label:w.name.charAt(0).toUpperCase()+w.name.slice(1),onSelect:o},w.name))]})]})})});return e?fe.createPortal(j,document.body):t.jsx("div",{})},zs=f.styled.div`
2647
2647
  ${({theme:e,$backgroundColor:n=e.palette.white})=>`
2648
2648
  align-items: flex-start;
2649
2649
  display: flex;
@@ -2660,7 +2660,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2660
2660
  fill: url(#gradient-01);
2661
2661
  }
2662
2662
  `}
2663
- `,vs=({backgroundColor:e,title:n,indicator:i,description:r,icon:o})=>{const a=f.useTheme(),l=e?a.palette.white:void 0,s=y.$a916eb452884faea$export$b7a616150fdb9f44();return t.jsxs(ws,{$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(F,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:n}),t.jsx(U,{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-${o} fa-stack-1x fill-gradient-01`,style:{width:"24px",height:"24px"}})]},o)]}),r?t.jsx(F,{size:"md",...l?{color:l}:{},children:r}):void 0]})},ks=({actions:e,children:n,header:i,title:r,tabs:o,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(F,{color:l.palette.gray[800],fontWeight:"bold",size:"lg",children:r}),i]}),e&&t.jsx($,{display:"flex",gap:.25,children:e.map(({icon:s,onClick:c},p)=>t.jsx(V,{icon:s??"paper-plane",iconColor:l.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:c,variant:"ghost"},`${p}-${s}`))})]}),t.jsx($,{display:"flex",pt:.25,width:"100%",children:t.jsx(Et,{items:o})}),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:p},d)=>t.jsx(H,{icon:s,onClick:p,variant:d===0?"primary":"tertiary",width:"100%",children:c},`${d}-${c}`))})]})},Cs=f.styled.article`
2663
+ `,Ts=({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(zs,{$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(D,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:n}),t.jsx(U,{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(D,{size:"md",...l?{color:l}:{},children:o}):void 0]})},Is=({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(D,{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(V,{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(Nt,{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(_,{icon:s,onClick:d,variant:p===0?"primary":"tertiary",width:"100%",children:c},`${p}-${c}`))})]})},Ds=f.styled.article`
2664
2664
  ${({theme:e})=>`
2665
2665
  align-items: flex-start;
2666
2666
  align-self: stretch;
@@ -2696,17 +2696,17 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2696
2696
  fill: url(#gradient-01);
2697
2697
  }
2698
2698
  `}
2699
- `,Ss=f.styled.div`
2700
- ${({theme:e,$hasImage:n,$width:i,$height:r})=>`
2699
+ `,Fs=f.styled.div`
2700
+ ${({theme:e,$hasImage:n,$width:i,$height:o})=>`
2701
2701
  width: ${i}px;
2702
- height: ${r}px;
2702
+ height: ${o}px;
2703
2703
  border-radius: ${e.spacing[.75]};
2704
2704
  background: ${n?e.palette.white:e.palette.primary[25]};
2705
2705
  display: flex;
2706
2706
  align-items: center;
2707
2707
  justify-content: center;
2708
2708
  `}
2709
- `,zs={md:{titleSize:"xs",descSize:"md",linkTextSize:"md"},lg:{titleSize:"sm",descSize:"lg",linkTextSize:"lg"}},Ts=({desc:e,href:n,icon:i,imageHeight:r=48,imageWidth:o=48,Link:a,LinkElement:l,linkText:s="Learn more ",publicId:c,size:p="lg",tag:d,title:g})=>{const x=a??"a",{titleSize:h,descSize:b,linkTextSize:m}=zs[p];return t.jsxs(Cs,{"data-testid":g,children:[t.jsxs($,{display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs(Ss,{$hasImage:!!c,$height:r,$width:o,children:[i?t.jsx("i",{className:`fa-solid fa-${i} fill-gradient-01`,style:{fontSize:24}}):void 0,c?t.jsx(ne,{alt:g,height:r,publicId:c,width:o}):void 0]}),d?t.jsx(q,{tagLabel:d,variant:"inactive"}):void 0]}),t.jsx(U,{size:h,children:g}),e?t.jsx(F,{size:b,children:e}):void 0,l??t.jsx(x,{href:n,style:{textDecoration:"none"},children:t.jsxs(F,{size:m,children:[s,t.jsx(R,{icon:"arrow-right",iconSize:"sm",iconType:"fa-light"})]})})]})},Is=f.styled.span`
2709
+ `,Es={md:{titleSize:"xs",descSize:"md",linkTextSize:"md"},lg:{titleSize:"sm",descSize:"lg",linkTextSize:"lg"}},Rs=({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}=Es[d];return t.jsxs(Ds,{"data-testid":g,children:[t.jsxs($,{display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs(Fs,{$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(ne,{alt:g,height:o,publicId:c,width:r}):void 0]}),p?t.jsx(K,{tagLabel:p,variant:"inactive"}):void 0]}),t.jsx(U,{size:h,children:g}),e?t.jsx(D,{size:b,children:e}):void 0,l??t.jsx(x,{href:n,style:{textDecoration:"none"},children:t.jsxs(D,{size:m,children:[s,t.jsx(R,{icon:"arrow-right",iconSize:"sm",iconType:"fa-light"})]})})]})},Ns=f.styled.span`
2710
2710
  ${({theme:e,$bgColor:n=e.palette.secondary[500],$txtDecoration:i="none"})=>`
2711
2711
  background-color: ${n};
2712
2712
  border-radius: 5px;
@@ -2715,14 +2715,14 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2715
2715
  padding: ${e.spacing[.125]} ${e.spacing[.25]} ${e.spacing[.125]} ${e.spacing[.25]};
2716
2716
  text-decoration: ${i}
2717
2717
  `}
2718
- `,Ds=({bgColor:e,children:n,txtDecoration:i,ml:r=1})=>t.jsx(Is,{$bgColor:e,$txtDecoration:i,className:`ml-${r}`,children:n}),Fs={lg:"56",md:"30",sm:"12"},{getVariant:Es}=ie(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),Rs=f.keyframes`
2718
+ `,As=({bgColor:e,children:n,txtDecoration:i,ml:o=1})=>t.jsx(Ns,{$bgColor:e,$txtDecoration:i,className:`ml-${o}`,children:n}),Ls={lg:"56",md:"30",sm:"12"},{getVariant:Ps}=ie(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),Os=f.keyframes`
2719
2719
  0% {
2720
2720
  transform: rotateZ(0deg);
2721
2721
  }
2722
2722
  100% {
2723
2723
  transform: rotateZ(360deg)
2724
2724
  }
2725
- `,Ns=f.keyframes`
2725
+ `,Bs=f.keyframes`
2726
2726
  0%,
2727
2727
  25% {
2728
2728
  stroke-dashoffset: 280;
@@ -2739,16 +2739,16 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2739
2739
  stroke-dashoffset: 280;
2740
2740
  transform: rotate(360deg);
2741
2741
  }
2742
- `,As=f.styled.svg`
2742
+ `,Ws=f.styled.svg`
2743
2743
  ${({$size:e="md"})=>f.css`
2744
- animation: ${Rs} 2s linear infinite;
2744
+ animation: ${Os} 2s linear infinite;
2745
2745
  animation-timing-function: linear;
2746
2746
  display: inline-block;
2747
- width: ${Fs[e]}px;
2747
+ width: ${Ls[e]}px;
2748
2748
  `}
2749
- `,Ls=f.styled.circle`
2749
+ `,Ms=f.styled.circle`
2750
2750
  ${({theme:e,$color:n="red"})=>f.css`
2751
- animation: 1.4s ease-in-out infinite both ${Ns};
2751
+ animation: 1.4s ease-in-out infinite both ${Bs};
2752
2752
  display: block;
2753
2753
  fill: transparent;
2754
2754
  stroke-linecap: round;
@@ -2757,9 +2757,9 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2757
2757
  stroke-width: 10px;
2758
2758
  transform-origin: 50% 50%;
2759
2759
 
2760
- ${Es(e,n)}
2760
+ ${Ps(e,n)}
2761
2761
  `}
2762
- `,Ps=f.styled.circle`
2762
+ `,_s=f.styled.circle`
2763
2763
  display: block;
2764
2764
  fill: transparent;
2765
2765
  stroke: ${({theme:e})=>e.palette.gray[200]};
@@ -2767,12 +2767,12 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2767
2767
  stroke-width: 10px;
2768
2768
  transform-origin: 50% 50%;
2769
2769
  opacity: ${({$color:e})=>e==="white"?"20%":"unset"};
2770
- `,gi=({color:e="red",label:n,size:i})=>{const r=f.useTheme();return t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsxs(As,{$size:i,viewBox:"0 0 100 100",children:[t.jsx(Ps,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(Ls,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(F,{color:e==="red"||e==="blue"?r.palette.gray[700]:r.palette.white,ml:.5,size:"md",children:n})]})},Os={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},Bs=({publicId:e,variant:n})=>t.jsx($,{...Os[n],children:t.jsx(ne,{alt:"logo",publicId:e})}),Ws=f.styled(y.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
2770
+ `,hi=({color:e="red",label:n,size:i})=>{const o=f.useTheme();return t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsxs(Ws,{$size:i,viewBox:"0 0 100 100",children:[t.jsx(_s,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(Ms,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(D,{color:e==="red"||e==="blue"?o.palette.gray[700]:o.palette.white,ml:.5,size:"md",children:n})]})},Hs={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},Vs=({publicId:e,variant:n})=>t.jsx($,{...Hs[n],children:t.jsx(ne,{alt:"logo",publicId:e})}),Us=f.styled(y.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
2771
2771
  ${({$size:e=16})=>`
2772
2772
  height: ${e}px;
2773
2773
  width: ${e}px;
2774
2774
  `}
2775
- `,_s=e=>{const{size:n}=e;return t.jsx(Ws,{$size:n,...e})},Hs=({children:e,commitSha:n,commitShortSha:i,parentElement:r,userInfo:o,setVisibility:a})=>{const l=f.useTheme(),{userName:s,email:c,phone:p,userRole:d}=o;return te(r,()=>{a(!1)}),t.jsxs(Yn,{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(F,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:s}),t.jsx(F,{color:l.palette.gray[400],size:"md",children:c}),y.lodashExports.isUndefined(p)?void 0:t.jsx(F,{color:l.palette.gray[400],size:"md",children:p})]}),t.jsx($,{children:t.jsx(q,{tagLabel:d,variant:"role"})})]})}),t.jsx(xe,{}),e,t.jsx(xe,{}),t.jsx("li",{className:"commit-info",children:t.jsx(re,{href:`https://github.com/fluidattacks/universe/tree/${n}`,iconPosition:"hidden",children:t.jsx(F,{color:l.palette.gray[400],size:"sm",children:`commit : ${i}`})})})]})},Ms=f.styled.button`
2775
+ `,Gs=e=>{const{size:n}=e;return t.jsx(Us,{$size:n,...e})},Ys=({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(Kn,{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(D,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:s}),t.jsx(D,{color:l.palette.gray[400],size:"md",children:c}),y.lodashExports.isUndefined(d)?void 0:t.jsx(D,{color:l.palette.gray[400],size:"md",children:d})]}),t.jsx($,{children:t.jsx(K,{tagLabel:p,variant:"role"})})]})}),t.jsx(he,{}),e,t.jsx(he,{}),t.jsx("li",{className:"commit-info",children:t.jsx(oe,{href:`https://github.com/fluidattacks/universe/tree/${n}`,iconPosition:"hidden",children:t.jsx(D,{color:l.palette.gray[400],size:"sm",children:`commit : ${i}`})})})]})},Xs=f.styled.button`
2776
2776
  align-items: center;
2777
2777
  background-color: transparent;
2778
2778
  border: unset;
@@ -2789,7 +2789,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2789
2789
  &:hover span {
2790
2790
  color: ${A.palette.primary[200]};
2791
2791
  }
2792
- `,Vs=({message:e,onClickButton:n,buttonText:i,buttonFontWeight:r="regular",show:o=!0,icon:a,onClose:l,buttonSide:s="end"})=>{const c=f.useTheme(),[p,d]=u.useState(o),g=u.useCallback(()=>{d(!1),l==null||l()},[l]);u.useEffect(()=>{d(o)},[o,d]);const x=t.jsxs(Ms,{onClick:n,children:[t.jsx(F,{color:c.palette.white,fontWeight:r,size:"md",textDecoration:"underline",children:i}),t.jsx(R,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"lg",iconType:r==="bold"?"fa-regular":"fa-light"})]});return t.jsxs($,{alignItems:"center",bgGradient:"linear-gradient(45deg, #f32637 0%, #b8075d 100%)",display:p?"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(F,{color:c.palette.white,display:"inline",size:"md",children:e}):e}),s==="end"&&n?x:void 0]}),t.jsx(R,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},Us=f.styled.div`
2792
+ `,Ks=({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(Xs,{onClick:n,children:[t.jsx(D,{color:c.palette.white,fontWeight:o,size:"md",textDecoration:"underline",children:i}),t.jsx(R,{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(D,{color:c.palette.white,display:"inline",size:"md",children:e}):e}),s==="end"&&n?x:void 0]}),t.jsx(R,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},Zs=f.styled.div`
2793
2793
  ${({theme:e,$variant:n})=>`
2794
2794
  background: ${e.palette.white};
2795
2795
  border: 1px solid ${e.palette.gray[200]};
@@ -2808,9 +2808,9 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2808
2808
  right: 16px;
2809
2809
  }
2810
2810
  `}
2811
- `,Gs=f.styled(U)`
2811
+ `,qs=f.styled(U)`
2812
2812
  font-size: ${({theme:e})=>e.typography.text.md};
2813
- `,Ys=f.styled.div`
2813
+ `,Js=f.styled.div`
2814
2814
  ${({theme:e,$variant:n})=>`
2815
2815
  height: ${e.spacing[2.5]};
2816
2816
  width: ${e.spacing[2.5]};
@@ -2841,7 +2841,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2841
2841
  color: ${e.palette[n][500]};
2842
2842
  }
2843
2843
  `}
2844
- `,Xs=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",Ks=({description:e,onClose:n,title:i,variant:r})=>{const o=f.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(Us,{$variant:r,className:`notification notification__${r}`,role:"alertdialog",children:[t.jsxs(Ys,{$variant:r,children:[t.jsx(R,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(R,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(R,{icon:Xs(r),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs($,{pr:1.5,children:[t.jsx(Gs,{fontWeight:"bold",size:"xs",children:i}),t.jsx(F,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(V,{height:"fit-content",icon:"close",iconColor:o.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},Zs={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},ft=({icon:e,label:n,onClick:i,onlyLabel:r=!1,provider:o="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:[r?!1:t.jsx($,{height:"24px",width:"24px",children:e===void 0?t.jsx(ne,{alt:`${o} Logo`,height:"100%",publicId:Zs[o],width:"100%"}):t.jsx(R,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx($,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(F,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:r?"break-spaces":"nowrap",wordWrap:"unset",children:n??o})})]})},qs=({align:e="end",buttonLabel:n="Add Credential",children:i,id:r,manualOption:o,providers:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),p=u.useRef(null);te(p.current,()=>{c(!1)},!0);const d=u.useCallback(h=>{o==null||o.onClick(h),c(!1)},[o]),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:p,width:"max-content",zIndex:10,children:[t.jsx(H,{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:r,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(ft,{onClick:x(h),provider:h},h)),o===void 0?void 0:t.jsx(ft,{icon:"square-plus",label:o.label??"Add manually",onClick:d}),i]})]})},Js=f.styled.button`
2844
+ `,Qs=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",el=({description:e,onClose:n,title:i,variant:o})=>{const r=f.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(Zs,{$variant:o,className:`notification notification__${o}`,role:"alertdialog",children:[t.jsxs(Js,{$variant:o,children:[t.jsx(R,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(R,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(R,{icon:Qs(o),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs($,{pr:1.5,children:[t.jsx(qs,{fontWeight:"bold",size:"xs",children:i}),t.jsx(D,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(V,{height:"fit-content",icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},tl={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},bt=({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(ne,{alt:`${r} Logo`,height:"100%",publicId:tl[r],width:"100%"}):t.jsx(R,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx($,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(D,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:o?"break-spaces":"nowrap",wordWrap:"unset",children:n??r})})]})},nl=({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(_,{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(bt,{onClick:x(h),provider:h},h)),r===void 0?void 0:t.jsx(bt,{icon:"square-plus",label:r.label??"Add manually",onClick:p}),i]})]})},il=f.styled.button`
2845
2845
  ${({theme:e,$hasIcon:n})=>`
2846
2846
  align-items: center;
2847
2847
  background-color: ${n?"unset":e.palette.white};
@@ -2875,7 +2875,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2875
2875
  color: ${e.palette.white};
2876
2876
  }
2877
2877
  `}
2878
- `,se=({children:e,disabled:n,hasIcon:i=!1,selected:r,onClick:o})=>t.jsx(Js,{...r?{className:"selected"}:{},$hasIcon:i,disabled:n,onClick:n||r?void 0:o,children:e}),Qs=[10,20,50,100],ui=({pageSize:e,setPageSize:n})=>{const i=f.useTheme(),[r,o]=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(()=>{o(p=>!p)},[]),c=u.useCallback(p=>()=>{n(p),o(!1)},[n]);return te(a.reference.current,()=>{o(!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(F,{size:"md",children:e}),t.jsx(V,{color:i.palette.gray[400],icon:r?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:s,px:.125,py:.125,ref:a.setReference,variant:"ghost"})]}),r?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:Qs.map(p=>{const d=c(p);return t.jsx($,{bgColor:e===p?i.palette.gray[800]:"transparent",bgColorHover:i.palette.gray[e===p?800:100],borderRadius:i.spacing["0.25"],cursor:"pointer",maxWidth:"40px",minWidth:"40px",onClick:d,px:.25,py:.25,children:t.jsx(F,{color:e===p?i.palette.white:i.palette.gray[600],size:"md",textAlign:"center",children:p})},`${p}-${y.random(10)}`)})}):void 0]})},el=(e,n)=>{if(n<=7)return{pages:Array.from({length:n},(o,a)=>a+1),ellipsis:{start:!1,middle:!1,end:!1}};if(e<=3||e>=n-2){const o=[1,2,3],a=[n-2,n-1,n];return{pages:[...o,...a],ellipsis:{start:!1,middle:!0,end:!1}}}return{pages:[1,...Array.from({length:5},(o,a)=>e-2+a),n],ellipsis:{start:!0,middle:!1,end:!0}}},tl=({totalItems:e,totalPages:n,page:{pageIndex:i,pageSize:r},onPageChange:o,onPageSizeChange:a})=>{const l=f.useTheme(),s=i*r,c=i===1,p=i===n,{pages:d,ellipsis:{start:g,middle:x,end:h}}=el(i,n),b=u.useCallback(C=>()=>{o(C)},[o]),m=u.useCallback(()=>{i>1&&o(i-1)},[o,i]),j=u.useCallback(()=>{i<n&&o(i+1)},[o,i,n]),w=u.useCallback(C=>{a(C)},[a]);return t.jsxs($,{alignItems:"center",as:"nav",display:"flex",justify:"space-between",py:.875,children:[t.jsx(F,{color:l.palette.gray[800],display:"inline",size:"md",children:`${s-r+1}-${s} of ${e} items`}),t.jsxs($,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(se,{disabled:c,hasIcon:!0,onClick:b(1),children:t.jsx(R,{icon:"angles-left",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:c,hasIcon:!0,onClick:m,children:t.jsx(R,{icon:"angle-left",iconSize:"sm",iconType:"fa-light"})}),d.map((C,k,v)=>{const z=C===1,S=C===n,T=g&&z&&k===0,N=h&&S&&k===d.length-1,I=x&&k===v.length/2-1;return t.jsxs(Ze.default.Fragment,{children:[N&&t.jsx(se,{disabled:!0,children:"..."}),t.jsx(se,{onClick:b(C),selected:i===C,children:C}),(T||I)&&t.jsx(se,{disabled:!0,children:"..."})]},C)}),t.jsx(se,{disabled:p,hasIcon:!0,onClick:j,children:t.jsx(R,{icon:"angle-right",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:p,hasIcon:!0,onClick:b(n),children:t.jsx(R,{icon:"angles-right",iconSize:"sm",iconType:"fa-light"})})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(ui,{pageSize:r,setPageSize:w}),t.jsx(F,{color:l.palette.gray[800],display:"inline",size:"md",children:"Items per page"})]})]})},nl=f.styled.div`
2878
+ `,se=({children:e,disabled:n,hasIcon:i=!1,selected:o,onClick:r})=>t.jsx(il,{...o?{className:"selected"}:{},$hasIcon:i,disabled:n,onClick:n||o?void 0:r,children:e}),ol=[10,20,50,100],fi=({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(D,{size:"md",children:e}),t.jsx(V,{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:ol.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(D,{color:e===d?i.palette.white:i.palette.gray[600],size:"md",textAlign:"center",children:d})},`${d}-${y.random(10)}`)})}):void 0]})},rl=(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}}},al=({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}}=rl(i,n),b=u.useCallback(C=>()=>{r(C)},[r]),m=u.useCallback(()=>{i>1&&r(i-1)},[r,i]),j=u.useCallback(()=>{i<n&&r(i+1)},[r,i,n]),w=u.useCallback(C=>{a(C)},[a]);return t.jsxs($,{alignItems:"center",as:"nav",display:"flex",justify:"space-between",py:.875,children:[t.jsx(D,{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(se,{disabled:c,hasIcon:!0,onClick:b(1),children:t.jsx(R,{icon:"angles-left",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:c,hasIcon:!0,onClick:m,children:t.jsx(R,{icon:"angle-left",iconSize:"sm",iconType:"fa-light"})}),p.map((C,k,v)=>{const z=C===1,S=C===n,T=g&&z&&k===0,N=h&&S&&k===p.length-1,E=x&&k===v.length/2-1;return t.jsxs(qe.default.Fragment,{children:[N&&t.jsx(se,{disabled:!0,children:"..."}),t.jsx(se,{onClick:b(C),selected:i===C,children:C}),(T||E)&&t.jsx(se,{disabled:!0,children:"..."})]},C)}),t.jsx(se,{disabled:d,hasIcon:!0,onClick:j,children:t.jsx(R,{icon:"angle-right",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:d,hasIcon:!0,onClick:b(n),children:t.jsx(R,{icon:"angles-right",iconSize:"sm",iconType:"fa-light"})})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(fi,{pageSize:o,setPageSize:w}),t.jsx(D,{color:l.palette.gray[800],display:"inline",size:"md",children:"Items per page"})]})]})},sl=f.styled.div`
2879
2879
  ${({theme:e})=>`
2880
2880
  height: ${e.spacing[1]};
2881
2881
  width: ${e.spacing[1]};
@@ -2906,7 +2906,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2906
2906
  font-size: ${e.spacing[.5]};
2907
2907
  }
2908
2908
  `}
2909
- `,xi=({margin:e,onClick:n,text:i})=>{const r=f.useTheme(),o=t.jsxs(nl,{children:[t.jsx(R,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(R,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(R,{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:r.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[o,t.jsx(F,{color:r.palette.warning[500],display:"inline",ml:.25,size:"sm",children:i})]})}):t.jsx($,{display:"inline-block",mr:e,onClick:n,children:o})},il=f.styled.div`
2909
+ `,yi=({margin:e,onClick:n,text:i})=>{const o=f.useTheme(),r=t.jsxs(sl,{children:[t.jsx(R,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(R,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(R,{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(D,{color:o.palette.warning[500],display:"inline",ml:.25,size:"sm",children:i})]})}):t.jsx($,{display:"inline-block",mr:e,onClick:n,children:r})},ll=f.styled.div`
2910
2910
  ${({theme:e,$isDragging:n})=>`
2911
2911
  align-items: center;
2912
2912
  display: flex;
@@ -2919,12 +2919,12 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2919
2919
 
2920
2920
  ${n?`border: 1px solid ${e.palette.black};`:""}
2921
2921
  `}
2922
- `,hi=({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}`),fi=({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(hi,{color:i[e].color,icon:i[e].icon}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e})]})},yi=({item:e,disabled:n,draggedItem:i,position:r,handleDragEnd:o,handleItemDragStart:a})=>{const l=f.useTheme();return t.jsx(y.ReorderItem,{as:"div",dragListener:!n,item:e.title,onDragEnd:o,onDragStart:a(e.title),style:{zIndex:i===e.title?9999:"auto",position:i===e.title?"relative":"static"},value:e,children:t.jsxs(il,{$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(R,{icon:"grip-vertical",iconColor:l.palette.gray[400],iconSize:"md",mx:.75,my:.75}),t.jsx(U,{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(F,{size:"md",children:e.description}),t.jsx(fi,{rank:r+1})]})]})},e.title)},rl=({disabled:e,items:n,handleSetItems:i})=>{const r=f.useTheme(),[o,a]=u.useState(n),[l,s]=u.useState(void 0);u.useEffect(()=>{a(n)},[n]);const c=u.useCallback(x=>{a([...x])},[]),p=u.useCallback(x=>{s(x)},[]),d=u.useCallback(()=>{s(void 0),i(o)},[i,o]),g=u.useCallback(x=>()=>{p(x)},[p]);return t.jsx(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:c,style:{borderBottom:`1px solid ${r.palette.gray[200]}`},values:o,children:o.map((x,h)=>t.jsx(yi,{disabled:e,draggedItem:l,handleDragEnd:d,handleItemDragStart:g,item:x,position:h},x.title))})},sn=2,ol=({score:e,toFixed:n=void 0})=>{const i=f.useTheme(),r=e<=33?"priority-bars-low":"priority-bars-medium",o=e>66||e===0?"priority-bars-high":r,a=n===void 0||n<0?0:n,l=e%1===0?sn+a:sn+a+1;return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(R,{icon:o,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(F,{color:i.palette.gray[800],size:"md",textAlign:"right",children:(n===void 0?e:e.toFixed(a).toString().padStart(l,"0"))+"%"})]})},bi=({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"})]})}),$i=(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]}},al=f.styled(R)`
2922
+ `,bi=({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}`),$i=({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(bi,{color:i[e].color,icon:i[e].icon}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e})]})},mi=({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(ll,{$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(R,{icon:"grip-vertical",iconColor:l.palette.gray[400],iconSize:"md",mx:.75,my:.75}),t.jsx(U,{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(D,{size:"md",children:e.description}),t.jsx($i,{rank:o+1})]})]})},e.title)},cl=({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(mi,{disabled:e,draggedItem:l,handleDragEnd:p,handleItemDragStart:g,item:x,position:h},x.title))})},cn=2,dl=({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?cn+a:cn+a+1;return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(R,{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(D,{color:i.palette.gray[800],size:"md",textAlign:"right",children:(n===void 0?e:e.toFixed(a).toString().padStart(l,"0"))+"%"})]})},ji=({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"})]})}),wi=(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]}},pl=f.styled(R)`
2923
2923
  box-sizing: border-box;
2924
2924
 
2925
- border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${$i("in progress",e)}`:"unset"};
2925
+ border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${wi("in progress",e)}`:"unset"};
2926
2926
  border-radius: 50%;
2927
- `,sl=f.styled.div`
2927
+ `,gl=f.styled.div`
2928
2928
  ${({$minWidth:e,$orientation:n})=>`
2929
2929
  display: flex;
2930
2930
  flex-direction: ${n==="horizontal"?"row":"column"};
@@ -2934,16 +2934,16 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2934
2934
  flex-flow: row wrap;
2935
2935
  }
2936
2936
  `}
2937
- `,ll=150,cl=({label:e,minWidth:n=ll,state:i="not completed",stepNumber:r=1,title:o,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"},p=i==="disabled";return t.jsxs($,{display:"inline-flex",flexDirection:l==="horizontal"?"column":"row",minWidth:`${n}px`,children:[t.jsx(Tt,{minWidth:n,orientation:l,percentage:p||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(bi,{onClick:a}):t.jsx(al,{$variant:i,clickable:!p,disabled:p,icon:c[i],iconColor:$i(i,s),iconSize:"lg",iconType:"fa-light",onClick:p?void 0:a}),t.jsxs($,{children:[t.jsx(F,{color:s.palette.gray[p?300:800],fontWeight:"bold",size:"md",children:`${r}.${o}`}),e===void 0?null:t.jsx(F,{color:s.palette.gray[p?300:600],size:"sm",children:e})]})]})]})},dl=150,pl=({children:e,orientation:n="horizontal",minWidth:i=dl})=>{const r=u.Children.toArray(e),o=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>o*i,[o,i]);return t.jsx(sl,{$minWidth:`${a}px`,$orientation:n,children:r.map(l=>u.cloneElement(l,{minWidth:i,orientation:n}))})},mi=({description:e="",highlightDescription:n="",mobile:i})=>{const r=f.useTheme(),o=i?"md":"lg",a=typeof n=="string",l=a?"":new RegExp(`(${n.join("|")})`,"u");return n.length>0?t.jsx(F,{display:"inline",lineSpacing:1.5,size:o,textAlign:i?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx(ge,{color:r.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:o,children:n}),e]}):e.split(l).map((s,c)=>n.includes(s)?t.jsx(ge,{color:r.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:o,children:s},`${c+1}-bold`):s)}):t.jsx(F,{lineSpacing:1.5,size:o,textAlign:i?"start":"center",children:e})},gl=({_portal:e=!1,cancelButton:n,darkBackground:i=!1,children:r,confirmButton:o,container:a,description:l,highlightDescription:s="",image:c,maxWidth:p,mobile:d=!1,title:g,titleColor:x})=>{const h=f.useTheme(),{alt:b,src:m,width:j="77px",height:w="77px"}=c,C=u.useCallback(()=>{n==null||n.onClick()},[n]),k=u.useCallback(()=>{o==null||o.onClick()},[o]),v=t.jsx(U,{color:x,fontWeight:"bold",lineSpacing:d?1.5:2.5,mb:d?1.5:0,size:d?"sm":"md",textAlign:d?"start":"center",children:g}),z=t.jsx(ne,{alt:b,height:w,publicId:m,width:j}),S=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:p,position:"relative",px:d?1.5:2.5,py:d?1.5:2.5,shadow:"lg",width:d?"335px":"100%",zIndex:11,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",width:"100%",children:[d?v:void 0,d?t.jsx($,{alignItems:"center",height:w,justify:"center",mr:0,children:t.jsx($,{bgColor:h.palette.gray[100],left:"0",position:"absolute",textAlign:"center",width:"100%",children:z})}):z,t.jsxs($,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[d?void 0:v,t.jsx(mi,{description:l,highlightDescription:s,mobile:d})]})]}),r&&t.jsx($,{mb:1,scroll:"y",children:t.jsx($,{height:"100%",children:r})}),t.jsxs($,{alignItems:"flex-start",display:"flex",gap:1,justify:d?"start":"center",children:[y.lodashExports.isObject(o)?t.jsx(H,{onClick:k,variant:(o==null?void 0:o.variant)??"primary",children:o==null?void 0:o.text},o==null?void 0:o.key):void 0,y.lodashExports.isObject(n)?t.jsx(H,{onClick:C,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?he.createPortal(S,a??document.body):S},ul=f.styled.div.attrs({className:"comp-scroll-up"})`
2937
+ `,ul=150,xl=({label:e,minWidth:n=ul,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(Dt,{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(ji,{onClick:a}):t.jsx(pl,{$variant:i,clickable:!d,disabled:d,icon:c[i],iconColor:wi(i,s),iconSize:"lg",iconType:"fa-light",onClick:d?void 0:a}),t.jsxs($,{children:[t.jsx(D,{color:s.palette.gray[d?300:800],fontWeight:"bold",size:"md",children:`${o}.${r}`}),e===void 0?null:t.jsx(D,{color:s.palette.gray[d?300:600],size:"sm",children:e})]})]})]})},hl=150,fl=({children:e,orientation:n="horizontal",minWidth:i=hl})=>{const o=u.Children.toArray(e),r=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>r*i,[r,i]);return t.jsx(gl,{$minWidth:`${a}px`,$orientation:n,children:o.map(l=>u.cloneElement(l,{minWidth:i,orientation:n}))})},vi=({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(D,{display:"inline",lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx(ue,{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(ue,{color:o.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:s},`${c+1}-bold`):s)}):t.jsx(D,{lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:e})},yl=({_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:j="77px",height:w="77px"}=c,C=u.useCallback(()=>{n==null||n.onClick()},[n]),k=u.useCallback(()=>{r==null||r.onClick()},[r]),v=t.jsx(U,{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}),z=t.jsx(ne,{alt:b,height:w,publicId:m,width:j}),S=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:w,justify:"center",mr:0,children:t.jsx($,{bgColor:h.palette.gray[100],left:"0",position:"absolute",textAlign:"center",width:"100%",children:z})}):z,t.jsxs($,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[p?void 0:v,t.jsx(vi,{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(_,{onClick:k,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(_,{onClick:C,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?fe.createPortal(S,a??document.body):S},bl=f.styled.div.attrs({className:"comp-scroll-up"})`
2938
2938
  position: fixed;
2939
2939
  bottom: ${({bottom:e})=>e??"unset"};
2940
2940
  right: ${({right:e})=>e??"unset"};
2941
2941
  z-index: ${({zIndex:e})=>e??"unset"};
2942
2942
  left: ${({left:e})=>e??"unset"};
2943
- `,xl=({scrollerId:e="dashboard",left:n,visibleAt:i=500,bottom:r,right:o,zIndex:a=100})=>{const[l,s]=u.useState(!1),[c,p]=u.useState(null),d=f.useTheme();u.useEffect(()=>{p(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(ul,{bottom:r,left:n,right:o,zIndex:a,children:t.jsx(V,{borderRadius:"50%",height:"40px",icon:"arrow-up",iconSize:"xl",id:"scroll-up",onClick:g,style:{backgroundColor:d.palette.black,borderRadius:"50%",color:d.palette.white},width:"40px"})}):null},hl=f.styled.div`
2943
+ `,$l=({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(bl,{bottom:o,left:n,right:r,zIndex:a,children:t.jsx(V,{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},ml=f.styled.div`
2944
2944
  position: relative;
2945
2945
  width: 100%;
2946
- `,fl=f.styled.div`
2946
+ `,jl=f.styled.div`
2947
2947
  ${({theme:e})=>`
2948
2948
  align-items: center;
2949
2949
  background-color: ${e.palette.white};
@@ -2958,7 +2958,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2958
2958
  &:hover { border-color: ${e.palette.gray[600]}; }
2959
2959
  &:focus-within { border: 2px solid ${e.palette.black}; }
2960
2960
  `}
2961
- `,yl=f.styled.input`
2961
+ `,wl=f.styled.input`
2962
2962
  ${({theme:e})=>`
2963
2963
  background: none;
2964
2964
  border: none !important;
@@ -2975,7 +2975,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2975
2975
  ::-webkit-search-results-button,
2976
2976
  ::-webkit-search-results-decoration { display: none; }
2977
2977
  `}
2978
- `,bl=f.styled.div`
2978
+ `,vl=f.styled.div`
2979
2979
  ${({theme:e})=>`
2980
2980
  position: absolute;
2981
2981
  z-index: 50;
@@ -2989,7 +2989,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2989
2989
  box-shadow: ${e.shadows.md};
2990
2990
  overflow: hidden;
2991
2991
  `}
2992
- `,$l=f.styled.ul`
2992
+ `,kl=f.styled.ul`
2993
2993
  ${({theme:e})=>`
2994
2994
  list-style: none;
2995
2995
  margin: 0;
@@ -2997,18 +2997,18 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2997
2997
  max-height: 300px;
2998
2998
  overflow-y: auto;
2999
2999
  `}
3000
- `,ml=f.styled.li`
3000
+ `,Cl=f.styled.li`
3001
3001
  ${({theme:e})=>`
3002
3002
  padding: ${e.spacing[.5]} ${e.spacing[.75]};
3003
3003
  cursor: pointer;
3004
3004
  &:hover { background: ${e.palette.gray[50]}; }
3005
3005
  `}
3006
- `,jl=f.styled.div`
3006
+ `,Sl=f.styled.div`
3007
3007
  ${({theme:e})=>`
3008
3008
  padding: ${e.spacing[.75]};
3009
3009
  color: ${e.palette.gray[500]};
3010
3010
  `}
3011
- `,wl=300,vl=({name:e,items:n=[],renderItem:i,onSelectItem:r,onClear:o,onChange:a,value:l,maxLength:s=wl,emptyText:c="No results",openOnFocus:p=!0,...d})=>{const g=f.useTheme(),x=u.useRef(null),[h,b]=u.useState(!1),[m,j]=u.useState(String(l??""));u.useEffect(()=>{j(String(l??""))},[l]);const{refs:w,floatingStyles:C}=y.useFloating$1({placement:"bottom-start"});te(w.floating.current,()=>b(!1),!0);const k=u.useCallback(()=>{p&&b(!0)},[p]),v=u.useCallback(D=>{const E=D.target.value;if(E.length>s){j(E.slice(0,s));return}j(E),a==null||a(D),b(!0)},[a,s]),z=u.useCallback(()=>{var D;j(""),o==null||o(),a&&a({target:{value:""},currentTarget:{value:""}}),(D=x.current)==null||D.focus(),b(!1)},[o,a]),S=u.useCallback(D=>{const E=Number(D.currentTarget.dataset.index),P=n[E];r==null||r(P),b(!1)},[n,r]),T=h&&(m.trim().length>0||n.length>0),N=u.useMemo(()=>n.length===0?t.jsx(jl,{children:c}):t.jsx($l,{role:"listbox",children:n.map((D,E)=>t.jsx(ml,{onClick:S,role:"option",children:i(D)},E))}),[n,c,i,S]),I=u.useCallback(D=>{D.key==="Escape"&&b(!1)},[]);return t.jsxs(hl,{ref:w.setReference,children:[t.jsxs(fl,{children:[t.jsx(R,{icon:"magnifying-glass",iconColor:g.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx(yl,{"aria-expanded":T,id:e,maxLength:s,name:e,onChange:v,onFocus:k,onKeyDown:I,ref:x,type:"search",value:m,...d}),!y.lodashExports.isEmpty(m)&&t.jsx(V,{icon:"xmark",iconColor:g.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:z,px:.25,py:.25,type:"reset",variant:"ghost"})]}),T?t.jsx(bl,{ref:w.setFloating,style:C,children:N}):void 0]})},kl=(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]},r={disabled:A.palette.gray[400],enabled:A.palette.gray[800]},o={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?o.none:o[e],textColor:n<1?r.disabled:r.enabled}},ke=({variant:e,value:n})=>{const{iconColor:i,iconText:r,iconTextColor:o,textColor:a}=kl(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(F,{color:o,size:"md",textAlign:"center",children:r})})}),t.jsx(F,{color:a,size:"md",children:n})]})},Cl=({critical:e,high:n,medium:i,low:r})=>t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(ke,{value:e,variant:"critical"}),t.jsx(ke,{value:n,variant:"high"}),t.jsx(ke,{value:i,variant:"medium"}),t.jsx(ke,{value:r,variant:"low"})]}),Sl=f.styled.div`
3011
+ `,zl=300,Tl=({name:e,items:n=[],renderItem:i,onSelectItem:o,onClear:r,onChange:a,value:l,maxLength:s=zl,emptyText:c="No results",openOnFocus:d=!0,...p})=>{const g=f.useTheme(),x=u.useRef(null),[h,b]=u.useState(!1),[m,j]=u.useState(String(l??""));u.useEffect(()=>{j(String(l??""))},[l]);const{refs:w,floatingStyles:C}=y.useFloating$1({placement:"bottom-start"});te(w.floating.current,()=>b(!1),!0);const k=u.useCallback(()=>{d&&b(!0)},[d]),v=u.useCallback(I=>{const F=I.target.value;if(F.length>s){j(F.slice(0,s));return}j(F),a==null||a(I),b(!0)},[a,s]),z=u.useCallback(()=>{var I;j(""),r==null||r(),a&&a({target:{value:""},currentTarget:{value:""}}),(I=x.current)==null||I.focus(),b(!1)},[r,a]),S=u.useCallback(I=>{const F=Number(I.currentTarget.dataset.index),P=n[F];o==null||o(P),b(!1)},[n,o]),T=h&&(m.trim().length>0||n.length>0),N=u.useMemo(()=>n.length===0?t.jsx(Sl,{children:c}):t.jsx(kl,{role:"listbox",children:n.map((I,F)=>t.jsx(Cl,{onClick:S,role:"option",children:i(I)},F))}),[n,c,i,S]),E=u.useCallback(I=>{I.key==="Escape"&&b(!1)},[]);return t.jsxs(ml,{ref:w.setReference,children:[t.jsxs(jl,{children:[t.jsx(R,{icon:"magnifying-glass",iconColor:g.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx(wl,{"aria-expanded":T,id:e,maxLength:s,name:e,onChange:v,onFocus:k,onKeyDown:E,ref:x,type:"search",value:m,...p}),!y.lodashExports.isEmpty(m)&&t.jsx(V,{icon:"xmark",iconColor:g.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:z,px:.25,py:.25,type:"reset",variant:"ghost"})]}),T?t.jsx(vl,{ref:w.setFloating,style:C,children:N}):void 0]})},Il=(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}},Ce=({variant:e,value:n})=>{const{iconColor:i,iconText:o,iconTextColor:r,textColor:a}=Il(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(D,{color:r,size:"md",textAlign:"center",children:o})})}),t.jsx(D,{color:a,size:"md",children:n})]})},Dl=({critical:e,high:n,medium:i,low:o})=>t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(Ce,{value:e,variant:"critical"}),t.jsx(Ce,{value:n,variant:"high"}),t.jsx(Ce,{value:i,variant:"medium"}),t.jsx(Ce,{value:o,variant:"low"})]}),Fl=f.styled.div`
3012
3012
  ${({theme:e})=>`
3013
3013
  border-radius: ${e.spacing[.25]};
3014
3014
  cursor: pointer;
@@ -3026,7 +3026,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3026
3026
  display: block;
3027
3027
  }
3028
3028
  `}
3029
- `,zl=({visibleElement:e,hiddenElement:n})=>t.jsxs(Sl,{children:[e,t.jsx($,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),ji=({customBadge:e=void 0,description:n,icon:i,onClick:r,requiresUpgrade:o=!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:r,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(R,{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(F,{color:l.palette.gray[800],size:"md",children:a}),o?t.jsx(xi,{text:"Upgrade"}):void 0,e]}),t.jsx(F,{color:l.palette.gray[400],size:"sm",children:n})]})]})},Tl=f.styled(y.m.div)`
3029
+ `,El=({visibleElement:e,hiddenElement:n})=>t.jsxs(Fl,{children:[e,t.jsx($,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),ki=({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(R,{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(D,{color:l.palette.gray[800],size:"md",children:a}),r?t.jsx(yi,{text:"Upgrade"}):void 0,e]}),t.jsx(D,{color:l.palette.gray[400],size:"sm",children:n})]})]})},Rl=f.styled(y.m.div)`
3030
3030
  ${({theme:e})=>`
3031
3031
  background-color: ${e.palette.white};
3032
3032
  box-shadow: ${e.shadows.lg};
@@ -3049,7 +3049,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3049
3049
  height: auto;
3050
3050
  }
3051
3051
  `}
3052
- `,Il=({children:e,closeIconId:n="close-menu",isOpen:i,items:r,onClose:o,title:a})=>{const l=f.useTheme(),s=u.useRef(null),c=u.useCallback(p=>()=>{p(),o()},[o]);return u.useEffect(()=>{const p=["mousedown","touchstart"],d=g=>{var j;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&&!(((j=s.current)==null?void 0:j.contains(x))??!1)&&o()};return p.forEach(g=>{document.addEventListener(g,d,{passive:!0})}),()=>{p.forEach(g=>{document.removeEventListener(g,d)})}},[i,o]),t.jsx(y.LazyMotion,{features:y.domAnimation,children:t.jsx(Tl,{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(F,{color:l.palette.black,display:"inline",fontWeight:"bold",size:"lg",children:a}),t.jsx(V,{icon:"close",iconColor:l.palette.gray[400],iconSize:"lg",iconTransform:"grow-4",iconType:"fa-light",id:n,onClick:o,px:.25,py:.25,variant:"ghost"})]}),t.jsx($,{display:"flex",flexDirection:"column",justify:"space-between",minHeight:"100vh",children:t.jsxs($,{py:1.25,children:[(r??[]).map(({customBadge:p,description:d,icon:g,onClick:x,requiresUpgrade:h,title:b})=>t.jsx(ji,{customBadge:p,description:d,icon:g,onClick:c(x),requiresUpgrade:h,title:b},b)),e&&t.jsx($,{px:1.25,children:e})]})})]})})})},Dl=(e,n)=>n>=50?`
3052
+ `,Nl=({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 j;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&&!(((j=s.current)==null?void 0:j.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(Rl,{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(D,{color:l.palette.black,display:"inline",fontWeight:"bold",size:"lg",children:a}),t.jsx(V,{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(ki,{customBadge:d,description:p,icon:g,onClick:c(x),requiresUpgrade:h,title:b},b)),e&&t.jsx($,{px:1.25,children:e})]})})]})})})},Al=(e,n)=>n>=50?`
3053
3053
  ${e.palette.gray[200]} 50%,
3054
3054
  ${e.palette.primary[500]} 50.05%,
3055
3055
  ${e.palette.primary[500]} ${n}%,
@@ -3060,7 +3060,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3060
3060
  ${e.palette.primary[500]} 50%,
3061
3061
  ${e.palette.gray[200]} 50.05%,
3062
3062
  ${e.palette.gray[200]} 100%
3063
- `,Fl=f.styled.div`
3063
+ `,Ll=f.styled.div`
3064
3064
  ${({theme:e,$min:n,$value:i})=>`
3065
3065
  align-items: center;
3066
3066
  align-self: stretch;
@@ -3076,7 +3076,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3076
3076
  ${n>=0?`
3077
3077
  ${e.palette.primary[500]} ${i}%,
3078
3078
  ${e.palette.gray[200]} ${i}%
3079
- `:Dl(e,i)}
3079
+ `:Al(e,i)}
3080
3080
  );
3081
3081
  border-radius: ${e.spacing[.125]};
3082
3082
  height: ${e.spacing[.25]};
@@ -3100,7 +3100,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3100
3100
  border: 1px solid ${e.palette.primary[500]};
3101
3101
  }
3102
3102
  `}
3103
- `,El=f.styled.div`
3103
+ `,Pl=f.styled.div`
3104
3104
  ${({theme:e})=>`
3105
3105
  align-items: center;
3106
3106
  display: flex;
@@ -3114,7 +3114,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3114
3114
  font-size: ${e.spacing[.5]};
3115
3115
  }
3116
3116
  `}
3117
- `,Rl=f.styled.output`
3117
+ `,Ol=f.styled.output`
3118
3118
  ${({theme:e})=>`
3119
3119
  align-items: flex-end;
3120
3120
  border-radius: ${e.spacing[.5]};
@@ -3125,7 +3125,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3125
3125
  padding: ${e.spacing[.625]} ${e.spacing[.75]};
3126
3126
  width: 59px;
3127
3127
  `}
3128
- `,wi=({state:e,trackRef:n,index:i,name:r})=>{const o=u.useRef(null),{thumbProps:a,inputProps:l,isDragging:s}=y.$47b897dc8cdb026b$export$8d15029008292ae({index:i,trackRef:n,inputRef:o},e);return t.jsx("div",{...a,className:`thumb ${s?"dragging":""}`,children:t.jsx(y.$5c3e21d68f1c4674$export$439d29a4e110a164,{children:t.jsx("input",{...l,"aria-label":r,ref:o})})})},Nl=(e,n,i)=>Math.round((i-e)/(n-e)*100),Al=e=>{const n=f.useTheme(),i=u.useRef(null),{label:r,minValue:o=0,maxValue:a=100,name:l,setValue:s,watch:c}=e,p=y.$a916eb452884faea$export$b7a616150fdb9f44(),d=y.$28f99e3e86e6ec45$export$e5fda3247f5d67f9({...e,numberFormatter:p,onChange(b){s==null||s(l,b)},value:c==null?void 0:c(l)}),g=Nl(o,a,d.getThumbValue(0)),{groupProps:x,trackProps:h}=y.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":l,id:l},d,i);return t.jsx(K,{htmlFor:l,label:r,children:t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(Fl,{...x,$min:o??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${d.isDisabled?"disabled":""}`,ref:i,children:t.jsx(wi,{index:0,name:l,state:d,trackRef:i})}),t.jsxs(El,{children:[t.jsx("p",{children:`${p.format(o)} (Low)`}),o<0&&t.jsx("p",{children:"0"}),t.jsx("p",{children:`${p.format(a)} (High)`})]})]}),t.jsx(Rl,{children:t.jsx(F,{color:n.palette.gray[800],size:"md",textAlign:"right",children:d.getThumbValueLabel(0)})})]})})},{getVariant:Ll}=ie(e=>({completed:`
3128
+ `,Ci=({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})})})},Bl=(e,n,i)=>Math.round((i-e)/(n-e)*100),Wl=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=Bl(r,a,p.getThumbValue(0)),{groupProps:x,trackProps:h}=y.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":l,id:l},p,i);return t.jsx(Z,{htmlFor:l,label:o,children:t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(Ll,{...x,$min:r??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${p.isDisabled?"disabled":""}`,ref:i,children:t.jsx(Ci,{index:0,name:l,state:p,trackRef:i})}),t.jsxs(Pl,{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(Ol,{children:t.jsx(D,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:Ml}=ie(e=>({completed:`
3129
3129
  background-color: ${e.palette.primary[500]};
3130
3130
  color: ${e.palette.white};
3131
3131
 
@@ -3148,7 +3148,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3148
3148
  &::after {
3149
3149
  background-color: ${e.palette.gray[200]};
3150
3150
  }
3151
- `})),Pl=f.styled.div`
3151
+ `})),_l=f.styled.div`
3152
3152
  ${({theme:e})=>`
3153
3153
  align-items: stretch;
3154
3154
  background-color: ${e.palette.white};
@@ -3158,7 +3158,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3158
3158
  padding: ${`${e.spacing[1]} ${e.spacing[1]}`};
3159
3159
  scroll-behavior: unset;
3160
3160
  `}
3161
- `,Ol=f.styled.div`
3161
+ `,Hl=f.styled.div`
3162
3162
  display: flex;
3163
3163
  flex-direction: row;
3164
3164
  margin-bottom: ${({theme:e})=>e.spacing[2]};
@@ -3166,7 +3166,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3166
3166
  &:last-child > div:first-child > span::after {
3167
3167
  display: none;
3168
3168
  }
3169
- `,Bl=f.styled.div`
3169
+ `,Vl=f.styled.div`
3170
3170
  ${({theme:e})=>`
3171
3171
  display: inline-flex;
3172
3172
  font-family: ${e.typography.type.primary};
@@ -3178,7 +3178,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3178
3178
  margin-right: ${e.spacing[.5]};
3179
3179
  }
3180
3180
  `}
3181
- `,Wl=f.styled.span`
3181
+ `,Ul=f.styled.span`
3182
3182
  ${({theme:e,$variant:n})=>`
3183
3183
  border-radius: 6px;
3184
3184
  display: inline-block;
@@ -3201,9 +3201,9 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3201
3201
  height: calc(100% - ${e.spacing[1]});
3202
3202
  }
3203
3203
 
3204
- ${Ll(e,n)}
3204
+ ${Ml(e,n)}
3205
3205
  `}
3206
- `,_l=({button:{disabled:e=!1,text:n,type:i="button",onClick:r},steps:o})=>{const[a,l]=u.useState(1),s=u.useCallback((c,p)=>()=>{l(d=>d+c),p==null||p()},[]);return t.jsx(Pl,{children:o.map((c,p)=>{const{content:d,title:g,nextAction:x,previousAction:h}=c,b=p+1,m=b===a?"current":"disabled",j=b<a?"completed":m;return t.jsxs(Ol,{children:[t.jsx($,{maxWidth:"40px",position:"relative",children:t.jsx(Wl,{$variant:j,children:j==="completed"?t.jsx(R,{icon:"check",iconSize:"lg",iconType:"fa-solid"}):b})}),t.jsxs($,{ml:1.5,width:"100%",children:[t.jsx(U,{fontWeight:"bold",lineSpacing:1.25,mb:1.5,size:"xs",children:g}),j==="current"&&t.jsxs($,{children:[d,t.jsxs(Bl,{children:[a>1&&t.jsx(H,{disabled:c.isDisabledPrevious??!1,onClick:s(-1,h),variant:"tertiary",children:"Previous"}),a<o.length?t.jsx(H,{disabled:c.isDisabledNext??!1,onClick:s(1,x),variant:"primary",children:"Next step"}):t.jsx(H,{disabled:e,onClick:r,type:i,variant:"primary",children:n})]})]})]})]},c.title)})})},Hl=e=>{const n=(o,a)=>a.reduce((s,[c,p])=>{if(u.isValidElement(p)||c==="__typename")return s.concat([["",""]]);if(typeof p=="object"&&p){const g=Object.entries(p);return s.concat(n(c,g))}const d=o===""?"":`${o}.`;return s.concat([[d+c,p]])},[]),i=Object.entries(e),r=n("",i).filter(([o])=>o!=="");return Object.fromEntries(r)},ln=e=>e.map(Hl),vi=({csvConfig:e={},data:n,children:i})=>{const{columns:r=void 0,export:o=!1,headers:a={},name:l="Report"}=e,s=u.useMemo(()=>y._.isUndefined(r)?ln(n):ln(n).map(d=>y._.pick(d,r)),[n,r]),c=u.useMemo(()=>s.length>0&&!y._.isEmpty(a),[s.length,a]),p=u.useMemo(()=>(c?Object.keys(s[0]):[]).map(d=>y._.includes(Object.keys(a),d)?{key:d,label:a[d]}:{key:d,label:d}),[c,s,a]);return o?t.jsx(y.CSVLink,{data:s,filename:l,headers:c?p:void 0,children:i}):t.jsx(u.Fragment,{children:i})},ki=e=>{const{table:n}=e,{meta:i}=n.options,[r,o]=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]),p=bn({columnOrder:(i==null?void 0:i.defaultColumnOrder)??[],items:c,name:"table-column-management",setColumnOrder:n.setColumnOrder,setColumnVisibility:n.setColumnVisibility}),d=u.useCallback(()=>{p.toggle()},[p]);return u.useEffect(()=>{o(n.getVisibleLeafColumns().filter(g=>g.id!=="selection").length)},[n,l]),t.jsxs("div",{id:"columns-filter",children:[t.jsx(H,{icon:"columns",id:"columns-toggle-btn",onClick:d,tag:r.toString(),variant:"ghost"}),t.jsx(Zn,{modalRef:p,title:"Manage columns",variant:y.isNil(a)?"ungrouped":"grouped"})]})},oe=u.createContext({containerRef:void 0,elementName:"",handleUnselectAll:void 0,hidden:!1,onKeyDown:void 0,selected:0,tableSize:0,tableRef:void 0,table:void 0}),Ml=f.styled.span`
3206
+ `,Gl=({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(_l,{children:r.map((c,d)=>{const{content:p,title:g,nextAction:x,previousAction:h}=c,b=d+1,m=b===a?"current":"disabled",j=b<a?"completed":m;return t.jsxs(Hl,{children:[t.jsx($,{maxWidth:"40px",position:"relative",children:t.jsx(Ul,{$variant:j,children:j==="completed"?t.jsx(R,{icon:"check",iconSize:"lg",iconType:"fa-solid"}):b})}),t.jsxs($,{ml:1.5,width:"100%",children:[t.jsx(U,{fontWeight:"bold",lineSpacing:1.25,mb:1.5,size:"xs",children:g}),j==="current"&&t.jsxs($,{children:[p,t.jsxs(Vl,{children:[a>1&&t.jsx(_,{disabled:c.isDisabledPrevious??!1,onClick:s(-1,h),variant:"tertiary",children:"Previous"}),a<r.length?t.jsx(_,{disabled:c.isDisabledNext??!1,onClick:s(1,x),variant:"primary",children:"Next step"}):t.jsx(_,{disabled:e,onClick:o,type:i,variant:"primary",children:n})]})]})]})]},c.title)})})},Yl=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)},dn=e=>e.map(Yl),Si=({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)?dn(n):dn(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})},zi=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=mn({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(_,{icon:"columns",id:"columns-toggle-btn",onClick:p,tag:o.toString(),variant:"ghost"}),t.jsx(Jn,{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}),Xl=f.styled.span`
3207
3207
  transition: all 150ms;
3208
3208
  width: 5px;
3209
3209
  height: 10px;
@@ -3228,7 +3228,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3228
3228
  transition: opacity 150ms;
3229
3229
  opacity: ${({$variant:e})=>e==="asc"?0:1};
3230
3230
  }
3231
- `,yt=e=>{const n=f.useTheme(),{variant:i}=e;return t.jsxs(Ml,{$variant:i,children:[t.jsx(R,{icon:"caret-up",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"}),t.jsx(R,{icon:"caret-down",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"})]})},Vl=f.styled.div`
3231
+ `,$t=e=>{const n=f.useTheme(),{variant:i}=e;return t.jsxs(Xl,{$variant:i,children:[t.jsx(R,{icon:"caret-up",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"}),t.jsx(R,{icon:"caret-down",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"})]})},Kl=f.styled.div`
3232
3232
  position: relative;
3233
3233
 
3234
3234
  div:has(table) {
@@ -3392,7 +3392,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3392
3392
  }
3393
3393
  }
3394
3394
  }
3395
- `,Ul=f.styled.div`
3395
+ `,Zl=f.styled.div`
3396
3396
  ${({$width:e,theme:n})=>`
3397
3397
  display: flex;
3398
3398
  flex-direction: column;
@@ -3420,7 +3420,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3420
3420
  }
3421
3421
  }
3422
3422
  `}
3423
- `,Gl=f.styled.div`
3423
+ `,ql=f.styled.div`
3424
3424
  align-items: center;
3425
3425
  background-color: transparent;
3426
3426
  display: flex;
@@ -3449,7 +3449,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3449
3449
  margin-right: ${({theme:e})=>e.spacing[.5]};
3450
3450
  }
3451
3451
  }
3452
- `,cn=f.styled.div`
3452
+ `,pn=f.styled.div`
3453
3453
  transition: all 150ms;
3454
3454
  content: "";
3455
3455
  z-index: 2;
@@ -3468,11 +3468,11 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3468
3468
  transition: all 150ms;
3469
3469
  border-right: 1px solid ${({theme:e})=>e.palette.black};
3470
3470
  }
3471
- `,Ci=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),{groupHeaders:i,tooltips:r}=(n==null?void 0:n.options.meta)??{},o=u.useCallback(p=>()=>{p.column.getCanSort()&&(n==null||n.setPageIndex(0),p.column.toggleSorting())},[n]),a=p=>d=>{p.getResizeHandler()(d)};if(i)return t.jsx("thead",{children:n==null?void 0:n.getHeaderGroups().map(p=>t.jsx("tr",{"data-testid":"row-headers",children:p.headers.map(d=>{var b;const{isPlaceholder:g}=d,x=g?d.subHeaders[0]:d;return y._.isUndefined(d.column.parent)&&d.depth>1?null:t.jsxs("th",{colSpan:x.colSpan,id:`header-${x.id}`,rowSpan:g?0:1,style:{borderRight:d.headerGroup.headers.indexOf(d)!==d.headerGroup.headers.length-1?"1px solid white":void 0,position:"relative",width:d.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:o(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(yt,{variant:x.column.getIsSorted()}):void 0,(r==null?void 0:r.map(m=>m.columnId).includes(x.id))??!1?t.jsx(X,{icon:"circle-info",id:x.id,place:"right",tip:((b=r==null?void 0:r.find(m=>m.columnId===x.id))==null?void 0:b.tip)??""}):void 0]}),x.column.getCanResize()&&t.jsx(cn,{onMouseDown:a(d)})]},x.id)})},p.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(p=>{var d;return t.jsxs("th",{id:`header-${p.id}`,style:{position:"relative",width:p.getSize()},children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.gray[200],display:"flex",gap:.25,height:"3rem",lineSpacing:0,onClick:o(p),px:.5,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(p.column.columnDef.header,p.getContext()),p.column.getCanSort()?t.jsx(yt,{variant:p.column.getIsSorted()}):void 0,(r==null?void 0:r.map(g=>g.columnId).includes(p.id))??!1?t.jsx(X,{icon:"circle-info",id:p.id,place:"right",tip:((d=r==null?void 0:r.find(g=>g.columnId===p.id))==null?void 0:d.tip)??""}):void 0]}),p.column.getCanResize()&&t.jsx(cn,{onMouseDown:a(p)})]},p.id)})})})},Yl=f.styled.div`
3471
+ `,Ti=()=>{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($t,{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(pn,{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($t,{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(pn,{onMouseDown:a(d)})]},d.id)})})})},Jl=f.styled.div`
3472
3472
  align-items: center;
3473
3473
  display: flex;
3474
3474
  width: 100%;
3475
- `,Si=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),{loading:i}=(n==null?void 0:n.options.meta)??{},r=u.useMemo(()=>{const{enableRowSelection:s,enableMultiRowSelection:c}=(n==null?void 0:n.options)??{};return s||c?1:0},[n==null?void 0:n.options]),o=u.useCallback((s,c)=>{if(c===r)return p=>{var d,g;p.stopPropagation(),(g=(d=n==null?void 0:n.options)==null?void 0:d.onRowClick)==null||g.call(d,s)}},[r,n]),a=u.useCallback(s=>c=>{c.stopPropagation(),s.toggleExpanded()},[]),l=u.useCallback(s=>{const{meta:c}=(n==null?void 0:n.options)??{},{onExpand:p=void 0}=c??{};return p?p(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(gi,{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(F,{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(Ze.default.Fragment,{children:[t.jsx("tr",{"aria-expanded":s.getIsExpanded(),"data-testid":`row-${s.id}`,children:s.getVisibleCells().map((c,p)=>t.jsx("td",{className:p===r&&n.options.onRowClick?"clickable":"","data-testid":`cell-${c.id}`,onClick:o(s,p),children:t.jsxs(Yl,{children:[p===r&&s.getCanExpand()?t.jsx("button",{onClick:a(s),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(R,{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))})},zi=()=>{const{containerRef:e,hidden:n,elementName:i,handleUnselectAll:r,onKeyDown:o,selected:a,tableSize:l,tableRef:s}=u.useContext(oe);return t.jsxs("div",{ref:e,children:[n?void 0:t.jsx(Ul,{$width:l,children:t.jsxs("div",{children:[t.jsx("b",{children:`${a} ${i} `}),`${a===1?"has":"have"} been selected. `,t.jsx("span",{onClick:r,onKeyDown:o,role:"link",tabIndex:0,children:"Unselect all"})]})}),t.jsxs("table",{ref:s,children:[t.jsx(Ci,{}),t.jsx(Si,{})]})]})},dn=f.styled(V)`
3475
+ `,Ii=()=>{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(hi,{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(D,{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(qe.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(Jl,{children:[d===o&&s.getCanExpand()?t.jsx("button",{onClick:a(s),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(R,{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))})},Di=()=>{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(Zl,{$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(Ti,{}),t.jsx(Ii,{})]})]})},gn=f.styled(V)`
3476
3476
  ${({theme:e,$padding:n})=>`
3477
3477
  background-color: ${e.palette.white};
3478
3478
  border: 1px solid ${e.palette.gray[200]};
@@ -3498,7 +3498,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3498
3498
  background-color: ${e.palette.gray[100]};
3499
3499
  }
3500
3500
  `}
3501
- `,Ti=()=>{const{table:e}=u.useContext(oe),{pagination:{pageIndex:n}={pageIndex:0}}=(e==null?void 0:e.getState())??{},i=(e==null?void 0:e.getPageCount())??0,r=u.useCallback(()=>{e==null||e.setPageIndex(n+1)},[n,e]),o=u.useCallback(()=>{e==null||e.previousPage()},[e]);return t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[t.jsx(dn,{$padding:"4px 6px",disabled:!(e!=null&&e.getCanPreviousPage()),icon:"chevron-left",iconSize:"sm",iconType:"fa-light",id:"go-previous",onClick:o,variant:"ghost"}),t.jsx(dn,{$padding:"4px 6px",disabled:n>i-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:r,variant:"ghost"})]})},Xl=10,Kl=20,Zl=50,ql=100,Ii=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),i=(n==null?void 0:n.getRowCount())??0,[r,o]=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:r,placement:"top-end",whileElementsMounted:y.autoUpdate}),p=u.useMemo(()=>y.transform([Xl,Kl,Zl,ql],(h,b)=>(h.push(b),b===i?!1:b<=i),[]),[i]),d=u.useCallback(()=>{r&&o(!1)},[r]),g=u.useCallback(()=>{o(h=>!h)},[]),x=u.useCallback(h=>()=>{l(h),n==null||n.setPageSize(h),o(!1)},[n,l]);return te(s.reference.current,()=>{o(!1)},!0,[s.floating.current]),u.useEffect(()=>(window.addEventListener("scrollend",d,!0),()=>{window.removeEventListener("scrollend",d,!0)}),[d]),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(F,{pr:.25,size:"md",children:a}),t.jsx(V,{color:e.palette.gray[400],icon:r?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:g,px:.25,py:.25,ref:s.setReference,variant:"ghost"})]}),r?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:p.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(F,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},Di=()=>{const{table:e}=u.useContext(oe),{pagination:{pageIndex:n,pageSize:i}={pageIndex:0,pageSize:10}}=(e==null?void 0:e.getState())??{},r=(e==null?void 0:e.getRowCount())??0,o=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,p=Math.min(l*(a+1),s);return`${c}-${p} of ${s}`},[]);return t.jsx(F,{display:"inline-block",fontWeight:"bold",size:"md",children:o(n,i,r)})},Fi=({children:e})=>t.jsxs(Gl,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(Di,{}),t.jsx(Ii,{}),t.jsx(Ti,{})]}),e]}),Ei=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),Jl=f.styled.div.attrs({className:"search-container"})`
3501
+ `,Fi=()=>{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(gn,{$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(gn,{$padding:"4px 6px",disabled:n>i-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:o,variant:"ghost"})]})},Ql=10,ec=20,tc=50,nc=100,Ei=()=>{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([Ql,ec,tc,nc],(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(D,{pr:.25,size:"md",children:a}),t.jsx(V,{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(D,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},Ri=()=>{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(D,{display:"inline-block",fontWeight:"bold",size:"md",children:r(n,i,o)})},Ni=({children:e})=>t.jsxs(ql,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(Ri,{}),t.jsx(Ei,{}),t.jsx(Fi,{})]}),e]}),Ai=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),ic=f.styled.div.attrs({className:"search-container"})`
3502
3502
  ${({theme:e})=>`
3503
3503
  display: flex;
3504
3504
  flex-direction: column;
@@ -3545,7 +3545,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3545
3545
  }
3546
3546
  }
3547
3547
  `}
3548
- `,Ql=f.styled.div.attrs({className:"controls-container"})`
3548
+ `,oc=f.styled.div.attrs({className:"controls-container"})`
3549
3549
  display: flex;
3550
3550
  flex: 1 0 50%;
3551
3551
 
@@ -3561,7 +3561,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3561
3561
  justify-content: flex-end;
3562
3562
  width: 100%;
3563
3563
  }
3564
- `,ec=f.styled.div`
3564
+ `,rc=f.styled.div`
3565
3565
  display: flex;
3566
3566
  flex-wrap: wrap;
3567
3567
  width: 100%;
@@ -3576,7 +3576,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3576
3576
  .highlight-container ~ .controls-container {
3577
3577
  flex: 1 0 100%;
3578
3578
  }
3579
- `,tc=500,pn=300,Ri=({children:e})=>{const{table:n}=u.useContext(oe),{onSearch:i,search:r,searchPlaceholder:o="Search"}=(n==null?void 0:n.options.meta)??{},a=jt(s=>{const c=s.target.value.slice(0,pn);i==null||i(c)},tc),l=u.useCallback(()=>{i==null||i("")},[i]);return t.jsxs(ec,{children:[i===void 0?void 0:t.jsx(Jl,{children:t.jsx(ce,{maxLength:pn,name:"search",onChange:a,onClear:l,placeholder:o,value:r})}),e]})},Ni=({children:e})=>t.jsx($,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),Ai=({children:e})=>t.jsx(Ql,{children:e}),Li=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),nc=160,Pi=({children:e,table:n})=>{var x;const i=u.useRef(null),r=u.useRef(null),{id:o}=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,p=Math.max(((x=i.current)==null?void 0:x.clientWidth)??0,n.getTotalSize()+nc),d=u.useCallback(()=>{n.resetRowSelection()},[n]),g=u.useCallback(h=>{h.key==="Enter"&&d()},[d]);return u.useEffect(()=>{n.setPageIndex(0)},[n]),t.jsx(oe.Provider,{value:{containerRef:i,elementName:s,handleUnselectAll:d,hidden:c,onKeyDown:g,selected:l,tableSize:p,tableRef:r,table:n},children:t.jsx(Vl,{id:o,children:e})})},ic=Object.assign(Pi,{Caption:Ni,Columns:ki,Content:zi,Controls:Ai,Export:vi,Footer:Fi,FooterContent:Ei,Highlighted:Li,Options:Ri}),rc=f.styled.button`
3579
+ `,ac=500,un=300,Li=({children:e})=>{const{table:n}=u.useContext(re),{onSearch:i,search:o,searchPlaceholder:r="Search"}=(n==null?void 0:n.options.meta)??{},a=vt(s=>{const c=s.target.value.slice(0,un);i==null||i(c)},ac),l=u.useCallback(()=>{i==null||i("")},[i]);return t.jsxs(rc,{children:[i===void 0?void 0:t.jsx(ic,{children:t.jsx(ce,{maxLength:un,name:"search",onChange:a,onClear:l,placeholder:r,value:o})}),e]})},Pi=({children:e})=>t.jsx($,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),Oi=({children:e})=>t.jsx(oc,{children:e}),Bi=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),sc=160,Wi=({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()+sc),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(Kl,{id:r,children:e})})},lc=Object.assign(Wi,{Caption:Pi,Columns:zi,Content:Di,Controls:Oi,Export:Si,Footer:Ni,FooterContent:Ai,Highlighted:Bi,Options:Li}),cc=f.styled.button`
3580
3580
  ${({theme:e})=>`
3581
3581
  align-items: center;
3582
3582
  background-color: ${e.palette.white};
@@ -3630,7 +3630,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3630
3630
  background-color: ${e.palette.gray[100]};
3631
3631
  }
3632
3632
  `}
3633
- `,oc=({disabled:e=!1,icon:n,id:i,label:r,name:o,onClick:a,type:l="button",variant:s})=>{const c=f.useTheme(),p=t.jsxs(rc,{"aria-label":o??void 0,className:s,disabled:e,id:i,onClick:a,type:l,children:[n&&t.jsx(R,{clickable:!1,icon:n,iconSize:o===void 0?"sm":"lg",iconType:"fa-light"}),o??void 0]});return t.jsxs($,{display:"flex",children:[p,r&&t.jsx(F,{color:c.palette.gray[800],ml:.5,size:"md",children:r})]})},ac=({items:e,spacing:n=.75})=>{const i=f.useTheme();return t.jsx($,{alignItems:"flex-start",display:"flex",flexDirection:"column",width:"100%",children:e.map(r=>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(F,{display:"inline-flex",fontWeight:"bold",size:"lg",whiteSpace:"nowrap",...r.backgroundColor?{bgGradient:r.backgroundColor,textFill:"transparent"}:{},children:r.header}),r.content??void 0]},r.header))})},sc=f.styled.div`
3633
+ `,dc=({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(cc,{"aria-label":r??void 0,className:s,disabled:e,id:i,onClick:a,type:l,children:[n&&t.jsx(R,{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(D,{color:c.palette.gray[800],ml:.5,size:"md",children:o})]})},pc=({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(D,{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))})},gc=f.styled.div`
3634
3634
  ${({theme:e})=>`
3635
3635
  align-items: flex-start;
3636
3636
  display: flex;
@@ -3647,7 +3647,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3647
3647
  fill: url(#gradient-01);
3648
3648
  }
3649
3649
  `}
3650
- `,lc=({children:e,title:n,titleSize:i="sm",description:r,icon:o})=>{const a=f.useTheme();return t.jsxs(sc,{children:[n||r?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-${o} fill-gradient-01`,style:{fontSize:"14px",width:"14px",height:"14px"}})}),n?t.jsx(U,{fontWeight:"bold",size:i,children:n}):void 0]}),r??void 0]}):void 0,e]})},cc=f.styled.div`
3650
+ `,uc=({children:e,title:n,titleSize:i="sm",description:o,icon:r})=>{const a=f.useTheme();return t.jsxs(gc,{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(U,{fontWeight:"bold",size:i,children:n}):void 0]}),o??void 0]}):void 0,e]})},xc=f.styled.div`
3651
3651
  ${({theme:e})=>`
3652
3652
  align-items: center;
3653
3653
  background-color: ${e.palette.white};
@@ -3669,7 +3669,7 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3669
3669
  border: 1px solid ${e.palette.gray[600]};
3670
3670
  }
3671
3671
  `}
3672
- `,dc=f.styled.div`
3672
+ `,hc=f.styled.div`
3673
3673
  ${({theme:e,$size:n})=>`
3674
3674
  display: ${n==="long"?"flex":"block"};
3675
3675
  flex-direction: column;
@@ -3719,4 +3719,4 @@ ${m[8]}...`:(m.length<8&&d(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3719
3719
  transform: translateX(-50%);
3720
3720
  }
3721
3721
  `}
3722
- `,Oi=({date:e,description:n,title:i})=>{const r=f.useTheme();return t.jsxs(cc,{className:"timeline-card",children:[t.jsx(F,{color:r.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(F,{color:r.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",textAlign:"center",children:i}),t.jsx("div",{children:n.map((o,a)=>{const l=`${o}#${a}`;return t.jsx(F,{size:"md",textAlign:"center",wordBreak:"break-word",children:o},l)})})]})},pc=({items:e})=>{const n=u.useRef(null),[i,r]=u.useState("long");return u.useEffect(()=>{n.current&&r(n.current.offsetWidth<=1100?"small":"long")},[]),t.jsx($,{ref:n,width:"100%",children:t.jsx(dc,{$size:i,children:e.map((o,a)=>t.jsx(Oi,{date:o.date,description:o.description,size:i,title:o.title},`${o.title}-${a}`))})})},gc={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:""},uc=({run:e,steps:n,onFinish:i})=>{const[r,o]=u.useState(e),[a,l]=u.useState(0),s=u.useCallback(c=>{const{action:p,index:d,status:g,type:x}=c;[y.EVENTS.STEP_AFTER,y.EVENTS.TARGET_NOT_FOUND].includes(x)?l(d+(p===y.ACTIONS.PREV?-1:1)):([y.STATUS.FINISHED,y.STATUS.SKIPPED].includes(g)||p==="close")&&(o(!1),y.lodashExports.isUndefined(i)||i())},[i]);return t.jsx(y.components_default,{callback:s,continuous:!0,disableOverlayClose:!0,disableScrollParentFix:!0,run:r,spotlightClicks:!0,stepIndex:a,steps:n,styles:{buttonNext:{display:a===n.length-1?"none":"block"},options:{zIndex:9999}}})},xc={md:{categorySize:"sm",titleSize:"xs",descriptionSize:"md",detailsSize:"md"},lg:{categorySize:"md",titleSize:"sm",descriptionSize:"lg",detailsSize:"lg"}},hc=({title:e,href:n,description:i,category:r,id:o,indx:a,remediationTime:l,score:s,severity:c,size:p="lg",requirements:d,Link:g})=>{const x=f.useTheme(),{categorySize:h,titleSize:b,descriptionSize:m,detailsSize:j}=xc[p],w=g??"a";return t.jsxs(mn,{$index:a,children:[t.jsx(F,{bgGradient:x.palette.gradient,fontWeight:"bold",size:h,textFill:"transparent",children:r}),t.jsxs(w,{href:n,children:[t.jsx(U,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:b,children:o}),t.jsx(U,{display:"inline",fontWeight:"bold",ml:.25,size:b,children:e})]}),t.jsx(F,{size:m,children:i}),t.jsxs($,{alignItems:p==="md"?"flex-start":"center",display:"flex",flexDirection:p==="md"?"column":"row",gap:.75,width:"100%",children:[t.jsxs(F,{color:x.palette.gray[400],display:"inline",size:j,children:[t.jsx("b",{children:"Remediation time: "}),`${l} min`]}),p==="lg"?t.jsx(Ce,{}):void 0,t.jsxs($,{alignItems:p==="md"?"flex-start":"center",display:"flex",gap:.25,children:[t.jsx(F,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:j,children:"Default score: "}),t.jsx(wt,{textL:s,textR:y.capitalize(c==="disable"?"Unknown":c),variant:c})]}),p==="lg"?t.jsx(Ce,{}):void 0,t.jsxs($,{alignItems:"center",children:[t.jsx(F,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:j,children:"Requirements: "}),d.map((C,k)=>t.jsxs(u.Fragment,{children:[k>0?t.jsx(F,{color:x.palette.gray[400],display:"inline",size:j,children:" / "}):void 0,t.jsx("a",{href:C.href,style:{color:x.palette.gray[400],fontSize:x.typography.text[j],textDecoration:"underline"},children:C.title})]},C.key))]})]})]})};exports.Accordion=yr;exports.AccordionContent=hn;exports.ActionButton=je;exports.ActiveFilters=as;exports.AdvancedBadge=wr;exports.AdvisoriesCard=Dr;exports.Alert=_r;exports.AppliedFilter=we;exports.AppliedFilters=_a;exports.ArrayField=gt;exports.Avatar=Zr;exports.BaseButtonComponent=bt;exports.BaseComponent=Pe;exports.BaseSpanComponent=mt;exports.BaseTextComponent=$t;exports.Body=Si;exports.Button=H;exports.Button$1=Ye;exports.Button$2=se;exports.ButtonToolbarCenter=Co;exports.ButtonToolbarRow=zo;exports.ButtonToolbarStartRow=So;exports.Calendar=zn;exports.Calendar$1=En;exports.Calendar$2=Rn;exports.CalendarCell=Sn;exports.CalendarGrid=Je;exports.CaptionContent=Ni;exports.CardContainer=ga;exports.CardHeader=qe;exports.CardWithImage=Qr;exports.CardWithInput=na;exports.CardWithOptions=On;exports.CardWithSelector=aa;exports.CardWithSwitch=ca;exports.Carousel=ba;exports.Checkbox=le;exports.CodeSnippet=ma;exports.Col=pt;exports.ColumFilters=ti;exports.ColumnToggle=ki;exports.ColumnsModal=Zn;exports.ComboBox=Ct;exports.ComboBoxField=dt;exports.Container=$;exports.ControlsContent=Ai;exports.CopyButton=Ja;exports.CustomThemeProvider=cr;exports.DateField=In;exports.DateSelector=Se;exports.DefaultInputFile=An;exports.Description=mi;exports.Dialog=et;exports.Divider=xe;exports.Dropdown=ts;exports.DropzoneInputFile=Ln;exports.Editable=ko;exports.EmptyButton=ht;exports.EmptyState=os;exports.ErrorMessage=io;exports.ExportCsv=vi;exports.FATag=$n;exports.FilePreview=vn;exports.FilterControl=qn;exports.FilterForm=xt;exports.FilterFormContent=Jn;exports.Filters=xs;exports.FiltersContext=Be;exports.FiltersList=ei;exports.FiltersMenu=li;exports.FooterContent=Ei;exports.Form=ys;exports.Gap=Do;exports.GridContainer=$s;exports.GroupSelector=js;exports.Head=Ci;exports.Header=Qe;exports.Header$1=Vn;exports.Heading=U;exports.HighlightedContent=Li;exports.Icon=R;exports.IconButton=V;exports.InProgressIcon=bi;exports.IndicatorCard=da;exports.IndicatorCardDB=vs;exports.InfoSidebar=ks;exports.InnerForm=hs;exports.InputArray=Eo;exports.InputDate=Fn;exports.InputDateRange=zt;exports.InputDateTime=vo;exports.InputFile=Uo;exports.InputNumber=Pn;exports.InputNumberRange=It;exports.InputSection=Go;exports.InputTags=Xo;exports.ItemCardDB=Ts;exports.ItemContent=ac;exports.Label=kt;exports.Link=re;exports.ListItem=Oe;exports.ListItemsWrapper=Yn;exports.LittleFlag=Ds;exports.Loading=gi;exports.LocationCode=_n;exports.Logo=Bs;exports.Lottie=_s;exports.MemoizedImage=ne;exports.Menu=Hs;exports.MenuItem=ji;exports.MessageBanner=Vs;exports.Modal=Nt;exports.ModalConfirm=Un;exports.ModalFooter=Mn;exports.NoMatches=Lt;exports.Notification=Ks;exports.NotificationSign=Ge;exports.NumberField=Te;exports.OAuthSelector=qs;exports.Option=kn;exports.OptionBoxContainer=Pt;exports.OptionContainer=ft;exports.OptionContainer$1=pi;exports.Options=ci;exports.OptionsMenu=di;exports.OutlineContainer=K;exports.PaginationControl=Ti;exports.PaginationDropdown=Ii;exports.PaginationSize=Di;exports.PaginatorDb=tl;exports.PaginatorDbDropdown=ui;exports.PhoneInput=ea;exports.PopUp=gl;exports.Popover=ue;exports.PremiumFeature=xi;exports.PreviewPanel=Xn;exports.PriorityCard=yi;exports.PriorityCards=rl;exports.PriorityScore=ol;exports.ProgressBar=Tt;exports.ProgressIndicator=pl;exports.ProgressStep=cl;exports.RadioButton=Dt;exports.RankPosition=fi;exports.RankPositionIcon=hi;exports.Row=Nn;exports.ScrollUpButton=xl;exports.Search=ce;exports.SearchDropdown=vl;exports.SearchPanel=Kn;exports.SeverityBadge=wt;exports.SeverityOverview=Cl;exports.SeverityOverviewBadge=ke;exports.ShowOnHover=zl;exports.SlideOutMenu=Il;exports.Slider=Al;exports.SortIcon=yt;exports.Span=ge;exports.StepLapse=_l;exports.Tab=Gn;exports.Table=ic;exports.Table$1=Pi;exports.TableButton=oc;exports.TableContent=lc;exports.TableContent$1=zi;exports.TableContext=oe;exports.TableFooter=Fi;exports.TableOptions=Ri;exports.Tabs=Et;exports.Tag=q;exports.TagsField=ut;exports.Text=F;exports.TextArea=ta;exports.TextInput=tt;exports.Thumb=wi;exports.TimeField=Dn;exports.TimeLine=pc;exports.TimeLineCard=Oi;exports.Toggle=Bn;exports.Tooltip=X;exports.Tour=uc;exports.WeaknessesCard=hc;exports.baseStep=gc;exports.formatCheckValues=ni;exports.getStyledConfig=Le;exports.hiddenProps=gn;exports.icons=lr;exports.setBorder=Ee;exports.setDisplay=Re;exports.setInteraction=Ae;exports.setMargin=De;exports.setPadding=Ie;exports.setPosition=Fe;exports.setText=Ne;exports.theme=A;exports.useCarousel=fn;exports.useClickOutside=te;exports.useCloudinaryImage=yn;exports.useColumnsModal=bn;exports.useConditionsDialog=Ka;exports.useConfirmDialog=Za;exports.useDebouncedCallback=jt;exports.useFilterForm=Qn;exports.useFilters=Xa;exports.useModal=fe;exports.useSearch=Sr;exports.variantBuilder=ie;
3722
+ `,Mi=({date:e,description:n,title:i})=>{const o=f.useTheme();return t.jsxs(xc,{className:"timeline-card",children:[t.jsx(D,{color:o.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(D,{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(D,{size:"md",textAlign:"center",wordBreak:"break-word",children:r},l)})})]})},fc=({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(hc,{$size:i,children:e.map((r,a)=>t.jsx(Mi,{date:r.date,description:r.description,size:i,title:r.title},`${r.title}-${a}`))})})},yc={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:""},bc=({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}}})},$c={md:{categorySize:"sm",titleSize:"xs",descriptionSize:"md",detailsSize:"md"},lg:{categorySize:"md",titleSize:"sm",descriptionSize:"lg",detailsSize:"lg"}},mc=({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:j}=$c[d],w=g??"a";return t.jsxs(wn,{$index:a,children:[t.jsx(D,{bgGradient:x.palette.gradient,fontWeight:"bold",size:h,textFill:"transparent",children:o}),t.jsxs(w,{href:n,children:[t.jsx(U,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:b,children:r}),t.jsx(U,{display:"inline",fontWeight:"bold",ml:.25,size:b,children:e})]}),t.jsx(D,{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(D,{color:x.palette.gray[400],display:"inline",size:j,children:[t.jsx("b",{children:"Remediation time: "}),`${l} min`]}),d==="lg"?t.jsx(Se,{}):void 0,t.jsxs($,{alignItems:d==="md"?"flex-start":"center",display:"flex",gap:.25,children:[t.jsx(D,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:j,children:"Default score: "}),t.jsx(kt,{textL:s,textR:y.capitalize(c==="disable"?"Unknown":c),variant:c})]}),d==="lg"?t.jsx(Se,{}):void 0,t.jsxs($,{alignItems:"center",children:[t.jsx(D,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:j,children:"Requirements: "}),p.map((C,k)=>t.jsxs(u.Fragment,{children:[k>0?t.jsx(D,{color:x.palette.gray[400],display:"inline",size:j,children:" / "}):void 0,t.jsx("a",{href:C.href,style:{color:x.palette.gray[400],fontSize:x.typography.text[j],textDecoration:"underline"},children:C.title})]},C.key))]})]})]})};exports.Accordion=jo;exports.AccordionContent=yn;exports.ActionButton=we;exports.ActiveFilter=ri;exports.ActiveFilters=ps;exports.AdvancedBadge=So;exports.AdvisoriesCard=No;exports.Alert=Uo;exports.AppliedFilter=ve;exports.AppliedFilters=Va;exports.ArrayField=xt;exports.Avatar=er;exports.BaseButtonComponent=mt;exports.BaseComponent=Oe;exports.BaseSpanComponent=wt;exports.BaseTextComponent=jt;exports.Body=Ii;exports.Button=_;exports.Button$1=Xe;exports.Button$2=se;exports.ButtonToolbarCenter=Tr;exports.ButtonToolbarRow=Dr;exports.ButtonToolbarStartRow=Ir;exports.Calendar=In;exports.Calendar$1=Nn;exports.Calendar$2=An;exports.CalendarCell=Tn;exports.CalendarGrid=Qe;exports.CaptionContent=Pi;exports.CardContainer=ha;exports.CardHeader=Je;exports.CardWithImage=ir;exports.CardWithInput=ra;exports.CardWithOptions=Wn;exports.CardWithSelector=ca;exports.CardWithSwitch=ga;exports.Carousel=ja;exports.Checkbox=le;exports.CodeSnippet=va;exports.Col=ut;exports.ColumFilters=ii;exports.ColumnToggle=zi;exports.ColumnsModal=Jn;exports.ComboBox=zt;exports.ComboBoxField=gt;exports.Container=$;exports.ControlsContent=Oi;exports.CopyButton=ts;exports.CustomThemeProvider=uo;exports.DateField=Fn;exports.DateSelector=ze;exports.DefaultInputFile=Pn;exports.Description=vi;exports.Dialog=tt;exports.Divider=he;exports.Dropdown=os;exports.DropzoneInputFile=On;exports.Editable=zr;exports.EmptyButton=yt;exports.EmptyState=ls;exports.ErrorMessage=sr;exports.ExportCsv=Si;exports.FATag=jn;exports.FilePreview=Cn;exports.FilterControl=Qn;exports.FilterForm=ft;exports.FilterFormContent=ei;exports.Filters=$s;exports.FiltersContext=We;exports.FiltersList=ni;exports.FiltersMenu=pi;exports.FooterContent=Ai;exports.Form=ws;exports.Gap=Rr;exports.GridContainer=ks;exports.GroupSelector=Ss;exports.Head=Ti;exports.Header=et;exports.Header$1=Gn;exports.Heading=U;exports.HighlightedContent=Bi;exports.Icon=R;exports.IconButton=V;exports.InProgressIcon=ji;exports.IndicatorCard=ua;exports.IndicatorCardDB=Ts;exports.InfoSidebar=Is;exports.InnerForm=ms;exports.InputArray=Ar;exports.InputDate=Rn;exports.InputDateRange=It;exports.InputDateTime=Sr;exports.InputFile=Xr;exports.InputNumber=Bn;exports.InputNumberRange=Ft;exports.InputSection=Kr;exports.InputTags=qr;exports.ItemCardDB=Rs;exports.ItemContent=pc;exports.Label=St;exports.Link=oe;exports.ListItem=Be;exports.ListItemsWrapper=Kn;exports.LittleFlag=As;exports.Loading=hi;exports.LocationCode=Hn;exports.Logo=Vs;exports.Lottie=Gs;exports.MemoizedImage=ne;exports.Menu=Ys;exports.MenuItem=ki;exports.MessageBanner=Ks;exports.Modal=Lt;exports.ModalConfirm=Yn;exports.ModalFooter=Un;exports.NoMatches=Ot;exports.Notification=el;exports.NotificationSign=Ye;exports.NumberField=Ie;exports.OAuthSelector=nl;exports.Option=Sn;exports.OptionBoxContainer=Bt;exports.OptionContainer=bt;exports.OptionContainer$1=xi;exports.Options=gi;exports.OptionsMenu=ui;exports.OutlineContainer=Z;exports.PaginationControl=Fi;exports.PaginationDropdown=Ei;exports.PaginationSize=Ri;exports.PaginatorDb=al;exports.PaginatorDbDropdown=fi;exports.PhoneInput=ia;exports.PopUp=yl;exports.Popover=xe;exports.PremiumFeature=yi;exports.PreviewPanel=Zn;exports.PriorityCard=mi;exports.PriorityCards=cl;exports.PriorityScore=dl;exports.ProgressBar=Dt;exports.ProgressIndicator=fl;exports.ProgressStep=xl;exports.RadioButton=Et;exports.RankPosition=$i;exports.RankPositionIcon=bi;exports.Row=Ln;exports.ScrollUpButton=$l;exports.Search=ce;exports.SearchDropdown=Tl;exports.SearchPanel=qn;exports.SeverityBadge=kt;exports.SeverityOverview=Dl;exports.SeverityOverviewBadge=Ce;exports.ShowOnHover=El;exports.SlideOutMenu=Nl;exports.Slider=Wl;exports.SortIcon=$t;exports.Span=ue;exports.StepLapse=Gl;exports.Tab=Xn;exports.Table=lc;exports.Table$1=Wi;exports.TableButton=dc;exports.TableContent=uc;exports.TableContent$1=Di;exports.TableContext=re;exports.TableFooter=Ni;exports.TableOptions=Li;exports.Tabs=Nt;exports.Tag=K;exports.TagsField=ht;exports.Text=D;exports.TextArea=oa;exports.TextInput=nt;exports.Thumb=Ci;exports.TimeField=En;exports.TimeLine=fc;exports.TimeLineCard=Mi;exports.Toggle=Mn;exports.Tooltip=X;exports.Tour=bc;exports.WeaknessesCard=mc;exports.baseStep=yc;exports.formatCheckValues=oi;exports.getStyledConfig=Pe;exports.hiddenProps=xn;exports.icons=go;exports.setBorder=Re;exports.setDisplay=Ne;exports.setInteraction=Le;exports.setMargin=Fe;exports.setPadding=De;exports.setPosition=Ee;exports.setText=Ae;exports.theme=A;exports.useCarousel=bn;exports.useClickOutside=te;exports.useCloudinaryImage=$n;exports.useColumnsModal=mn;exports.useConditionsDialog=Ja;exports.useConfirmDialog=Qa;exports.useDebouncedCallback=vt;exports.useFilterForm=ti;exports.useFilters=qa;exports.useModal=ye;exports.useSearch=Do;exports.variantBuilder=ie;