@fluidattacks/design 3.32.5-pr → 3.32.6

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 (197) hide show
  1. package/dist/components/@core/index.js +1 -1
  2. package/dist/components/accordion/accordion-content/index.js +1 -1
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/advanced-badge/index.js +1 -1
  5. package/dist/components/advisories-card/index.d.ts +1 -1
  6. package/dist/components/advisories-card/index.js +1 -1
  7. package/dist/components/advisories-card/types.d.ts +4 -4
  8. package/dist/components/alert/index.js +1 -1
  9. package/dist/components/avatar/index.js +1 -1
  10. package/dist/components/button/index.js +1 -1
  11. package/dist/components/card/card-header/index.js +1 -1
  12. package/dist/components/card/card-with-image/index.js +1 -1
  13. package/dist/components/card/card-with-input/index.js +1 -1
  14. package/dist/components/card/card-with-options/index.js +1 -1
  15. package/dist/components/card/card-with-selector/index.js +1 -1
  16. package/dist/components/card/card-with-switch/index.js +1 -1
  17. package/dist/components/card/index.js +1 -1
  18. package/dist/components/card/indicator-card/index.js +1 -1
  19. package/dist/components/card-container/index.js +1 -1
  20. package/dist/components/carousel/index.js +1 -1
  21. package/dist/components/checkbox/index.js +1 -1
  22. package/dist/components/cloud-image/index.js +1 -1
  23. package/dist/components/code-snippet/index.js +1 -1
  24. package/dist/components/code-snippet/location-code/index.js +1 -1
  25. package/dist/components/colors/index.js +1 -1
  26. package/dist/components/conditions-dialog/index.js +1 -1
  27. package/dist/components/confirm-dialog/index.js +1 -1
  28. package/dist/components/container/index.js +1 -1
  29. package/dist/components/copy-button/index.js +1 -1
  30. package/dist/components/divider/index.js +1 -1
  31. package/dist/components/dropdown/index.js +1 -1
  32. package/dist/components/empty-state/empty-button/index.js +1 -1
  33. package/dist/components/empty-state/index.js +1 -1
  34. package/dist/components/fa-tag/index.js +1 -1
  35. package/dist/components/file-preview/index.js +1 -1
  36. package/dist/components/filters/context/index.d.ts +5 -1
  37. package/dist/components/filters/context/index.js +1 -1
  38. package/dist/components/filters/context/types.d.ts +9 -7
  39. package/dist/components/filters/filters-menu/index.js +1 -1
  40. package/dist/components/filters/index.js +1 -1
  41. package/dist/components/filters/options-menu/index.js +1 -1
  42. package/dist/components/filters/options-menu/options/index.js +1 -1
  43. package/dist/components/filters/options-menu/options/types.d.ts +14 -0
  44. package/dist/components/filters/options-menu/utils.d.ts +2 -0
  45. package/dist/components/filters/styles.d.ts +5 -1
  46. package/dist/components/filters/types.d.ts +1 -1
  47. package/dist/components/form/index.js +1 -1
  48. package/dist/components/form/inner-form/index.js +1 -1
  49. package/dist/components/grid-container/index.js +1 -1
  50. package/dist/components/group-selector/index.js +1 -1
  51. package/dist/components/group-selector/option-container/index.js +1 -1
  52. package/dist/components/icon/index.js +1 -1
  53. package/dist/components/icon-button/index.js +1 -1
  54. package/dist/components/indicator-card-db/index.js +1 -1
  55. package/dist/components/info-sidebar/index.js +1 -1
  56. package/dist/components/inputs/fields/combobox/field/index.js +1 -1
  57. package/dist/components/inputs/fields/combobox/index.js +1 -1
  58. package/dist/components/inputs/fields/combobox/option/index.js +1 -1
  59. package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -1
  60. package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -1
  61. package/dist/components/inputs/fields/date/calendar/header/index.js +1 -1
  62. package/dist/components/inputs/fields/date/calendar/index.js +1 -1
  63. package/dist/components/inputs/fields/date/index.js +1 -1
  64. package/dist/components/inputs/fields/date/types.d.ts +3 -2
  65. package/dist/components/inputs/fields/date-range/calendar/index.js +1 -1
  66. package/dist/components/inputs/fields/date-range/index.d.ts +1 -1
  67. package/dist/components/inputs/fields/date-range/index.js +1 -1
  68. package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
  69. package/dist/components/inputs/fields/date-time/index.js +1 -1
  70. package/dist/components/inputs/fields/editable/index.js +1 -1
  71. package/dist/components/inputs/fields/input-array/field/index.js +1 -1
  72. package/dist/components/inputs/fields/input-array/index.js +1 -1
  73. package/dist/components/inputs/fields/input-file/index.js +1 -1
  74. package/dist/components/inputs/fields/input-section/index.js +1 -1
  75. package/dist/components/inputs/fields/input-tags/field/index.js +1 -1
  76. package/dist/components/inputs/fields/input-tags/index.js +1 -1
  77. package/dist/components/inputs/fields/number/index.js +1 -1
  78. package/dist/components/inputs/fields/number-range/index.js +1 -1
  79. package/dist/components/inputs/fields/phone/index.js +1 -1
  80. package/dist/components/inputs/fields/text-area/index.js +1 -1
  81. package/dist/components/inputs/fields/text-input/index.js +1 -1
  82. package/dist/components/inputs/index.js +1 -1
  83. package/dist/components/inputs/label/index.js +1 -1
  84. package/dist/components/inputs/outline-container/index.js +1 -1
  85. package/dist/components/inputs/utils/action-button/index.js +1 -1
  86. package/dist/components/inputs/utils/calendar-button/index.js +1 -1
  87. package/dist/components/inputs/utils/date-selector/index.d.ts +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/inputs/utils/types.d.ts +1 -0
  94. package/dist/components/item-card-db/index.js +1 -1
  95. package/dist/components/layout/categories/buttons/index.js +1 -1
  96. package/dist/components/layout/categories/column/index.js +1 -1
  97. package/dist/components/layout/categories/gap/index.js +1 -1
  98. package/dist/components/layout/categories/row/index.js +1 -1
  99. package/dist/components/layout/index.js +1 -1
  100. package/dist/components/link/index.js +1 -1
  101. package/dist/components/link/styles.d.ts +2 -1
  102. package/dist/components/list-item/index.js +1 -1
  103. package/dist/components/little-flag/index.js +1 -1
  104. package/dist/components/loading/index.js +1 -1
  105. package/dist/components/logo/index.js +1 -1
  106. package/dist/components/lottie/index.js +1 -1
  107. package/dist/components/menu/index.js +1 -1
  108. package/dist/components/message-banner/index.js +1 -1
  109. package/dist/components/modal/columns-modal/index.js +1 -1
  110. package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
  111. package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
  112. package/dist/components/modal/filters-modal/applied-filter/index.js +1 -1
  113. package/dist/components/modal/filters-modal/applied-filters/index.js +1 -1
  114. package/dist/components/modal/filters-modal/column-filters/index.js +1 -1
  115. package/dist/components/modal/filters-modal/filter-control/index.js +1 -1
  116. package/dist/components/modal/filters-modal/filter-form/form-content/index.js +1 -1
  117. package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
  118. package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
  119. package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
  120. package/dist/components/modal/filters-modal/index.js +1 -1
  121. package/dist/components/modal/footer/index.js +1 -1
  122. package/dist/components/modal/header/index.js +1 -1
  123. package/dist/components/modal/index.js +1 -1
  124. package/dist/components/modal/modal-confirm/index.js +1 -1
  125. package/dist/components/notification/index.js +1 -1
  126. package/dist/components/notification-sign/index.js +1 -1
  127. package/dist/components/oauth-selector/index.js +1 -1
  128. package/dist/components/oauth-selector/option-container/index.js +1 -1
  129. package/dist/components/paginator-db/btn/index.js +1 -1
  130. package/dist/components/paginator-db/dropdown/index.js +1 -1
  131. package/dist/components/paginator-db/index.js +1 -1
  132. package/dist/components/pop-up/description/index.js +1 -1
  133. package/dist/components/pop-up/index.js +1 -1
  134. package/dist/components/premium-feature/index.js +1 -1
  135. package/dist/components/priority-cards/card/index.js +1 -1
  136. package/dist/components/priority-cards/index.js +1 -1
  137. package/dist/components/priority-score/index.js +1 -1
  138. package/dist/components/progress-bar/index.js +1 -1
  139. package/dist/components/progress-indicator/in-progress-icon/index.js +1 -1
  140. package/dist/components/progress-indicator/index.js +1 -1
  141. package/dist/components/progress-indicator/step/index.js +1 -1
  142. package/dist/components/radio-button/index.js +1 -1
  143. package/dist/components/rank-position/icon/index.js +1 -1
  144. package/dist/components/rank-position/index.js +1 -1
  145. package/dist/components/scroll-button/index.js +1 -1
  146. package/dist/components/search/index.js +1 -1
  147. package/dist/components/search-dropdown/index.js +1 -1
  148. package/dist/components/severity-badge/index.js +1 -1
  149. package/dist/components/severity-overview/badge/index.js +1 -1
  150. package/dist/components/severity-overview/index.js +1 -1
  151. package/dist/components/show-on-hover/index.js +1 -1
  152. package/dist/components/slide-out-menu/index.js +1 -1
  153. package/dist/components/slide-out-menu/menu-item/index.js +1 -1
  154. package/dist/components/slider/index.js +1 -1
  155. package/dist/components/slider/thumb/index.js +1 -1
  156. package/dist/components/step-lapse/index.js +1 -1
  157. package/dist/components/table/context/index.js +1 -1
  158. package/dist/components/table/export-csv/index.js +1 -1
  159. package/dist/components/table/index.js +1 -1
  160. package/dist/components/table/pagination/pagination-control/index.js +1 -1
  161. package/dist/components/table/pagination/pagination-dropdown/index.js +1 -1
  162. package/dist/components/table/pagination/pagination-size/index.js +1 -1
  163. package/dist/components/table/sort-icon/index.js +1 -1
  164. package/dist/components/table/table-body/index.js +1 -1
  165. package/dist/components/table/table-column-toggle/index.js +1 -1
  166. package/dist/components/table/table-content/head/index.js +1 -1
  167. package/dist/components/table/table-content/index.js +1 -1
  168. package/dist/components/table/table-footer/footer-content/index.js +1 -1
  169. package/dist/components/table/table-footer/index.js +1 -1
  170. package/dist/components/table/table-options/caption-content/index.js +1 -1
  171. package/dist/components/table/table-options/controls-content/index.js +1 -1
  172. package/dist/components/table/table-options/highlighted-content/index.js +1 -1
  173. package/dist/components/table/table-options/index.js +1 -1
  174. package/dist/components/table/wrapper/index.js +1 -1
  175. package/dist/components/table-button/index.js +1 -1
  176. package/dist/components/table-content/index.js +1 -1
  177. package/dist/components/table-content/item-content/index.js +1 -1
  178. package/dist/components/tabs/index.js +1 -1
  179. package/dist/components/tabs/tab/index.js +1 -1
  180. package/dist/components/tag/index.js +1 -1
  181. package/dist/components/timeline/card/index.js +1 -1
  182. package/dist/components/timeline/index.js +1 -1
  183. package/dist/components/toggle/index.js +1 -1
  184. package/dist/components/tooltip/index.js +1 -1
  185. package/dist/components/tour/index.js +1 -1
  186. package/dist/components/typography/heading/index.js +1 -1
  187. package/dist/components/typography/index.js +1 -1
  188. package/dist/components/typography/span/index.js +1 -1
  189. package/dist/components/typography/text/index.js +1 -1
  190. package/dist/components/weaknesses-card/index.js +1 -1
  191. package/dist/{components-S0J7NDko.js → components-Byiwl_-t.js} +234 -231
  192. package/dist/{components-Dfd9J-I1.mjs → components-C15aNvVG.mjs} +3074 -2949
  193. package/dist/hooks/index.js +1 -1
  194. package/dist/index.js +1 -1
  195. package/dist/{vendor-SVxrF0CD.js → vendor-CBvWb1f3.js} +22 -22
  196. package/dist/{vendor-BHb31Lcp.mjs → vendor-DwMpUO1G.mjs} +9 -7
  197. package/package.json +1 -1
@@ -1,29 +1,29 @@
1
- "use strict";const t=require("react/jsx-runtime"),u=require("react"),f=require("styled-components"),y=require("./vendor-SVxrF0CD.js"),xe=require("react-dom"),at=require("react-router-dom"),Wi=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},Ke=Wi(u),ie=e=>({getVariant:(n,i)=>e(n)[i]}),rn=["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"],_i={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},Bi={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},Hi={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},Vi={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},Ui={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},Gi={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},Yi={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},Ki="linear-gradient(180deg, #BF0B1A 0%, #F32637 100%)",Xi={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"}},Zi={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)"},qi={sm:"1024px",md:"1440px",lg:"1920px"},Ji={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"},Qi=["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:Xi,shadows:Zi,breakpoints:qi,spacing:Ji,palette:{primary:Bi,complementary:Hi,error:Vi,info:Yi,warning:Ui,success:Gi,black:"#0c111d",gradient:Ki,white:"#ffffff",gray:_i}},eo=({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,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]};`},De=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]};`},Fe=e=>{const n=L("position",e.position),i=L("top",e.top),o=L("right",e.right),r=L("bottom",e.bottom),a=L("left",e.left),l=L("z-index",e.zIndex);return`
1
+ "use strict";const t=require("react/jsx-runtime"),u=require("react"),f=require("styled-components"),y=require("./vendor-CBvWb1f3.js"),xe=require("react-dom"),at=require("react-router-dom"),_i=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},Ke=_i(u),ie=e=>({getVariant:(n,i)=>e(n)[i]}),sn=["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"],Hi={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},Vi={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},Ui={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},Gi={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},Yi={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},Ki={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},Xi={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},Zi="linear-gradient(180deg, #BF0B1A 0%, #F32637 100%)",qi={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"}},Ji={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)"},Qi={sm:"1024px",md:"1440px",lg:"1920px"},eo={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"},to=["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:qi,shadows:Ji,breakpoints:Qi,spacing:eo,palette:{primary:Vi,complementary:Ui,error:Gi,info:Xi,warning:Yi,success:Ki,black:"#0c111d",gradient:Zi,white:"#ffffff",gray:Hi}},no=({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,o=e.py??e.pb??0,r=e.px??e.pl??0;if(e.padding){const[a,s,l,c]=e.padding;return`padding: ${A.spacing[a]} ${A.spacing[s]} ${A.spacing[l]} ${A.spacing[c]};`}return`padding: ${A.spacing[n]} ${A.spacing[i]} ${A.spacing[o]} ${A.spacing[r]};`},De=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,s,l,c]=e.margin;return`margin: ${A.spacing[a]} ${A.spacing[s]} ${A.spacing[l]} ${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),s=L("z-index",e.zIndex);return`
2
2
  ${n}
3
3
  ${i}
4
4
  ${o}
5
5
  ${r}
6
6
  ${a}
7
- ${l}
8
- `},Ee=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`
7
+ ${s}
8
+ `},Fe=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),s=L("border-color",e.borderColor),l=L("border-radius",e.borderRadius);return`
9
9
  ${n}
10
10
  ${i}
11
11
  ${o}
12
12
  ${r}
13
13
  ${a}
14
- ${l}
15
14
  ${s}
16
- `},to=e=>e.includes("x")?"overflow-x: auto;":"",no=e=>e.includes("y")?"overflow-y: auto;":"",Re=e=>{const n=e.scroll?`
17
- ${to(e.scroll)}
18
- ${no(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`
15
+ ${l}
16
+ `},io=e=>e.includes("x")?"overflow-x: auto;":"",oo=e=>e.includes("y")?"overflow-y: auto;":"",Re=e=>{const n=e.scroll?`
17
+ ${io(e.scroll)}
18
+ ${oo(e.scroll)}
19
+ `:"",i=L("visibility",e.visibility),o=L("display",e.display),r=L("height",e.height),a=L("width",e.width),s=L("max-height",e.maxHeight),l=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),$=L("flex-grow",e.flexGrow),j=L("justify-content",e.justify),w=L("justify-self",e.justifySelf),k=L("align-items",e.alignItems),C=L("align-self",e.alignSelf),v=L("flex-wrap",e.wrap);return`
20
20
  ${n}
21
21
  ${i}
22
22
  ${o}
23
23
  ${r}
24
24
  ${a}
25
- ${l}
26
25
  ${s}
26
+ ${l}
27
27
  ${c}
28
28
  ${d}
29
29
  ${p}
@@ -31,20 +31,20 @@
31
31
  ${h}
32
32
  ${g}
33
33
  ${b}
34
- ${m}
34
+ ${$}
35
35
  ${j}
36
36
  ${w}
37
- ${C}
38
37
  ${k}
38
+ ${C}
39
39
  ${v}
40
- `},Ne=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`
40
+ `},Ne=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),s=L("line-height",e.lineSpacing),l=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
43
  ${o}
44
44
  ${r}
45
45
  ${a}
46
- ${l}
47
46
  ${s}
47
+ ${l}
48
48
  ${c}
49
49
  ${d}
50
50
  ${p}
@@ -59,39 +59,39 @@
59
59
  ${o}
60
60
  ${r}
61
61
  }
62
- `},Le={shouldForwardProp:e=>!rn.includes(e)},Pe=f.styled.div.withConfig(Le)`
62
+ `},Le={shouldForwardProp:e=>!sn.includes(e)},Pe=f.styled.div.withConfig(Le)`
63
63
  ${Ie}
64
64
  ${De}
65
- ${Fe}
65
+ ${Ee}
66
66
  ${Re}
67
67
  ${Ne}
68
- ${Ee}
68
+ ${Fe}
69
69
  ${Ae}
70
70
  `,ft=f.styled.button.withConfig(Le)`
71
71
  ${Ie}
72
72
  ${De}
73
- ${Fe}
73
+ ${Ee}
74
74
  ${Re}
75
75
  ${Ne}
76
- ${Ee}
76
+ ${Fe}
77
77
  ${Ae}
78
78
  `,yt=f.styled.p.withConfig(Le)`
79
79
  ${Ie}
80
80
  ${De}
81
- ${Fe}
81
+ ${Ee}
82
82
  ${Re}
83
83
  ${Ne}
84
- ${Ee}
84
+ ${Fe}
85
85
  ${Ae}
86
86
  `,bt=f.styled.span.withConfig(Le)`
87
87
  ${Ie}
88
88
  ${De}
89
- ${Fe}
89
+ ${Ee}
90
90
  ${Re}
91
91
  ${Ne}
92
- ${Ee}
92
+ ${Fe}
93
93
  ${Ae}
94
- `,io=f.styled(Pe)`
94
+ `,ro=f.styled(Pe)`
95
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]};
@@ -108,17 +108,17 @@
108
108
  ${o};
109
109
  }
110
110
  `}
111
- `,$=u.forwardRef(function({as:n="div",center:i,children:o,id:r,onHover:a,onLeave:l,styleMd:s,styleSm:c,...d},p){return t.jsx(io,{$center:i,$styleMd:s,$styleSm:c,as:n,id:r,onMouseLeave:l,onMouseOver:a,ref:p,...d,children:o})}),an=(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}},oo=f.styled(yt)`
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"})=>`
111
+ `,m=u.forwardRef(function({as:n="div",center:i,children:o,id:r,onHover:a,onLeave:s,styleMd:l,styleSm:c,...d},p){return t.jsx(ro,{$center:i,$styleMd:l,$styleSm:c,as:n,id:r,onMouseLeave:s,onMouseOver:a,ref:p,...d,children:o})}),ln=(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}},ao=f.styled(yt)`
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:s=0,$overflow:l="unset",$size:c,$sizeMd:d,$textFill:p="unset",$whiteSpace:g="pre-line",$wordBreak:x="normal"})=>`
113
113
  background: ${n};
114
114
  color: ${i};
115
115
  display: ${o};
116
116
  font-family: ${r};
117
117
  font-size: ${e.typography.heading[c]};
118
118
  font-weight: ${e.typography.weight[a]};
119
- letter-spacing: ${l};
120
- line-height: ${e.spacing[an(c,!0)]};
121
- overflow: ${s};
119
+ letter-spacing: ${s};
120
+ line-height: ${e.spacing[ln(c,!0)]};
121
+ overflow: ${l};
122
122
  width: ${o==="block"?"100%":"auto"};
123
123
  white-space: ${g};
124
124
  word-break: ${x};
@@ -133,17 +133,17 @@
133
133
  font-size: ${e.typography.heading[d??c]};
134
134
  }
135
135
  `}
136
- `,sn=f.styled(yt)`
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"})=>`
136
+ `,cn=f.styled(yt)`
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:s="normal",$letterSpacing:l=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
140
  display: ${o};
141
141
  font-family: ${r};
142
142
  font-size: ${e.typography.text[d]};
143
- font-style: ${l};
143
+ font-style: ${s};
144
144
  font-weight: ${e.typography.weight[a]};
145
- letter-spacing: ${s};
146
- line-height: ${e.spacing[an(d)]};
145
+ letter-spacing: ${l};
146
+ line-height: ${e.spacing[ln(d)]};
147
147
  overflow: ${c};
148
148
  width: ${o==="block"?"100%":"auto"};
149
149
  white-space: ${x};
@@ -159,31 +159,31 @@
159
159
  font-size: ${e.typography.text[p??d]};
160
160
  }
161
161
  `}
162
- `,ro=f.styled(bt)`
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})=>`
162
+ `,so=f.styled(bt)`
163
+ ${({theme:e,$color:n=e.palette.gray[600],$content:i=void 0,$display:o="inline",$fontWeight:r="regular",$size:a,$lineSpacing:s=1.25})=>`
164
164
  color: ${n};
165
165
  display: ${o};
166
166
  font-family: ${e.typography.type.primary};
167
167
  font-size: ${e.typography.text[a]};
168
168
  font-weight: ${e.typography.weight[r]};
169
- line-height: ${e.spacing[l]};
169
+ line-height: ${e.spacing[s]};
170
170
  max-width: 100%;
171
171
  width: ${o==="block"?"100%":"auto"};
172
172
 
173
173
  ${i===void 0?"":`&::after { content: "${i}"; }`}
174
174
  `}
175
- `,V=u.forwardRef(function({bgGradient:n,children:i,className:o,color:r,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:m,whiteSpace:j,wordBreak:w,...C},k){return t.jsx(oo,{$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})}),Ce=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(ro,{$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})}),z=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(sn,{$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})}),ln=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(z,{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]})},ot={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},ao=e=>ot[e]?ot[e]:typeof e=="string"&&e.includes("px")?e:ot.md,so=f.styled(bt)`
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`
175
+ `,U=u.forwardRef(function({bgGradient:n,children:i,className:o,color:r,display:a,fontFamily:s,fontWeight:l,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:$,whiteSpace:j,wordBreak:w,...k},C){return t.jsx(ao,{$bgGradient:n,$color:r,$display:a,$fontFamily:s,$fontWeight:l,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:$,$whiteSpace:j,$wordBreak:w,className:o,ref:C,...k,children:i})}),Ce=u.forwardRef(function({children:n,color:i,content:o,display:r,fontFamily:a,fontWeight:s,letterSpacing:l,lineSpacing:c,lineSpacingSm:d,size:p,sizeMd:g,sizeSm:x,...h},b){return t.jsx(so,{$color:i,$content:o,$display:r,$fontFamily:a,$fontWeight:s,$letterSpacing:l,$lineSpacing:c,$lineSpacingSm:d,$size:p,$sizeMd:g,$sizeSm:x,ref:b,...h,children:n})}),T=u.forwardRef(function({bgGradient:n,children:i,className:o,color:r,display:a,fontFamily:s,fontWeight:l,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:$,whiteSpace:j,wordBreak:w,fontStyle:k,...C},v){return t.jsx(cn,{$bgGradient:n,$color:r,$display:a,$fontFamily:s,$fontStyle:k,$fontWeight:l,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:$,$whiteSpace:j,$wordBreak:w,className:o,ref:v,...C,children:i})}),dn=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(T,{mb:e.extraElement?.5:void 0,size:"md",children:e.description}):e.description??void 0;return t.jsxs(m,{display:"block",id:`panel-${e.title}`,padding:[.875,.875,.875,.875],children:[n,e.extraElement?t.jsx(m,{children:e.extraElement}):void 0]})},ot={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},lo=e=>ot[e]?ot[e]:typeof e=="string"&&e.includes("px")?e:ot.md,co=f.styled(bt)`
176
+ ${({$clickable:e,$color:n="inherit",$disabled:i=!1,$hoverColor:o,$rotation:r,$size:a,$secondaryColor:s})=>{const l=o?"":"brightness(50%)",c=o??"";return`
177
177
  color: ${n};
178
178
  cursor: ${e?"pointer":"inherit"};
179
- font-size: ${ao(a)};
179
+ font-size: ${lo(a)};
180
180
  line-height: 0;
181
181
  vertical-align: middle;
182
182
  pointer-events: inherit;
183
183
  opacity: ${i?"0.5":"1"};
184
184
 
185
185
  > svg {
186
- --fa-secondary-color: ${l};
186
+ --fa-secondary-color: ${s};
187
187
  transform: ${r===void 0?"":`rotate(${r}deg)`};
188
188
  }
189
189
 
@@ -197,7 +197,7 @@
197
197
  }
198
198
 
199
199
  ${e?`&:hover {
200
- filter: ${s};
200
+ filter: ${l};
201
201
  color: ${c};
202
202
  }`:""}
203
203
  `}}
@@ -208,7 +208,7 @@
208
208
  &:hover:not([disabled]) {
209
209
  transform: scale(1.2);
210
210
  }
211
- `;const D=u.forwardRef(function({clickable:n,disabled:i,hoverColor:o,icon:r,iconClass:a="",iconColor:l,iconMask:s,iconSize:c,iconTransform:d,iconType:p="fa-solid",onClick:g,rotation:x,spanClass:h,secondaryColor:b,...m},j){return t.jsx(so,{$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}`)}),lo=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(z,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:d.title}),t.jsx(D,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(ln,{item:d})]},d.title)})})}),co=36,po=2,go=9,uo={sm:12,md:16,lg:24},xo=({size:e="lg"})=>{const n=uo[e],i=`bookmarkGradient-${Math.random().toString(co).substr(po,go)}`;return t.jsxs("div",{style:{alignItems:"center",display:"flex",height:n,justifyContent:"center",position:"relative",width:n},children:[t.jsxs("svg",{height:n,style:{position:"absolute",zIndex:1},viewBox:"0 0 14 14",width:n,xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M0 0H14V14L7 11.0213L0 14V0Z",fill:`url(#${i})`}),t.jsx("defs",{children:t.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:i,x1:7,x2:7,y1:0,y2:14,children:[t.jsx("stop",{stopColor:"#F32637"}),t.jsx("stop",{offset:"1",stopColor:"#B8075D"})]})})]}),t.jsx("div",{style:{position:"relative",top:"-2px",zIndex:3},children:t.jsx(D,{icon:"crown",iconColor:"#FFFFFF",iconSize:`${n/2-1}px`,iconType:"fa-solid"})})]})},st=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]}}),ho=f.styled.div`
211
+ `;const E=u.forwardRef(function({clickable:n,disabled:i,hoverColor:o,icon:r,iconClass:a="",iconColor:s,iconMask:l,iconSize:c,iconTransform:d,iconType:p="fa-solid",onClick:g,rotation:x,spanClass:h,secondaryColor:b,...$},j){return t.jsx(co,{$clickable:n,$color:s,$disabled:i,$hoverColor:o,$rotation:x,$secondaryColor:b,$size:c,className:h,"data-testid":`${r}-icon`,onClick:g,ref:j,...$,children:t.jsx("i",{className:`${p} fa-${r} ${a}`,...l!==void 0?{"data-fa-mask":l}:{},...d!==void 0?{"data-fa-transform":d}:{}})},`${p}-${r}`)}),po=u.forwardRef(function({aligned:n="end",items:i,bgColor:o},r){const a=f.useTheme(),[s,l]=u.useState(i.map(d=>d.expanded??!1)),c=u.useCallback(d=>p=>{p.preventDefault(),l(g=>g.map((x,h)=>h===d?!x:x))},[]);return t.jsx(m,{borderColor:a.palette.gray[200],borderTop:"1px solid",ref:r,children:i.map((d,p)=>{const g=s[p];return t.jsxs(m,{bgColor:o??a.palette.white,borderBottom:"1px solid",borderColor:a.palette.gray[200],children:[t.jsx(m,{"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(m,{as:"summary",display:"flex",flexDirection:n==="end"?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[t.jsx(T,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:d.title}),t.jsx(E,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(dn,{item:d})]},d.title)})})}),go=36,uo=2,xo=9,ho={sm:12,md:16,lg:24},fo=({size:e="lg"})=>{const n=ho[e],i=`bookmarkGradient-${Math.random().toString(go).substr(uo,xo)}`;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(E,{icon:"crown",iconColor:"#FFFFFF",iconSize:`${n/2-1}px`,iconType:"fa-solid"})})]})},st=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]}}),yo=f.styled.div`
212
212
  ${({theme:e,$includeAuthor:n,$variant:i})=>`
213
213
  display: inline-flex;
214
214
  align-items: center;
@@ -232,7 +232,7 @@
232
232
  }
233
233
  `:""}
234
234
  `}
235
- `,fo=f.styled.div`
235
+ `,bo=f.styled.div`
236
236
  ${({theme:e,$variant:n})=>`
237
237
  display: flex;
238
238
  align-items: center;
@@ -248,7 +248,7 @@
248
248
  padding: ${e.spacing[.125]} ${e.spacing[.5]};
249
249
  position: relative;
250
250
  `}
251
- `,cn=(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])},dn=({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])},he=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}},yo=e=>e.reduce((n,i)=>({...n,[i.id]:i.visible}),{}),pn=({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(yo(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,...he(e),hasChanged:p}},$t=(e,n)=>u.useMemo(()=>y._.debounce(e,n),[e,n]),bo=e=>{const[n,i]=u.useState(),o=$t(r=>{i(r)},(e==null?void 0:e.debounceWait)??300);return[n,o]},$o=({alt:e="img",height:n="",width:i="",transformation:o,plugins:r=[y.lazyload(),y.placeholder()],publicId:a})=>{const l=dn({publicId:a});return o&&l.addTransformation(o),t.jsx(y.AdvancedImage,{alt:e,cldImg:l,height:n,plugins:r,width:i})},ne=Ke.default.memo($o),Ot={external:"External pentester",scanner:"Fluid Attacks Scanner",pentester:"Fluid Attacks Pentester"},gn=({author:e,variant:n})=>{const i=n==="external"?"t_fav_g":"t_fav_w";return t.jsxs(ho,{$includeAuthor:!!e,$variant:n,children:[t.jsxs(fo,{$variant:n,children:[t.jsx(ne,{alt:Ot[n],height:"11px",publicId:"airs/logo/logo_icon",transformation:i,width:"11px"}),Ot[n]]}),e?t.jsx(z,{display:"inline",size:"sm",children:e}):void 0]})},mo={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]}},mt=({textL:e,textR:n,variant:i})=>{const o=f.useTheme(),{bgColor:r,colorL:a,colorR:l}=mo[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(z,{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(z,{color:l,size:"md",children:n})})]})},jo=(e,n)=>n==="0"?`${e.spacing[1]} ${e.spacing[1]} 0 0`:n==="-1"?`0 0 ${e.spacing[1]} ${e.spacing[1]}`:"unset",un=f.styled.div`
251
+ `,pn=(e,n)=>{const[o,r]=u.useState(0),[a,s]=u.useState(0);return u.useEffect(()=>{a===100&&(()=>{r(c=>c===n-1?0:c+1)})()},[a,n]),u.useEffect(()=>{const l=setInterval(()=>{s(c=>c===100?0:c+1)},e);return()=>{clearInterval(l)}},[e]),{cycle:o,progress:a,setCycle:r,setProgress:s}},te=(e,n,i=!1,o)=>{u.useEffect(()=>{var a;const r=s=>{e&&!e.contains(s.target)&&!(o!=null&&o.some(l=>l==null?void 0:l.contains(s.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 s;(s=document.getElementById("root"))==null||s.removeEventListener("mousedown",r,!0)})},[i,e,o,n])},gn=({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])},he=e=>{const[n,i]=u.useState(!1),o=u.useCallback(()=>{i(!0)},[]),r=u.useCallback(()=>{i(!1)},[]),a=u.useCallback(()=>{i(s=>!s)},[]);return{close:r,isOpen:n,name:e,open:o,setIsOpen:i,toggle:a}},$o=e=>e.reduce((n,i)=>({...n,[i.id]:i.visible}),{}),un=({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]),[s,l]=u.useState(a),c=u.useCallback(g=>{const x=g.filter(({locked:j})=>!j),b=[...g.filter(({locked:j})=>j),...x],$=b.map(({name:j})=>j);l(j=>[...b,...j.filter(({name:w})=>!$.includes(w))]),o&&o(b.map(({id:j})=>j))},[o]),d=u.useCallback(()=>{const g=s.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,$=(i==null?void 0:i.indexOf(h.id))??0;return b-$});r==null||r($o(g)),c(g)},[s,i,c,r]),p=u.useMemo(()=>y.some(s,g=>((i==null?void 0:i.includes(g.id))??!1)!==g.visible),[s,i]);return{setColumns:c,resetToDefault:d,columns:s,...he(e),hasChanged:p}},$t=(e,n)=>u.useMemo(()=>y._.debounce(e,n),[e,n]),mo=e=>{const[n,i]=u.useState(),o=$t(r=>{i(r)},(e==null?void 0:e.debounceWait)??300);return[n,o]},jo=({alt:e="img",height:n="",width:i="",transformation:o,plugins:r=[y.lazyload(),y.placeholder()],publicId:a})=>{const s=gn({publicId:a});return o&&s.addTransformation(o),t.jsx(y.AdvancedImage,{alt:e,cldImg:s,height:n,plugins:r,width:i})},ne=Ke.default.memo(jo),Wt={external:"External pentester",scanner:"Fluid Attacks Scanner",pentester:"Fluid Attacks Pentester"},xn=({author:e,variant:n})=>{const i=n==="external"?"t_fav_g":"t_fav_w";return t.jsxs(yo,{$includeAuthor:!!e,$variant:n,children:[t.jsxs(bo,{$variant:n,children:[t.jsx(ne,{alt:Wt[n],height:"11px",publicId:"airs/logo/logo_icon",transformation:i,width:"11px"}),Wt[n]]}),e?t.jsx(T,{display:"inline",size:"sm",children:e}):void 0]})},wo={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]}},mt=({textL:e,textR:n,variant:i})=>{const o=f.useTheme(),{bgColor:r,colorL:a,colorR:s}=wo[i];return t.jsxs(m,{alignItems:"flex-start",display:"inline-flex",children:[e?t.jsx(m,{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(T,{color:a,size:"md",children:e})}):void 0,t.jsx(m,{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(T,{color:s,size:"md",children:n})})]})},vo=(e,n)=>n==="0"?`${e.spacing[1]} ${e.spacing[1]} 0 0`:n==="-1"?`0 0 ${e.spacing[1]} ${e.spacing[1]}`:"unset",hn=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: ${jo(e,n)};
259
+ border-radius: ${vo(e,n)};
260
260
  gap: ${e.spacing[.5]};
261
261
  padding: ${e.spacing[1.5]};
262
262
  overflow: hidden;
@@ -275,7 +275,7 @@
275
275
  content: "";
276
276
  height: 24px;
277
277
  border-left: 2px solid ${({theme:e})=>e.palette.gray[100]};
278
- `,wo=({affects:e,author:n,href:i,cves:o,creator:r,packageName:a,publishedDate:l,severity:s,score:c,title:d,indx:p,Link:g})=>{const x=f.useTheme(),h=g??"a";return t.jsxs(un,{$index:p,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",justify:"space-between",children:[o==null?void 0:o.map(b=>t.jsx(z,{color:x.palette.gray[800],display:"inline",size:"lg",children:b.cve},b.cve)),r?t.jsx(gn,{author:n,variant:r}):void 0]}),t.jsx(h,{href:i,children:t.jsx(V,{fontWeight:"bold",size:"sm",children:d})})]}),t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,width:"fit-content",children:[t.jsx(mt,{textL:c,textR:y.capitalize(s==="disable"?"Unknown":s),variant:s}),e?t.jsxs(t.Fragment,{children:[t.jsx(ke,{}),t.jsxs(z,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Affects: "}),e]})]}):void 0,a?t.jsxs(t.Fragment,{children:[t.jsx(ke,{}),t.jsxs(z,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Package: "}),a]})]}):void 0,l?t.jsxs(t.Fragment,{children:[t.jsx(ke,{}),t.jsxs(z,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Published date: "}),l]})]}):void 0]})]})},vo=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:ko}=ie(e=>({error:`
278
+ `,ko=({affects:e,author:n,creator:i,href:o,ids:r,indx:a,Link:s,packageName:l,publishedDate:c,score:d,severity:p,title:g})=>{const x=f.useTheme(),h=s??"a";return t.jsxs(hn,{$index:a,children:[t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsxs(m,{display:"flex",justify:"space-between",children:[t.jsxs(T,{color:x.palette.gray[800],display:"inline",size:"lg",children:[t.jsx(T,{color:x.palette.primary[500],display:"inline",size:"lg",children:r.flatId})," ",`(${r.advId})`]}),i?t.jsx(xn,{author:n,variant:i}):void 0]}),t.jsx(h,{href:o,children:t.jsx(U,{fontWeight:"bold",size:"sm",children:g})})]}),t.jsxs(m,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,width:"fit-content",children:[t.jsx(mt,{textL:d,textR:y.capitalize(p==="disable"?"Unknown":p),variant:p}),e?t.jsxs(t.Fragment,{children:[t.jsx(ke,{}),t.jsxs(T,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Affects: "}),e]})]}):void 0,l?t.jsxs(t.Fragment,{children:[t.jsx(ke,{}),t.jsxs(T,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Package: "}),l]})]}):void 0,c?t.jsxs(t.Fragment,{children:[t.jsx(ke,{}),t.jsxs(T,{color:x.palette.gray[400],size:"lg",whiteSpace:"nowrap",children:[t.jsx("b",{children:"Published date: "}),c]})]}):void 0]})]})},Co=e=>{switch(e){case"warning":return"triangle-exclamation";case"info":return"circle-info";case"success":return"circle-check";case"error":default:return"circle-exclamation"}},{getVariant:So}=ie(e=>({error:`
279
279
  background: ${e.palette.error[50]};
280
280
  border: 1px solid ${e.palette.error[500]};
281
281
  color: ${e.palette.error[700]};
@@ -327,7 +327,7 @@
327
327
  color: ${e.palette.warning[700]};
328
328
  }
329
329
  }
330
- `})),Co=f.styled.div`
330
+ `})),zo=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
- ${ko(e,n??"error")}
350
+ ${So(e,n??"error")}
351
351
  `}
352
- `,So=f.styled.div`
352
+ `,To=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
- `,zo=f.styled.div`
357
+ `,Io=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:To}=ie(e=>({ghost:`
361
+ `,{getVariant:Do}=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
- `})),xn=f.styled(ft)`
435
+ `})),fn=f.styled(ft)`
436
436
  ${({theme:e,justify:n,$variant:i})=>`
437
437
  align-items: center;
438
438
  border-radius: var(--btn-spacing);
@@ -454,9 +454,9 @@
454
454
  ${i!=="link"?`--btn-padding-y: ${e.spacing[1]}`:""};
455
455
  }
456
456
 
457
- ${To(e,i??"primary")}
457
+ ${Do(e,i??"primary")}
458
458
  `}
459
- `,Io=f.styled(xn)`
459
+ `,Eo=f.styled(fn)`
460
460
  ${({theme:e,disabled:n,borderRadius:i="4px",px:o=.5,py:r=.5,$variant:a})=>`
461
461
  --btn-spacing: ${i};
462
462
  --btn-padding-x: ${e.spacing[o]};
@@ -472,7 +472,7 @@
472
472
  ${n?`color: ${e.palette.gray[300]};`:""}
473
473
  }
474
474
  `}
475
- `,Do=f.styled(Pe)``,Fo=f.styled.div`
475
+ `,Fo=f.styled(Pe)``,Ro=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
- `,Eo=f.styled.div`
487
+ `,No=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
- `,Y=({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:S}=y.useFloating({middleware:[y.flip({fallbackAxisSideDirection:"start"}),y.offset({mainAxis:10}),y.shift()],onOpenChange:w,open:j,placement:p,whileElementsMounted:y.autoUpdate}),I=y.useHover(v,{delay:{close:0,open:500},move:!1}),R=y.useFocus(v),E=y.useRole(v,{role:r?"label":"tooltip"}),{getReferenceProps:F,getFloatingProps:T}=y.useInteractions([I,R,E]),N=u.useMemo(()=>S.startsWith("top")?"top":S.startsWith("bottom")?"bottom":S.startsWith("left")?"left":S.startsWith("right")?"right":"bottom",[S]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(Do,{...F(),display:i,height:o,id:s,ref:C.setReference,width:b,children:r?t.jsx(D,{clickable:!0,disabled:n,icon:r,iconColor:a,iconSize:l??"sm",iconType:j?"fa-solid":"fa-light"}):e}),j&&!h&&xe.createPortal(t.jsxs(Fo,{...T(),$maxWidth:c,id:`floating-${s}`,ref:C.setFloating,style:k,children:[y.lodashExports.isEmpty(x)?void 0:t.jsx(z,{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(z,{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(Eo,{$placement:N,children:t.jsx("svg",{fill:"none",height:"8",viewBox:"0 0 16 8",width:"16",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M16 0L0 0L6.58579 6.58579C7.36684 7.36684 8.63317 7.36684 9.41421 6.58579L16 0Z",fill:m.palette.gray[700]})})})]}),document.getElementById("root")??document.body)]})},_=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(Io,{$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(D,{clickable:!1,icon:o,iconColor:r,iconSize:a,iconTransform:l,iconType:s})}),I=(h+(w??"")+(c??o)).replace(/ /u,"_");return b===void 0?v:t.jsx(Y,{id:`${I}-tooltip`,place:m,tip:b,children:v})}),Ro=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(Co,{$iconPosition:l,$variant:x,id:h,children:[a?t.jsx(D,{clickable:!1,icon:r??vo(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(So,{children:g}):void 0,t.jsx(zo,{$hasTitle:!!g,children:i})]}),o?t.jsx(_,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:C,px:.125,py:.125,style:{alignSelf:"flex-start"},variant:"ghost"}):void 0]})})}),Wt=f.styled.div`
512
+ `,K=({children:e,disabled:n=!1,display:i="inline-block",height:o,icon:r,iconColor:a,iconSize:s,id:l,maxWidth:c,nodeTip:d,place:p="bottom",tip:g="",title:x="",hide:h=g===""&&x===""&&d===void 0,width:b})=>{const $=f.useTheme(),[j,w]=u.useState(!1),{refs:k,floatingStyles:C,context:v,placement:S}=y.useFloating({middleware:[y.flip({fallbackAxisSideDirection:"start"}),y.offset({mainAxis:10}),y.shift()],onOpenChange:w,open:j,placement:p,whileElementsMounted:y.autoUpdate}),I=y.useHover(v,{delay:{close:0,open:500},move:!1}),R=y.useFocus(v),N=y.useRole(v,{role:r?"label":"tooltip"}),{getReferenceProps:D,getFloatingProps:z}=y.useInteractions([I,R,N]),F=u.useMemo(()=>S.startsWith("top")?"top":S.startsWith("bottom")?"bottom":S.startsWith("left")?"left":S.startsWith("right")?"right":"bottom",[S]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(Fo,{...D(),display:i,height:o,id:l,ref:k.setReference,width:b,children:r?t.jsx(E,{clickable:!0,disabled:n,icon:r,iconColor:a,iconSize:s??"sm",iconType:j?"fa-solid":"fa-light"}):e}),j&&!h&&xe.createPortal(t.jsxs(Ro,{...z(),$maxWidth:c,id:`floating-${l}`,ref:k.setFloating,style:C,children:[y.lodashExports.isEmpty(x)?void 0:t.jsx(T,{color:$.palette.white,fontWeight:"bold",mb:.25,size:"sm",textAlign:"start",wordWrap:"break-word",children:x}),y.lodashExports.isEmpty(g)?void 0:t.jsx(T,{color:$.palette.gray[100],size:"sm",textAlign:"start",whiteSpace:"normal",wordWrap:"break-word",children:g}),y.lodashExports.isEmpty(d)?void 0:d,t.jsx(No,{$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:$.palette.gray[700]})})})]}),document.getElementById("root")??document.body)]})},H=u.forwardRef(function({borderRadius:n,disabled:i,icon:o,iconColor:r,iconSize:a="sm",iconTransform:s,iconType:l,id:c,justify:d="center",onClick:p,px:g,py:x,type:h="button",tooltip:b,tooltipPlace:$,value:j,variant:w="primary",...k},C){const v=t.jsx(Eo,{$variant:w,"aria-disabled":i,"aria-label":c,borderRadius:n,disabled:i,id:c,justify:d,onClick:p,px:g,py:x,ref:C,type:h,value:j,...k,children:t.jsx(E,{clickable:!1,icon:o,iconColor:r,iconSize:a,iconTransform:s,iconType:l})}),I=(h+(w??"")+(c??o)).replace(/ /u,"_");return b===void 0?v:t.jsx(K,{id:`${I}-tooltip`,place:$,tip:b,children:v})}),Ao=u.forwardRef(function({autoHide:n=!1,children:i,closable:o=!1,icon:r,iconEnabled:a=!0,iconPosition:s="center",onClose:l=void 0,onTimeOut:c,show:d=!0,time:p=8,title:g,variant:x="error",id:h,...b},$){const[j,w]=u.useState(d),k=u.useCallback(()=>{l==null||l(),w(!1)},[l]);return u.useEffect(()=>{const C=setTimeout(()=>{c==null||c(!0),n&&k()},p*1e3);return()=>{clearTimeout(C)}},[n,k,p,c]),u.useEffect(()=>{w(d)},[d,w]),t.jsx(m,{display:j?"block":"none",ref:$,role:"alert",...b,children:t.jsxs(zo,{$iconPosition:s,$variant:x,id:h,children:[a?t.jsx(E,{clickable:!1,icon:r??Co(x),iconSize:"lg",iconType:"fa-light",mt:s==="top"?.25:0}):void 0,t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,style:{flex:1},children:[g?t.jsx(To,{children:g}):void 0,t.jsx(Io,{$hasTitle:!!g,children:i})]}),o?t.jsx(H,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:k,px:.125,py:.125,style:{alignSelf:"flex-start"},variant:"ghost"}):void 0]})})}),Bt=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
- `,No=f.styled.div`
528
+ `,Lo=f.styled.div`
529
529
  ul,
530
530
  ol {
531
531
  padding-top: 6px;
@@ -589,7 +589,7 @@
589
589
  #menu-profile-container li div {
590
590
  min-width: unset;
591
591
  }
592
- `,Ao=f.styled(Pe)`
592
+ `,Po=f.styled(Pe)`
593
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]};
@@ -603,14 +603,14 @@
603
603
  min-width: ${o?e.spacing[1.25]:e.spacing[.5]};
604
604
  height: ${o?"14px":e.spacing[.5]}};
605
605
  `}}
606
- `,Lo=f.styled.div`
606
+ `,Oo=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
- `,Ue=u.forwardRef(function({numberIndicator:n,show:i,variant:o="error",...r},a){return t.jsx(Ao,{$numberIndicator:n,$variant:o,className:i?"flex":"hidden","data-testid":"notification-sign",ref:a,...r,children:n&&t.jsx(Lo,{children:n<=9?n:9})})}),{getVariant:Po}=ie(e=>({default:`
613
+ `,Ue=u.forwardRef(function({numberIndicator:n,show:i,variant:o="error",...r},a){return t.jsx(Po,{$numberIndicator:n,$variant:o,className:i?"flex":"hidden","data-testid":"notification-sign",ref:a,...r,children:n&&t.jsx(Oo,{children:n<=9?n:9})})}),{getVariant:Mo}=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
- `})),Mo=f.styled.span`
688
+ `})),Wo=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
- ${Po(e,i)}
709
+ ${Mo(e,i)}
710
710
  `}
711
- `,{getVariant:Oo}=ie(e=>({highRelevance:`
711
+ `,{getVariant:Bo}=ie(e=>({highRelevance:`
712
712
  color: ${e.palette.primary[500]};
713
713
 
714
714
  &:hover:not([disabled]) {
@@ -720,7 +720,7 @@
720
720
  &:hover:not([disabled]) {
721
721
  color: ${e.palette.gray[500]};
722
722
  }
723
- `})),hn=f.css`
723
+ `})),jt=f.css`
724
724
  ${({theme:e,$color:n,$variant:i,$wrap:o})=>`
725
725
  align-items: center;
726
726
  cursor: pointer;
@@ -747,13 +747,13 @@
747
747
  text-decoration: none;
748
748
  }
749
749
 
750
- ${n?`color: ${n}`:Oo(e,i)}
750
+ ${n?`color: ${n}`:Bo(e,i)}
751
751
  `}
752
- `,Wo=f.styled.a`
753
- ${hn}
754
- `,_o=f.styled(at.Link)`
755
- ${hn}
756
- `,oe=({children:e,color:n,download:i,href:o,iconPosition:r="right",onClick:a,target:l,variant:s="lowRelevance",wrap:c=!1})=>{const d=o.startsWith("https://"),p=t.jsx(D,{icon:i===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"sm",iconType:"fa-light",ml:.25,mr:.25});return d?t.jsxs(Wo,{$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(_o,{$variant:s,$wrap:c,download:i,onClick:a,rel:"nofollow noopener noreferrer",target:l,to:o,children:[l!==void 0&&r==="left"?p:void 0,e,l!==void 0&&r==="right"?p:void 0]})},J=({disabled:e,icon:n,iconColor:i="inherit",iconType:o="fa-light",id:r="close-tag",filterValues:a="",fontSize:l,href:s,linkLabel:c,onClose:d,priority:p="default",tagTitle:g="",tagLabel:x,variant:h="default"})=>{const b=x.length>25&&y.lodashExports.isEmpty(g+a),m=`${x.slice(0,25)}...`;return t.jsxs(Ce,{className:"gap-0.5",display:s===void 0?"initial":"flex",size:"md",children:[t.jsxs(Mo,{$fontSize:l,$variant:h,className:p,children:[n&&t.jsx(D,{icon:n,iconColor:i,iconSize:"sm",iconType:o}),t.jsxs("span",{className:"w-full",children:[t.jsx("strong",{children:g}),t.jsx("span",{children:b?m:x}),t.jsx("strong",{className:"w-full",children:a})]}),d?t.jsx(_,{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})]})},fn=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");y.lodashExports.isObject(i)&&(i.opener=null)},O=u.forwardRef(function({children:n,disabled:i=!1,external:o=!1,href:r,id:a,icon:l,iconColor:s,iconSize:c="lg",iconType:d,name:p,dotNotification:g,notification:x,onClick:h,rightIcon:b,tag:m,type:j="button",tooltip:w,tooltipPlace:C="bottom",underline:k=!1,value:v,variant:S="primary",width:I,...R},E){const F=w!==void 0,T=`${a}-tooltip`,N=u.useCallback(()=>{r&&fn(r,o)},[o,r]),M=t.jsxs(xn,{$variant:S,"aria-disabled":i,className:k?"underline":void 0,disabled:i,id:a,name:p,onClick:S==="link"?N:h,ref:E,type:j,value:v,width:I,...F?{"data-tooltip-id":T}:{},...R,children:[g&&S==="ghost"&&!i?t.jsx(Ue,{left:l!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,l!==void 0&&t.jsx(D,{icon:l,iconColor:s??void 0,iconSize:c,iconType:d??"fa-light"}),n,b||S==="link"?t.jsx(D,{icon:b??"arrow-right",iconSize:c,iconType:"fa-light"}):void 0,m===void 0||i?null:t.jsx(J,{tagLabel:m,variant:"default"}),x!==void 0&&S==="ghost"&&!i?t.jsx(Ue,{numberIndicator:x,show:!0,variant:"error"}):void 0]});return F?t.jsx(Y,{disabled:!F,id:T,place:C,tip:w,width:I,children:M}):M}),Bo=u.forwardRef(function({children:n,onClick:i,userName:o,showIcon:r=!1,showUsername:a=!1},l){const s=!!i,c=f.useTheme();return t.jsx($,{id:"navbar-user-profile",ref:l,zIndex:9999,children:t.jsxs($,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[s?t.jsxs(O,{onClick:i,px:.5,py:.5,variant:"ghost",children:[t.jsx(Wt,{children:o[0].toUpperCase()}),a?t.jsx(z,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:o.split(" ")[0]}):void 0,r?t.jsx(D,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}):t.jsxs($,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(Wt,{children:o[0].toUpperCase()}),a?t.jsxs(z,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",o.split(" ")[0],"!"]}):void 0,r?t.jsx(D,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(No,{children:n})]})})}),Xe=({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(z,{color:l??p.palette.gray[800],fontWeight:"bold",mb:c,size:"md",textAlign:s,wordBreak:"break-word",children:a}):a,d&&t.jsx(Y,{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(z,{color:o??p.palette.gray[800],fontWeight:i===void 0?"bold":"regular",size:"md",textAlign:s,wordBreak:"break-word",children:i}),n&&t.jsx(z,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(z,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Author: ${e}`})]})]})},_t=f.styled($).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
752
+ `,_o=f.styled.a`
753
+ ${jt}
754
+ `,Ho=f.styled(at.Link)`
755
+ ${jt}
756
+ `,oe=({children:e,color:n,download:i,href:o,iconPosition:r="right",onClick:a,target:s,variant:l="lowRelevance",wrap:c=!1})=>{const d=o.startsWith("https://"),p=t.jsx(E,{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(_o,{$color:n,$variant:l,$wrap:c,download:i,href:o,onClick:a,rel:"nofollow noopener noreferrer",target:s??"_blank",children:[r==="left"?p:void 0,e,r==="right"?p:void 0]}):t.jsxs(Ho,{$variant:l,$wrap:c,download:i,onClick:a,rel:"nofollow noopener noreferrer",target:s,to:o,children:[s!==void 0&&r==="left"?p:void 0,e,s!==void 0&&r==="right"?p:void 0]})},J=({disabled:e,icon:n,iconColor:i="inherit",iconType:o="fa-light",id:r="close-tag",filterValues:a="",fontSize:s,href:l,linkLabel:c,onClose:d,priority:p="default",tagTitle:g="",tagLabel:x,variant:h="default"})=>{const b=x.length>25&&y.lodashExports.isEmpty(g+a),$=`${x.slice(0,25)}...`;return t.jsxs(Ce,{className:"gap-0.5",display:l===void 0?"initial":"flex",size:"md",children:[t.jsxs(Wo,{$fontSize:s,$variant:h,className:p,children:[n&&t.jsx(E,{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?$:x}),t.jsx("strong",{className:"w-full",children:a})]}),d?t.jsx(H,{disabled:e,icon:"xmark",iconSize:"sm",iconType:"fa-light",id:r,onClick:d,px:.125,py:.125,variant:"ghost"}):void 0]}),l===void 0?void 0:t.jsx(oe,{href:l,children:c})]})},yn=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");y.lodashExports.isObject(i)&&(i.opener=null)},M=u.forwardRef(function({children:n,disabled:i=!1,external:o=!1,href:r,id:a,icon:s,iconColor:l,iconSize:c="lg",iconType:d,name:p,dotNotification:g,notification:x,onClick:h,rightIcon:b,tag:$,type:j="button",tooltip:w,tooltipPlace:k="bottom",underline:C=!1,value:v,variant:S="primary",width:I,...R},N){const D=w!==void 0,z=`${a}-tooltip`,F=u.useCallback(()=>{r&&yn(r,o)},[o,r]),W=t.jsxs(fn,{$variant:S,"aria-disabled":i,className:C?"underline":void 0,disabled:i,id:a,name:p,onClick:S==="link"?F:h,ref:N,type:j,value:v,width:I,...D?{"data-tooltip-id":z}:{},...R,children:[g&&S==="ghost"&&!i?t.jsx(Ue,{left:s!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,s!==void 0&&t.jsx(E,{icon:s,iconColor:l??void 0,iconSize:c,iconType:d??"fa-light"}),n,b||S==="link"?t.jsx(E,{icon:b??"arrow-right",iconSize:c,iconType:"fa-light"}):void 0,$===void 0||i?null:t.jsx(J,{tagLabel:$,variant:"default"}),x!==void 0&&S==="ghost"&&!i?t.jsx(Ue,{numberIndicator:x,show:!0,variant:"error"}):void 0]});return D?t.jsx(K,{disabled:!D,id:z,place:k,tip:w,width:I,children:W}):W}),Vo=u.forwardRef(function({children:n,onClick:i,userName:o,showIcon:r=!1,showUsername:a=!1},s){const l=!!i,c=f.useTheme();return t.jsx(m,{id:"navbar-user-profile",ref:s,zIndex:9999,children:t.jsxs(m,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[l?t.jsxs(M,{onClick:i,px:.5,py:.5,variant:"ghost",children:[t.jsx(Bt,{children:o[0].toUpperCase()}),a?t.jsx(T,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:o.split(" ")[0]}):void 0,r?t.jsx(E,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}):t.jsxs(m,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(Bt,{children:o[0].toUpperCase()}),a?t.jsxs(T,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",o.split(" ")[0],"!"]}):void 0,r?t.jsx(E,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(Lo,{children:n})]})})}),Xe=({authorEmail:e,date:n,description:i,descriptionColor:o,id:r,title:a,titleColor:s,textAlign:l,textSpacing:c=0,tooltip:d})=>{const p=f.useTheme();return t.jsxs(m,{width:"100%",children:[typeof a=="string"||d?t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.5,width:"100%",children:[typeof a=="string"?t.jsx(T,{color:s??p.palette.gray[800],fontWeight:"bold",mb:c,size:"md",textAlign:l,wordBreak:"break-word",children:a}):a,d&&t.jsx(K,{icon:"circle-info",id:r,place:"top",tip:d})]}):void 0,t.jsxs(m,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[i&&t.jsx(T,{color:o??p.palette.gray[800],fontWeight:i===void 0?"bold":"regular",size:"md",textAlign:l,wordBreak:"break-word",children:i}),n&&t.jsx(T,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:l,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(T,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:l,wordBreak:"break-word",children:`Author: ${e}`})]})]})},_t=f.styled(m).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
757
757
  & img {
758
758
  display: block;
759
759
  }
@@ -768,7 +768,7 @@
768
768
  pointer-events: none;
769
769
  ${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
770
770
  }
771
- `,Ho=e=>{if(y._.isNil(e))return"";const n=e.split(".");return(n.length>1?y._.last(n):"").toLowerCase()},Vo=(e,n)=>y._.isUndefined(n)?!1:y._.includes(e,Ho(n)),yn=({alt:e,fileType:n,width:i="100%",opacity:o=0,src:r,height:a="auto"})=>n==="video"||Vo(["webm"],r)?t.jsx(_t,{$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(_t,{$opacity:o,children:t.jsx("img",{alt:e,src:r,style:{height:a,width:i}})}),Uo=({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(Ke.default.Fragment,{children:[t.jsx(yn,{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(_,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),d?null:t.jsx(Xe,{authorEmail:n,date:i,description:o,descriptionColor:x.palette.gray[600],id:`${e}-card-header`,title:c})]})},Go=f.styled.div`
771
+ `,Uo=e=>{if(y._.isNil(e))return"";const n=e.split(".");return(n.length>1?y._.last(n):"").toLowerCase()},Go=(e,n)=>y._.isUndefined(n)?!1:y._.includes(e,Uo(n)),bn=({alt:e,fileType:n,width:i="100%",opacity:o=0,src:r,height:a="auto"})=>n==="video"||Go(["webm"],r)?t.jsx(_t,{$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(_t,{$opacity:o,children:t.jsx("img",{alt:e,src:r,style:{height:a,width:i}})}),Yo=({alt:e,authorEmail:n,date:i,description:o,src:r,children:a,isEditing:s,onClick:l,title:c,hideDescription:d=!1,headerType:p="image",showMaximize:g=!0})=>{const x=f.useTheme(),[h,b]=u.useState(!1),$=u.useCallback(()=>{b(!0)},[]),j=u.useCallback(()=>{b(!1)},[]);return t.jsxs(m,{bgColor:"transparent",border:"1px solid transparent",borderColorHover:"black",borderRadius:x.spacing[.25],display:"flex",flexDirection:"column",gap:1,onHover:$,onLeave:j,padding:[.5,.5,.5,.5],width:"100%",children:[t.jsx(m,{bgColor:x.palette.black,borderRadius:x.spacing[.25],cursor:s?"unset":"pointer",display:"inline-flex",justify:"center",onClick:l,position:"relative",width:"100%",children:a===void 0?t.jsxs(Ke.default.Fragment,{children:[t.jsx(bn,{alt:e,fileType:p,height:"147px",opacity:h?.3:0,src:r,width:"100%"}),g?t.jsx(m,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(H,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),d?null:t.jsx(Xe,{authorEmail:n,date:i,description:o,descriptionColor:x.palette.gray[600],id:`${e}-card-header`,title:c})]})},Ko=f.styled.div`
772
772
  ${({theme:e,$align:n="center",$minWidth:i="auto",$minHeight:o="auto"})=>`
773
773
  display: flex;
774
774
  background-color: ${e.palette.white};
@@ -787,7 +787,7 @@
787
787
  text-align: ${n};
788
788
  }
789
789
  `}
790
- `,jt=({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(D,{icon:"asterisk",iconColor:l.palette.error[500],iconSize:"xs",spanClass:"required-icon"}),c?t.jsx(Y,{display:"inline-flex",icon:"circle-info",id:s,place:"top",tip:r}):null,i?t.jsx(oe,{href:i,target:"_blank"}):null]})},Yo=f.styled.div`
790
+ `,wt=({htmlFor:e,label:n,link:i,required:o,tooltip:r,weight:a="normal"})=>{const s=f.useTheme(),l=`${e}-tooltip`,c=r!==void 0&&!y.lodashExports.isEmpty(r);return t.jsxs("label",{className:"flex gap-1 w-full",htmlFor:e,style:{fontFamily:s.typography.type.primary,fontWeight:s.typography.weight[a]},children:[n,o&&t.jsx(E,{icon:"asterisk",iconColor:s.palette.error[500],iconSize:"xs",spanClass:"required-icon"}),c?t.jsx(K,{display:"inline-flex",icon:"circle-info",id:l,place:"top",tip:r}):null,i?t.jsx(oe,{href:i,target:"_blank"}):null]})},Xo=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
- `,Ko=f.styled.div`
972
+ `,Zo=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
- `,Xo=f.styled.div`
986
+ `,qo=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: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(Yo,{id:i,children:[c===void 0?void 0:t.jsx(jt,{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(z,{className:"error-msg",color:m.palette.error[500],display:"block",size:"md",children:o}),p&&t.jsx(J,{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(D,{icon:"circle-info",iconColor:m.palette.gray[400],iconSize:"sm",iconType:"fa-light"}),t.jsx(z,{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]})},ge=({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})})},Bt=f.styled.ul`
999
+ `,X=({children:e,disabled:n,id:i,error:o,helpLink:r,helpLinkText:a="Link here",helpText:s,htmlFor:l,label:c,linkPosition:d="down",maxLength:p,required:g,tooltip:x,value:h,weight:b})=>{const $=f.useTheme(),j=h?h.length:0;return t.jsxs(Xo,{id:i,children:[c===void 0?void 0:t.jsx(wt,{htmlFor:l,label:c,link:d==="up"?r:void 0,required:g,tooltip:x,weight:b}),e,o||p?t.jsxs(m,{display:"flex",justify:o===void 0?"end":"space-between",width:"100%",children:[o&&t.jsx(T,{className:"error-msg",color:$.palette.error[500],display:"block",size:"md",children:o}),p&&t.jsx(J,{priority:"low",tagLabel:`${j}/${p}`,variant:n?"inactive":"error"})]}):void 0,s||r?t.jsxs(m,{alignItems:"center",display:"flex",gap:.25,width:"100%",children:[s&&t.jsxs(t.Fragment,{children:[t.jsx(E,{icon:"circle-info",iconColor:$.palette.gray[400],iconSize:"sm",iconType:"fa-light"}),t.jsx(T,{color:$.palette.gray[400],display:"inline-block",size:"md",children:s})]}),r&&d==="down"?t.jsx(oe,{href:r,children:a}):void 0]}):void 0]})},ge=({className:e,children:n,isFilter:i=!1,popoverRef:o,state:r,triggerRef:a,...s})=>{var x;const l=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({...s,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:`${l.palette.gray[600]} ${l.palette.gray[100]}`,scrollPadding:l.spacing[.5],...e==="dropdown"?{display:"flex",justifyContent:"center",width:d==null?void 0:d.width}:{}},children:n})})},Ht=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
- `,Zo=f.styled.li`
1019
+ `,Jo=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
- `,qo=f.styled.li`
1062
+ `,Qo=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
- `,Jo=f.styled.label`
1073
+ `,er=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: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(Jo,{"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(D,{disabled:i,icon:"check",iconSize:"xl"}),o??p]}),d===void 0?void 0:t.jsx(Y,{icon:"circle-info",id:d,place:"right",tip:d})]})}),bn=({item:e,multiSelection:n,name:i,register:o,setInputValue:r,setValue:a,state:l,watch:s})=>{var R,E,F;const c=f.useTheme(),d=u.useRef(null),p=e.props.hrefLang,g=l.disabledKeys,x=Array.from(l.collection.getKeys()).filter(T=>!Array.from(g).includes(T)&&T!=="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(T=>{r(""),a==null||a(`${i}Options`,""),T.currentTarget.checked&&(r(T.currentTarget.value),a==null||a(`${i}Options`,x))},[x,i,r,a]),k=u.useCallback(()=>{const T=s==null?void 0:s(`${i}Options`),N=typeof T=="string"?[T]:T;y.isEqual(x,N)&&!Array.from(g).includes("All")?(a==null||a("checkAll","All vulnerability types"),r("All vulnerability types")):(a==null||a("checkAll",""),r((N==null?void 0:N.length)<=2?N.join(", "):`${N.slice(0,2).join(", ")+`, +${N.length-2} more`}`))},[g,x,i,r,a,s]),v=e.key==="All"?t.jsx(le,{...o==null?void 0:o("checkAll",{onChange:C}),label:(R=e.rendered)==null?void 0:R.toString(),name:"checkAll",value:(E=e.rendered)==null?void 0:E.toString()}):t.jsx(le,{...o==null?void 0:o(`${i}Options`,{onChange:k}),label:(F=e.rendered)==null?void 0:F.toString(),name:`${i}Options`,value:e.key.toString()}),S=n&&!j?v:t.jsx(z,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),I=u.useCallback(T=>{var N;T.preventDefault(),r(((N=e.rendered)==null?void 0:N.toString())??""),l.setSelectedKey(e.key),setTimeout(()=>{l.setOpen(!1)},50),fn(p)},[p,e.key,e.rendered,l,r]);return te(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,[document.getElementById("combobox")]),t.jsxs(Zo,{...!n&&!p?h:{},$multiSelection:n,className:w,ref:d,children:[p?t.jsx(oe,{href:p,onClick:I,children:S}):S,b&&!j&&!n?t.jsx(D,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(J,{tagLabel:e.textValue,variant:"inactive"})]})},lt=({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:S,value:I,watch:R,weight:E})=>{var Lt,Pt;const F=f.useTheme(),T=n?void 0:o,N=(e==null?void 0:e.value)??I,[M,W]=u.useState(((Lt=g.find(P=>P.value===N))==null?void 0:Lt.name)??""),[X,B]=u.useState(N),[H,ae]=u.useState(g),[Oe,fe]=u.useState(!1),{contains:We}=y.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),nt=u.useRef(null),it=u.useRef(null),ye=u.useRef(null),be=u.useRef(null),_e=u.useRef(null),Di=u.useMemo(()=>g.toSorted((P,G)=>{const Z=Array.from(i??[]),$e=Z.includes(P.value),Mt=Z.includes(G.value);return $e&&!Mt?1:!$e&&Mt?-1:0}).map(P=>We(P.name,M)||Oe?t.jsx(y.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":P.value,hrefLang:P.href,textValue:P.tag,children:P.name},P.value):null),[We,i,M,g,Oe]),Fi=u.useCallback(P=>{const G=P.split(/,|\s/u).slice(-1)[0].trim();W(p?G:P),P===""||P.endsWith(",")?fe(!0):(fe(!1),B(Z=>{const $e=P===""?"":Z;return e&&e.onChange($e),h&&h(P),$e}),ae(g.filter(Z=>We(Z.name,p?G:P))))},[We,g,e,p,h]),Ei=u.useCallback(P=>{var G;W(((G=g.find(Z=>Z.value===P))==null?void 0:G.name)??""),B(P?String(P):""),e&&e.onChange(P),h&&h(P?String(P):""),ae(g)},[g,e,h]),Ft=u.useCallback(P=>{P.key==="Enter"&&P.preventDefault(),fe(!1)},[]),Ri=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),Ni=u.useCallback(()=>{fe(!0)},[]),U=y.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:i,inputValue:M,items:H,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:X,onBlur:Ri,onInputChange:Fi,onKeyDown:Ft,onKeyUp:Ni,onOpenChange(P,G){fe(P&&(G==="manual"||G==="focus")),P&&setTimeout(()=>{var Z;return(Z=nt.current)==null?void 0:Z.focus()},50)},onSelectionChange:p?void 0:Ei,children:Di}),Ai=u.useCallback(()=>{W(""),B(null),ae(g),U.setSelectedKey(null),U.setInputValue(""),h&&h(""),b==null||b()},[g,b,U,h]),{buttonProps:Li,inputProps:Pi,listBoxProps:Mi}=y.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:M,buttonRef:it,id:d,inputRef:nt,label:s??d,listBoxRef:ye,name:d,placeholder:m,popoverRef:_e},U),{listBoxProps:Et}=y.$c132121280ec012d$export$50eacbbf140a3141(Mi,U,ye),{buttonProps:Oi}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(Li,it),{width:Rt}=((Pt=be.current)==null?void 0:Pt.getBoundingClientRect())??{width:240};te(be.current,()=>{U.isOpen&&!p&&U.close()},!0,[_e.current]),u.useEffect(()=>{var P;if((c===!1||!N)&&!p){const G=((P=g.find(Z=>Z.value===N))==null?void 0:P.name)??"";W(G),B(G)}},[N,g,c,p]);const Nt=Array.from(U.collection),At=y.useVirtualizer({count:Nt.length,estimateSize:()=>28,getScrollElement:()=>ye.current});return t.jsxs(K,{error:T,helpLink:r,helpLinkText:a,helpText:l,htmlFor:d,id:"combobox",label:s,required:k,tooltip:S,weight:E,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${T?"error":""}`,ref:be,children:[t.jsx("input",{...Pi,"aria-invalid":T?"true":"false","aria-label":d,disabled:n,onKeyDown:Ft,ref:nt}),T?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:F.palette.error[500],iconSize:"lg"}):void 0,j&&X&&!n?t.jsx(_,{icon:"xmark",iconColor:F.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:Ai,px:.125,py:.125,type:"reset",variant:"ghost"}):void 0,t.jsx(_,{...Oi,className:"action",disabled:n,icon:U.isOpen&&!n?"chevron-up":"chevron-down",iconColor:F.palette.gray[400],iconSize:"sm",iconType:"fa-light",px:.125,py:.125,ref:it,type:"button",variant:"ghost"})]}),U.isOpen&&U.collection.size>0&&!n?t.jsx(ge,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:_e,state:U,triggerRef:be,children:t.jsx(Bt,{...Et,$multiSelection:p&&!Array.from(i??[]).includes("All"),$width:Rt,ref:ye,children:t.jsx("div",{style:{height:`${At.getTotalSize()}px`,position:"relative"},children:At.getVirtualItems().map(P=>{const G=Nt[P.index];return t.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:`${P.size}px`,transform:`translateY(${P.start}px)`},children:t.jsx(bn,{item:G,multiSelection:p,name:d,register:C,setInputValue:W,setValue:v,state:U,watch:R})},P.index)})})})}):g.length>0||!U.isOpen||n||!w?null:t.jsx(ge,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:_e,state:U,triggerRef:be,children:t.jsx(Bt,{...Et,$multiSelection:!1,$width:Rt,ref:ye,children:t.jsx(qo,{children:t.jsx(z,{color:F.palette.gray[400],size:"md",textOverflow:"auto",whiteSpace:"wrap",children:w})})})})]})},wt=({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:S,value:I,watch:R,weight:E})=>e?t.jsx(y.Controller,{control:e,name:d,render:({field:F,fieldState:T})=>{var N;return t.jsx(lt,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:(N=T.error)==null?void 0:N.message,field:F,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:S,value:I,watch:R,weight:E})},rules:{required:k}}):t.jsx(lt,{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:S,value:I,weight:E}),Qo=f.styled.div`
1145
+ `,le=u.forwardRef(function({checked:n,disabled:i=!1,label:o,name:r,onChange:a,onClick:s,onFocus:l,onKeyDown:c,tooltip:d,value:p,...g},x){return t.jsxs("div",{className:"gap-1 inline-flex items-start parent-checkbox",children:[t.jsxs(er,{"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:s,onFocus:l,onKeyDown:c,ref:x,type:"checkbox",value:p,...g}),t.jsx(E,{disabled:i,icon:"check",iconSize:"xl"}),o??p]}),d===void 0?void 0:t.jsx(K,{icon:"circle-info",id:d,place:"right",tip:d})]})}),$n=({item:e,multiSelection:n,name:i,register:o,setInputValue:r,setValue:a,state:s,watch:l})=>{var R,N,D;const c=f.useTheme(),d=u.useRef(null),p=e.props.hrefLang,g=s.disabledKeys,x=Array.from(s.collection.getKeys()).filter(z=>!Array.from(g).includes(z)&&z!=="All"),{optionProps:h,isSelected:b,isFocused:$,isDisabled:j}=y.$293f70390ea03370$export$497855f14858aa34({key:e.key},s,d),w=[b?"selected":"",$?"focused":"",j?"disabled":""].join(" "),k=u.useCallback(z=>{r(""),a==null||a(`${i}Options`,""),z.currentTarget.checked&&(r(z.currentTarget.value),a==null||a(`${i}Options`,x))},[x,i,r,a]),C=u.useCallback(()=>{const z=l==null?void 0:l(`${i}Options`),F=typeof z=="string"?[z]:z;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,l]),v=e.key==="All"?t.jsx(le,{...o==null?void 0:o("checkAll",{onChange:k}),label:(R=e.rendered)==null?void 0:R.toString(),name:"checkAll",value:(N=e.rendered)==null?void 0:N.toString()}):t.jsx(le,{...o==null?void 0:o(`${i}Options`,{onChange:C}),label:(D=e.rendered)==null?void 0:D.toString(),name:`${i}Options`,value:e.key.toString()}),S=n&&!j?v:t.jsx(T,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),I=u.useCallback(z=>{var F;z.preventDefault(),r(((F=e.rendered)==null?void 0:F.toString())??""),s.setSelectedKey(e.key),setTimeout(()=>{s.setOpen(!1)},50),yn(p)},[p,e.key,e.rendered,s,r]);return te(document.getElementsByClassName("dropdown")[0],()=>{n&&s.close()},!0,[document.getElementById("combobox")]),t.jsxs(Jo,{...!n&&!p?h:{},$multiSelection:n,className:w,ref:d,children:[p?t.jsx(oe,{href:p,onClick:I,children:S}):S,b&&!j&&!n?t.jsx(E,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(J,{tagLabel:e.textValue,variant:"inactive"})]})},lt=({field:e,disabled:n=!1,disabledKeys:i,error:o,helpLink:r,helpLinkText:a,helpText:s,label:l,loadingItems:c,name:d,multiSelection:p=!1,items:g,onBlur:x,onChange:h,onClear:b,placeholder:$,clearable:j=!1,emptyMessage:w,register:k,required:C,setValue:v,tooltip:S,value:I,watch:R,weight:N})=>{var Pt,Ot;const D=f.useTheme(),z=n?void 0:o,F=(e==null?void 0:e.value)??I,[W,_]=u.useState(((Pt=g.find(P=>P.value===F))==null?void 0:Pt.name)??""),[V,O]=u.useState(F),[B,ae]=u.useState(g),[Me,fe]=u.useState(!1),{contains:We}=y.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),nt=u.useRef(null),it=u.useRef(null),ye=u.useRef(null),be=u.useRef(null),Be=u.useRef(null),Fi=u.useMemo(()=>g.toSorted((P,Y)=>{const Z=Array.from(i??[]),$e=Z.includes(P.value),Mt=Z.includes(Y.value);return $e&&!Mt?1:!$e&&Mt?-1:0}).map(P=>We(P.name,W)||Me?t.jsx(y.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":P.value,hrefLang:P.href,textValue:P.tag,children:P.name},P.value):null),[We,i,W,g,Me]),Ri=u.useCallback(P=>{const Y=P.split(/,|\s/u).slice(-1)[0].trim();_(p?Y:P),P===""||P.endsWith(",")?fe(!0):(fe(!1),O(Z=>{const $e=P===""?"":Z;return e&&e.onChange($e),h&&h(P),$e}),ae(g.filter(Z=>We(Z.name,p?Y:P))))},[We,g,e,p,h]),Ni=u.useCallback(P=>{var Y;_(((Y=g.find(Z=>Z.value===P))==null?void 0:Y.name)??""),O(P?String(P):""),e&&e.onChange(P),h&&h(P?String(P):""),ae(g)},[g,e,h]),Ft=u.useCallback(P=>{P.key==="Enter"&&P.preventDefault(),fe(!1)},[]),Ai=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),Li=u.useCallback(()=>{fe(!0)},[]),G=y.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:i,inputValue:W,items:B,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:V,onBlur:Ai,onInputChange:Ri,onKeyDown:Ft,onKeyUp:Li,onOpenChange(P,Y){fe(P&&(Y==="manual"||Y==="focus")),P&&setTimeout(()=>{var Z;return(Z=nt.current)==null?void 0:Z.focus()},50)},onSelectionChange:p?void 0:Ni,children:Fi}),Pi=u.useCallback(()=>{_(""),O(null),ae(g),G.setSelectedKey(null),G.setInputValue(""),h&&h(""),b==null||b()},[g,b,G,h]),{buttonProps:Oi,inputProps:Mi,listBoxProps:Wi}=y.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:W,buttonRef:it,id:d,inputRef:nt,label:l??d,listBoxRef:ye,name:d,placeholder:$,popoverRef:Be},G),{listBoxProps:Rt}=y.$c132121280ec012d$export$50eacbbf140a3141(Wi,G,ye),{buttonProps:Bi}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(Oi,it),{width:Nt}=((Ot=be.current)==null?void 0:Ot.getBoundingClientRect())??{width:240};te(be.current,()=>{G.isOpen&&!p&&G.close()},!0,[Be.current]),u.useEffect(()=>{var P;if((c===!1||!F)&&!p){const Y=((P=g.find(Z=>Z.value===F))==null?void 0:P.name)??"";_(Y),O(Y)}},[F,g,c,p]);const At=Array.from(G.collection),Lt=y.useVirtualizer({count:At.length,estimateSize:()=>28,getScrollElement:()=>ye.current});return t.jsxs(X,{error:z,helpLink:r,helpLinkText:a,helpText:s,htmlFor:d,id:"combobox",label:l,required:C,tooltip:S,weight:N,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${z?"error":""}`,ref:be,children:[t.jsx("input",{...Mi,"aria-invalid":z?"true":"false","aria-label":d,disabled:n,onKeyDown:Ft,ref:nt}),z?t.jsx(E,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:D.palette.error[500],iconSize:"lg"}):void 0,j&&V&&!n?t.jsx(H,{icon:"xmark",iconColor:D.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:Pi,px:.125,py:.125,type:"reset",variant:"ghost"}):void 0,t.jsx(H,{...Bi,className:"action",disabled:n,icon:G.isOpen&&!n?"chevron-up":"chevron-down",iconColor:D.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(ge,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:Be,state:G,triggerRef:be,children:t.jsx(Ht,{...Rt,$multiSelection:p&&!Array.from(i??[]).includes("All"),$width:Nt,ref:ye,children:t.jsx("div",{style:{height:`${Lt.getTotalSize()}px`,position:"relative"},children:Lt.getVirtualItems().map(P=>{const Y=At[P.index];return t.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:`${P.size}px`,transform:`translateY(${P.start}px)`},children:t.jsx($n,{item:Y,multiSelection:p,name:d,register:k,setInputValue:_,setValue:v,state:G,watch:R})},P.index)})})})}):g.length>0||!G.isOpen||n||!w?null:t.jsx(ge,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:Be,state:G,triggerRef:be,children:t.jsx(Ht,{...Rt,$multiSelection:!1,$width:Nt,ref:ye,children:t.jsx(Qo,{children:t.jsx(T,{color:D.palette.gray[400],size:"md",textOverflow:"auto",whiteSpace:"wrap",children:w})})})})]})},vt=({control:e,disabled:n=!1,disabledKeys:i,error:o,helpLink:r,helpLinkText:a,helpText:s,label:l,loadingItems:c,name:d,multiSelection:p,items:g,onBlur:x,onChange:h,onClear:b,placeholder:$,clearable:j=!1,emptyMessage:w,register:k,required:C,setValue:v,tooltip:S,value:I,watch:R,weight:N})=>e?t.jsx(y.Controller,{control:e,name:d,render:({field:D,fieldState:z})=>{var F;return t.jsx(lt,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:(F=z.error)==null?void 0:F.message,field:D,helpLink:r,helpLinkText:a,helpText:s,items:g,label:l,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,onClear:b,placeholder:$,register:k,required:C,setValue:v,tooltip:S,value:I,watch:R,weight:N})},rules:{required:C}}):t.jsx(lt,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:o,helpLink:r,helpLinkText:a,helpText:s,items:g,label:l,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,onClear:b,placeholder:$,required:C,tooltip:S,value:I,weight:N}),tr=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
- `,er=f.styled.div.attrs({className:"year-selection"})`
1166
+ `,nr=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
- `,Ht=f.styled.tr`
1177
+ `,Vt=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
- `,$n=f.css`
1182
+ `,mn=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
- `,tr=f.styled.th`
1199
- ${$n}
1200
- `,nr=f.styled.td`
1198
+ `,ir=f.styled.th`
1199
+ ${mn}
1200
+ `,or=f.styled.td`
1201
1201
  ${({theme:e})=>`
1202
- ${$n}
1202
+ ${mn}
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
- `,ir=f.styled.div.attrs({className:"dot"})`
1250
+ `,rr=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
- `,Vt=f.styled.button`
1257
+ `,Ut=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
- `,vt=f.styled.div`
1265
+ `,kt=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
- `,mn=({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(nr,{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(ir,{children:t.jsx(D,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Ze=({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(Ht,{children:o.map((a,l)=>{const s=`key_${l}`;return t.jsx(tr,{children:a},s)})})}),t.jsx("tbody",{children:[...new Array(r).keys()].map(a=>t.jsx(Ht,{children:e.getDatesInWeek(a).map((l,s)=>{const c=`key_${s}`;return l?t.jsx(mn,{date:l,state:e},c):t.jsx("td",{},c)})},a))})]})},or=f.styled(ft)`
1277
+ `,jn=({state:e,date:n})=>{const i=u.useRef(null),o=y.$14e0f24ef4ac5c92$export$629b0a497aa65267(n,y.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:r,buttonProps:a,isSelected:s,isDisabled:l,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):s,p="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.end):s,g=s&&!l&&!(d||p)?"range":"";return t.jsx(or,{id:g,...r,children:t.jsxs("div",{...a,className:`cell ${d||p?"selected":""}
1278
+ ${l?"disabled":""} ${o?"today":""}
1279
+ ${!e.isFocused&&!o?"focused":""} ${g}`,ref:i,children:[c,o?t.jsx(rr,{children:t.jsx(E,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Ze=({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(Vt,{children:o.map((a,s)=>{const l=`key_${s}`;return t.jsx(ir,{children:a},l)})})}),t.jsx("tbody",{children:[...new Array(r).keys()].map(a=>t.jsx(Vt,{children:e.getDatesInWeek(a).map((s,l)=>{const c=`key_${l}`;return s?t.jsx(jn,{date:s,state:e},c):t.jsx("td",{},c)})},a))})]})},ar=f.styled(ft)`
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
- `,rr=f.styled.div`
1299
+ `,sr=f.styled.div`
1300
1300
  ${({theme:e})=>`
1301
1301
  align-items: flex-start;
1302
1302
  background: ${e.palette.white};
@@ -1310,7 +1310,7 @@
1310
1310
  padding: ${e.spacing[.25]};
1311
1311
  width: 292px;
1312
1312
  `}
1313
- `,ar=f.styled.button`
1313
+ `,lr=f.styled.button`
1314
1314
  ${({theme:e,$disabled:n,$focus:i,$header:o})=>{const r=i?"34px":"40px";return`
1315
1315
  align-items: center;
1316
1316
  border-radius: ${o?`0 ${e.spacing[.5]} ${e.spacing[.5]} 0`:"4px"};
@@ -1325,7 +1325,7 @@
1325
1325
  background-color: ${e.palette.gray[n?500:100]};
1326
1326
  }
1327
1327
  `}}
1328
- `,sr=f.styled.div`
1328
+ `,cr=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
- `,lr=f.styled.div`
1339
+ `,dr=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
- `,Ut=f.styled.div`
1345
+ `,Gt=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
- `,Gt=f.styled.button`
1357
+ `,Yt=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
- `,Ge=({disabled:e=!1,icon:n,props:i})=>{const o=u.useRef(null),{buttonProps:r}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(i,o);return t.jsx(ar,{...r,$disabled:e,$focus:!!r["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:o,type:"button",children:t.jsx(D,{icon:n,iconColor:A.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},qe=({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(Ge,{icon:"chevron-left",props:n}),t.jsxs(Qo,{children:[o,t.jsxs(er,{children:[t.jsx(Vt,{"aria-label":"top",onClick:l,children:t.jsx(D,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(Vt,{"aria-label":"bottom",onClick:s,children:t.jsx(D,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(Ge,{icon:"chevron-right",props:i})]})},jn=({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(qe,{nextButtonProps:a,prevButtonProps:r,state:o,title:l}),t.jsx(Ze,{state:o}),t.jsx(vt,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},wn=({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})},vn=({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(sr,{...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(wn,{segment:{...c,isEditable:!e},state:a},p)})}),n?t.jsx(D,{icon:"exclamation-circle",iconColor:o.palette.error[500],iconSize:"lg"}):void 0]})},kn=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(lr,{children:[t.jsx(Ut,{...s,ref:n,children:i.segments.slice(0,-2).map((d,p)=>{const g=`key_${p}`;return t.jsx(wn,{segment:d,state:i},g)})}),t.jsxs(Ut,{children:[t.jsx(Gt,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(Gt,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Ye=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD"):"-",cr=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",Yt=(e,n)=>y.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),Se=({error:e,buttonProps:n,datePickerRef:i,disabled:o=!1,granularity:r="day",fieldProps:a,groupProps:l,name:s,register:c,required:d,setValue:p,value:g})=>{const x=u.useCallback(h=>{if(!h)return;const b=r==="day"?Ye(String(h)):cr(String(h));a.onChange&&a.onChange(h??null),p&&p(s,b,{shouldDirty:!0})},[a,r,s,p]);return t.jsxs(ee,{...l,className:`${o?"disabled":""} ${e?"error":""}`,ref:i,children:[t.jsx(vn,{disabled:o,error:e!=null,props:{...a,autoFocus:!1,granularity:r,onChange:x,shouldForceLeadingZeros:!0}}),t.jsx(Ge,{disabled:o,icon:r==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...c==null?void 0:c(s,{required:d}),"aria-label":s,className:"date-input",disabled:o,id:s,name:s,type:"text",value:g??""})]})},Je=({children:e,...n})=>{const i=u.useRef(null),{dialogProps:o}=y.$40df3f8667284809$export$d55e7ee900f34e93(n,i);return t.jsx(rr,{...o,ref:i,children:e})},Cn=({disabled:e=!1,error:n,helpLink:i,helpLinkText:o,helpText:r,required:a,label:l,name:s,register:c,setValue:d,tooltip:p,watch:g,...x})=>{const h=u.useRef(null),b=g==null?void 0:g(s),m=u.useCallback(R=>{d&&R&&d(s,Ye(String(R)),{shouldDirty:!0})},[s,d]),j=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(R){m(R)},...!y._.isNil(b)&&!y._.isEmpty(b)&&y.dayjs(b).isValid()?{defaultValue:y.$fae977aafc393c5c$export$6b862160d295c8e(b.replace(/\//gu,"-"))}:{}}),{close:w}=j,{groupProps:C,fieldProps:k,buttonProps:v,dialogProps:S,calendarProps:I}=y.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":l??s,name:s},j,h);return t.jsxs(K,{error:e?void 0:n,helpLink:i,helpLinkText:o,helpText:r,htmlFor:s,label:l,required:a,tooltip:p,children:[t.jsx(Se,{buttonProps:v,datePickerRef:h,disabled:e,error:n,fieldProps:k,groupProps:C,name:s,register:c,required:a,setValue:d,value:b}),j.isOpen&&!e?t.jsx(ge,{offset:8,placement:"bottom start",state:j,triggerRef:h,children:t.jsx(Je,{...S,children:t.jsx(jn,{onClose:w,props:I})})}):null]})},Sn=({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(qe,{nextButtonProps:l,prevButtonProps:a,state:r,title:s}),t.jsx(Ze,{state:r}),t.jsx(vt,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},dr=f.styled.div`
1377
+ `,Ge=({disabled:e=!1,icon:n,props:i})=>{const o=u.useRef(null),{buttonProps:r}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(i,o);return t.jsx(lr,{...r,$disabled:e,$focus:!!r["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:o,type:"button",children:t.jsx(E,{icon:n,iconColor:A.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},qe=({state:e,prevButtonProps:n,nextButtonProps:i,title:o})=>{const r=e.focusedDate,a=f.useTheme(),s=u.useCallback(()=>{e.setFocusedDate(r.add({years:1}))},[r,e]),l=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(Ge,{icon:"chevron-left",props:n}),t.jsxs(tr,{children:[o,t.jsxs(nr,{children:[t.jsx(Ut,{"aria-label":"top",onClick:s,children:t.jsx(E,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(Ut,{"aria-label":"bottom",onClick:l,children:t.jsx(E,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(Ge,{icon:"chevron-right",props:i})]})},wn=({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:s}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(n,o);return t.jsxs("div",{className:"calendar",children:[t.jsx(qe,{nextButtonProps:a,prevButtonProps:r,state:o,title:s}),t.jsx(Ze,{state:o}),t.jsx(kt,{children:t.jsx(M,{onClick:e,variant:"ghost",children:"Cancel"})})]})},vn=({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:s}=y.$32489daedd52963e$export$1315d136e6f7581(a,n,o),l=i.palette.gray[a.isEditable?800:500];return t.jsx("div",{...a.type!=="literal"&&{...s,className:"segment-cell"},ref:o,style:a.type==="literal"?void 0:{color:a.isPlaceholder?i.palette.gray[400]:l},children:a.isPlaceholder?a.placeholder:a.text})},kn=({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:s}=y.$16f0b7bb276bc17e$export$5591b0b878c1a989(i,a,r),l=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(cr,{...s,onClick:l,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(vn,{segment:{...c,isEditable:!e},state:a},p)})}),n?t.jsx(E,{icon:"exclamation-circle",iconColor:o.palette.error[500],iconSize:"lg"}):void 0]})},Cn=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,s]=u.useState(y.lodashExports.isNil(o)?"AM":r),{fieldProps:l}=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))),s(p)},[a,i,o]);return t.jsxs(dr,{children:[t.jsx(Gt,{...l,ref:n,children:i.segments.slice(0,-2).map((d,p)=>{const g=`key_${p}`;return t.jsx(vn,{segment:d,state:i},g)})}),t.jsxs(Gt,{children:[t.jsx(Yt,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(Yt,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Ye=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD"):"-",pr=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",Kt=(e,n)=>y.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),Se=({error:e,buttonProps:n,datePickerRef:i,disabled:o=!1,granularity:r="day",fieldProps:a,groupProps:s,name:l,onChange:c,register:d,required:p,setValue:g,value:x})=>{const h=u.useCallback($=>{if(a.onChange&&a.onChange($),$!=null&&$.year&&String($.year).length>=4){const j=r==="day"?Ye(String($)):pr(String($));a.onChange&&a.onChange($??null),g&&g(l,j,{shouldDirty:!0}),c&&c(j)}},[a,r,l,g,c]),b=u.useCallback($=>{c==null||c($.currentTarget.value)},[c]);return t.jsxs(ee,{...s,className:`${o?"disabled":""} ${e?"error":""}`,ref:i,children:[t.jsx(kn,{disabled:o,error:e!=null,props:{...a,autoFocus:!1,granularity:r,onChange:h,shouldForceLeadingZeros:!0,...x?{value:y.$fae977aafc393c5c$export$6b862160d295c8e(x.trim())}:{}}}),t.jsx(Ge,{disabled:o,icon:r==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...d==null?void 0:d(l,{required:p}),...c?{onChange:b}:{},"aria-label":l,className:"date-input",disabled:o,id:l,name:l,type:"text",value:(x==null?void 0:x.trim())??""})]})},Je=({children:e,...n})=>{const i=u.useRef(null),{dialogProps:o}=y.$40df3f8667284809$export$d55e7ee900f34e93(n,i);return t.jsx(sr,{...o,ref:i,children:e})},Sn=({disabled:e=!1,error:n,helpLink:i,helpLinkText:o,helpText:r,required:a,label:s,name:l,register:c,setValue:d,tooltip:p,watch:g,...x})=>{const h=u.useRef(null),b=g==null?void 0:g(l),$=u.useCallback(R=>{d&&R&&d(l,Ye(String(R)),{shouldDirty:!0})},[l,d]),j=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(R){$(R)},...!y._.isNil(b)&&!y._.isEmpty(b)&&y.dayjs(b).isValid()?{defaultValue:y.$fae977aafc393c5c$export$6b862160d295c8e(b.replace(/\//gu,"-"))}:{}}),{close:w}=j,{groupProps:k,fieldProps:C,buttonProps:v,dialogProps:S,calendarProps:I}=y.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":s??l,name:l},j,h);return t.jsxs(X,{error:e?void 0:n,helpLink:i,helpLinkText:o,helpText:r,htmlFor:l,label:s,required:a,tooltip:p,children:[t.jsx(Se,{buttonProps:v,datePickerRef:h,disabled:e,error:n,fieldProps:C,groupProps:k,name:l,register:c,required:a,setValue:d,value:b}),j.isOpen&&!e?t.jsx(ge,{offset:8,placement:"bottom start",state:j,triggerRef:h,children:t.jsx(Je,{...S,children:t.jsx(wn,{onClose:w,props:I})})}):null]})},zn=({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:s,title:l}=y.$46a4342aab3d8076$export$87e0539f600c24e5(n,r,o);return t.jsxs("div",{className:"calendar-range",ref:o,children:[t.jsx(qe,{nextButtonProps:s,prevButtonProps:a,state:r,title:l}),t.jsx(Ze,{state:r}),t.jsx(kt,{children:t.jsx(M,{onClick:e,variant:"ghost",children:"Cancel"})})]})},gr=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
- `,kt=({disabled:e=!1,error:n,label:i,name:o,required:r,tooltip:a,register:l,setValue:s,propsMax:c,propsMin:d,variant:p="default",...g})=>{const x=`${o}Max`,h=`${o}Min`,b=u.useRef(null),m=u.useCallback(E=>{s&&E&&(s((c==null?void 0:c.name)??x,Ye(String(E.end))),s((d==null?void 0:d.name)??h,Ye(String(E.start))))},[x,h,s,c,d]),j=y.$93c38a5e28be6249$export$e50a61c1de9f574({...g,endName:(c==null?void 0:c.name)??x,startName:(d==null?void 0:d.name)??h,onChange(E){m(E)}}),{close:w}=j,{groupProps:C,startFieldProps:k,endFieldProps:v,buttonProps:S,dialogProps:I,calendarProps:R}=y.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...g,"aria-label":i??o},j,b);return t.jsxs(K,{error:e?void 0:n,htmlFor:o,label:i,required:r,tooltip:a,children:[t.jsxs(dr,{$disabled:e,$show:n!==void 0,ref:b,style:{flexDirection:p==="filters"?"column":"row"},children:[t.jsx(Se,{buttonProps:S,datePickerRef:b,disabled:e,error:n,fieldProps:{...k,"aria-label":`${k["aria-label"]} ${o}`,validate:E=>v.value&&E>v.value?"Start date must be less than or equal to end date":null},groupProps:C,name:(d==null?void 0:d.name)??h,register:l,setValue:s,value:d==null?void 0:d.value}),t.jsx(Se,{buttonProps:S,datePickerRef:b,disabled:e,error:n,fieldProps:{...v,"aria-label":`${v["aria-label"]} ${o}`,validate:E=>k.value&&E<k.value?"End date must be greater than or equal to start date":null},groupProps:C,name:(c==null?void 0:c.name)??x,register:l,setValue:s,value:c==null?void 0:c.value})]}),j.isOpen&&!e?t.jsx(ge,{offset:8,placement:"bottom start",state:j,triggerRef:b,children:t.jsx(Je,{...I,children:t.jsx(Sn,{onClose:w,props:R})})}):null]})},pr=f.styled.div`
1388
+ `,Ct=({disabled:e=!1,error:n,label:i,name:o,required:r,tooltip:a,onChange:s,register:l,setValue:c,propsMax:d,propsMin:p,variant:g="default",...x})=>{const h=`${o}Max`,b=`${o}Min`,$=u.useRef(null),j=u.useCallback(D=>{if(D){const z=Ye(String(D.end)),F=Ye(String(D.start));c&&(c((d==null?void 0:d.name)??h,z),c((p==null?void 0:p.name)??b,F)),s&&s(`${F},${z}`)}},[h,b,c,d,p,s]),w=y.$93c38a5e28be6249$export$e50a61c1de9f574({...x,endName:(d==null?void 0:d.name)??h,startName:(p==null?void 0:p.name)??b,onChange(D){j(D)},...d!=null&&d.value&&(p!=null&&p.value)?{defaultValue:{start:y.$fae977aafc393c5c$export$6b862160d295c8e(p==null?void 0:p.value.trim()),end:y.$fae977aafc393c5c$export$6b862160d295c8e(d==null?void 0:d.value.trim())}}:{}}),{close:k}=w,{groupProps:C,startFieldProps:v,endFieldProps:S,buttonProps:I,dialogProps:R,calendarProps:N}=y.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...x,"aria-label":i??o},w,$);return t.jsxs(X,{error:e?void 0:n,htmlFor:o,label:i,required:r,tooltip:a,children:[t.jsxs(gr,{$disabled:e,$show:n!==void 0,ref:$,style:{flexDirection:g==="filters"?"column":"row"},children:[t.jsx(Se,{buttonProps:I,datePickerRef:$,disabled:e,error:n,fieldProps:{...v,"aria-label":`${v["aria-label"]} ${o}`,validate:D=>S.value&&D>S.value?"Start date must be less than or equal to end date":null},groupProps:C,name:(p==null?void 0:p.name)??b,onChange:s,register:l,setValue:c,value:p==null?void 0:p.value}),t.jsx(Se,{buttonProps:I,datePickerRef:$,disabled:e,error:n,fieldProps:{...S,"aria-label":`${S["aria-label"]} ${o}`,validate:D=>v.value&&D<v.value?"End date must be greater than or equal to start date":null},groupProps:C,name:(d==null?void 0:d.name)??h,onChange:s,register:l,setValue:c,value:d==null?void 0:d.value})]}),w.isOpen&&!e?t.jsx(ge,{offset:8,placement:"bottom start",state:w,triggerRef:$,children:t.jsx(Je,{...R,children:t.jsx(zn,{onClose:k,props:N})})}):null]})},ur=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
- `,gr=f.styled.div`
1397
+ `,xr=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
- `,zn=({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(qe,{nextButtonProps:c,prevButtonProps:s,state:l,title:d}),t.jsx(Ze,{state:l}),t.jsxs(pr,{children:[t.jsx(z,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(gr,{children:t.jsx(kn,{hourCycle:12,label:"time-field",onChange:e,value:o.timeValue})})]}),t.jsx(vt,{children:t.jsx(O,{onClick:n,variant:"ghost",children:"Cancel"})})]})},ur=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(S=>{if(C.onChange&&C.onChange(S),x.timeValue){const I=Yt(S,x.timeValue);c==null||c(a,I,{shouldDirty:!0})}else x.setDateValue(S)},[C,a,c,x]),v=u.useCallback(S=>{if(S){x.setTimeValue(S);const I=x.dateValue;if(I){const R=Yt(I,S);c==null||c(a,R,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(K,{error:n?void 0:i,htmlFor:a,label:r,required:o,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:p}),x.isOpen&&!n?t.jsx(ge,{offset:8,placement:"bottom start",state:x,triggerRef:g,children:t.jsx(Je,{...w,children:t.jsx(zn,{handleTimeChange:v,onClose:h,props:{...C,onChange:k},timeState:x})})}):null]})},xr=({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(jt,{htmlFor:a,label:r,tooltip:l,weight:"bold"}),c.startsWith("https://")?t.jsx(oe,{href:c,children:s}):t.jsx(z,{size:"md",children:s})]})},Qe=({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,...S})=>{const{required:I,onBlur:R,onChange:E}=S,F=f.useTheme(),T=e?void 0:a,[N,M]=u.useState(""),W=u.useCallback(H=>{M(H.target.value),E==null||E(H)},[E]),X=c&&d&&!e&&N.trim()!=="",B=u.useCallback(H=>{H.key==="Enter"&&H.preventDefault()},[]);return t.jsxs(K,{error:T,helpLink:i,helpLinkText:o,helpText:r,htmlFor:g,label:p,required:I,tooltip:C,weight:v,children:[t.jsxs(ee,{className:`
1404
- ${e?"disabled":""} ${T?"error":""} ${X?"success":""}
1405
- `,children:[n?t.jsx(D,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":T?"true":"false","aria-label":g,"aria-required":I,autoComplete:"off",className:x?"sr-block":"","data-testid":`${g}-input`,disabled:e,id:g,list:w?`list_${g}`:void 0,onKeyDown:B,onPaste:h,placeholder:b,type:k,...j?j(g,{required:I,onBlur:R,onChange:W}):{...S,onChange:W}}),T?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:F.palette.error[500],iconSize:"lg"}):void 0,X?t.jsx(D,{icon:"check-circle",iconClass:"success-icon",iconColor:F.palette.success[500],iconSize:"lg"}):void 0,l==="array"&&s>0?t.jsx(_,{color:F.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]})},hr=f.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,fr=f.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
1403
+ `,Tn=({handleTimeChange:e,onClose:n,props:i,timeState:o})=>{const r=f.useTheme(),{locale:a}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),s=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...i,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:a}),{prevButtonProps:l,nextButtonProps:c,title:d}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(i,s);return t.jsxs("div",{className:"calendar",children:[t.jsx(qe,{nextButtonProps:c,prevButtonProps:l,state:s,title:d}),t.jsx(Ze,{state:s}),t.jsxs(ur,{children:[t.jsx(T,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(xr,{children:t.jsx(Cn,{hourCycle:12,label:"time-field",onChange:e,value:o.timeValue})})]}),t.jsx(kt,{children:t.jsx(M,{onClick:n,variant:"ghost",children:"Cancel"})})]})},hr=e=>{const{disabled:n=!1,error:i,required:o,label:r,name:a,tooltip:s,register:l,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:$,buttonProps:j,dialogProps:w,calendarProps:k}=y.$6057a3d2a53a12fd$export$42df105a73306d51(e,x,g),C=u.useCallback(S=>{if(k.onChange&&k.onChange(S),x.timeValue){const I=Kt(S,x.timeValue);c==null||c(a,I,{shouldDirty:!0})}else x.setDateValue(S)},[k,a,c,x]),v=u.useCallback(S=>{if(S){x.setTimeValue(S);const I=x.dateValue;if(I){const R=Kt(I,S);c==null||c(a,R,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(X,{error:n?void 0:i,htmlFor:a,label:r,required:o,tooltip:s,children:[t.jsx(Se,{buttonProps:j,datePickerRef:g,disabled:n,error:i,fieldProps:$,granularity:"minute",groupProps:b,name:a,register:l,setValue:c,value:p}),x.isOpen&&!n?t.jsx(ge,{offset:8,placement:"bottom start",state:x,triggerRef:g,children:t.jsx(Je,{...w,children:t.jsx(Tn,{handleTimeChange:v,onClose:h,props:{...k,onChange:C},timeState:x})})}):null]})},fr=({children:e,currentValue:n,externalLink:i,isEditing:o,label:r,name:a,tooltip:s})=>{if(o)return t.jsx("div",{children:e});const l=y.lodashExports.isNil(n)?"":n,c=String(i??l);return t.jsxs(m,{children:[t.jsx(wt,{htmlFor:a,label:r,tooltip:s,weight:"bold"}),c.startsWith("https://")?t.jsx(oe,{href:c,children:l}):t.jsx(T,{size:"md",children:l})]})},Qe=({disabled:e=!1,hasIcon:n=!1,helpLink:i,helpLinkText:o,helpText:r,error:a,id:s,indexArray:l=0,isValid:c,isTouched:d,label:p,name:g,maskValue:x=!1,onPaste:h,placeholder:b,removeItemArray:$,register:j,suggestions:w,tooltip:k,type:C="text",weight:v,...S})=>{const{required:I,onBlur:R,onChange:N}=S,D=f.useTheme(),z=e?void 0:a,[F,W]=u.useState(""),_=u.useCallback(B=>{W(B.target.value),N==null||N(B)},[N]),V=c&&d&&!e&&F.trim()!=="",O=u.useCallback(B=>{B.key==="Enter"&&B.preventDefault()},[]);return t.jsxs(X,{error:z,helpLink:i,helpLinkText:o,helpText:r,htmlFor:g,label:p,required:I,tooltip:k,weight:v,children:[t.jsxs(ee,{className:`
1404
+ ${e?"disabled":""} ${z?"error":""} ${V?"success":""}
1405
+ `,children:[n?t.jsx(E,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":z?"true":"false","aria-label":g,"aria-required":I,autoComplete:"off",className:x?"sr-block":"","data-testid":`${g}-input`,disabled:e,id:g,list:w?`list_${g}`:void 0,onKeyDown:O,onPaste:h,placeholder:b,type:C,...j?j(g,{required:I,onBlur:R,onChange:_}):{...S,onChange:_}}),z?t.jsx(E,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:D.palette.error[500],iconSize:"lg"}):void 0,V?t.jsx(E,{icon:"check-circle",iconClass:"success-icon",iconColor:D.palette.success[500],iconSize:"lg"}):void 0,s==="array"&&l>0?t.jsx(H,{color:D.palette.gray[400],icon:"trash",iconSize:"sm",iconType:"fa-light",onClick:$?$(l):void 0,variant:"ghost"}):void 0]}),w?t.jsx("datalist",{id:`list_${g}`,children:w.map(B=>t.jsx("option",{value:B},B))}):void 0]})},yr=f.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,br=f.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
1406
1406
  gap: 12px;
1407
- `,yr=f.styled.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
1407
+ `,$r=f.styled.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
1408
1408
  gap: 8px;
1409
- `,Be=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,br=f.styled.div.attrs({className:"comp-col"})`
1409
+ `,_e=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,mr=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})=>Be(e)}
1417
+ ${({$sm:e})=>_e(e)}
1418
1418
  }
1419
1419
 
1420
1420
  @media (width >= 768px) and (width <= 992px) {
1421
- ${({$md:e})=>Be(e)}
1421
+ ${({$md:e})=>_e(e)}
1422
1422
  }
1423
1423
 
1424
1424
  @media (width >= 992px) {
1425
- ${({$lg:e})=>Be(e)}
1425
+ ${({$lg:e})=>_e(e)}
1426
1426
  }
1427
1427
 
1428
- ${({$xl:e})=>y.isNumber(e)?`@media (min-width: 1200px) { ${Be(e)} }`:""}
1428
+ ${({$xl:e})=>y.isNumber(e)?`@media (min-width: 1200px) { ${_e(e)} }`:""}
1429
1429
 
1430
1430
  > .comp-card {
1431
1431
  height: 100%;
1432
1432
  }
1433
- `,ct=({children:e,xl:n,lg:i,md:o,sm:r,paddingTop:a,width:l})=>t.jsx(br,{$lg:i,$md:o,$paddingTop:a,$sm:r,$width:l,$xl:n,children:e}),$r=f.styled.div.attrs({className:"comp-gap"})`
1433
+ `,ct=({children:e,xl:n,lg:i,md:o,sm:r,paddingTop:a,width:s})=>t.jsx(mr,{$lg:i,$md:o,$paddingTop:a,$sm:r,$width:s,$xl:n,children:e}),jr=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,7 +1440,7 @@
1440
1440
  margin: ${i}px ${n}px;
1441
1441
  }
1442
1442
  `}
1443
- `,mr=({children:e,disp:n,mh:i,mv:o})=>t.jsx($r,{$disp:n,$mh:i,$mv:o,children:e}),jr=f.styled.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
1443
+ `,wr=({children:e,disp:n,mh:i,mv:o})=>t.jsx(jr,{$disp:n,$mh:i,$mv:o,children:e}),vr=f.styled.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
1444
1444
  ${({$align:e="stretch",$cols:n=100,$colsPadding:i=6,$justify:o="start"})=>`
1445
1445
  align-items: ${e};
1446
1446
  justify-content: ${o};
@@ -1458,24 +1458,24 @@
1458
1458
  padding: ${i}px;
1459
1459
  }
1460
1460
  `}
1461
- `,Tn=({align:e,children:n,cols:i,colsPadding:o,justify:r})=>t.jsx(jr,{$align:e,$cols:i,$colsPadding:o,$justify:r,children:n}),dt=({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(Tn,{align:"start",children:[t.jsx(ct,{lg:75,md:75,sm:75,children:t.jsx(Qe,{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(ct,{lg:25,md:25,sm:25,children:t.jsx(O,{disabled:i,icon:"plus",onClick:w,variant:"ghost",width:"max-content",children:e??"Add"})}):void 0]})},wr=({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(dt,{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(dt,{addText:e,disabled:o,initValue:a,label:s,max:c,name:d,onChange:p,placeholder:g,required:l,tooltip:h}),vr=f.styled(sn)`
1461
+ `,In=({align:e,children:n,cols:i,colsPadding:o,justify:r})=>t.jsx(vr,{$align:e,$cols:i,$colsPadding:o,$justify:r,children:n}),dt=({addText:e,append:n,disabled:i=!1,fields:o,fieldState:r,initValue:a="",index:s=0,required:l,label:c,max:d=100,name:p,onBlur:g,onChange:x,placeholder:h,tooltip:b,remove:$,value:j})=>{var C;const w=u.useCallback(()=>{n==null||n(a)},[n,a]),k=u.useCallback(v=>()=>{$==null||$(v)},[$]);return t.jsxs(In,{align:"start",children:[t.jsx(ct,{lg:75,md:75,sm:75,children:t.jsx(Qe,{disabled:i,error:r?(C=r.error)==null?void 0:C.message:void 0,id:"array",indexArray:s,isTouched:r?r.isTouched:void 0,isValid:r?!r.invalid:void 0,label:c,name:p,onBlur:g,onChange:x,placeholder:h,removeItemArray:k,required:l,tooltip:b,value:j})}),s<d-1&&s+1===(o==null?void 0:o.length)?t.jsx(ct,{lg:25,md:25,sm:25,children:t.jsx(M,{disabled:i,icon:"plus",onClick:w,variant:"ghost",width:"max-content",children:e??"Add"})}):void 0]})},kr=({addText:e,append:n,control:i,disabled:o,fields:r,initValue:a="",required:s,label:l,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,$)=>t.jsx(y.Controller,{control:i,name:`${d}.${$}`,render:({field:j,fieldState:w})=>t.jsx(dt,{addText:e,append:n,disabled:o,fieldState:w,fields:r,index:$,initValue:a,label:l,max:c,name:j.name,onBlur:j.onBlur,onChange:p??j.onChange,placeholder:g,remove:x,required:s,tooltip:h,value:typeof j.value=="object"?j.value.value:j.value}),index:$},b.id))}):t.jsx(dt,{addText:e,disabled:o,initValue:a,label:l,max:c,name:d,onChange:p,placeholder:g,required:s,tooltip:h}),Cr=f.styled(cn)`
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
- `,kr=f.styled.input`
1467
+ `,Sr=f.styled.input`
1468
1468
  opacity: 0;
1469
1469
  position: absolute;
1470
1470
  visibility: hidden;
1471
1471
  width: 0;
1472
- `,ze=(e,n,i)=>{const o=new Event(e);return Object.defineProperty(o,"target",{value:{name:n,value:i}}),o},Cr=e=>{const n=e;return n?Array.from(n).map(i=>i.name).join(", "):""},Sr=({accept:e,disabled:n=!1,error:i,label:o,helpLink:r,helpText:a,id:l,multiple:s,name:c,onChange:d,required:p,register:g,setValue:x,tooltip:h,watch:b,weight:m})=>{const j=f.useTheme(),w=n?void 0:i,C=u.useRef(null),k=g==null?void 0:g(c,{required:p}),v=b==null?void 0:b(c),S=Cr(v),I=u.useCallback(()=>{const F=ze("change",c,void 0);x&&x(c,void 0),k&&k.onChange(F)},[k,c,x]),R=u.useCallback(F=>{const{files:T}=F.currentTarget,N=ze("change",c,T&&T.length>0?T:void 0);T&&T.length>0&&(d==null||d(N),x&&x(c,T),k&&k.onChange(N))},[k,c,d,x]),E=u.useCallback(F=>{n?F.preventDefault():C.current&&C.current.click()},[n]);return t.jsxs(K,{error:w,helpLink:r,helpText:a,htmlFor:l??c,label:o,required:p,tooltip:h,weight:m,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${w?"error":""}`,children:[t.jsx(vr,{$size:"md",children:S}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[y.lodashExports.isEmpty(S)||n?void 0:t.jsx(_,{color:j.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:I,variant:"ghost",width:"20px"}),w&&t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:j.palette.error[500],iconSize:"lg"}),t.jsxs(O,{border:n?`1px solid ${j.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:n,height:"40px",onClick:E,variant:"primary",width:"96px",children:[t.jsx(D,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),t.jsx(kr,{...k,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:l??c,multiple:s,name:c,onChange:R,ref:C,type:"file"})]})},zr=({title:e,icon:n="circle-info",children:i,tagElement:o})=>t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,children:[t.jsx(D,{icon:n,iconSize:"md",iconType:"fa-light"}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e}),o&&t.jsx($,{display:"flex",flexDirection:"row",mb:.25,children:o})]}),t.jsx($,{children:i})]}),Tr=f.styled.input`
1472
+ `,ze=(e,n,i)=>{const o=new Event(e);return Object.defineProperty(o,"target",{value:{name:n,value:i}}),o},zr=e=>{const n=e;return n?Array.from(n).map(i=>i.name).join(", "):""},Tr=({accept:e,disabled:n=!1,error:i,label:o,helpLink:r,helpText:a,id:s,multiple:l,name:c,onChange:d,required:p,register:g,setValue:x,tooltip:h,watch:b,weight:$})=>{const j=f.useTheme(),w=n?void 0:i,k=u.useRef(null),C=g==null?void 0:g(c,{required:p}),v=b==null?void 0:b(c),S=zr(v),I=u.useCallback(()=>{const D=ze("change",c,void 0);x&&x(c,void 0),C&&C.onChange(D)},[C,c,x]),R=u.useCallback(D=>{const{files:z}=D.currentTarget,F=ze("change",c,z&&z.length>0?z:void 0);z&&z.length>0&&(d==null||d(F),x&&x(c,z),C&&C.onChange(F))},[C,c,d,x]),N=u.useCallback(D=>{n?D.preventDefault():k.current&&k.current.click()},[n]);return t.jsxs(X,{error:w,helpLink:r,helpText:a,htmlFor:s??c,label:o,required:p,tooltip:h,weight:$,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${w?"error":""}`,children:[t.jsx(Cr,{$size:"md",children:S}),t.jsxs(m,{alignItems:"center",display:"flex",gap:.625,children:[y.lodashExports.isEmpty(S)||n?void 0:t.jsx(H,{color:j.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:I,variant:"ghost",width:"20px"}),w&&t.jsx(E,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:j.palette.error[500],iconSize:"lg"}),t.jsxs(M,{border:n?`1px solid ${j.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:n,height:"40px",onClick:N,variant:"primary",width:"96px",children:[t.jsx(E,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),t.jsx(Sr,{...C,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:s??c,multiple:l,name:c,onChange:R,ref:k,type:"file"})]})},Ir=({title:e,icon:n="circle-info",children:i,tagElement:o})=>t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsxs(m,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,children:[t.jsx(E,{icon:n,iconSize:"md",iconType:"fa-light"}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e}),o&&t.jsx(m,{display:"flex",flexDirection:"row",mb:.25,children:o})]}),t.jsx(m,{children:i})]}),Dr=f.styled.input`
1473
1473
  border: none;
1474
1474
  background: transparent;
1475
1475
  min-width: 15rem;
1476
1476
  padding: 0;
1477
1477
  flex: 1;
1478
- `,pt=({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]),S=u.useCallback(T=>{const M=[...new Set(T.filter(Boolean))].join(","),W=ze("change",s,M);i&&i.onChange(W),c&&c(W)},[i,s,c]),I=u.useCallback(T=>{C(T.target.value)},[]),R=u.useCallback(T=>{const N=w.trim();N.length&&!v.includes(N)&&(T.preventDefault(),S([...v,N]),C("")),i&&i.onBlur()},[w,i,S,v]),E=u.useCallback(T=>{const N=w.trim();T.key==="Enter"&&N.length===0&&T.preventDefault(),["Enter",","].includes(T.key)&&N.length>0&&!v.includes(N)?(T.preventDefault(),S([...v,N]),C("")):T.key==="Backspace"&&!N.length&&v.length&&(T.preventDefault(),d==null||d(v[v.length-1]),S(v.slice(0,-1)))},[w,d,S,v]),F=u.useCallback(T=>()=>{d==null||d(T),S(v.filter(N=>N!==T))},[d,S,v]);return t.jsx(K,{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(T=>t.jsx(J,{disabled:e,onClose:F(T),tagLabel:T},T)),t.jsx(Tr,{"aria-hidden":!1,"aria-invalid":j?"true":"false","aria-label":s,"aria-required":g,autoComplete:"off",disabled:e,id:s,onBlur:R,onChange:I,onKeyDown:E,placeholder:v.length===0?p:void 0,ref:i==null?void 0:i.ref,type:"text",value:w}),j?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:m.palette.error[500],iconSize:"lg"}):void 0]})})},Ir=({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(pt,{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(pt,{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}),me=u.forwardRef(function({disabled:n,icon:i,margin:o,onClick:r,...a},l){return t.jsx(or,{$margin:o,"aria-label":i,className:"action-btn",disabled:n,onClick:r,ref:l,type:"button",...a,children:t.jsx(D,{icon:i,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),Te=({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,[S,I]=u.useState(m?y._.toNumber(m):w?y._.toNumber(w):0),R=u.useCallback(()=>{const M=(S-10**-v).toFixed(v),W=Math.max(Number(l),Number(M));h&&h(s,W,{shouldDirty:!0}),I(W);const X=ze("change",s,M);c&&c(X)},[S,v,l,h,s,c]),E=u.useCallback(()=>{const M=(S+10**-v).toFixed(v),W=Math.min(Number(a),Number(M)>Number(l)?Number(M):Number(l));h&&h(s,W,{shouldDirty:!0}),I(W);const X=ze("change",s,M);c&&c(X)},[S,v,a,l,h,s,c]),F=u.useCallback(M=>{const{value:W}=M.target,X=/\d+/u.test(W)&&!y._.isEmpty(W);h&&h(s,X?W:void 0),c&&c(M),I(Number(W))},[s,c,h]),T=u.useCallback(M=>{M.stopPropagation(),M.key==="Enter"&&!y.lodashExports.isEmpty(M.currentTarget.value)&&(d==null||d(y.lodashExports.toNumber(M.currentTarget.value)))},[d]),N=()=>t.jsx("input",{"aria-hidden":!1,"aria-invalid":k?"true":"false","aria-label":s,"aria-required":x,autoComplete:"off",disabled:i,id:o??s,max:a,min:l,onChange:F,onKeyUp:T,placeholder:p,required:x,step:10**-v,type:"number",value:S,...g==null?void 0:g(s,{maxLength:r,max:a,min:l,onChange:F,value:m,valueAsNumber:!0})});return t.jsxs(ee,{$variant:j,className:`${i?"disabled":""} ${k?"error":""}`,children:[j==="compact"&&b?t.jsx(Y,{id:`numberInputTooltip-${s}`,tip:b,width:"100%",children:N()}):N(),k&&t.jsx(D,{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(me,{borderRadius:`0 ${C.spacing[.5]} 0 0`,disabled:i,icon:"plus",onClick:E,px:.25}),t.jsx(Ko,{}),t.jsx(me,{borderRadius:`0 0 ${C.spacing[.5]} 0`,disabled:i,icon:"minus",onClick:R,px:.25})]}):t.jsxs(t.Fragment,{children:[t.jsx(me,{borderLeft:"inherit",borderRight:"inherit",disabled:i,icon:"minus",margin:"0 -0.625rem 0 0",onClick:R,px:.75,py:.75}),t.jsx(me,{borderRadius:`0 ${C.spacing[.5]} ${C.spacing[.5]} 0`,disabled:i,icon:"plus",onClick:E,px:.75,py:.75})]})]})},In=({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:S,value:I,variant:R="full",watch:E,weight:F,defaultValue:T})=>R==="compact"?t.jsx(Te,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:T??Number(I??0),disabled:i,max:g,min:x,name:h,onEnter:m??(()=>{}),tooltipMessage:S,value:I,variant:R}):t.jsx(K,{error:i?void 0:o,helpLink:r,helpLinkText:a,helpText:l,htmlFor:h,label:c,linkPosition:d,maxLength:p,required:C,tooltip:v,weight:F,children:t.jsx(Te,{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:E?E(h):I,variant:R})}),Ct=({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(K,{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(Te,{...a,disabled:e,error:n,name:(a==null?void 0:a.name)??p}),t.jsx(Te,{...r,disabled:e,error:n,name:(r==null?void 0:r.name)??d})]})})},Dr=f.styled.div`
1478
+ `,pt=({disabled:e=!1,error:n,field:i,helpLink:o,helpLinkText:r,helpText:a,label:s,name:l="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>{const $=f.useTheme(),j=e?void 0:n,[w,k]=u.useState(""),C=c?h:i==null?void 0:i.value,v=u.useMemo(()=>C&&typeof C=="string"?C.split(",").filter(Boolean):[],[C]),S=u.useCallback(z=>{const W=[...new Set(z.filter(Boolean))].join(","),_=ze("change",l,W);i&&i.onChange(_),c&&c(_)},[i,l,c]),I=u.useCallback(z=>{k(z.target.value)},[]),R=u.useCallback(z=>{const F=w.trim();F.length&&!v.includes(F)&&(z.preventDefault(),S([...v,F]),k("")),i&&i.onBlur()},[w,i,S,v]),N=u.useCallback(z=>{const F=w.trim();z.key==="Enter"&&F.length===0&&z.preventDefault(),["Enter",","].includes(z.key)&&F.length>0&&!v.includes(F)?(z.preventDefault(),S([...v,F]),k("")):z.key==="Backspace"&&!F.length&&v.length&&(z.preventDefault(),d==null||d(v[v.length-1]),S(v.slice(0,-1)))},[w,d,S,v]),D=u.useCallback(z=>()=>{d==null||d(z),S(v.filter(F=>F!==z))},[d,S,v]);return t.jsx(X,{error:j,helpLink:o,helpLinkText:r,helpText:a,htmlFor:l,label:s,required:g,tooltip:x,weight:b,children:t.jsxs(ee,{$overflowX:"auto",className:`${e?"disabled":""} ${j?"error":""}`,children:[v.map(z=>t.jsx(J,{disabled:e,onClose:D(z),tagLabel:z},z)),t.jsx(Dr,{"aria-hidden":!1,"aria-invalid":j?"true":"false","aria-label":l,"aria-required":g,autoComplete:"off",disabled:e,id:l,onBlur:R,onChange:I,onKeyDown:N,placeholder:v.length===0?p:void 0,ref:i==null?void 0:i.ref,type:"text",value:w}),j?t.jsx(E,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:$.palette.error[500],iconSize:"lg"}):void 0]})})},Er=({disabled:e=!1,control:n,error:i,helpLink:o,helpLinkText:r,helpText:a,label:s,name:l="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>n?t.jsx(y.Controller,{control:n,name:l,render:({field:$})=>t.jsx(pt,{disabled:e,error:i,field:$,helpLink:o,helpLinkText:r,helpText:a,label:s,name:l,onRemove:d,placeholder:p,required:g,tooltip:x,weight:b}),rules:{required:g}}):t.jsx(pt,{disabled:e,error:i,helpLink:o,helpLinkText:r,helpText:a,label:s,name:l,onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b}),me=u.forwardRef(function({disabled:n,icon:i,margin:o,onClick:r,...a},s){return t.jsx(ar,{$margin:o,"aria-label":i,className:"action-btn",disabled:n,onClick:r,ref:s,type:"button",...a,children:t.jsx(E,{icon:i,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),Te=({error:e,decimalPlaces:n=0,disabled:i=!1,id:o,maxLength:r,max:a=1/0,min:s=0,name:l,onChange:c,onEnter:d,placeholder:p,register:g,required:x,setValue:h,tooltipMessage:b,value:$,variant:j="full",defaultValue:w})=>{const k=f.useTheme(),C=i?void 0:e,v=n<0?0:n,S=w!==void 0?y._.toNumber(w):void 0,[I,R]=u.useState(y.lodashExports.isNil($)?S:y._.toNumber($)),N=u.useCallback(()=>{const V=((I??Number(s))-10**-v).toFixed(v),O=Math.max(Number(s),Number(V));h&&h(l,O,{shouldDirty:!0}),R(O);const B=ze("change",l,V);c&&c(B)},[I,v,s,h,l,c]),D=u.useCallback(()=>{const V=((I??Number(s))+10**-v).toFixed(v),O=Math.min(Number(a),Number(V)>Number(s)?Number(V):Number(s));h&&h(l,O,{shouldDirty:!0}),R(O);const B=ze("change",l,V);c&&c(B)},[I,v,a,s,h,l,c]),z=u.useCallback(_=>{const{value:V}=_.target,O=/\d+/u.test(V)&&!y._.isEmpty(V);h&&h(l,O?V:void 0),c&&c(_),R(y._.isEmpty(V)?void 0:Number(V))},[l,c,h]),F=u.useCallback(_=>{_.stopPropagation(),_.key==="Enter"&&!y.lodashExports.isEmpty(_.currentTarget.value)&&(d==null||d(y.lodashExports.toNumber(_.currentTarget.value)))},[d]),W=()=>t.jsx("input",{"aria-hidden":!1,"aria-invalid":C?"true":"false","aria-label":l,"aria-required":x,autoComplete:"off",disabled:i,id:o??l,max:a,min:s,onChange:z,onKeyUp:F,placeholder:p,required:x,step:10**-v,type:"number",value:I??"",...g==null?void 0:g(l,{maxLength:r,max:a,min:s,onChange:z,value:$,valueAsNumber:!0})});return t.jsxs(ee,{$variant:j,className:`${i?"disabled":""} ${C?"error":""}`,children:[j==="compact"&&b?t.jsx(K,{id:`numberInputTooltip-${l}`,tip:b,width:"100%",children:W()}):W(),C&&t.jsx(E,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:k.palette.error[500],iconSize:"lg"}),j==="compact"?t.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",borderLeft:"inherit"},children:[t.jsx(me,{borderRadius:`0 ${k.spacing[.5]} 0 0`,disabled:i,icon:"plus",onClick:D,px:.25}),t.jsx(Zo,{}),t.jsx(me,{borderRadius:`0 0 ${k.spacing[.5]} 0`,disabled:i,icon:"minus",onClick:N,px:.25})]}):t.jsxs(t.Fragment,{children:[t.jsx(me,{borderLeft:"inherit",borderRight:"inherit",disabled:i,icon:"minus",margin:"0 -0.625rem 0 0",onClick:N,px:.75,py:.75}),t.jsx(me,{borderRadius:`0 ${k.spacing[.5]} ${k.spacing[.5]} 0`,disabled:i,icon:"plus",onClick:D,px:.75,py:.75})]})]})},Dn=({autoUpdate:e,decimalPlaces:n,disabled:i=!1,error:o,helpLink:r,helpLinkText:a,helpText:s,id:l,label:c,linkPosition:d,maxLength:p,max:g,min:x,name:h,onChange:b,onEnter:$,placeholder:j,register:w,required:k,setValue:C,tooltip:v,tooltipMessage:S,value:I,variant:R="full",watch:N,weight:D,defaultValue:z})=>R==="compact"?t.jsx(Te,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:z??Number(I??0),disabled:i,max:g,min:x,name:h,onEnter:$??(()=>{}),tooltipMessage:S,value:I,variant:R}):t.jsx(X,{error:i?void 0:o,helpLink:r,helpLinkText:a,helpText:s,htmlFor:h,label:c,linkPosition:d,maxLength:p,required:k,tooltip:v,weight:D,children:t.jsx(Te,{decimalPlaces:n,disabled:i,error:o,id:l,max:g,maxLength:p,min:x,name:h,onChange:b,placeholder:j,register:w,required:k,setValue:C,value:N?N(h):I,variant:R})}),St=({disabled:e=!1,error:n,name:i,label:o,propsMax:r,propsMin:a,required:s,tooltip:l,variant:c="default"})=>{const d=`${i}Max`,p=`${i}Min`;return t.jsx(X,{error:e?void 0:n,htmlFor:i,label:o,required:s,tooltip:l,children:t.jsxs(m,{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)??p}),t.jsx(Te,{...r,disabled:e,error:n,name:(r==null?void 0:r.name)??d})]})})},Fr=f.styled.div`
1479
1479
  ${({theme:e})=>`
1480
1480
  align-items: flex-start;
1481
1481
  align-self: stretch;
@@ -1515,7 +1515,7 @@
1515
1515
  }
1516
1516
  }
1517
1517
  `}
1518
- `,Fr=f.styled.button`
1518
+ `,Rr=f.styled.button`
1519
1519
  ${({theme:e})=>`
1520
1520
  align-items: center;
1521
1521
  background: inherit;
@@ -1531,7 +1531,7 @@
1531
1531
  cursor: not-allowed;
1532
1532
  }
1533
1533
  `}
1534
- `,Er=f.styled.ul`
1534
+ `,Nr=f.styled.ul`
1535
1535
  ${({theme:e})=>`
1536
1536
  align-items: flex-start;
1537
1537
  box-shadow: ${e.shadows.md};
@@ -1545,7 +1545,7 @@
1545
1545
  scrollbar-width: thin;
1546
1546
  width: max-content;
1547
1547
  `}
1548
- `,Rr=f.styled.li`
1548
+ `,Ar=f.styled.li`
1549
1549
  ${({theme:e})=>`
1550
1550
  align-items: center;
1551
1551
  background: ${e.palette.white};
@@ -1562,22 +1562,22 @@
1562
1562
  background: ${e.palette.gray[100]};
1563
1563
  }
1564
1564
  `}
1565
- `,Nr=f.styled.p`
1565
+ `,Lr=f.styled.p`
1566
1566
  color: ${({theme:e})=>e.palette.gray[800]};
1567
1567
  font-size: inherit;
1568
1568
  min-width: 55%;
1569
1569
  overflow: hidden;
1570
1570
  text-overflow: ellipsis;
1571
1571
  white-space: nowrap;
1572
- `,Ar=({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:S,inputValue:I,handlePhoneValueChange:R,country:E,setCountry:F}=y.ee({countries:y._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),T=u.useCallback(B=>{B.key==="Enter"&&B.preventDefault()},[]),N=u.useCallback(B=>{B.preventDefault(),j(H=>!H),m||C("")},[m]),M=u.useCallback(B=>()=>{F(B),j(!1),C("")},[F,j]),W=u.useCallback(B=>{B.key.length===1?C(H=>H+B.key):B.key==="Backspace"&&C(H=>H.slice(0,-1))},[]),X=y._$1.filter(B=>{const{name:H}=y.M(B);return H.toLowerCase().includes(w.toLowerCase())});return te(k.floating.current,()=>{j(!1),C("")},!0),t.jsx(K,{error:h,htmlFor:o,label:i,required:a,tooltip:s,weight:p,children:t.jsxs(Dr,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Fr,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:N,onKeyDown:W,ref:k.setReference,children:[t.jsx(y.q,{iso2:E.iso2,size:"16px"}),t.jsx(D,{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:T,placeholder:r,ref:S,type:"tel",value:I,...l==null?void 0:l(o,{required:a,onChange:R})}),h?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),m&&xe.createPortal(t.jsx(Er,{ref:k.setFloating,style:v,children:X.map(B=>{const{dialCode:H,iso2:ae,name:Oe}=y.M(B);return t.jsxs(Rr,{onClick:M(ae),value:ae,children:[t.jsx(y.q,{iso2:ae,size:"16px"}),t.jsx(Nr,{children:Oe}),t.jsx(z,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+H})]},ae)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},Lr=({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 S=f.useTheme(),I=(C==null?void 0:C(c))??v,R=l&&a&&!e,E=e?void 0:n;return t.jsx(K,{disabled:e,error:E,helpLink:i,helpLinkText:o,helpText:r,htmlFor:c,label:s,maxLength:g,required:m,tooltip:w,value:I?String(I):void 0,weight:k,children:t.jsxs(ee,{className:`
1573
- ${e?"disabled":""} ${E?"error":""} ${R?"success":""}
1574
- `,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":E?"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:I,...b==null?void 0:b(c,{required:m,onBlur:x})}),E?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:S.palette.error[500],iconSize:"lg"}):void 0,R?t.jsx(D,{icon:"check-circle",iconClass:"success-icon",iconColor:S.palette.success[500],iconSize:"lg"}):void 0]})})},Pr=({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:S,watch:I})=>{const R=u.useMemo(()=>{if(l==="text")return t.jsx(Qe,{disabled:i,error:C,isTouched:j,isValid:w,name:p,placeholder:g,register:v});if(l==="date")return t.jsx(Cn,{disabled:i,error:C,name:p,register:v,setValue:S,watch:I});if(l==="select"&&r)return t.jsx(wt,{control:e,disabled:i,items:r,name:p,placeholder:g,value:m});const{decimalPlaces:E,max:F,min:T}=s??{};return t.jsx(In,{decimalPlaces:E,disabled:i,error:C,max:F,min:T,name:p,onChange:k,placeholder:g,register:v,setValue:S,value:m,watch:I})},[e,i,C,s,l,j,w,r,p,k,g,v,S,m,I]);return t.jsxs(Go,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(Xe,{description:n,id:o,textAlign:x,title:b,tooltip:h}),R]})},Dn=({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(z,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:n}),t.jsx(D,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[400],iconSize:"lg"})]}),s?t.jsx($,{display:"flex",gap:.75,wrap:"wrap",children:e.map(p=>t.jsx($,{bgColor:l.palette.white,border:"1px solid",borderColor:l.palette.gray[300],borderRadius:l.spacing[.25],px:.5,py:.5,children:t.jsx(le,{checked:p.visible,disabled:p.locked,label:p.name,name:`${i}-${p.name}`,onChange:a,value:p.name})},p.name))}):void 0]})},Mr=f.styled.div`
1572
+ `,Pr=({disabled:e,error:n,label:i,name:o,placeholder:r,required:a,register:s,tooltip:l,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,[$,j]=u.useState(!1),[w,k]=u.useState(""),{refs:C,floatingStyles:v}=y.useFloating$1({placement:"bottom-start",whileElementsMounted:y.autoUpdate}),{inputRef:S,inputValue:I,handlePhoneValueChange:R,country:N,setCountry:D}=y.ee({countries:y._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),z=u.useCallback(O=>{O.key==="Enter"&&O.preventDefault()},[]),F=u.useCallback(O=>{O.preventDefault(),j(B=>!B),$||k("")},[$]),W=u.useCallback(O=>()=>{D(O),j(!1),k("")},[D,j]),_=u.useCallback(O=>{O.key.length===1?k(B=>B+O.key):O.key==="Backspace"&&k(B=>B.slice(0,-1))},[]),V=y._$1.filter(O=>{const{name:B}=y.M(O);return B.toLowerCase().includes(w.toLowerCase())});return te(C.floating.current,()=>{j(!1),k("")},!0),t.jsx(X,{error:h,htmlFor:o,label:i,required:a,tooltip:l,weight:p,children:t.jsxs(Fr,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Rr,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:F,onKeyDown:_,ref:C.setReference,children:[t.jsx(y.q,{iso2:N.iso2,size:"16px"}),t.jsx(E,{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:z,placeholder:r,ref:S,type:"tel",value:I,...s==null?void 0:s(o,{required:a,onChange:R})}),h?t.jsx(E,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),$&&xe.createPortal(t.jsx(Nr,{ref:C.setFloating,style:v,children:V.map(O=>{const{dialCode:B,iso2:ae,name:Me}=y.M(O);return t.jsxs(Ar,{onClick:W(ae),value:ae,children:[t.jsx(y.q,{iso2:ae,size:"16px"}),t.jsx(Lr,{children:Me}),t.jsx(T,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+B})]},ae)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},Or=({disabled:e=!1,error:n,helpLink:i,helpLinkText:o,helpText:r,isTouched:a,isValid:s,label:l,name:c="input-text",id:d,maskValue:p=!1,maxLength:g,onBlur:x,placeholder:h,register:b,required:$,rows:j,tooltip:w,watch:k,weight:C,value:v})=>{const S=f.useTheme(),I=(k==null?void 0:k(c))??v,R=s&&a&&!e,N=e?void 0:n;return t.jsx(X,{disabled:e,error:N,helpLink:i,helpLinkText:o,helpText:r,htmlFor:c,label:l,maxLength:g,required:$,tooltip:w,value:I?String(I):void 0,weight:C,children:t.jsxs(ee,{className:`
1573
+ ${e?"disabled":""} ${N?"error":""} ${R?"success":""}
1574
+ `,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":N?"true":"false","aria-label":c,"aria-required":$,className:p?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:g,placeholder:h,rows:j,value:I,...b==null?void 0:b(c,{required:$,onBlur:x})}),N?t.jsx(E,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:S.palette.error[500],iconSize:"lg"}):void 0,R?t.jsx(E,{icon:"check-circle",iconClass:"success-icon",iconColor:S.palette.success[500],iconSize:"lg"}):void 0]})})},Mr=({control:e,description:n,disabled:i,id:o,items:r,align:a,inputType:s="text",inputNumberProps:l,minHeight:c,minWidth:d,name:p,placeholder:g,textAlign:x,tooltip:h,title:b,value:$,isTouched:j,isValid:w,error:k,onChange:C,register:v,setValue:S,watch:I})=>{const R=u.useMemo(()=>{if(s==="text")return t.jsx(Qe,{disabled:i,error:k,isTouched:j,isValid:w,name:p,placeholder:g,register:v});if(s==="date")return t.jsx(Sn,{disabled:i,error:k,name:p,register:v,setValue:S,watch:I});if(s==="select"&&r)return t.jsx(vt,{control:e,disabled:i,items:r,name:p,placeholder:g,value:$});const{decimalPlaces:N,max:D,min:z}=l??{};return t.jsx(Dn,{decimalPlaces:N,disabled:i,error:k,max:D,min:z,name:p,onChange:C,placeholder:g,register:v,setValue:S,value:$,watch:I})},[e,i,k,l,s,j,w,r,p,C,g,v,S,$,I]);return t.jsxs(Ko,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(Xe,{description:n,id:o,textAlign:x,title:b,tooltip:h}),R]})},En=({options:e,title:n,checkboxesName:i,defaultBgColor:o,defaultCollapsed:r,onChange:a})=>{const s=f.useTheme(),[l,c]=u.useState(r??!1),d=u.useCallback(()=>{c(p=>!p)},[]);return t.jsxs(m,{"aria-label":n,bgColor:l&&!o?s.palette.gray[50]:s.palette.white,border:"1px solid"+s.palette.gray[300],borderRadius:"8px",display:"inline-flex",flexDirection:"column",gap:.625,px:.75,py:.625,role:"region",width:"100%",children:[t.jsxs(m,{alignItems:"center",cursor:"pointer",display:"flex",onClick:d,children:[t.jsx(T,{color:s.palette.gray[800],fontWeight:"bold",size:"md",children:n}),t.jsx(E,{icon:l?"chevron-up":"chevron-down",iconColor:s.palette.gray[400],iconSize:"lg"})]}),l?t.jsx(m,{display:"flex",gap:.75,wrap:"wrap",children:e.map(p=>t.jsx(m,{bgColor:s.palette.white,border:"1px solid",borderColor:s.palette.gray[300],borderRadius:s.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]})},Wr=f.styled.div`
1575
1575
  display: flex;
1576
1576
  align-self: flex-start;
1577
1577
  margin-left: auto;
1578
1578
  width: 40px;
1579
1579
  height: auto;
1580
- `,Or=f.styled.label`
1580
+ `,Br=f.styled.label`
1581
1581
  ${({theme:e})=>`
1582
1582
  align-items: center;
1583
1583
  display: flex;
@@ -1656,7 +1656,7 @@
1656
1656
  }
1657
1657
 
1658
1658
  `}
1659
- `,Wr=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(Or,{"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(Wr,{}),o??null]})}),_r=({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(D,{icon:o,iconSize:"xl",iconType:"fa-light"}),t.jsxs($,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(z,{color:g.palette.gray[800],fontWeight:"bold",size:"md",children:c}),n===void 0?void 0:t.jsx($,{children:n})]})]})]}),d&&t.jsx(Mr,{children:t.jsx(ne,{alt:e??"tag image",height:"40px",publicId:i??"tag image",width:"40px"})})]})},Q=f.styled.div`
1659
+ `,_r=f.styled.span.attrs({className:"checkmark"})``,et=u.forwardRef(function({checked:n,disabled:i=!1,label:o,name:r,onChange:a,onClick:s,value:l,...c},d){return t.jsxs(Br,{"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:s,ref:d,type:"radio",value:l,...c}),t.jsx(_r,{}),o??null]})}),Hr=({alt:e,customDescription:n,imageId:i,icon:o,selectorProps:r,onClick:a,register:s,bgColor:l,title:c,isATag:d=!1,width:p="fit-content"})=>{const g=f.useTheme();return t.jsxs(m,{alignItems:"center",bgColor:l??"",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(m,{display:"inline-flex",padding:[1,1,1,1],children:[t.jsx(m,{alignSelf:"start",display:"flex",width:"fit-content",children:t.jsx(et,{defaultChecked:r.defaultChecked,name:r.name,onClick:a,value:r.value,...s==null?void 0:s(r.name)})}),t.jsxs(m,{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(E,{icon:o,iconSize:"xl",iconType:"fa-light"}),t.jsxs(m,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(T,{color:g.palette.gray[800],fontWeight:"bold",size:"md",children:c}),n===void 0?void 0:t.jsx(m,{children:n})]})]})]}),d&&t.jsx(Wr,{children:t.jsx(ne,{alt:e??"tag image",height:"40px",publicId:i??"tag image",width:"40px"})})]})},Q=f.styled.div`
1660
1660
  ${({theme:e})=>`
1661
1661
  align-items: center;
1662
1662
  background-color: ${e.palette.gray[200]};
@@ -1683,7 +1683,7 @@
1683
1683
  width: ${e.spacing[1.25]};
1684
1684
  z-index: 1;
1685
1685
  `}
1686
- `,Br=f.styled.label`
1686
+ `,Vr=f.styled.label`
1687
1687
  display: inline-block;
1688
1688
 
1689
1689
  input {
@@ -1772,7 +1772,7 @@
1772
1772
  text-transform: uppercase;
1773
1773
  transition: 0.2s;
1774
1774
  z-index: 1;
1775
- `,Hr=f.styled.label`
1775
+ `,Ur=f.styled.label`
1776
1776
  display: inline-block;
1777
1777
 
1778
1778
  input {
@@ -1831,22 +1831,22 @@
1831
1831
  color: ${({theme:e})=>e.palette.gray[400]};
1832
1832
  right: 6px;
1833
1833
  }
1834
- `,Fn=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(Hr,{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(q,{"aria-label":"Toggle Switch",id:`${l}Toggle`,children:[t.jsx(pe,{children:n?t.jsx(D,{icon:"check",iconSize:"sm"}):t.jsx(D,{icon:"times",iconSize:"sm"})}),t.jsx(Ve,{children:n?"YES":"NO"})]})]}):t.jsxs(Br,{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(D,{icon:n?"check":"times",iconSize:"md"}):void 0})})]}),k=()=>{const v=C();return i&&p?t.jsx(Y,{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]})}),Vr=({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(Xe,{id:e,title:n}),t.jsx($,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:i.map(l=>t.jsx(Fn,{...l},`$card-toggle-${l.name}`))})]})},Ur=({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(Y,{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(z,{color:x?g.palette.gray[800]:g.palette.gray[400],size:"md",textAlign:x?"center":"start",children:e}),x||y.isUndefined(r)?void 0:h]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[x&&!y.isUndefined(i)?h:void 0,t.jsxs("div",{style:{display:"flex",gap:"12px"},children:[y.isUndefined(a)?void 0:t.jsx(V,{fontWeight:"bold",size:"sm",children:a}),o]}),x&&!y.isUndefined(r)?h:void 0]})]})},Gr=.5,Kt=1.25,Yr=({children:e,bgColor:n,border:i,gap:o=Gr,px:r=Kt,py:a=Kt,...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})},Kr=f.styled.div`
1834
+ `,Fn=u.forwardRef(function({defaultChecked:n,disabled:i=!1,variant:o="default",icon:r=!1,justify:a,name:s,leftText:l,leftTextMinWidth:c,rightText:d,tooltip:p,tooltipPlace:g,onChange:x,...h},b){const $=n===!0?"on":"off",j=typeof l=="object"&&l.on&&l.off?l[$]:l,w=u.useCallback(v=>{v.stopPropagation()},[]),k=()=>o==="inline"?t.jsxs(Ur,{onClick:w,role:"switch",children:[t.jsx("input",{...h,"aria-disabled":i,"aria-label":s,checked:n===!0,disabled:i,name:s,onChange:x,ref:b,type:"checkbox"}),t.jsxs(q,{"aria-label":"Toggle Switch",id:`${s}Toggle`,children:[t.jsx(pe,{children:n?t.jsx(E,{icon:"check",iconSize:"sm"}):t.jsx(E,{icon:"times",iconSize:"sm"})}),t.jsx(Ve,{children:n?"YES":"NO"})]})]}):t.jsxs(Vr,{onClick:w,role:"switch",children:[t.jsx("input",{...h,"aria-disabled":i,"aria-label":s,checked:n===!0,disabled:i,name:s,onChange:x,ref:b,type:"checkbox"}),t.jsx(Q,{"aria-label":"Toggle Switch",id:`${s}Toggle`,children:t.jsx(de,{children:r?t.jsx(E,{icon:n?"check":"times",iconSize:"md"}):void 0})})]}),C=()=>{const v=k();return i&&p?t.jsx(K,{id:`${s}-tooltip`,place:g,tip:p,children:v}):v};return o==="inline"?t.jsxs(m,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:a,children:[t.jsx(m,{minWidth:c,children:j}),C(),d]}):t.jsxs(m,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:a,children:[t.jsx(m,{minWidth:c,children:j}),C(),d]})}),Gr=({id:e,title:n,toggles:i,minWidth:o="auto",height:r="auto"})=>{const a=f.useTheme();return t.jsxs(m,{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(Xe,{id:e,title:n}),t.jsx(m,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:i.map(s=>t.jsx(Fn,{...s},`$card-toggle-${s.name}`))})]})},Yr=({description:e,height:n="auto",leftIconName:i,children:o,rightIconName:r,title:a,tooltipId:s,tooltipTip:l,tooltipPlace:c="bottom",variant:d="centered",width:p="318px"})=>{const g=f.useTheme(),x=d==="centered",h=s&&l?t.jsx(K,{display:"flex",icon:r??i,iconColor:g.palette.gray[800],id:s,place:c,tip:l}):void 0;return t.jsxs(m,{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(m,{alignItems:"center",display:"flex",gap:.5,children:[x||y.isUndefined(i)?void 0:h,t.jsx(T,{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(m,{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]})]})},Kr=.5,Xt=1.25,Xr=({children:e,bgColor:n,border:i,gap:o=Kr,px:r=Xt,py:a=Xt,...s})=>{const l=f.useTheme();return t.jsx(m,{bgColor:n??l.palette.white,border:i??`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:"column",gap:o,px:r,py:a,...s,children:e})},Zr=f.styled.div`
1835
1835
  position: relative;
1836
1836
  margin: auto;
1837
1837
  overflow: hidden;
1838
- `,Xr=f.styled.div`
1838
+ `,qr=f.styled.div`
1839
1839
  display: flex;
1840
1840
  transition: transform 0.5s ease-in-out;
1841
1841
  transform: translateX(
1842
1842
  ${({$currentIndex:e})=>-e*100}%
1843
1843
  );
1844
- `,Zr=f.styled.div`
1844
+ `,Jr=f.styled.div`
1845
1845
  align-items: center;
1846
1846
  display: flex;
1847
1847
  justify-content: center;
1848
1848
  min-width: 100%;
1849
- `,qr=f.styled.button`
1849
+ `,Qr=f.styled.button`
1850
1850
  ${({theme:e,$isActive:n})=>`
1851
1851
  background-color: ${n?e.palette.primary[400]:e.palette.white};
1852
1852
  border: none;
@@ -1855,13 +1855,13 @@
1855
1855
  height: ${e.spacing[.75]};
1856
1856
  width: ${e.spacing[.75]};
1857
1857
  `}
1858
- `,Jr=f.styled.div`
1858
+ `,ea=f.styled.div`
1859
1859
  align-items: center;
1860
1860
  display: flex;
1861
1861
  gap: ${({theme:e})=>e.spacing[.5]};
1862
1862
  justify-content: center;
1863
1863
  margin-top: ${({theme:e})=>e.spacing[2]};
1864
- `,Qr=({slides:e,interval:n=300})=>{const{cycle:i,setCycle:o,setProgress:r}=cn(n,e.length),a=u.useCallback(l=>()=>{o(l),r(0)},[o,r]);return t.jsxs(Kr,{"aria-roledescription":"carousel",children:[t.jsx(Xr,{$currentIndex:i,children:e.map((l,s)=>{const c=`slide-${s}`;return t.jsx(Zr,{"aria-label":c,"aria-roledescription":"slide",children:l.content},c)})}),t.jsx(Jr,{children:e.map((l,s)=>{const c=`nav-button-${s}`;return t.jsx(qr,{$isActive:s===i,"aria-label":`Go to slide ${s+1}`,"data-testid":s===i?"active":"inactive",onClick:a(s)},c)})})]})},En=f.styled.div`
1864
+ `,ta=({slides:e,interval:n=300})=>{const{cycle:i,setCycle:o,setProgress:r}=pn(n,e.length),a=u.useCallback(s=>()=>{o(s),r(0)},[o,r]);return t.jsxs(Zr,{"aria-roledescription":"carousel",children:[t.jsx(qr,{$currentIndex:i,children:e.map((s,l)=>{const c=`slide-${l}`;return t.jsx(Jr,{"aria-label":c,"aria-roledescription":"slide",children:s.content},c)})}),t.jsx(ea,{children:e.map((s,l)=>{const c=`nav-button-${l}`;return t.jsx(Qr,{$isActive:l===i,"aria-label":`Go to slide ${l+1}`,"data-testid":l===i?"active":"inactive",onClick:a(l)},c)})})]})},Rn=f.styled.div`
1865
1865
  ${({theme:e})=>`
1866
1866
  background-color: ${e.palette.gray[100]};
1867
1867
  border-radius: ${e.spacing[.25]};
@@ -1937,7 +1937,7 @@
1937
1937
  padding-bottom: unset;
1938
1938
  }
1939
1939
  `}
1940
- `,ea=f.styled.div`
1940
+ `,na=f.styled.div`
1941
1941
  ${({theme:e})=>`
1942
1942
  align-items: end;
1943
1943
  background-color: ${e.palette.gray[100]};
@@ -1952,10 +1952,10 @@
1952
1952
  background-color: ${e.palette.gray[200]};
1953
1953
  }
1954
1954
  `}
1955
- `,Rn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:i})=>(u.useEffect(()=>{y.prismExports.highlightAll()},[]),t.jsx(En,{"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})})})),ta=({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(`
1956
- `);return m.length>8&&!s?`${[...m].splice(0,7).join(`
1955
+ `,Nn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:i})=>(u.useEffect(()=>{y.prismExports.highlightAll()},[]),t.jsx(Rn,{"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})})})),ia=({minWidth:e="565px",noCodeMessage:n="Code snippet not available",snippet:i,specific:o,variant:r="normal",expanded:a=!1})=>{const s=f.useTheme(),[l,c]=u.useState(!1),[d,p]=u.useState(!0),g=u.useCallback(()=>{c($=>!$)},[c]),x=u.useCallback(()=>{if(y._.isNil(i)||y._.isEmpty(i)||!y._.isString(i))return p(!1),n;const $=i.split(`
1956
+ `);return $.length>8&&!l?`${[...$].splice(0,7).join(`
1957
1957
  `)}
1958
- ${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(Rn,{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(En,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:h})})}),t.jsxs(ea,{children:[t.jsx(_,{height:l.spacing[2.5],icon:"copy",iconColor:l.palette.gray[700],iconSize:"lg",iconType:"fa-light",onClick:b,variant:"ghost",width:l.spacing[2.5]}),d?t.jsxs(O,{onClick:g,variant:"ghost",children:[s?"Show Less":"Show more",t.jsx(D,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:b})]}):!1]})]})},{getVariant:na}=ie(e=>({fixed:`
1958
+ ${$[8]}...`:($.length<8&&p(!1),i)},[l,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(async()=>{await navigator.clipboard.writeText(h)},[h]);return r==="location"?t.jsx(Nn,{noCodeMessage:n,snippet:i,specific:o}):t.jsxs(m,{bgColor:s.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(Rn,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:h})})}),t.jsxs(na,{children:[t.jsx(H,{height:s.spacing[2.5],icon:"copy",iconColor:s.palette.gray[700],iconSize:"lg",iconType:"fa-light",onClick:b,variant:"ghost",width:s.spacing[2.5]}),d?t.jsxs(M,{onClick:g,variant:"ghost",children:[l?"Show Less":"Show more",t.jsx(E,{icon:l?"chevron-up":"chevron-down",iconColor:s.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:b})]}):!1]})]})},{getVariant:oa}=ie(e=>({fixed:`
1959
1959
  height: auto;
1960
1960
  min-width: 300px;
1961
1961
  padding: ${e.spacing[1.25]};
@@ -1978,13 +1978,13 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
1978
1978
  @media screen and (min-width: ${e.breakpoints.sm}) {
1979
1979
  width: 32%;
1980
1980
  }
1981
- `})),Nn=f.styled.div.attrs({className:"comp-modal fixed inset-0 overflow-auto"})`
1981
+ `})),An=f.styled.div.attrs({className:"comp-modal fixed inset-0 overflow-auto"})`
1982
1982
  align-items: center;
1983
1983
  background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
1984
1984
  display: flex;
1985
1985
  justify-content: center;
1986
1986
  z-index: 99999;
1987
- `,St=f.styled($)`
1987
+ `,zt=f.styled(m)`
1988
1988
  ${({theme:e,$size:n})=>`
1989
1989
  background-color: ${e.palette.white};
1990
1990
  border: 1px solid ${e.palette.gray[200]};
@@ -1999,9 +1999,9 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
1999
1999
  margin: auto;
2000
2000
  white-space: pre-line;
2001
2001
 
2002
- ${na(e,n)}
2002
+ ${oa(e,n)}
2003
2003
  `}
2004
- `,ia=f.styled.div`
2004
+ `,ra=f.styled.div`
2005
2005
  ${({theme:e})=>`
2006
2006
  background-color: ${e.palette.white};
2007
2007
  border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
@@ -2029,7 +2029,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2029
2029
  }
2030
2030
  }
2031
2031
  `}
2032
- `,oa=f.styled.div`
2032
+ `,aa=f.styled.div`
2033
2033
  border-radius: ${({theme:e})=>`${e.spacing[.25]} ${e.spacing[.25]} 0 0`};
2034
2034
  display: block;
2035
2035
  overflow: unset;
@@ -2039,7 +2039,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2039
2039
  padding: ${({theme:e})=>`${e.spacing[1.25]}`};
2040
2040
  padding-bottom: ${({theme:e})=>`${e.spacing[1.5]}`};
2041
2041
  position: sticky;
2042
- `,ra=f.styled.div.attrs({className:"flex items-center justify-between"})``,aa=f.styled.div`
2042
+ `,sa=f.styled.div.attrs({className:"flex items-center justify-between"})``,la=f.styled.div`
2043
2043
  ${({theme:e})=>`
2044
2044
  border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
2045
2045
  display: flex;
@@ -2070,7 +2070,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2070
2070
  margin-right: 0;
2071
2071
  }
2072
2072
  `}
2073
- `,sa=f.styled.div`
2073
+ `,ca=f.styled.div`
2074
2074
  img {
2075
2075
  margin: 0 calc(-${({theme:e})=>e.spacing[1.25]} - 1px)
2076
2076
  ${({theme:e})=>e.spacing[1.25]};
@@ -2086,11 +2086,11 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2086
2086
  margin-right: 0;
2087
2087
  `:""}
2088
2088
  }
2089
- `,An=({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(aa,{children:t.jsxs("div",{children:[o&&t.jsx(O,{id:o.id,onClick:a,variant:"tertiary",width:"100%",children:o.text}),i&&t.jsx(O,{id:i.id,onClick:l,variant:"primary",width:"100%",children:i.text})]})})]}):null},Ln=({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(oa,{children:[t.jsxs(ra,{children:[typeof e=="string"?t.jsx(V,{fontWeight:"bold",mr:1,size:"sm",wordBreak:"break-word",children:e}):e,t.jsxs("div",{className:"items-center flex gap-3",children:[o,t.jsx(_,{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(z,{mt:.5,size:"md",children:n}):void 0,n&&!y.lodashExports.isString(n)&&t.jsx(Ce,{display:"block",mt:.5,size:"md",children:n})]})},Pn=({disabled:e,id:n="modal-confirm",onCancel:i,onConfirm:o="submit",txtCancel:r,txtConfirm:a})=>{const l=o==="submit";return t.jsxs($,{display:"flex",gap:.75,id:"footer",maxWidth:i?"392px":"190px",mt:1.5,children:[i?t.jsx(O,{id:`${n}-cancel`,justify:"center",onClick:i,variant:"tertiary",width:"100%",children:r??"Cancel"}):void 0,t.jsx(O,{disabled:e,id:n,justify:"center",onClick:l?void 0:o,type:l?"submit":"button",variant:"primary",width:"100%",children:a??"Confirm"})]})},la=(e,n,i)=>i?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",ca=f.styled.div`
2089
+ `,Ln=({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]),s=u.useCallback(()=>{i!=null&&i.onClick&&i.onClick(),r()},[i,r]);return[i,o].some(c=>!y.lodashExports.isEmpty(c))?t.jsxs(m,{display:"flex",flexDirection:"column",gap:.625,position:"sticky",px:1.25,py:1.25,children:[e,t.jsx(la,{children:t.jsxs("div",{children:[o&&t.jsx(M,{id:o.id,onClick:a,variant:"tertiary",width:"100%",children:o.text}),i&&t.jsx(M,{id:i.id,onClick:s,variant:"primary",width:"100%",children:i.text})]})})]}):null},Pn=({title:e,description:n,modalRef:i,otherActions:o,onClose:r})=>{const a=f.useTheme(),s=u.useCallback(()=>{r==null||r(),i.close()},[i,r]);return u.useEffect(()=>{const l=c=>{c.key==="Escape"&&s()};return window.addEventListener("keydown",l),()=>{window.removeEventListener("keydown",l)}},[s]),t.jsxs(aa,{children:[t.jsxs(sa,{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(H,{icon:"close",iconColor:a.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:s,px:.25,py:.25,variant:"ghost"})]})]}),n&&y.lodashExports.isString(n)&&!y.lodashExports.isEmpty(n)?t.jsx(T,{mt:.5,size:"md",children:n}):void 0,n&&!y.lodashExports.isString(n)&&t.jsx(Ce,{display:"block",mt:.5,size:"md",children:n})]})},On=({disabled:e,id:n="modal-confirm",onCancel:i,onConfirm:o="submit",txtCancel:r,txtConfirm:a})=>{const s=o==="submit";return t.jsxs(m,{display:"flex",gap:.75,id:"footer",maxWidth:i?"392px":"190px",mt:1.5,children:[i?t.jsx(M,{id:`${n}-cancel`,justify:"center",onClick:i,variant:"tertiary",width:"100%",children:r??"Cancel"}):void 0,t.jsx(M,{disabled:e,id:n,justify:"center",onClick:s?void 0:o,type:s?"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",pa=f.styled.div`
2090
2090
  display: flex;
2091
2091
  flex-direction: row;
2092
2092
  gap: ${({theme:e})=>e.spacing[.25]};
2093
- border-bottom: ${({theme:e,$borderButton:n,$variant:i})=>la(e,i,n)};
2093
+ border-bottom: ${({theme:e,$borderButton:n,$variant:i})=>da(e,i,n)};
2094
2094
  align-items: center;
2095
2095
  padding: ${({theme:e})=>e.spacing[.625]}
2096
2096
  ${({theme:e})=>e.spacing[.5]};
@@ -2129,7 +2129,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2129
2129
  }
2130
2130
  }
2131
2131
  }
2132
- `,Mn=({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}=at.useLocation(),g=o||(c==="primary"?p.includes(r):p.endsWith(r));return t.jsx(Y,{display:"flex",id:`${i}-tooltip`,tip:s,children:t.jsxs(ca,{$borderButton:g,$variant:c,children:[t.jsx(at.NavLink,{end:e,id:i,onClick:l,to:r,children:n}),t.jsx(Ue,{left:a==null?void 0:a.left,numberIndicator:a==null?void 0:a.numberIndicator,show:a==null?void 0:a.show,top:a==null?void 0:a.top,variant:a==null?void 0:a.variant}),d===void 0?null:t.jsx(J,{tagLabel:`${d}`,variant:"default"})]})})},zt=({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(Mn,{end:a,id:l,isActive:s,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:o},l))})},ue=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})}),da=f.styled.li`
2132
+ `,Mn=({end:e=!1,label:n,id:i,isActive:o=!1,link:r,notificationSign:a,onClick:s,tooltip:l="",variant:c="primary",tag:d})=>{const{pathname:p}=at.useLocation(),g=o||(c==="primary"?p.includes(r):p.endsWith(r));return t.jsx(K,{display:"flex",id:`${i}-tooltip`,tip:l,children:t.jsxs(pa,{$borderButton:g,$variant:c,children:[t.jsx(at.NavLink,{end:e,id:i,onClick:s,to:r,children:n}),t.jsx(Ue,{left:a==null?void 0:a.left,numberIndicator:a==null?void 0:a.numberIndicator,show:a==null?void 0:a.show,top:a==null?void 0:a.top,variant:a==null?void 0:a.variant}),d===void 0?null:t.jsx(J,{tagLabel:`${d}`,variant:"default"})]})})},Tt=({items:e,borders:n=!0,box:i=!1,variant:o="primary"})=>{const r=f.useTheme();return t.jsx(m,{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:s,isActive:l,link:c,label:d,notificationSign:p,onClick:g,tag:x,tooltip:h})=>t.jsx(Mn,{end:a,id:s,isActive:l,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:o},s))})},ue=u.forwardRef(function({color:n=A.palette.gray[100],mt:i=.5,mb:o=.5,width:r,...a},s){return t.jsx(m,{as:"hr",borderTop:`1px solid ${n}`,mb:o,mt:i,ref:s,width:r??"100%",...a})}),ga=f.styled.li`
2133
2133
  ${({theme:e})=>`
2134
2134
  align-items: center;
2135
2135
  background-color: ${e.palette.white};
@@ -2176,7 +2176,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2176
2176
  background-color: ${e.palette.gray[100]};
2177
2177
  }
2178
2178
  `}
2179
- `,On=f.styled.ul`
2179
+ `,Wn=f.styled.ul`
2180
2180
  ${({theme:e})=>`
2181
2181
  background-color: ${e.palette.white};
2182
2182
  border: 1px solid ${e.palette.gray[200]};
@@ -2187,7 +2187,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2187
2187
  min-width: 240px;
2188
2188
  padding: ${e.spacing[.25]} 0 ${e.spacing[.25]} 0;
2189
2189
  `}
2190
- `,Me=({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(da,{"aria-disabled":n,"aria-label":p,"aria-selected":d,"data-testid":p,onClick:a,onKeyDown:s,value:p,...g,children:[i!==void 0||p!==void 0?t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[i?t.jsx(D,{disabled:n,icon:i,iconColor:h,iconSize:"sm",iconType:o}):null,r===void 0?b:t.jsx(oe,{href:r,children:b})]}):null,d||c?t.jsx(D,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:o,onClick:l}):null]})},pa=f.styled(Me)`
2190
+ `,Oe=({children:e,disabled:n=!1,icon:i,iconType:o="fa-light",href:r,onClick:a,onClickIcon:s,onKeyDown:l,rightIcon:c,selected:d=!1,value:p,...g})=>{const h=f.useTheme().palette.gray[n?300:800],b=n?u.Children.map(e,$=>u.isValidElement($)?u.cloneElement($,{disabled:n,...$.props}):$):e;return t.jsxs(ga,{"aria-disabled":n,"aria-label":p,"aria-selected":d,"data-testid":p,onClick:a,onKeyDown:l,value:p,...g,children:[i!==void 0||p!==void 0?t.jsxs(m,{alignItems:"center",display:"flex",gap:.625,children:[i?t.jsx(E,{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(E,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:o,onClick:s}):null]})},ua=f.styled(Oe)`
2191
2191
  margin-top: 10px;
2192
2192
  border: 1px solid ${({theme:e})=>e.palette.gray[300]};
2193
2193
  border-radius: 4px;
@@ -2210,7 +2210,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2210
2210
  border: 2px solid ${n.palette.black};
2211
2211
  background-color: ${n.palette.white} !important;
2212
2212
  `:""}
2213
- `,Wn=({items:e,onReorder:n,title:i,description:o,onClickClose:r})=>{const[a,l]=u.useState(null),s=u.useCallback(g=>()=>{r(g)},[r]),c=u.useCallback(g=>{l(g.name)},[]),d=u.useCallback(()=>{l(null)},[]),p=u.useCallback(g=>()=>{c(g)},[c]);return t.jsxs(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:n,style:{height:"max-content",padding:"1.25rem 0",width:"45%"},values:e,children:[t.jsxs($,{display:"flex",gap:.25,children:[t.jsx(V,{display:"flex",size:"xs",children:i}),t.jsx(J,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(z,{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(pa,{$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)]})},ga=f.styled(Me)`
2213
+ `,Bn=({items:e,onReorder:n,title:i,description:o,onClickClose:r})=>{const[a,s]=u.useState(null),l=u.useCallback(g=>()=>{r(g)},[r]),c=u.useCallback(g=>{s(g.name)},[]),d=u.useCallback(()=>{s(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(m,{display:"flex",gap:.25,children:[t.jsx(U,{display:"flex",size:"xs",children:i}),t.jsx(J,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(T,{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(ua,{$isDragging:a===g.name,disabled:g.locked,icon:"grip-vertical",iconType:"fa-light",label:g.name,onClickIcon:g.locked?void 0:l(g.id),rightIcon:g.locked?"lock":"close",selected:g.visible,value:g.name,children:g.name})},g.name):void 0)]})},xa=f.styled(Oe)`
2214
2214
  padding: 7px 8px;
2215
2215
 
2216
2216
  &[aria-selected="true"] {
@@ -2226,24 +2226,24 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2226
2226
  display: none;
2227
2227
  }
2228
2228
  }
2229
- `,Tt=e=>e.reduce((i,o)=>o.group?i[o.group]?{...i,[o.group]:[...i[o.group],o]}:{...i,[o.group]:[o]}:i,{}),ua=300,ce=({name:e,onClear:n,onChange:i,value:o,maxLength:r=ua,...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(K,{htmlFor:e??"",children:t.jsxs(ee,{children:[t.jsx(D,{icon:"magnifying-glass",iconColor:s.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx("input",{id:e,maxLength:r,name:e,onChange:g,onKeyDown:p,ref:l,type:"search",value:c,...a}),t.jsx("span",{style:{visibility:h?"visible":"hidden",margin:0},children:t.jsx(_,{icon:"xmark",iconColor:s.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:x,px:.25,py:.25,type:"reset",variant:"ghost"})})]})})},_n=({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(Tt(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx(Dn,{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(ga,{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)})})]})},Bn=({_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?xe.createPortal(t.jsx(Nn,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs(St,{$size:"md",flexDirection:"column",children:[t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(V,{size:"sm",children:n}),t.jsx(_,{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(ue,{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(_n,{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(Wn,{description:"Click and drag to reorder the columns",items:i.columns,onClickClose:d,onReorder:i.setColumns,title:"Reorder columns"})]}),t.jsx(ue,{mb:0,mt:0}),t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(O,{disabled:!i.hasChanged,form:"columns-visibility",id:"columns-modal-cancel",justify:"center",onClick:i.resetToDefault,type:"reset",variant:"tertiary",children:"Reset to default"}),t.jsx(O,{id:"columns-modal-submit",justify:"center",onClick:i.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},xa=f.styled(Me)`
2229
+ `,It=e=>e.reduce((i,o)=>o.group?i[o.group]?{...i,[o.group]:[...i[o.group],o]}:{...i,[o.group]:[o]}:i,{}),ha=300,ce=({name:e,onClear:n,onChange:i,value:o,maxLength:r=ha,...a})=>{const s=u.useRef(null),l=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 $=b.target.value;if($.length>r){const j=$.slice(0,r);d(j);return}d($),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(X,{htmlFor:e??"",children:t.jsxs(ee,{children:[t.jsx(E,{icon:"magnifying-glass",iconColor:l.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx("input",{id:e,maxLength:r,name:e,onChange:g,onKeyDown:p,ref:s,type:"search",value:c,...a}),t.jsx("span",{style:{visibility:h?"visible":"hidden",margin:0},children:t.jsx(H,{icon:"xmark",iconColor:l.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:x,px:.25,py:.25,type:"reset",variant:"ghost"})})]})})},_n=({columns:e,formId:n,onChangeHandler:i,variant:o})=>{const r=u.useRef(null),[a,s]=u.useState([]),[l,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(()=>{s(e.filter(g=>{var x;return o==="grouped"?g.name.toLowerCase().includes(l.toLowerCase())||((x=g.group)==null?void 0:x.includes(l.toLowerCase())):g.name.toLowerCase().includes(l.toLowerCase())}))},[e,l,o]),o==="grouped"?t.jsxs(m,{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:l})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(It(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx(En,{checkboxesName:g,defaultBgColor:!0,defaultCollapsed:h===0,onChange:i,options:x,title:g},b)})})]}):t.jsxs(m,{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:l})}),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(xa,{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)})})]})},Hn=({_containerId:e="portals",title:n,modalRef:i,variant:o})=>{const r=f.useTheme(),a=u.useRef(null),[s,l]=u.useState(void 0),c=u.useCallback(g=>{const{checked:x,value:h}=g.target,b=i.columns.map($=>{var j;return $.name===h?((j=$.toggleVisibility)==null||j.call($,x),{...$,visible:x}):$});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;s!==g&&l(g)},[s]);return i.isOpen?xe.createPortal(t.jsx(An,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs(zt,{$size:"md",flexDirection:"column",children:[t.jsxs(m,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(U,{size:"sm",children:n}),t.jsx(H,{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(ue,{mb:0,mt:0}),t.jsxs(m,{display:"flex",gap:1.25,onScroll:p,px:1.25,ref:a,scroll:"y",width:"100%",children:[t.jsx(_n,{columns:i.columns,formId:"columns-visibility",onChangeHandler:c,variant:o}),t.jsx(m,{borderLeft:`2px solid ${r.palette.gray[100]}`,height:s?`${s}px`:"auto"}),t.jsx(Bn,{description:"Click and drag to reorder the columns",items:i.columns,onClickClose:d,onReorder:i.setColumns,title:"Reorder columns"})]}),t.jsx(ue,{mb:0,mt:0}),t.jsxs(m,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(M,{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(M,{id:"columns-modal-submit",justify:"center",onClick:i.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},fa=f.styled(Oe)`
2230
2230
  padding: 8px;
2231
2231
  min-height: 36px;
2232
2232
  min-width: unset;
2233
- `,ha=(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)},Xt=(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())??"")}))??[],Zt=50,fa=(e,n,i)=>{const o=e.filter((d,p,g)=>g.findIndex(x=>x.value===d.value)===p);if(o.length<=Zt)return n.trim()?Xt(o,n):o;const r=o.filter(d=>i.includes(d.value)),a=o.filter(d=>!i.includes(d.value)),l=n.trim()?Xt(a,n):a,s=Zt-r.length,c=l.slice(0,Math.max(0,s));return[...r,...c]},ya=f.styled.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
2233
+ `,ya=(e,n)=>{var i,o,r,a,s;n("checkbox",e.filter(l=>l.type==="checkboxes").flatMap(l=>{var c;return((c=l.options)==null?void 0:c.filter(d=>d.checked).map(d=>d.value))??[]})),n("radio",((r=(o=(i=e.find(l=>l.type==="radioButton"))==null?void 0:i.options)==null?void 0:o.find(({checked:l})=>l))==null?void 0:r.value)??""),n("text",e.filter(l=>["text","select"].includes(l.type)).reduce((l,c)=>({...l,[`${String(c.key)}-${c.filterFn??"caseInsensitive"}`]:c.value??""}),{})),n("minValue",(a=e.find(l=>["numberRange","dateRange"].includes(l.type)))==null?void 0:a.minValue),n("maxValue",(s=e.find(l=>["numberRange","dateRange"].includes(l.type)))==null?void 0:s.maxValue)},Zt=(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())??"")}))??[],qt=50,ba=(e,n,i)=>{const o=e.filter((d,p,g)=>g.findIndex(x=>x.value===d.value)===p);if(o.length<=qt)return n.trim()?Zt(o,n):o;const r=o.filter(d=>i.includes(d.value)),a=o.filter(d=>!i.includes(d.value)),s=n.trim()?Zt(a,n):a,l=qt-r.length,c=s.slice(0,Math.max(0,l));return[...r,...c]},$a=f.styled.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
2234
2234
  align-items: center;
2235
2235
  background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
2236
2236
  display: flex;
2237
2237
  justify-content: center;
2238
2238
  z-index: 99999;
2239
- `,qt=f.styled(Me)`
2239
+ `,Jt=f.styled(Oe)`
2240
2240
  padding: 7px 8px;
2241
2241
  word-wrap: break-word;
2242
2242
 
2243
2243
  svg.fa-check {
2244
2244
  border-radius: 2px;
2245
2245
  }
2246
- `,Hn=({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=fa(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(qt,{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(qt,{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(wt,{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(Qe,{label:n.label,name:d,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx(Ct,{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(kt,{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",{})}},Vn=({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(Hn,{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)})}),Un=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}},gt=({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}=Un(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),ha(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(Vn,{control:a,items:l,register:c,setValue:p,watch:g}),t.jsx(O,{mt:1,type:"submit",children:"Apply"})]})]})},Gn=({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(I=>I.label===k),S=!(v!=null&&v.filterOptions.some(I=>I.type==="dateRange"||I.type==="select"));a==null||a(S??!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(F=>v.length>0?{...F,[b]:v}:F);const S=F=>{var T,N;return{...F,options:(T=F.options)==null?void 0:T.map(M=>({...M,checked:k.checkbox.includes(M.value)||k.radio===M.value})),value:["text","select"].includes(F.type)?((N=k.text)==null?void 0:N[`${String(F.key)}-${F.filterFn??"caseInsensitive"}`])??F.value:F.value,minValue:["numberRange","dateRange"].includes(F.type)?k.minValue:F.minValue,maxValue:["numberRange","dateRange"].includes(F.type)?k.maxValue:F.maxValue}},I=F=>F.label===b?{...F,filterOptions:F.filterOptions.map(S)}:F,R=c.map(I);d(F=>F.map(I));const E=R.flatMap(({filterOptions:F})=>F);i(E),g([])},[c,i,b]),C=u.useCallback((k,v)=>{const S=`li-filter-option-${k}`;return t.jsxs(xa,{icon:v,onClick:j(k),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:S,width:"100%",children:[k,x[k]===void 0?void 0:t.jsx(J,{tagLabel:x[k].length.toString()})]},S)},[x,j]);return u.useEffect(()=>{const k=e.reduce((v,{label:S,filterOptions:I})=>{const R=I.flatMap(({value:T,minValue:N,maxValue:M})=>[N,M,T]).filter(Boolean),E=I.flatMap(({options:T})=>T??[]).filter(({checked:T=!1})=>T).map(({value:T})=>T),F=[...R,...E];return F.length===0?v:{...v,[S]:F}},{});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(gt,{id:"filters-options",onSearch:o,onSubmit:w,options:p,selectedFilter:b}):Object.entries(Tt(e)).map(([k,v])=>t.jsxs($,{style:{writingMode:"horizontal-tb"},children:[t.jsx(z,{color:s.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:k}),v.map(({label:S,icon:I="filter-list"})=>C(S,I))]},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(gt,{id:"filters-options",onSearch:o,onSubmit:w,options:p,selectedFilter:b}):e.map(({label:k,icon:v="filter-list"})=>C(k,v))})},Yn=({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(Tt(e)).reduce((j,w)=>j+w.length,0):e.length)>5&&!d,h=f.useTheme(),b=u.useRef(null),m=t.jsx(_,{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(ya,{$bgColor:"transparent","aria-label":o.name,children:t.jsxs(St,{$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(Gn,{onApplyFilters:n,onFilterStateChange:p,onSearch:i,options:e,setDirection:l,setHandler:c,variant:r}),a==="row"?m:void 0]})})};function ba(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 Kn(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 $a(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 ma(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 ja(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const je=({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(Y,{disabled:!s,id:"applied-filter-tooltip",nodeTip:s?Array.isArray(l)?t.jsx($,{display:"flex",flexDirection:"column",gap:.25,children:l.map(c=>t.jsxs($,{alignItems:"flex-start",display:"flex",gap:.5,children:[t.jsx("span",{children:"•"}),t.jsx($,{whiteSpace:"normal",wordWrap:"break-word",children:c})]},c))}):t.jsx($,{whiteSpace:"normal",wordWrap:"break-word",children:l}):void 0,children:t.jsx(J,{filterValues:r,icon:n,id:"remove-filter",onClose:o(e),tagLabel:`${i} `})})},wa=({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=$a(p,g,o.placeholder);return t.jsx(je,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case"dateRange":{const x=ma(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(je,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=Kn(d);return t.jsx(je,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=ba(c),h=ja(s,o.label,a);return t.jsx(je,{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},va=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),ka=(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}),rt=(e,n)=>{const i=va(e);n(JSON.stringify(i))},Ca=(e,n)=>{const i=e();if(!i)return n;try{const o=JSON.parse(i);return ka(o,n)}catch{return n}},Sa=(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)},za=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,Ta=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}},Ia=({dataset:e,setValues:n,getValues:i,options:o,setFilteredDataset:r,onFiltersChange:a,onReset:l,onSearch:s,variant:c="ungrouped"})=>{const d=he("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=za(x),m=o.map(v=>({...v,filterOptions:v.filterOptions.map(S=>x.find(R=>R.key===S.key&&R.type===S.type&&R.filterFn===S.filterFn)??{...S})})),j=u.useCallback(v=>{h([...v]),rt(v,n)},[h,n]),w=u.useCallback(()=>{l&&l(),d.isOpen||g(!0),d.toggle()},[d,l]),C=u.useCallback(v=>()=>{l&&l();const S=x.map(I=>I.key===v.key&&I.type===v.type&&I.filterFn===v.filterFn?Ta(I):I);h(S),rt(S,n)},[x,l,n]);return u.useEffect(()=>{const v=o.flatMap(R=>R.filterOptions),S=i();if((()=>{if(!S)return!1;try{const R=JSON.parse(S);return Array.isArray(R)&&R.length>0}catch{return!1}})()){const R=Ca(i,v);h(R)}else v.flatMap(E=>E.value).filter(Boolean).length>0||v.flatMap(E=>E.options).filter(E=>(E==null?void 0:E.checked)===!0).length>0?(h(v),p&&rt(v,n)):h(v)},[o,h,n,i,p]),u.useEffect(()=>{r&&e!==void 0&&r(Sa(e,x)),a==null||a(x)},[e,x,r,a]),{Filters:()=>t.jsxs($,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx($,{pr:.25,children:t.jsx(O,{icon:"filter",id:"filter-btn",onClick:w,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(Yn,{modalRef:d,onApplyFilters:j,onSearch:s,options:m,variant:c})]}),options:m,removeFilter:C}},It=({_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 I=w.current.getBoundingClientRect().height;I>50&&(j(I),C.current=!0)}s.isOpen||(j(void 0),C.current=!1)},[k,s.isOpen]);const S=t.jsx(Nn,{"aria-label":s.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(St,{$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(Ln,{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(zt,{items:p})}),(y._.isObject(a)||o)&&t.jsxs(ia,{style:v?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[o,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(z,{size:"md",children:a.imageText})]}),t.jsx(An,{alert:n,cancelButton:i,confirmButton:r,modalRef:s})]})});return e&&s.isOpen?xe.createPortal(S,document.getElementById("portals")??document.body):s.isOpen?S:null},Da=(e,n,i)=>{const o=he("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(It,{"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(Pn,{disabled:b,id:e,onConfirm:l})]})}]},Fa=()=>{const[e,n]=u.useState(!1),[i,o]=u.useState(),r=u.useRef(null),a=he("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(It,{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}},Ea=2e3,Ra=({content:e})=>{const[n,i]=u.useState("Copy"),o=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{i("Copied"),setTimeout(()=>{i("Copy")},Ea)}).catch(()=>{i("Failed to copy")})},[e]);return t.jsx(_,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:o,tooltip:n,variant:"ghost"})},Na=f.styled.ul`
2246
+ `,Vn=({control:e,option:n,register:i,watch:o,setValue:r})=>{var a,s,l,c;switch(n.type){case"checkboxes":{const p=o("search")??"",g=o("checkbox")??[],x=n.options??[],h=ba(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(Jt,{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(Jt,{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(vt,{control:e,items:((s=n.options)==null?void 0:s.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(Qe,{label:n.label,name:d,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx(St,{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(Ct,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(l=n.maxValue)==null?void 0:l.toString()},propsMin:{name:"minValue",value:(c=n.minValue)==null?void 0:c.toString()},register:i,setValue:r,variant:"filters"});default:return t.jsx("div",{})}},Un=({control:e,items:n,register:i,setValue:o,watch:r})=>t.jsx(t.Fragment,{children:n.map((a,s)=>{const l=`${a.type}-${a.value}-${a.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(Vn,{control:e,option:a,register:i,setValue:o,watch:r}),s<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},l)})}),Gn=e=>{var c,d,p,g,x;const[n,i]=u.useState([...e]),{control:o,register:r,handleSubmit:a,setValue:s,watch:l}=y.useForm({defaultValues:{checkbox:e.filter(h=>h.type==="checkboxes").flatMap(h=>{var b;return((b=h.options)==null?void 0:b.filter($=>$.checked).map($=>$.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:s,watch:l}},gt=({options:e,onSearch:n,onSubmit:i,id:o,selectedFilter:r})=>{const{control:a,items:s,setItems:l,register:c,handleSubmit:d,setValue:p,watch:g}=Gn(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:k}=w.target;p("search",k),n&&n(k)},[n,p]),$=u.useCallback(()=>{p("search",""),n&&n("")},[n,p]),j=u.useCallback(w=>{i&&i(w)},[i]);return u.useEffect(()=>{l(e),ya(e,p)},[e,l,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:$,placeholder:"Search"})]}),t.jsxs("form",{id:o,onSubmit:d(j),children:[t.jsx(Un,{control:a,items:s,register:c,setValue:p,watch:g}),t.jsx(M,{mt:1,type:"submit",children:"Apply"})]})]})},Yn=({options:e,variant:n,onApplyFilters:i,onSearch:o,setDirection:r,setHandler:a,onFilterStateChange:s})=>{const l=f.useTheme(),[c,d]=u.useState(e),[p,g]=u.useState([]),[x,h]=u.useState({}),[b,$]=u.useState(""),j=u.useCallback(C=>()=>{const v=c.find(I=>I.label===C),S=!(v!=null&&v.filterOptions.some(I=>I.type==="dateRange"||I.type==="select"));a==null||a(S??!0),$(C),g((v==null?void 0:v.filterOptions)??[])},[c,a]),w=u.useCallback(C=>{const v=[...C.checkbox,...Object.values(C.text??{}),...C.radio?[C.radio]:[],...C.minValue?[String(C.minValue)]:[],...C.maxValue?[String(C.maxValue)]:[]];h(D=>v.length>0?{...D,[b]:v}:D);const S=D=>{var z,F;return{...D,options:(z=D.options)==null?void 0:z.map(W=>({...W,checked:C.checkbox.includes(W.value)||C.radio===W.value})),value:["text","select"].includes(D.type)?((F=C.text)==null?void 0:F[`${String(D.key)}-${D.filterFn??"caseInsensitive"}`])??D.value:D.value,minValue:["numberRange","dateRange"].includes(D.type)?C.minValue:D.minValue,maxValue:["numberRange","dateRange"].includes(D.type)?C.maxValue:D.maxValue}},I=D=>D.label===b?{...D,filterOptions:D.filterOptions.map(S)}:D,R=c.map(I);d(D=>D.map(I));const N=R.flatMap(({filterOptions:D})=>D);i(N),g([])},[c,i,b]),k=u.useCallback((C,v)=>{const S=`li-filter-option-${C}`;return t.jsxs(fa,{icon:v,onClick:j(C),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:S,width:"100%",children:[C,x[C]===void 0?void 0:t.jsx(J,{tagLabel:x[C].length.toString()})]},S)},[x,j]);return u.useEffect(()=>{const C=e.reduce((v,{label:S,filterOptions:I})=>{const R=I.flatMap(({value:z,minValue:F,maxValue:W})=>[F,W,z]).filter(Boolean),N=I.flatMap(({options:z})=>z??[]).filter(({checked:z=!1})=>z).map(({value:z})=>z),D=[...R,...N];return D.length===0?v:{...v,[S]:D}},{});h(C),p.length>0&&r&&r("column")},[p,e,r]),u.useEffect(()=>{s==null||s(p.length>0)},[p.length,s]),n==="grouped"?t.jsx(m,{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(gt,{id:"filters-options",onSearch:o,onSubmit:w,options:p,selectedFilter:b}):Object.entries(It(e)).map(([C,v])=>t.jsxs(m,{style:{writingMode:"horizontal-tb"},children:[t.jsx(T,{color:l.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:C}),v.map(({label:S,icon:I="filter-list"})=>k(S,I))]},C))}):t.jsx(m,{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(gt,{id:"filters-options",onSearch:o,onSubmit:w,options:p,selectedFilter:b}):e.map(({label:C,icon:v="filter-list"})=>k(C,v))})},Kn=({options:e,onApplyFilters:n,onSearch:i,modalRef:o,variant:r})=>{const[a,s]=u.useState("row"),[l,c]=u.useState(!0),[d,p]=u.useState(!1),x=(r==="grouped"?Object.values(It(e)).reduce((j,w)=>j+w.length,0):e.length)>5&&!d,h=f.useTheme(),b=u.useRef(null),$=t.jsx(H,{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 k=b.current;k&&!k.contains(w.target)&&o.close()};if(l)return document.addEventListener("mousedown",j,!0),()=>{document.removeEventListener("mousedown",j,!0)}},[b,l,o]),t.jsx($a,{$bgColor:"transparent","aria-label":o.name,children:t.jsxs(zt,{$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"?$:void 0,t.jsx(Yn,{onApplyFilters:n,onFilterStateChange:p,onSearch:i,options:e,setDirection:s,setHandler:c,variant:r}),a==="row"?$:void 0]})})};function ma(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 Xn(e){if(!e||e.length===0)return;const n=e.filter(l=>l.checked).map(l=>l.label??l.value);if(n.length===0)return;const i=(l,c=20)=>{if(l.length<=c)return l;const d=c-3,p=Math.ceil(d/2),g=Math.floor(d/2);return`${l.slice(0,p)}...${l.slice(l.length-g)}`};if(n.length===1){const l=n[0];return l.length>20?i(l,20):l}if(n.length===2){const l=n[0],c=n.join(", ").length;return l.length>20||c>20?`${i(l,20)} +1 more`:`${n[0]}, ${n[1]}`}const o=n[0],r=n.length-1,a=20,s=n.join(", ").length;return o.length>a||s>a?`${i(o,a)} +${r} more`:`${n[0]}, ${n[1]}`}function ja(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 wa(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 va(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const je=({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:s,shouldShowTooltip:l}=(()=>{var d,p,g;if(a.length>0){if(a.length===1){const $=(((d=a[0])==null?void 0:d.length)??0)>20;return{shouldShowTooltip:$,tooltipContent:$?a[0]:void 0}}if(a.length===2){const $=((p=a[0])==null?void 0:p.length)??0,j=a.join(", ").length,w=$>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(K,{disabled:!l,id:"applied-filter-tooltip",nodeTip:l?Array.isArray(s)?t.jsx(m,{display:"flex",flexDirection:"column",gap:.25,children:s.map(c=>t.jsxs(m,{alignItems:"flex-start",display:"flex",gap:.5,children:[t.jsx("span",{children:"•"}),t.jsx(m,{whiteSpace:"normal",wordWrap:"break-word",children:c})]},c))}):t.jsx(m,{whiteSpace:"normal",wordWrap:"break-word",children:s}):void 0,children:t.jsx(J,{filterValues:r,icon:n,id:"remove-filter",onClose:o(e),tagLabel:`${i} `})})},ka=({options:e,onClose:n})=>{const i=e.flatMap(o=>o.filterOptions.map(r=>{const{filterFn:a,label:s,type:l,value:c,options:d,minValue:p,maxValue:g}=r;switch(l){case"numberRange":{const x=ja(p,g,o.placeholder);return t.jsx(je,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},s)}case"dateRange":{const x=wa(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(je,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},s)}case"radioButton":case"checkboxes":{const x=Xn(d);return t.jsx(je,{filter:r,filterValue:x,icon:o.icon,label:o.label,onClose:n},s)}case void 0:case"select":case"text":default:{const x=ma(c),h=va(l,o.label,a);return t.jsx(je,{filter:r,filterValue:x,icon:o.icon,label:h,onClose:n},s)}}})).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(m,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:i}):null},Ca=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(s=>s.checked).map(s=>s.value);a.length>0&&(r={...r,selectedValues:a})}return r})();return Object.keys(o).length>2?o:null}).filter(Boolean),Sa=(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(s=>{var l;return{...s,checked:((l=o.selectedValues)==null?void 0:l.includes(s.value))??!1}})}),a})():i}),rt=(e,n)=>{const i=Ca(e);n(JSON.stringify(i))},za=(e,n)=>{const i=e();if(!i)return n;try{const o=JSON.parse(i);return Sa(o,n)}catch{return n}},Ta=(e,n)=>{function i(s,l){if(l.value===""||l.value===void 0||y._.defaultTo(l.isBackFilter,!1))return!0;switch(l.filterFn){case"includesInsensitive":return String(s[l.key]).toLowerCase().includes(l.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(s[l.key]).toLowerCase()===l.value.toLowerCase()}}function o(s,l){if(!l.options||l.options.length===0)return!0;const c=l.options.filter(d=>d.checked).map(d=>d.value);return c.length===0?!0:c.includes(String(s[l.key]))}function r(s,l,c){const d=c(String(s[l.key])),{minValue:p,maxValue:g}=l,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(s){return n.every(l=>{if(typeof l.key=="function")return l.key(s,l.value);switch(l.type){case"radioButton":case"checkboxes":return o(s,l);case"numberRange":return r(s,l,Number);case"dateRange":return r(s,l,c=>new Date(c));case"select":case"text":default:return i(s,l)}})}return e.filter(a)},Ia=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,Da=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}},Ea=({dataset:e,setValues:n,getValues:i,options:o,setFilteredDataset:r,onFiltersChange:a,onReset:s,onSearch:l,variant:c="ungrouped"})=>{const d=he("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=Ia(x),$=o.map(v=>({...v,filterOptions:v.filterOptions.map(S=>x.find(R=>R.key===S.key&&R.type===S.type&&R.filterFn===S.filterFn)??{...S})})),j=u.useCallback(v=>{h([...v]),rt(v,n)},[h,n]),w=u.useCallback(()=>{s&&s(),d.isOpen||g(!0),d.toggle()},[d,s]),k=u.useCallback(v=>()=>{s&&s();const S=x.map(I=>I.key===v.key&&I.type===v.type&&I.filterFn===v.filterFn?Da(I):I);h(S),rt(S,n)},[x,s,n]);return u.useEffect(()=>{const v=o.flatMap(R=>R.filterOptions),S=i();if((()=>{if(!S)return!1;try{const R=JSON.parse(S);return Array.isArray(R)&&R.length>0}catch{return!1}})()){const R=za(i,v);h(R)}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&&rt(v,n)):h(v)},[o,h,n,i,p]),u.useEffect(()=>{r&&e!==void 0&&r(Ta(e,x)),a==null||a(x)},[e,x,r,a]),{Filters:()=>t.jsxs(m,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx(m,{pr:.25,children:t.jsx(M,{icon:"filter",id:"filter-btn",onClick:w,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(Kn,{modalRef:d,onApplyFilters:j,onSearch:l,options:$,variant:c})]}),options:$,removeFilter:k}},Dt=({_portal:e=!0,alert:n,cancelButton:i=void 0,children:o=void 0,confirmButton:r=void 0,content:a=void 0,description:s=void 0,modalRef:l,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(),[$,j]=u.useState(void 0),w=u.useRef(null),k=u.useRef(!1),C=Array.isArray(p)&&p.length>0,v=i??r;u.useEffect(()=>{if(C&&!k.current&&w.current){const I=w.current.getBoundingClientRect().height;I>50&&(j(I),k.current=!0)}l.isOpen||(j(void 0),k.current=!1)},[C,l.isOpen]);const S=t.jsx(An,{"aria-label":l.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(zt,{$size:x,"data-testid":h,flexDirection:"column",id:h,ref:C?w:void 0,style:C&&$?{height:$}:void 0,children:[!y._.isEmpty(g)&&!y._.isNil(g)&&t.jsx(Pn,{description:s,modalRef:l,onClose:d,otherActions:c,title:g}),p&&t.jsx(m,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(Tt,{items:p})}),(y._.isObject(a)||o)&&t.jsxs(ra,{style:v?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[o,y._.isObject(a)&&y._.isString(a.imageSrc)&&t.jsx(ca,{$framed:a.imageFramed,children:t.jsx(ne,{alt:"modal-img",publicId:a.imageSrc})}),y._.isObject(a)&&y._.isString(a.imageText)&&t.jsx(T,{size:"md",children:a.imageText})]}),t.jsx(Ln,{alert:n,cancelButton:i,confirmButton:r,modalRef:l})]})});return e&&l.isOpen?xe.createPortal(S,document.getElementById("portals")??document.body):l.isOpen?S:null},Fa=(e,n,i)=>{const o=he("confirm-dialog-modal"),r=u.useRef(null),a=u.useCallback(async()=>(o.open(),new Promise(d=>{r.current=d})),[o]),s=u.useCallback(()=>{var d;o.close(),(d=r.current)==null||d.call(r,!0)},[o]),l=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),$=Object.entries(p).map(([j,{state:w,label:k}])=>t.jsx(le,{defaultChecked:w,label:k,name:j,onChange:h(j)},j));return t.jsxs(Dt,{"data-testid":e,id:e,modalRef:{...o,close:l},onClose:x,size:"sm",title:n,children:[d,t.jsx(m,{display:"flex",flexDirection:"column",gap:.5,children:$}),t.jsx(On,{disabled:b,id:e,onConfirm:s})]})}]},Ra=()=>{const[e,n]=u.useState(!1),[i,o]=u.useState(),r=u.useRef(null),a=he("confirm-dialog-modal"),s=u.useCallback(async p=>(o(p),n(!0),new Promise(g=>{r.current=g})),[]),l=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(Dt,{cancelButton:{onClick:c,text:"Cancel"},confirmButton:{id:(i==null?void 0:i.id)??"modal-confirm",onClick:l,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:s}},Na=2e3,Aa=({content:e})=>{const[n,i]=u.useState("Copy"),o=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{i("Copied"),setTimeout(()=>{i("Copy")},Na)}).catch(()=>{i("Failed to copy")})},[e]);return t.jsx(H,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:o,tooltip:n,variant:"ghost"})},La=f.styled.ul`
2247
2247
  ${({theme:e})=>`
2248
2248
  align-items: flex-start;
2249
2249
  border-radius: ${e.spacing[.25]};
@@ -2256,7 +2256,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2256
2256
  width: 166px;
2257
2257
  z-index: 9999;
2258
2258
  `}
2259
- `,Aa=f.styled.li`
2259
+ `,Pa=f.styled.li`
2260
2260
  ${({theme:e})=>`
2261
2261
  align-items: center;
2262
2262
  background: ${e.palette.white}
@@ -2282,7 +2282,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2282
2282
  cursor: not-allowed;
2283
2283
  }
2284
2284
  `}
2285
- `,La=({icon:e,iconColor:n,id:i,showChevron:o,options:r,title:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),d=s?"chevron-up":"chevron-down",{refs:p,floatingStyles:g}=y.useFloating({middleware:[y.offset({mainAxis:4})],placement:"bottom-start"}),x=u.useCallback(()=>{c(h=>!h)},[]);return te(s?p.floating.current:null,()=>{c(!1)},!0,[document.getElementById(`dropdown-toggle-${i}`)]),t.jsxs(u.Fragment,{children:[t.jsx(O,{"aria-label":a,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${i}`,onClick:x,ref:p.setReference,rightIcon:o?d:void 0,variant:"ghost",children:a}),s?t.jsx(Na,{ref:p.setFloating,style:g,children:r.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs(Aa,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(D,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},ut=({buttonProps:e,variant:n})=>t.jsx(O,{onClick:e.onClick,variant:n,children:e.text}),Pa=f.styled.div`
2285
+ `,Oa=({icon:e,iconColor:n,id:i,showChevron:o,options:r,title:a})=>{const s=f.useTheme(),[l,c]=u.useState(!1),d=l?"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(l?p.floating.current:null,()=>{c(!1)},!0,[document.getElementById(`dropdown-toggle-${i}`)]),t.jsxs(u.Fragment,{children:[t.jsx(M,{"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}),l?t.jsx(La,{ref:p.setFloating,style:g,children:r.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs(Pa,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(E,{icon:h.icon,iconColor:h.iconColor??s.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},ut=({buttonProps:e,variant:n})=>t.jsx(M,{onClick:e.onClick,variant:n,children:e.text}),Ma=f.styled.div`
2286
2286
  display: flex;
2287
2287
  flex-direction: column;
2288
2288
  align-items: center;
@@ -2290,7 +2290,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2290
2290
  max-width: 900px;
2291
2291
  white-space: pre-line;
2292
2292
  margin: 0 auto;
2293
- `,Ma=f.styled.div`
2293
+ `,Wa=f.styled.div`
2294
2294
  display: flex;
2295
2295
  flex-direction: row;
2296
2296
  justify-content: center;
@@ -2303,7 +2303,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2303
2303
  > img {
2304
2304
  width: 100%;
2305
2305
  }
2306
- `,Oa=f.styled.div`
2306
+ `,Ba=f.styled.div`
2307
2307
  display: flex;
2308
2308
  flex-direction: row;
2309
2309
  margin: 0;
@@ -2316,7 +2316,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2316
2316
  > *:last-child {
2317
2317
  margin-right: 0;
2318
2318
  }
2319
- `,Jt={md:{description:"md",title:"md"},sm:{description:"md",title:"xs"}},Wa=({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(Pa,{$padding:r,children:[t.jsx(Ma,{children:t.jsx(ne,{alt:"empty-icon",publicId:o})}),t.jsx(V,{fontWeight:"bold",mb:.25,size:Jt[l].title,textAlign:"center",children:a}),t.jsx(z,{mb:s?2:void 0,size:Jt[l].description,textAlign:"center",children:i}),s?t.jsxs(Oa,{children:[e&&t.jsx(ut,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(ut,{buttonProps:n,variant:"primary"})]}):void 0]})},_a=({children:e})=>{const n=y.useFormContext();return e({...n})},Ba=f.styled.form`
2319
+ `,Qt={md:{description:"md",title:"md"},sm:{description:"md",title:"xs"}},_a=({cancelButton:e=void 0,confirmButton:n=void 0,description:i,imageSrc:o="integrates/empty/addRoot",padding:r=1.25,title:a,size:s="md"})=>{const l=(n??e)!==void 0;return t.jsxs(Ma,{$padding:r,children:[t.jsx(Wa,{children:t.jsx(ne,{alt:"empty-icon",publicId:o})}),t.jsx(U,{fontWeight:"bold",mb:.25,size:Qt[s].title,textAlign:"center",children:a}),t.jsx(T,{mb:l?2:void 0,size:Qt[s].description,textAlign:"center",children:i}),l?t.jsxs(Ba,{children:[e&&t.jsx(ut,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(ut,{buttonProps:n,variant:"primary"})]}):void 0]})},Ha=({children:e})=>{const n=y.useFormContext();return e({...n})},Va=f.styled.form`
2320
2320
  ${({theme:e})=>`
2321
2321
  align-items: flex-start;
2322
2322
  align-self: stretch;
@@ -2326,7 +2326,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2326
2326
  overflow: hidden auto;
2327
2327
  width: 100%;
2328
2328
  `}
2329
- `,Ha=({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(Ba,{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(O,{icon:i.icon,id:`${l}-cancel`,justify:"center",onClick:i.onClick,type:"reset",variant:"tertiary",width:"100%",children:i.label??"Cancel"}):void 0,t.jsx(O,{disabled:((r==null?void 0:r.disabled)??!1)||m.formState.isSubmitting||a&&!m.formState.isDirty,icon:r==null?void 0:r.icon,id:l,justify:"center",type:"submit",width:"100%",children:(r==null?void 0:r.label)??"Confirm"})]})]})]})})})},Va=f.styled(Pe)`
2329
+ `,Ua=({alert:e,buttonAlignment:n,cancelButton:i,children:o,confirmButton:r,defaultDisabled:a=!0,id:s="modal-confirm",maxButtonWidth:l="392px",mode:c,onSubmit:d,padding:p=!0,showButtons:g=!0,yupSchema:x,...h})=>{const b=f.useTheme(),$=y.useForm({...h,mode:c??"all",resolver:x?y.o(x):void 0});function j(v){v.stopPropagation(),$.handleSubmit(d)(v)}const k=g?`calc(100% - ${e?"139px":"83px"})`:"100%",C=p?1.5:0;return t.jsx(y.FormProvider,{...$,children:t.jsx(Va,{onSubmit:j,children:t.jsxs(m,{scroll:"y",width:"100%",children:[t.jsx(m,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,display:"flex",flexDirection:"column",gap:.5,height:k,pb:C,pt:0,px:C,scroll:"y",children:o}),g&&t.jsxs(m,{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(m,{display:"flex",gap:.75,maxWidth:l,children:[i?t.jsx(M,{icon:i.icon,id:`${s}-cancel`,justify:"center",onClick:i.onClick,type:"reset",variant:"tertiary",width:"100%",children:i.label??"Cancel"}):void 0,t.jsx(M,{disabled:((r==null?void 0:r.disabled)??!1)||$.formState.isSubmitting||a&&!$.formState.isDirty,icon:r==null?void 0:r.icon,id:s,justify:"center",type:"submit",width:"100%",children:(r==null?void 0:r.label)??"Confirm"})]})]})]})})})},Ga=f.styled(Pe)`
2330
2330
  display: grid;
2331
2331
  grid-template-columns: ${({$sm:e})=>`repeat(${e}, 1fr)`};
2332
2332
  grid-auto-flow: ${({$autoFlow:e="row"})=>e};
@@ -2346,7 +2346,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2346
2346
  grid-template-columns: repeat(${n}, 1fr);
2347
2347
  }
2348
2348
  `}
2349
- `,Ua=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(Va,{$autoFlow:s,$columnGap:d,$gap:l,$lg:r,$md:i,$rowGap:c,$sm:o,$xl:a,ref:g,...p,children:n})}),Ga=f.styled.div`
2349
+ `,Ya=u.forwardRef(function({children:n,md:i,sm:o,lg:r,xl:a,gap:s,gridAutoFlow:l,rowGap:c,columnGap:d,...p},g){return t.jsx(Ga,{$autoFlow:l,$columnGap:d,$gap:s,$lg:r,$md:i,$rowGap:c,$sm:o,$xl:a,ref:g,...p,children:n})}),Ka=f.styled.div`
2350
2350
  ${({theme:e,$itemsLength:n})=>`
2351
2351
  display: flex;
2352
2352
  background-color: ${e.palette.white};
@@ -2365,7 +2365,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2365
2365
  width: 507px;
2366
2366
  }
2367
2367
  `}
2368
- `,Dt=f.styled.div`
2368
+ `,Et=f.styled.div`
2369
2369
  ${({theme:e,$isSelected:n})=>`
2370
2370
  align-items: center;
2371
2371
  background-color: ${n?e.palette.gray[100]:e.palette.white};
@@ -2382,7 +2382,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2382
2382
  background-color: ${e.palette.gray[100]};
2383
2383
  }
2384
2384
  `}
2385
- `,Xn=({isSelected:e=!1,label:n,onSelect:i})=>{const o=f.useTheme(),r=u.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(Dt,{$isSelected:e,onClick:r,children:[e?t.jsx(D,{icon:"check",iconColor:o.palette.gray[800],iconSize:"lg"}):null,t.jsx(z,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},He=100,Ya=({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,He);p(k=>{const v=C.toLowerCase();return k.filter(S=>{const I=String(S.name).toLowerCase();return I.startsWith(v)||I.includes(v)})})},[p,n]),b=u.useCallback(w=>{if(w.currentTarget){const C=w.currentTarget.value.slice(0,He);x(C),h(C)}},[x,h]),m=u.useCallback(w=>{const C=w.target.value.slice(0,He);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(Ga,{$itemsLength:d.length,children:[t.jsxs($,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(z,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(_,{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:He,onChange:m,onInput:b,placeholder:"Search",value:g})}),t.jsx(ue,{mb:1,mt:1}),t.jsxs($,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[s==="organization-selector"?t.jsx(Dt,{onClick:i,children:t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsx(D,{icon:"square-plus",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",mr:.5}),t.jsx(z,{color:c.palette.gray[400],size:"md",children:"New organization"})]})}):void 0,d.map(w=>t.jsx(Xn,{isSelected:a.toLowerCase()===w.name,label:w.name.charAt(0).toUpperCase()+w.name.slice(1),onSelect:o},w.name))]})]})})});return e?xe.createPortal(j,document.body):t.jsx("div",{})},Ka=f.styled.div`
2385
+ `,Zn=({isSelected:e=!1,label:n,onSelect:i})=>{const o=f.useTheme(),r=u.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(Et,{$isSelected:e,onClick:r,children:[e?t.jsx(E,{icon:"check",iconColor:o.palette.gray[800],iconSize:"lg"}):null,t.jsx(T,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},He=100,Xa=({isOpen:e=!0,items:n,handleNewOrganization:i,onSelect:o,onClose:r,selectedItem:a,title:s,variant:l})=>{const c=f.useTheme(),[d,p]=u.useState(n),[g,x]=u.useState(""),h=u.useCallback(w=>{if(!w){p(n);return}const k=w.slice(0,He);p(C=>{const v=k.toLowerCase();return C.filter(S=>{const I=String(S.name).toLowerCase();return I.startsWith(v)||I.includes(v)})})},[p,n]),b=u.useCallback(w=>{if(w.currentTarget){const k=w.currentTarget.value.slice(0,He);x(k),h(k)}},[x,h]),$=u.useCallback(w=>{const k=w.target.value.slice(0,He);x(k),h(k)},[x,h]);u.useEffect(()=>{e&&(x(""),p(n))},[e,n]),u.useEffect(()=>{g?h(g):p(n)},[n,g,h]);const j=t.jsx(m,{"aria-modal":"true",className:"comp-modal fixed inset-0 overflow-auto",zIndex:99999,children:t.jsx(m,{alignItems:"center",bgColor:"rgb(52 64 84 / 70%)",display:"flex",height:"100vh",justify:"center",left:"0",top:"0",width:"100%",children:t.jsxs(Ka,{$itemsLength:d.length,children:[t.jsxs(m,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(T,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:s}),t.jsx(H,{icon:"xmark",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:r,variant:"ghost"})]}),t.jsx(m,{mt:1,children:t.jsx(ce,{maxLength:He,onChange:$,onInput:b,placeholder:"Search",value:g})}),t.jsx(ue,{mb:1,mt:1}),t.jsxs(m,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[l==="organization-selector"?t.jsx(Et,{onClick:i,children:t.jsxs(m,{alignItems:"center",display:"flex",children:[t.jsx(E,{icon:"square-plus",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",mr:.5}),t.jsx(T,{color:c.palette.gray[400],size:"md",children:"New organization"})]})}):void 0,d.map(w=>t.jsx(Zn,{isSelected:a.toLowerCase()===w.name,label:w.name.charAt(0).toUpperCase()+w.name.slice(1),onSelect:o},w.name))]})]})})});return e?xe.createPortal(j,document.body):t.jsx("div",{})},Za=f.styled.div`
2386
2386
  ${({theme:e,$backgroundColor:n=e.palette.white})=>`
2387
2387
  align-items: flex-start;
2388
2388
  display: flex;
@@ -2399,7 +2399,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2399
2399
  fill: url(#gradient-01);
2400
2400
  }
2401
2401
  `}
2402
- `,Xa=({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(Ka,{$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(z,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:n}),t.jsx(V,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:s.format(Number(i))})]}),t.jsxs("span",{className:"fa-stack fa-2x",children:[t.jsx("i",{className:"fa-solid fa-square fa-stack-2x",style:{color:a.palette.primary[25]}}),t.jsx("i",{className:`fa-solid fa-${r} fa-stack-1x fill-gradient-01`,style:{width:"24px",height:"24px"}})]},r)]}),o?t.jsx(z,{size:"md",...l?{color:l}:{},children:o}):void 0]})},Za=({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(z,{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(_,{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(zt,{items:r})}),t.jsx($,{alignSelf:"stretch",display:"flex",flexDirection:"column",px:1.25,py:1,scroll:"y",children:n}),a&&t.jsx($,{alignSelf:"stretch",borderTop:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:a.map(({icon:s,text:c,onClick:d},p)=>t.jsx(O,{icon:s,onClick:d,variant:p===0?"primary":"tertiary",width:"100%",children:c},`${p}-${c}`))})]})},qa=f.styled.article`
2402
+ `,qa=({backgroundColor:e,title:n,indicator:i,description:o,icon:r})=>{const a=f.useTheme(),s=e?a.palette.white:void 0,l=y.$a916eb452884faea$export$b7a616150fdb9f44();return t.jsxs(Za,{$backgroundColor:e,children:[t.jsxs(m,{alignItems:"center","aria-label":n,"data-testid":n,display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs(m,{alignItems:"start",display:"flex",flexDirection:"column",children:[t.jsx(T,{fontWeight:"bold",size:"lg",...s?{color:s}:{},children:n}),t.jsx(U,{fontWeight:"bold",size:"lg",...s?{color:s}:{},children:l.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(T,{size:"md",...s?{color:s}:{},children:o}):void 0]})},Ja=({actions:e,children:n,header:i,title:o,tabs:r,footer:a})=>{const s=f.useTheme();return t.jsxs(m,{alignItems:"flex-start",bgColor:s.palette.white,borderLeft:`1px solid ${s.palette.gray[300]}`,display:"flex",flexDirection:"column",maxHeight:"750px",width:"480px",children:[t.jsxs(m,{alignItems:"flex-start",alignSelf:"stretch",borderBottom:`1px solid ${s.palette.gray[300]}`,display:"flex",gap:.25,justify:"space-between",px:1.25,py:1,children:[t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsx(T,{color:s.palette.gray[800],fontWeight:"bold",size:"lg",children:o}),i]}),e&&t.jsx(m,{display:"flex",gap:.25,children:e.map(({icon:l,onClick:c},d)=>t.jsx(H,{icon:l??"paper-plane",iconColor:s.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:c,variant:"ghost"},`${d}-${l}`))})]}),t.jsx(m,{display:"flex",pt:.25,width:"100%",children:t.jsx(Tt,{items:r})}),t.jsx(m,{alignSelf:"stretch",display:"flex",flexDirection:"column",px:1.25,py:1,scroll:"y",children:n}),a&&t.jsx(m,{alignSelf:"stretch",borderTop:`1px solid ${s.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:a.map(({icon:l,text:c,onClick:d},p)=>t.jsx(M,{icon:l,onClick:d,variant:p===0?"primary":"tertiary",width:"100%",children:c},`${p}-${c}`))})]})},Qa=f.styled.article`
2403
2403
  ${({theme:e})=>`
2404
2404
  align-items: flex-start;
2405
2405
  align-self: stretch;
@@ -2435,7 +2435,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2435
2435
  fill: url(#gradient-01);
2436
2436
  }
2437
2437
  `}
2438
- `,Ja=f.styled.div`
2438
+ `,es=f.styled.div`
2439
2439
  ${({theme:e,$hasImage:n,$width:i,$height:o})=>`
2440
2440
  width: ${i}px;
2441
2441
  height: ${o}px;
@@ -2445,7 +2445,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2445
2445
  align-items: center;
2446
2446
  justify-content: center;
2447
2447
  `}
2448
- `,Qa={md:{titleSize:"xs",descSize:"md",linkTextSize:"md"},lg:{titleSize:"sm",descSize:"lg",linkTextSize:"lg"}},es=({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}=Qa[d];return t.jsxs(qa,{"data-testid":g,children:[t.jsxs($,{display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs(Ja,{$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(J,{tagLabel:p,variant:"inactive"}):void 0]}),t.jsx(V,{size:h,children:g}),e?t.jsx(z,{size:b,children:e}):void 0,l??t.jsx(x,{href:n,style:{textDecoration:"none"},children:t.jsxs(z,{size:m,children:[s,t.jsx(D,{icon:"arrow-right",iconSize:"sm",iconType:"fa-light"})]})})]})},ts=f.styled.span`
2448
+ `,ts={md:{titleSize:"xs",descSize:"md",linkTextSize:"md"},lg:{titleSize:"sm",descSize:"lg",linkTextSize:"lg"}},ns=({desc:e,href:n,icon:i,imageHeight:o=48,imageWidth:r=48,Link:a,LinkElement:s,linkText:l="Learn more ",publicId:c,size:d="lg",tag:p,title:g})=>{const x=a??"a",{titleSize:h,descSize:b,linkTextSize:$}=ts[d];return t.jsxs(Qa,{"data-testid":g,children:[t.jsxs(m,{display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs(es,{$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(J,{tagLabel:p,variant:"inactive"}):void 0]}),t.jsx(U,{size:h,children:g}),e?t.jsx(T,{size:b,children:e}):void 0,s??t.jsx(x,{href:n,style:{textDecoration:"none"},children:t.jsxs(T,{size:$,children:[l,t.jsx(E,{icon:"arrow-right",iconSize:"sm",iconType:"fa-light"})]})})]})},is=f.styled.span`
2449
2449
  ${({theme:e,$bgColor:n=e.palette.secondary[500],$txtDecoration:i="none"})=>`
2450
2450
  background-color: ${n};
2451
2451
  border-radius: 5px;
@@ -2454,14 +2454,14 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2454
2454
  padding: ${e.spacing[.125]} ${e.spacing[.25]} ${e.spacing[.125]} ${e.spacing[.25]};
2455
2455
  text-decoration: ${i}
2456
2456
  `}
2457
- `,ns=({bgColor:e,children:n,txtDecoration:i,ml:o=1})=>t.jsx(ts,{$bgColor:e,$txtDecoration:i,className:`ml-${o}`,children:n}),is={lg:"56",md:"30",sm:"12"},{getVariant:os}=ie(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),rs=f.keyframes`
2457
+ `,os=({bgColor:e,children:n,txtDecoration:i,ml:o=1})=>t.jsx(is,{$bgColor:e,$txtDecoration:i,className:`ml-${o}`,children:n}),rs={lg:"56",md:"30",sm:"12"},{getVariant:as}=ie(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),ss=f.keyframes`
2458
2458
  0% {
2459
2459
  transform: rotateZ(0deg);
2460
2460
  }
2461
2461
  100% {
2462
2462
  transform: rotateZ(360deg)
2463
2463
  }
2464
- `,as=f.keyframes`
2464
+ `,ls=f.keyframes`
2465
2465
  0%,
2466
2466
  25% {
2467
2467
  stroke-dashoffset: 280;
@@ -2478,16 +2478,16 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2478
2478
  stroke-dashoffset: 280;
2479
2479
  transform: rotate(360deg);
2480
2480
  }
2481
- `,ss=f.styled.svg`
2481
+ `,cs=f.styled.svg`
2482
2482
  ${({$size:e="md"})=>f.css`
2483
- animation: ${rs} 2s linear infinite;
2483
+ animation: ${ss} 2s linear infinite;
2484
2484
  animation-timing-function: linear;
2485
2485
  display: inline-block;
2486
- width: ${is[e]}px;
2486
+ width: ${rs[e]}px;
2487
2487
  `}
2488
- `,ls=f.styled.circle`
2488
+ `,ds=f.styled.circle`
2489
2489
  ${({theme:e,$color:n="red"})=>f.css`
2490
- animation: 1.4s ease-in-out infinite both ${as};
2490
+ animation: 1.4s ease-in-out infinite both ${ls};
2491
2491
  display: block;
2492
2492
  fill: transparent;
2493
2493
  stroke-linecap: round;
@@ -2496,9 +2496,9 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2496
2496
  stroke-width: 10px;
2497
2497
  transform-origin: 50% 50%;
2498
2498
 
2499
- ${os(e,n)}
2499
+ ${as(e,n)}
2500
2500
  `}
2501
- `,cs=f.styled.circle`
2501
+ `,ps=f.styled.circle`
2502
2502
  display: block;
2503
2503
  fill: transparent;
2504
2504
  stroke: ${({theme:e})=>e.palette.gray[200]};
@@ -2506,12 +2506,12 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2506
2506
  stroke-width: 10px;
2507
2507
  transform-origin: 50% 50%;
2508
2508
  opacity: ${({$color:e})=>e==="white"?"20%":"unset"};
2509
- `,Zn=({color:e="red",label:n,size:i})=>{const o=f.useTheme();return t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsxs(ss,{$size:i,viewBox:"0 0 100 100",children:[t.jsx(cs,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(ls,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(z,{color:e==="red"||e==="blue"?o.palette.gray[700]:o.palette.white,ml:.5,size:"md",children:n})]})},ds={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},ps=({publicId:e,variant:n})=>t.jsx($,{...ds[n],children:t.jsx(ne,{alt:"logo",publicId:e})}),gs=f.styled(y.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
2509
+ `,qn=({color:e="red",label:n,size:i})=>{const o=f.useTheme();return t.jsxs(m,{alignItems:"center",display:"flex",children:[t.jsxs(cs,{$size:i,viewBox:"0 0 100 100",children:[t.jsx(ps,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(ds,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(T,{color:e==="red"||e==="blue"?o.palette.gray[700]:o.palette.white,ml:.5,size:"md",children:n})]})},gs={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},us=({publicId:e,variant:n})=>t.jsx(m,{...gs[n],children:t.jsx(ne,{alt:"logo",publicId:e})}),xs=f.styled(y.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
2510
2510
  ${({$size:e=16})=>`
2511
2511
  height: ${e}px;
2512
2512
  width: ${e}px;
2513
2513
  `}
2514
- `,us=e=>{const{size:n}=e;return t.jsx(gs,{$size:n,...e})},xs=({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(On,{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(z,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:s}),t.jsx(z,{color:l.palette.gray[400],size:"md",children:c}),y.lodashExports.isUndefined(d)?void 0:t.jsx(z,{color:l.palette.gray[400],size:"md",children:d})]}),t.jsx($,{children:t.jsx(J,{tagLabel:p,variant:"role"})})]})}),t.jsx(ue,{}),e,t.jsx(ue,{}),t.jsx("li",{className:"commit-info",children:t.jsx(oe,{href:`https://github.com/fluidattacks/universe/tree/${n}`,iconPosition:"hidden",children:t.jsx(z,{color:l.palette.gray[400],size:"sm",children:`commit : ${i}`})})})]})},hs=f.styled.button`
2514
+ `,hs=e=>{const{size:n}=e;return t.jsx(xs,{$size:n,...e})},fs=({children:e,commitSha:n,commitShortSha:i,parentElement:o,userInfo:r,setVisibility:a})=>{const s=f.useTheme(),{userName:l,email:c,phone:d,userRole:p}=r;return te(o,()=>{a(!1)}),t.jsxs(Wn,{children:[t.jsx("li",{className:"user-info",children:t.jsxs(m,{display:"inline-flex",gap:.25,width:"100%",children:[t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsx(T,{color:s.palette.gray[800],fontWeight:"bold",size:"md",children:l}),t.jsx(T,{color:s.palette.gray[400],size:"md",children:c}),y.lodashExports.isUndefined(d)?void 0:t.jsx(T,{color:s.palette.gray[400],size:"md",children:d})]}),t.jsx(m,{children:t.jsx(J,{tagLabel:p,variant:"role"})})]})}),t.jsx(ue,{}),e,t.jsx(ue,{}),t.jsx("li",{className:"commit-info",children:t.jsx(oe,{href:`https://github.com/fluidattacks/universe/tree/${n}`,iconPosition:"hidden",children:t.jsx(T,{color:s.palette.gray[400],size:"sm",children:`commit : ${i}`})})})]})},ys=f.styled.button`
2515
2515
  align-items: center;
2516
2516
  background-color: transparent;
2517
2517
  border: unset;
@@ -2528,7 +2528,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2528
2528
  &:hover span {
2529
2529
  color: ${A.palette.primary[200]};
2530
2530
  }
2531
- `,fs=({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(hs,{onClick:n,children:[t.jsx(z,{color:c.palette.white,fontWeight:o,size:"md",textDecoration:"underline",children:i}),t.jsx(D,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"lg",iconType:o==="bold"?"fa-regular":"fa-light"})]});return t.jsxs($,{alignItems:"center",bgGradient:"linear-gradient(45deg, #f32637 0%, #b8075d 100%)",display:d?"flex":"none",id:"message-banner",justify:"space-between",padding:[.75,.75,.75,.75],children:[t.jsxs($,{display:"flex",gap:.5,justify:"center",width:"100%",children:[s==="start"&&n?x:void 0,t.jsx($,{children:typeof e=="string"?t.jsx(z,{color:c.palette.white,display:"inline",size:"md",children:e}):e}),s==="end"&&n?x:void 0]}),t.jsx(D,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},ys=f.styled.div`
2531
+ `,bs=({message:e,onClickButton:n,buttonText:i,buttonFontWeight:o="regular",show:r=!0,icon:a,onClose:s,buttonSide:l="end"})=>{const c=f.useTheme(),[d,p]=u.useState(r),g=u.useCallback(()=>{p(!1),s==null||s()},[s]);u.useEffect(()=>{p(r)},[r,p]);const x=t.jsxs(ys,{onClick:n,children:[t.jsx(T,{color:c.palette.white,fontWeight:o,size:"md",textDecoration:"underline",children:i}),t.jsx(E,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"lg",iconType:o==="bold"?"fa-regular":"fa-light"})]});return t.jsxs(m,{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(m,{display:"flex",gap:.5,justify:"center",width:"100%",children:[l==="start"&&n?x:void 0,t.jsx(m,{children:typeof e=="string"?t.jsx(T,{color:c.palette.white,display:"inline",size:"md",children:e}):e}),l==="end"&&n?x:void 0]}),t.jsx(E,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},$s=f.styled.div`
2532
2532
  ${({theme:e,$variant:n})=>`
2533
2533
  background: ${e.palette.white};
2534
2534
  border: 1px solid ${e.palette.gray[200]};
@@ -2547,9 +2547,9 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2547
2547
  right: 16px;
2548
2548
  }
2549
2549
  `}
2550
- `,bs=f.styled(V)`
2550
+ `,ms=f.styled(U)`
2551
2551
  font-size: ${({theme:e})=>e.typography.text.md};
2552
- `,$s=f.styled.div`
2552
+ `,js=f.styled.div`
2553
2553
  ${({theme:e,$variant:n})=>`
2554
2554
  height: ${e.spacing[2.5]};
2555
2555
  width: ${e.spacing[2.5]};
@@ -2580,7 +2580,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2580
2580
  color: ${e.palette[n][500]};
2581
2581
  }
2582
2582
  `}
2583
- `,ms=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",js=({description:e,onClose:n,title:i,variant:o})=>{const r=f.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(ys,{$variant:o,className:`notification notification__${o}`,role:"alertdialog",children:[t.jsxs($s,{$variant:o,children:[t.jsx(D,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(D,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(D,{icon:ms(o),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs($,{pr:1.5,children:[t.jsx(bs,{fontWeight:"bold",size:"xs",children:i}),t.jsx(z,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(_,{height:"fit-content",icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},ws={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},xt=({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:ws[r],width:"100%"}):t.jsx(D,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx($,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(z,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:o?"break-spaces":"nowrap",wordWrap:"unset",children:n??r})})]})},vs=({align:e="end",buttonLabel:n="Add Credential",children:i,id:o,manualOption:r,providers:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),d=u.useRef(null);te(d.current,()=>{c(!1)},!0);const p=u.useCallback(h=>{r==null||r.onClick(h),c(!1)},[r]),g=u.useCallback(()=>{c(h=>!h)},[c]),x=u.useCallback(h=>b=>{var m;(m=a[h])==null||m.onClick(b),c(!1)},[a]);return t.jsxs($,{alignItems:e,display:"flex",flexDirection:"column",position:"relative",ref:d,width:"max-content",zIndex:10,children:[t.jsx(O,{icon:"plus",onClick:g,variant:"primary",children:n}),t.jsxs($,{alignItems:"center",bgColor:"#fff",border:`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"flex",gap:.5,height:"78px",id:o,pb:.5,pl:.75,position:"absolute",pr:.75,pt:.5,shadow:"md",top:"40px",visibility:s?"visible":"hidden",zIndex:10,children:[Object.keys(a).map(h=>t.jsx(xt,{onClick:x(h),provider:h},h)),r===void 0?void 0:t.jsx(xt,{icon:"square-plus",label:r.label??"Add manually",onClick:p}),i]})]})},ks=f.styled.button`
2583
+ `,ws=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",vs=({description:e,onClose:n,title:i,variant:o})=>{const r=f.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs($s,{$variant:o,className:`notification notification__${o}`,role:"alertdialog",children:[t.jsxs(js,{$variant:o,children:[t.jsx(E,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(E,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(E,{icon:ws(o),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(m,{pr:1.5,children:[t.jsx(ms,{fontWeight:"bold",size:"xs",children:i}),t.jsx(T,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(H,{height:"fit-content",icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},ks={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},xt=({icon:e,label:n,onClick:i,onlyLabel:o=!1,provider:r="GitLab"})=>{const a=f.useTheme();return t.jsxs(m,{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(m,{height:"24px",width:"24px",children:e===void 0?t.jsx(ne,{alt:`${r} Logo`,height:"100%",publicId:ks[r],width:"100%"}):t.jsx(E,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx(m,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(T,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:o?"break-spaces":"nowrap",wordWrap:"unset",children:n??r})})]})},Cs=({align:e="end",buttonLabel:n="Add Credential",children:i,id:o,manualOption:r,providers:a})=>{const s=f.useTheme(),[l,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 $;($=a[h])==null||$.onClick(b),c(!1)},[a]);return t.jsxs(m,{alignItems:e,display:"flex",flexDirection:"column",position:"relative",ref:d,width:"max-content",zIndex:10,children:[t.jsx(M,{icon:"plus",onClick:g,variant:"primary",children:n}),t.jsxs(m,{alignItems:"center",bgColor:"#fff",border:`1px solid ${s.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:l?"visible":"hidden",zIndex:10,children:[Object.keys(a).map(h=>t.jsx(xt,{onClick:x(h),provider:h},h)),r===void 0?void 0:t.jsx(xt,{icon:"square-plus",label:r.label??"Add manually",onClick:p}),i]})]})},Ss=f.styled.button`
2584
2584
  ${({theme:e,$hasIcon:n})=>`
2585
2585
  align-items: center;
2586
2586
  background-color: ${n?"unset":e.palette.white};
@@ -2614,7 +2614,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2614
2614
  color: ${e.palette.white};
2615
2615
  }
2616
2616
  `}
2617
- `,se=({children:e,disabled:n,hasIcon:i=!1,selected:o,onClick:r})=>t.jsx(ks,{...o?{className:"selected"}:{},$hasIcon:i,disabled:n,onClick:n||o?void 0:r,children:e}),Cs=[10,20,50,100],qn=({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(z,{size:"md",children:e}),t.jsx(_,{color:i.palette.gray[400],icon:o?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:s,px:.125,py:.125,ref:a.setReference,variant:"ghost"})]}),o?t.jsx($,{bgColor:i.palette.white,border:`1px solid ${i.palette.gray[200]}`,borderRadius:i.spacing[.5],display:"flex",flexDirection:"column",px:.25,py:.25,ref:a.setFloating,shadow:"md",style:l,children:Cs.map(d=>{const p=c(d);return t.jsx($,{bgColor:e===d?i.palette.gray[800]:"transparent",bgColorHover:i.palette.gray[e===d?800:100],borderRadius:i.spacing["0.25"],cursor:"pointer",maxWidth:"40px",minWidth:"40px",onClick:p,px:.25,py:.25,children:t.jsx(z,{color:e===d?i.palette.white:i.palette.gray[600],size:"md",textAlign:"center",children:d})},`${d}-${y.random(10)}`)})}):void 0]})},Ss=(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}}},zs=({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}}=Ss(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(z,{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(D,{icon:"angles-left",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:c,hasIcon:!0,onClick:m,children:t.jsx(D,{icon:"angle-left",iconSize:"sm",iconType:"fa-light"})}),p.map((C,k,v)=>{const S=C===1,I=C===n,R=g&&S&&k===0,E=h&&I&&k===p.length-1,F=x&&k===v.length/2-1;return t.jsxs(Ke.default.Fragment,{children:[E&&t.jsx(se,{disabled:!0,children:"..."}),t.jsx(se,{onClick:b(C),selected:i===C,children:C}),(R||F)&&t.jsx(se,{disabled:!0,children:"..."})]},C)}),t.jsx(se,{disabled:d,hasIcon:!0,onClick:j,children:t.jsx(D,{icon:"angle-right",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:d,hasIcon:!0,onClick:b(n),children:t.jsx(D,{icon:"angles-right",iconSize:"sm",iconType:"fa-light"})})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(qn,{pageSize:o,setPageSize:w}),t.jsx(z,{color:l.palette.gray[800],display:"inline",size:"md",children:"Items per page"})]})]})},Ts=f.styled.div`
2617
+ `,se=({children:e,disabled:n,hasIcon:i=!1,selected:o,onClick:r})=>t.jsx(Ss,{...o?{className:"selected"}:{},$hasIcon:i,disabled:n,onClick:n||o?void 0:r,children:e}),zs=[10,20,50,100],Jn=({pageSize:e,setPageSize:n})=>{const i=f.useTheme(),[o,r]=u.useState(!1),{refs:a,floatingStyles:s}=y.useFloating({middleware:[y.flip(),y.offset({mainAxis:4})],placement:"top-end",whileElementsMounted:y.autoUpdate}),l=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(m,{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(T,{size:"md",children:e}),t.jsx(H,{color:i.palette.gray[400],icon:o?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:l,px:.125,py:.125,ref:a.setReference,variant:"ghost"})]}),o?t.jsx(m,{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:s,children:zs.map(d=>{const p=c(d);return t.jsx(m,{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(T,{color:e===d?i.palette.white:i.palette.gray[600],size:"md",textAlign:"center",children:d})},`${d}-${y.random(10)}`)})}):void 0]})},Ts=(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}}},Is=({totalItems:e,totalPages:n,page:{pageIndex:i,pageSize:o},onPageChange:r,onPageSizeChange:a})=>{const s=f.useTheme(),l=i*o,c=i===1,d=i===n,{pages:p,ellipsis:{start:g,middle:x,end:h}}=Ts(i,n),b=u.useCallback(k=>()=>{r(k)},[r]),$=u.useCallback(()=>{i>1&&r(i-1)},[r,i]),j=u.useCallback(()=>{i<n&&r(i+1)},[r,i,n]),w=u.useCallback(k=>{a(k)},[a]);return t.jsxs(m,{alignItems:"center",as:"nav",display:"flex",justify:"space-between",py:.875,children:[t.jsx(T,{color:s.palette.gray[800],display:"inline",size:"md",children:`${l-o+1}-${l} of ${e} items`}),t.jsxs(m,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(se,{disabled:c,hasIcon:!0,onClick:b(1),children:t.jsx(E,{icon:"angles-left",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:c,hasIcon:!0,onClick:$,children:t.jsx(E,{icon:"angle-left",iconSize:"sm",iconType:"fa-light"})}),p.map((k,C,v)=>{const S=k===1,I=k===n,R=g&&S&&C===0,N=h&&I&&C===p.length-1,D=x&&C===v.length/2-1;return t.jsxs(Ke.default.Fragment,{children:[N&&t.jsx(se,{disabled:!0,children:"..."}),t.jsx(se,{onClick:b(k),selected:i===k,children:k}),(R||D)&&t.jsx(se,{disabled:!0,children:"..."})]},k)}),t.jsx(se,{disabled:d,hasIcon:!0,onClick:j,children:t.jsx(E,{icon:"angle-right",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:d,hasIcon:!0,onClick:b(n),children:t.jsx(E,{icon:"angles-right",iconSize:"sm",iconType:"fa-light"})})]}),t.jsxs(m,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(Jn,{pageSize:o,setPageSize:w}),t.jsx(T,{color:s.palette.gray[800],display:"inline",size:"md",children:"Items per page"})]})]})},Ds=f.styled.div`
2618
2618
  ${({theme:e})=>`
2619
2619
  height: ${e.spacing[1]};
2620
2620
  width: ${e.spacing[1]};
@@ -2645,7 +2645,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2645
2645
  font-size: ${e.spacing[.5]};
2646
2646
  }
2647
2647
  `}
2648
- `,Jn=({margin:e,onClick:n,text:i})=>{const o=f.useTheme(),r=t.jsxs(Ts,{children:[t.jsx(D,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(D,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(D,{icon:"crown",iconClass:"icon",iconSize:"lg"})]});return i!==void 0?t.jsx($,{cursor:"pointer",display:"inline-block",mr:e,onClick:n,children:t.jsxs($,{alignItems:"center",bgColor:o.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[r,t.jsx(z,{color:o.palette.warning[500],display:"inline",ml:.25,size:"sm",children:i})]})}):t.jsx($,{display:"inline-block",mr:e,onClick:n,children:r})},Is=f.styled.div`
2648
+ `,Qn=({margin:e,onClick:n,text:i})=>{const o=f.useTheme(),r=t.jsxs(Ds,{children:[t.jsx(E,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(E,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(E,{icon:"crown",iconClass:"icon",iconSize:"lg"})]});return i!==void 0?t.jsx(m,{cursor:"pointer",display:"inline-block",mr:e,onClick:n,children:t.jsxs(m,{alignItems:"center",bgColor:o.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[r,t.jsx(T,{color:o.palette.warning[500],display:"inline",ml:.25,size:"sm",children:i})]})}):t.jsx(m,{display:"inline-block",mr:e,onClick:n,children:r})},Es=f.styled.div`
2649
2649
  ${({theme:e,$isDragging:n})=>`
2650
2650
  align-items: center;
2651
2651
  display: flex;
@@ -2658,7 +2658,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2658
2658
 
2659
2659
  ${n?`border: 1px solid ${e.palette.black};`:""}
2660
2660
  `}
2661
- `,Qn=({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}`),ei=({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(Qn,{color:i[e].color,icon:i[e].icon}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e})]})},ti=({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(Is,{$isDragging:i===e.title,children:[t.jsxs($,{alignItems:"center",borderRight:"1px solid "+l.palette.gray[200],display:"flex",gap:.625,minWidth:"200px",px:1,py:1,width:"200px",children:[!n&&t.jsx(D,{icon:"grip-vertical",iconColor:l.palette.gray[400],iconSize:"md",mx:.75,my:.75}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e.title})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,justify:"space-between",pl:1,pr:1.75,py:1,width:"100%",children:[t.jsx(z,{size:"md",children:e.description}),t.jsx(ei,{rank:o+1})]})]})},e.title)},Ds=({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(ti,{disabled:e,draggedItem:l,handleDragEnd:p,handleItemDragStart:g,item:x,position:h},x.title))})},Qt=2,Fs=({score:e,toFixed:n=void 0})=>{const i=f.useTheme(),o=e<=33?"priority-bars-low":"priority-bars-medium",r=e>66||e===0?"priority-bars-high":o,a=n===void 0||n<0?0:n,l=e%1===0?Qt+a:Qt+a+1;return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(D,{icon:r,iconClass:e<=66?"fa-kit-duotone":"",iconColor:e>0?i.palette.primary[500]:i.palette.gray[200],iconSize:"lg",iconType:"fa-kit",secondaryColor:i.palette.gray[200]}),t.jsx(z,{color:i.palette.gray[800],size:"md",textAlign:"right",children:(n===void 0?e:e.toFixed(a).toString().padStart(l,"0"))+"%"})]})},{getVariant:Es}=ie(e=>({compliance:`
2661
+ `,ei=({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}`),ti=({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(m,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(ei,{color:i[e].color,icon:i[e].icon}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e})]})},ni=({item:e,disabled:n,draggedItem:i,position:o,handleDragEnd:r,handleItemDragStart:a})=>{const s=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(Es,{$isDragging:i===e.title,children:[t.jsxs(m,{alignItems:"center",borderRight:"1px solid "+s.palette.gray[200],display:"flex",gap:.625,minWidth:"200px",px:1,py:1,width:"200px",children:[!n&&t.jsx(E,{icon:"grip-vertical",iconColor:s.palette.gray[400],iconSize:"md",mx:.75,my:.75}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e.title})]}),t.jsxs(m,{alignItems:"center",display:"flex",gap:.625,justify:"space-between",pl:1,pr:1.75,py:1,width:"100%",children:[t.jsx(T,{size:"md",children:e.description}),t.jsx(ti,{rank:o+1})]})]})},e.title)},Fs=({disabled:e,items:n,handleSetItems:i})=>{const o=f.useTheme(),[r,a]=u.useState(n),[s,l]=u.useState(void 0);u.useEffect(()=>{a(n)},[n]);const c=u.useCallback(x=>{a([...x])},[]),d=u.useCallback(x=>{l(x)},[]),p=u.useCallback(()=>{l(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(ni,{disabled:e,draggedItem:s,handleDragEnd:p,handleItemDragStart:g,item:x,position:h},x.title))})},en=2,Rs=({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,s=e%1===0?en+a:en+a+1;return t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(E,{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(T,{color:i.palette.gray[800],size:"md",textAlign:"right",children:(n===void 0?e:e.toFixed(a).toString().padStart(s,"0"))+"%"})]})},{getVariant:Ns}=ie(e=>({compliance:`
2662
2662
  display: inline-flex;
2663
2663
 
2664
2664
  &.horizontal {
@@ -2716,17 +2716,17 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2716
2716
  .progress-bar {
2717
2717
  background-color: ${e.palette.primary[500]};
2718
2718
  }
2719
- `})),Rs=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],Ns=f.styled.div`
2719
+ `})),As=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],Ls=f.styled.div`
2720
2720
  ${({theme:e,$minWidth:n,$orientation:i,$rounded:o,$variant:r})=>`
2721
2721
  background-color: ${e.palette.gray[100]};
2722
2722
  border-radius: ${o?"100px":"unset"};
2723
2723
  ${i==="horizontal"?"min-width":"min-height"}: ${n}px;
2724
2724
  ${i==="horizontal"?"":"height: 100%;"}
2725
2725
 
2726
- ${Es(e,r)}
2726
+ ${Ns(e,r)}
2727
2727
 
2728
2728
  `}
2729
- `,As=f.styled.div`
2729
+ `,Ps=f.styled.div`
2730
2730
  ${({theme:e,$percentage:n,$rounded:i,$variant:o})=>`
2731
2731
  display: inline-flex;
2732
2732
  width: ${n}%;
@@ -2736,14 +2736,14 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2736
2736
  border-radius: ${i?"100px":"unset"};
2737
2737
  border-end-end-radius: ${i&&n<100?"0":"inherit"};
2738
2738
  border-start-end-radius: ${i&&n<100?"0":"inherit"};
2739
- background-color: ${o==="compliance"?Rs(e,n):"inherit"};
2739
+ background-color: ${o==="compliance"?As(e,n):"inherit"};
2740
2740
  `}
2741
- `,ni=({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(z,{ml:.5,mr:s?.5:0,size:"md",children:`${n}%`})}):null,d=t.jsx(Ns,{$minWidth:e,$orientation:r,$rounded:a,$variant:l,className:r,children:t.jsx(As,{$percentage:n,$rounded:a,$variant:l,className:"progress-bar"})});return t.jsxs($,{alignItems:"center",display:"inline-flex",flexDirection:s?"row-reverse":"row",height:r==="horizontal"?"auto":"100%",maxWidth:s?`${e+43}px`:void 0,minWidth:s?`${e+43}px`:void 0,textAlign:"end",children:[d,c]})},ii=({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"})]})}),oi=(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]}},Ls=f.styled(D)`
2741
+ `,ii=({minWidth:e=100,percentage:n,percentageLocation:i="right",showPercentage:o=!1,orientation:r="horizontal",rounded:a=!0,variant:s="default"})=>{const l=o&&i==="left",c=o?t.jsx(m,{alignItems:"center",display:"flex",justify:l?"flex-end":"flex-start",width:"40px",children:t.jsx(T,{ml:.5,mr:l?.5:0,size:"md",children:`${n}%`})}):null,d=t.jsx(Ls,{$minWidth:e,$orientation:r,$rounded:a,$variant:s,className:r,children:t.jsx(Ps,{$percentage:n,$rounded:a,$variant:s,className:"progress-bar"})});return t.jsxs(m,{alignItems:"center",display:"inline-flex",flexDirection:l?"row-reverse":"row",height:r==="horizontal"?"auto":"100%",maxWidth:l?`${e+43}px`:void 0,minWidth:l?`${e+43}px`:void 0,textAlign:"end",children:[d,c]})},oi=({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"})]})}),ri=(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]}},Os=f.styled(E)`
2742
2742
  box-sizing: border-box;
2743
2743
 
2744
- border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${oi("in progress",e)}`:"unset"};
2744
+ border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${ri("in progress",e)}`:"unset"};
2745
2745
  border-radius: 50%;
2746
- `,Ps=f.styled.div`
2746
+ `,Ms=f.styled.div`
2747
2747
  ${({$minWidth:e,$orientation:n})=>`
2748
2748
  display: flex;
2749
2749
  flex-direction: ${n==="horizontal"?"row":"column"};
@@ -2753,16 +2753,16 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2753
2753
  flex-flow: row wrap;
2754
2754
  }
2755
2755
  `}
2756
- `,Ms=150,Os=({label:e,minWidth:n=Ms,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(ni,{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(ii,{onClick:a}):t.jsx(Ls,{$variant:i,clickable:!d,disabled:d,icon:c[i],iconColor:oi(i,s),iconSize:"lg",iconType:"fa-light",onClick:d?void 0:a}),t.jsxs($,{children:[t.jsx(z,{color:s.palette.gray[d?300:800],fontWeight:"bold",size:"md",children:`${o}.${r}`}),e===void 0?null:t.jsx(z,{color:s.palette.gray[d?300:600],size:"sm",children:e})]})]})]})},Ws=150,_s=({children:e,orientation:n="horizontal",minWidth:i=Ws})=>{const o=u.Children.toArray(e),r=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>r*i,[r,i]);return t.jsx(Ps,{$minWidth:`${a}px`,$orientation:n,children:o.map(l=>u.cloneElement(l,{minWidth:i,orientation:n}))})},ri=({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(z,{display:"inline",lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx(Ce,{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(Ce,{color:o.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:s},`${c+1}-bold`):s)}):t.jsx(z,{lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:e})},Bs=({_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(V,{color:x,fontWeight:"bold",lineSpacing:p?1.5:2.5,mb:p?1.5:0,size:p?"sm":"md",textAlign:p?"start":"center",children:g}),S=t.jsx(ne,{alt:b,height:w,publicId:m,width:j}),I=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:S})}):S,t.jsxs($,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[p?void 0:v,t.jsx(ri,{description:l,highlightDescription:s,mobile:p})]})]}),o&&t.jsx($,{mb:1,scroll:"y",children:t.jsx($,{height:"100%",children:o})}),t.jsxs($,{alignItems:"flex-start",display:"flex",gap:1,justify:p?"start":"center",children:[y.lodashExports.isObject(r)?t.jsx(O,{onClick: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(O,{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?xe.createPortal(I,a??document.body):I},Hs=f.styled.div.attrs({className:"comp-scroll-up"})`
2756
+ `,Ws=150,Bs=({label:e,minWidth:n=Ws,state:i="not completed",stepNumber:o=1,title:r,onClick:a,orientation:s="horizontal"})=>{const l=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(m,{display:"inline-flex",flexDirection:s==="horizontal"?"column":"row",minWidth:`${n}px`,children:[t.jsx(ii,{minWidth:n,orientation:s,percentage:d||i==="not completed"?0:100,rounded:!1,variant:i==="error"?"progressIndicatorError":"progressIndicator"}),t.jsxs(m,{display:"flex",gap:.5,px:.5,py:.5,width:"100%",children:[i==="in progress"?t.jsx(oi,{onClick:a}):t.jsx(Os,{$variant:i,clickable:!d,disabled:d,icon:c[i],iconColor:ri(i,l),iconSize:"lg",iconType:"fa-light",onClick:d?void 0:a}),t.jsxs(m,{children:[t.jsx(T,{color:l.palette.gray[d?300:800],fontWeight:"bold",size:"md",children:`${o}.${r}`}),e===void 0?null:t.jsx(T,{color:l.palette.gray[d?300:600],size:"sm",children:e})]})]})]})},_s=150,Hs=({children:e,orientation:n="horizontal",minWidth:i=_s})=>{const o=u.Children.toArray(e),r=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>r*i,[r,i]);return t.jsx(Ms,{$minWidth:`${a}px`,$orientation:n,children:o.map(s=>u.cloneElement(s,{minWidth:i,orientation:n}))})},ai=({description:e="",highlightDescription:n="",mobile:i})=>{const o=f.useTheme(),r=i?"md":"lg",a=typeof n=="string",s=a?"":new RegExp(`(${n.join("|")})`,"u");return n.length>0?t.jsx(T,{display:"inline",lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx(Ce,{color:o.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:n}),e]}):e.split(s).map((l,c)=>n.includes(l)?t.jsx(Ce,{color:o.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:l},`${c+1}-bold`):l)}):t.jsx(T,{lineSpacing:1.5,size:r,textAlign:i?"start":"center",children:e})},Vs=({_portal:e=!1,cancelButton:n,darkBackground:i=!1,children:o,confirmButton:r,container:a,description:s,highlightDescription:l="",image:c,maxWidth:d,mobile:p=!1,title:g,titleColor:x})=>{const h=f.useTheme(),{alt:b,src:$,width:j="77px",height:w="77px"}=c,k=u.useCallback(()=>{n==null||n.onClick()},[n]),C=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}),S=t.jsx(ne,{alt:b,height:w,publicId:$,width:j}),I=t.jsx(m,{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(m,{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(m,{alignItems:"center",display:"flex",flexDirection:"column",width:"100%",children:[p?v:void 0,p?t.jsx(m,{alignItems:"center",height:w,justify:"center",mr:0,children:t.jsx(m,{bgColor:h.palette.gray[100],left:"0",position:"absolute",textAlign:"center",width:"100%",children:S})}):S,t.jsxs(m,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[p?void 0:v,t.jsx(ai,{description:s,highlightDescription:l,mobile:p})]})]}),o&&t.jsx(m,{mb:1,scroll:"y",children:t.jsx(m,{height:"100%",children:o})}),t.jsxs(m,{alignItems:"flex-start",display:"flex",gap:1,justify:p?"start":"center",children:[y.lodashExports.isObject(r)?t.jsx(M,{onClick:C,variant:(r==null?void 0:r.variant)??"primary",children:r==null?void 0:r.text},r==null?void 0:r.key):void 0,y.lodashExports.isObject(n)?t.jsx(M,{onClick:k,variant:(n==null?void 0:n.variant)??"tertiary",children:n==null?void 0:n.text},n==null?void 0:n.key):void 0]})]})});return e?xe.createPortal(I,a??document.body):I},Us=f.styled.div.attrs({className:"comp-scroll-up"})`
2757
2757
  position: fixed;
2758
2758
  bottom: ${({bottom:e})=>e??"unset"};
2759
2759
  right: ${({right:e})=>e??"unset"};
2760
2760
  z-index: ${({zIndex:e})=>e??"unset"};
2761
2761
  left: ${({left:e})=>e??"unset"};
2762
- `,Vs=({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(Hs,{bottom:o,left:n,right:r,zIndex:a,children:t.jsx(_,{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},Us=f.styled.div`
2762
+ `,Gs=({scrollerId:e="dashboard",left:n,visibleAt:i=500,bottom:o,right:r,zIndex:a=100})=>{const[s,l]=u.useState(!1),[c,d]=u.useState(null),p=f.useTheme();u.useEffect(()=>{d(document.getElementById(e)),c==null||c.addEventListener("scroll",()=>{l(c.scrollTop>i)})},[c,e,i]);const g=u.useCallback(()=>{c==null||c.scrollTo({behavior:"smooth",top:0})},[c]);return s?t.jsx(Us,{bottom:o,left:n,right:r,zIndex:a,children:t.jsx(H,{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},Ys=f.styled.div`
2763
2763
  position: relative;
2764
2764
  width: 100%;
2765
- `,Gs=f.styled.div`
2765
+ `,Ks=f.styled.div`
2766
2766
  ${({theme:e})=>`
2767
2767
  align-items: center;
2768
2768
  background-color: ${e.palette.white};
@@ -2777,7 +2777,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2777
2777
  &:hover { border-color: ${e.palette.gray[600]}; }
2778
2778
  &:focus-within { border: 2px solid ${e.palette.black}; }
2779
2779
  `}
2780
- `,Ys=f.styled.input`
2780
+ `,Xs=f.styled.input`
2781
2781
  ${({theme:e})=>`
2782
2782
  background: none;
2783
2783
  border: none !important;
@@ -2794,7 +2794,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2794
2794
  ::-webkit-search-results-button,
2795
2795
  ::-webkit-search-results-decoration { display: none; }
2796
2796
  `}
2797
- `,Ks=f.styled.div`
2797
+ `,Zs=f.styled.div`
2798
2798
  ${({theme:e})=>`
2799
2799
  position: absolute;
2800
2800
  z-index: 50;
@@ -2808,7 +2808,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2808
2808
  box-shadow: ${e.shadows.md};
2809
2809
  overflow: hidden;
2810
2810
  `}
2811
- `,Xs=f.styled.ul`
2811
+ `,qs=f.styled.ul`
2812
2812
  ${({theme:e})=>`
2813
2813
  list-style: none;
2814
2814
  margin: 0;
@@ -2816,18 +2816,18 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2816
2816
  max-height: 300px;
2817
2817
  overflow-y: auto;
2818
2818
  `}
2819
- `,Zs=f.styled.li`
2819
+ `,Js=f.styled.li`
2820
2820
  ${({theme:e})=>`
2821
2821
  padding: ${e.spacing[.5]} ${e.spacing[.75]};
2822
2822
  cursor: pointer;
2823
2823
  &:hover { background: ${e.palette.gray[50]}; }
2824
2824
  `}
2825
- `,qs=f.styled.div`
2825
+ `,Qs=f.styled.div`
2826
2826
  ${({theme:e})=>`
2827
2827
  padding: ${e.spacing[.75]};
2828
2828
  color: ${e.palette.gray[500]};
2829
2829
  `}
2830
- `,Js=300,Qs=({name:e,items:n=[],renderItem:i,onSelectItem:o,onClear:r,onChange:a,value:l,maxLength:s=Js,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(T=>{const N=T.target.value;if(N.length>s){j(N.slice(0,s));return}j(N),a==null||a(T),b(!0)},[a,s]),S=u.useCallback(()=>{var T;j(""),r==null||r(),a&&a({target:{value:""},currentTarget:{value:""}}),(T=x.current)==null||T.focus(),b(!1)},[r,a]),I=u.useCallback(T=>{const N=Number(T.currentTarget.dataset.index),M=n[N];o==null||o(M),b(!1)},[n,o]),R=h&&(m.trim().length>0||n.length>0),E=u.useMemo(()=>n.length===0?t.jsx(qs,{children:c}):t.jsx(Xs,{role:"listbox",children:n.map((T,N)=>t.jsx(Zs,{onClick:I,role:"option",children:i(T)},N))}),[n,c,i,I]),F=u.useCallback(T=>{T.key==="Escape"&&b(!1)},[]);return t.jsxs(Us,{ref:w.setReference,children:[t.jsxs(Gs,{children:[t.jsx(D,{icon:"magnifying-glass",iconColor:g.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx(Ys,{"aria-expanded":R,id:e,maxLength:s,name:e,onChange:v,onFocus:k,onKeyDown:F,ref:x,type:"search",value:m,...p}),!y.lodashExports.isEmpty(m)&&t.jsx(_,{icon:"xmark",iconColor:g.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:S,px:.25,py:.25,type:"reset",variant:"ghost"})]}),R?t.jsx(Ks,{ref:w.setFloating,style:C,children:E}):void 0]})},el=(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}},we=({variant:e,value:n})=>{const{iconColor:i,iconText:o,iconTextColor:r,textColor:a}=el(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(Y,{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(z,{color:r,size:"md",textAlign:"center",children:o})})}),t.jsx(z,{color:a,size:"md",children:n})]})},tl=({critical:e,high:n,medium:i,low:o})=>t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(we,{value:e,variant:"critical"}),t.jsx(we,{value:n,variant:"high"}),t.jsx(we,{value:i,variant:"medium"}),t.jsx(we,{value:o,variant:"low"})]}),nl=f.styled.div`
2830
+ `,el=300,tl=({name:e,items:n=[],renderItem:i,onSelectItem:o,onClear:r,onChange:a,value:s,maxLength:l=el,emptyText:c="No results",openOnFocus:d=!0,...p})=>{const g=f.useTheme(),x=u.useRef(null),[h,b]=u.useState(!1),[$,j]=u.useState(String(s??""));u.useEffect(()=>{j(String(s??""))},[s]);const{refs:w,floatingStyles:k}=y.useFloating$1({placement:"bottom-start"});te(w.floating.current,()=>b(!1),!0);const C=u.useCallback(()=>{d&&b(!0)},[d]),v=u.useCallback(z=>{const F=z.target.value;if(F.length>l){j(F.slice(0,l));return}j(F),a==null||a(z),b(!0)},[a,l]),S=u.useCallback(()=>{var z;j(""),r==null||r(),a&&a({target:{value:""},currentTarget:{value:""}}),(z=x.current)==null||z.focus(),b(!1)},[r,a]),I=u.useCallback(z=>{const F=Number(z.currentTarget.dataset.index),W=n[F];o==null||o(W),b(!1)},[n,o]),R=h&&($.trim().length>0||n.length>0),N=u.useMemo(()=>n.length===0?t.jsx(Qs,{children:c}):t.jsx(qs,{role:"listbox",children:n.map((z,F)=>t.jsx(Js,{onClick:I,role:"option",children:i(z)},F))}),[n,c,i,I]),D=u.useCallback(z=>{z.key==="Escape"&&b(!1)},[]);return t.jsxs(Ys,{ref:w.setReference,children:[t.jsxs(Ks,{children:[t.jsx(E,{icon:"magnifying-glass",iconColor:g.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx(Xs,{"aria-expanded":R,id:e,maxLength:l,name:e,onChange:v,onFocus:C,onKeyDown:D,ref:x,type:"search",value:$,...p}),!y.lodashExports.isEmpty($)&&t.jsx(H,{icon:"xmark",iconColor:g.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:S,px:.25,py:.25,type:"reset",variant:"ghost"})]}),R?t.jsx(Zs,{ref:w.setFloating,style:k,children:N}):void 0]})},nl=(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}},we=({variant:e,value:n})=>{const{iconColor:i,iconText:o,iconTextColor:r,textColor:a}=nl(e,n),s=y.lodashExports.capitalize(e.charAt(0))+e.slice(1);return t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.5,minWidth:"43px",children:[t.jsx(K,{id:s,place:"top",tip:s,children:t.jsx(m,{alignItems:"center",bgColor:i,borderRadius:"4px",cursor:"pointer",display:"flex",height:"22px",maxWidth:"22px",minWidth:"22px",children:t.jsx(T,{color:r,size:"md",textAlign:"center",children:o})})}),t.jsx(T,{color:a,size:"md",children:n})]})},il=({critical:e,high:n,medium:i,low:o})=>t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(we,{value:e,variant:"critical"}),t.jsx(we,{value:n,variant:"high"}),t.jsx(we,{value:i,variant:"medium"}),t.jsx(we,{value:o,variant:"low"})]}),ol=f.styled.div`
2831
2831
  ${({theme:e})=>`
2832
2832
  border-radius: ${e.spacing[.25]};
2833
2833
  cursor: pointer;
@@ -2845,7 +2845,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2845
2845
  display: block;
2846
2846
  }
2847
2847
  `}
2848
- `,il=({visibleElement:e,hiddenElement:n})=>t.jsxs(nl,{children:[e,t.jsx($,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),ai=({customBadge:e=void 0,description:n,icon:i,onClick:o,requiresUpgrade:r=!1,title:a})=>{const l=f.useTheme();return t.jsxs($,{bgColor:l.palette.white,bgColorHover:l.palette.gray[100],cursor:"pointer",display:"flex",gap:.5,onClick:o,px:1.25,py:1,width:"100%",children:[t.jsx($,{alignItems:"center",bgColor:l.palette.gray[300],borderRadius:l.spacing[.25],display:"flex",height:"24px",justify:"center",width:"24px",children:t.jsx(D,{icon:i,iconColor:l.palette.gray[800],iconSize:"sm",ml:.5,mr:.5})}),t.jsxs($,{children:[t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(z,{color:l.palette.gray[800],size:"md",children:a}),r?t.jsx(Jn,{text:"Upgrade"}):void 0,e]}),t.jsx(z,{color:l.palette.gray[400],size:"sm",children:n})]})]})},ol=f.styled(y.m.div)`
2848
+ `,rl=({visibleElement:e,hiddenElement:n})=>t.jsxs(ol,{children:[e,t.jsx(m,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),si=({customBadge:e=void 0,description:n,icon:i,onClick:o,requiresUpgrade:r=!1,title:a})=>{const s=f.useTheme();return t.jsxs(m,{bgColor:s.palette.white,bgColorHover:s.palette.gray[100],cursor:"pointer",display:"flex",gap:.5,onClick:o,px:1.25,py:1,width:"100%",children:[t.jsx(m,{alignItems:"center",bgColor:s.palette.gray[300],borderRadius:s.spacing[.25],display:"flex",height:"24px",justify:"center",width:"24px",children:t.jsx(E,{icon:i,iconColor:s.palette.gray[800],iconSize:"sm",ml:.5,mr:.5})}),t.jsxs(m,{children:[t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(T,{color:s.palette.gray[800],size:"md",children:a}),r?t.jsx(Qn,{text:"Upgrade"}):void 0,e]}),t.jsx(T,{color:s.palette.gray[400],size:"sm",children:n})]})]})},al=f.styled(y.m.div)`
2849
2849
  ${({theme:e})=>`
2850
2850
  background-color: ${e.palette.white};
2851
2851
  box-shadow: ${e.shadows.lg};
@@ -2868,7 +2868,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2868
2868
  height: auto;
2869
2869
  }
2870
2870
  `}
2871
- `,rl=({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(ol,{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(z,{color:l.palette.black,display:"inline",fontWeight:"bold",size:"lg",children:a}),t.jsx(_,{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(ai,{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?`
2871
+ `,sl=({children:e,closeIconId:n="close-menu",isOpen:i,items:o,onClose:r,title:a})=>{const s=f.useTheme(),l=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"),$=(x===h||((h==null?void 0:h.contains(x))??!1)||x===b||(b==null?void 0:b.contains(x)))??!1;i&&!$&&!(((j=l.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(al,{animate:i?{display:"block",x:0}:{transitionEnd:{display:"none"},x:"100%"},initial:{display:"none",x:"100%"},ref:l,transition:{bounce:0,duration:.6,type:"spring"},children:t.jsxs(m,{height:"100%",position:"relative",children:[t.jsxs(m,{alignItems:"center",bgColor:s.palette.white,borderBottom:"1px solid",borderColor:s.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(T,{color:s.palette.black,display:"inline",fontWeight:"bold",size:"lg",children:a}),t.jsx(H,{icon:"close",iconColor:s.palette.gray[400],iconSize:"lg",iconTransform:"grow-4",iconType:"fa-light",id:n,onClick:r,px:.25,py:.25,variant:"ghost"})]}),t.jsx(m,{display:"flex",flexDirection:"column",justify:"space-between",minHeight:"100vh",children:t.jsxs(m,{py:1.25,children:[(o??[]).map(({customBadge:d,description:p,icon:g,onClick:x,requiresUpgrade:h,title:b})=>t.jsx(si,{customBadge:d,description:p,icon:g,onClick:c(x),requiresUpgrade:h,title:b},b)),e&&t.jsx(m,{px:1.25,children:e})]})})]})})})},ll=(e,n)=>n>=50?`
2872
2872
  ${e.palette.gray[200]} 50%,
2873
2873
  ${e.palette.primary[500]} 50.05%,
2874
2874
  ${e.palette.primary[500]} ${n}%,
@@ -2879,7 +2879,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2879
2879
  ${e.palette.primary[500]} 50%,
2880
2880
  ${e.palette.gray[200]} 50.05%,
2881
2881
  ${e.palette.gray[200]} 100%
2882
- `,sl=f.styled.div`
2882
+ `,cl=f.styled.div`
2883
2883
  ${({theme:e,$min:n,$value:i})=>`
2884
2884
  align-items: center;
2885
2885
  align-self: stretch;
@@ -2895,7 +2895,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2895
2895
  ${n>=0?`
2896
2896
  ${e.palette.primary[500]} ${i}%,
2897
2897
  ${e.palette.gray[200]} ${i}%
2898
- `:al(e,i)}
2898
+ `:ll(e,i)}
2899
2899
  );
2900
2900
  border-radius: ${e.spacing[.125]};
2901
2901
  height: ${e.spacing[.25]};
@@ -2919,7 +2919,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2919
2919
  border: 1px solid ${e.palette.primary[500]};
2920
2920
  }
2921
2921
  `}
2922
- `,ll=f.styled.div`
2922
+ `,dl=f.styled.div`
2923
2923
  ${({theme:e})=>`
2924
2924
  align-items: center;
2925
2925
  display: flex;
@@ -2933,7 +2933,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2933
2933
  font-size: ${e.spacing[.5]};
2934
2934
  }
2935
2935
  `}
2936
- `,cl=f.styled.output`
2936
+ `,pl=f.styled.output`
2937
2937
  ${({theme:e})=>`
2938
2938
  align-items: flex-end;
2939
2939
  border-radius: ${e.spacing[.5]};
@@ -2944,7 +2944,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2944
2944
  padding: ${e.spacing[.625]} ${e.spacing[.75]};
2945
2945
  width: 59px;
2946
2946
  `}
2947
- `,si=({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})})})},dl=(e,n,i)=>Math.round((i-e)/(n-e)*100),pl=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=dl(r,a,p.getThumbValue(0)),{groupProps:x,trackProps:h}=y.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":l,id:l},p,i);return t.jsx(K,{htmlFor:l,label:o,children:t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(sl,{...x,$min:r??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${p.isDisabled?"disabled":""}`,ref:i,children:t.jsx(si,{index:0,name:l,state:p,trackRef:i})}),t.jsxs(ll,{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(cl,{children:t.jsx(z,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:gl}=ie(e=>({completed:`
2947
+ `,li=({state:e,trackRef:n,index:i,name:o})=>{const r=u.useRef(null),{thumbProps:a,inputProps:s,isDragging:l}=y.$47b897dc8cdb026b$export$8d15029008292ae({index:i,trackRef:n,inputRef:r},e);return t.jsx("div",{...a,className:`thumb ${l?"dragging":""}`,children:t.jsx(y.$5c3e21d68f1c4674$export$439d29a4e110a164,{children:t.jsx("input",{...s,"aria-label":o,ref:r})})})},gl=(e,n,i)=>Math.round((i-e)/(n-e)*100),ul=e=>{const n=f.useTheme(),i=u.useRef(null),{label:o,minValue:r=0,maxValue:a=100,name:s,setValue:l,watch:c}=e,d=y.$a916eb452884faea$export$b7a616150fdb9f44(),p=y.$28f99e3e86e6ec45$export$e5fda3247f5d67f9({...e,numberFormatter:d,onChange(b){l==null||l(s,b)},value:c==null?void 0:c(s)}),g=gl(r,a,p.getThumbValue(0)),{groupProps:x,trackProps:h}=y.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":s,id:s},p,i);return t.jsx(X,{htmlFor:s,label:o,children:t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(cl,{...x,$min:r??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${p.isDisabled?"disabled":""}`,ref:i,children:t.jsx(li,{index:0,name:s,state:p,trackRef:i})}),t.jsxs(dl,{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(pl,{children:t.jsx(T,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:xl}=ie(e=>({completed:`
2948
2948
  background-color: ${e.palette.primary[500]};
2949
2949
  color: ${e.palette.white};
2950
2950
 
@@ -2967,7 +2967,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2967
2967
  &::after {
2968
2968
  background-color: ${e.palette.gray[200]};
2969
2969
  }
2970
- `})),ul=f.styled.div`
2970
+ `})),hl=f.styled.div`
2971
2971
  ${({theme:e})=>`
2972
2972
  align-items: stretch;
2973
2973
  background-color: ${e.palette.white};
@@ -2977,7 +2977,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2977
2977
  padding: ${`${e.spacing[1]} ${e.spacing[1]}`};
2978
2978
  scroll-behavior: unset;
2979
2979
  `}
2980
- `,xl=f.styled.div`
2980
+ `,fl=f.styled.div`
2981
2981
  display: flex;
2982
2982
  flex-direction: row;
2983
2983
  margin-bottom: ${({theme:e})=>e.spacing[2]};
@@ -2985,7 +2985,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2985
2985
  &:last-child > div:first-child > span::after {
2986
2986
  display: none;
2987
2987
  }
2988
- `,hl=f.styled.div`
2988
+ `,yl=f.styled.div`
2989
2989
  ${({theme:e})=>`
2990
2990
  display: inline-flex;
2991
2991
  font-family: ${e.typography.type.primary};
@@ -2997,7 +2997,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
2997
2997
  margin-right: ${e.spacing[.5]};
2998
2998
  }
2999
2999
  `}
3000
- `,fl=f.styled.span`
3000
+ `,bl=f.styled.span`
3001
3001
  ${({theme:e,$variant:n})=>`
3002
3002
  border-radius: 6px;
3003
3003
  display: inline-block;
@@ -3020,9 +3020,9 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3020
3020
  height: calc(100% - ${e.spacing[1]});
3021
3021
  }
3022
3022
 
3023
- ${gl(e,n)}
3023
+ ${xl(e,n)}
3024
3024
  `}
3025
- `,yl=({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(ul,{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(xl,{children:[t.jsx($,{maxWidth:"40px",position:"relative",children:t.jsx(fl,{$variant:j,children:j==="completed"?t.jsx(D,{icon:"check",iconSize:"lg",iconType:"fa-solid"}):b})}),t.jsxs($,{ml:1.5,width:"100%",children:[t.jsx(V,{fontWeight:"bold",lineSpacing:1.25,mb:1.5,size:"xs",children:g}),j==="current"&&t.jsxs($,{children:[p,t.jsxs(hl,{children:[a>1&&t.jsx(O,{disabled:c.isDisabledPrevious??!1,onClick:s(-1,h),variant:"tertiary",children:"Previous"}),a<r.length?t.jsx(O,{disabled:c.isDisabledNext??!1,onClick:s(1,x),variant:"primary",children:"Next step"}):t.jsx(O,{disabled:e,onClick:o,type:i,variant:"primary",children:n})]})]})]})]},c.title)})})},bl=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)},en=e=>e.map(bl),li=({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)?en(n):en(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})},ci=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=pn({columnOrder:(i==null?void 0:i.defaultColumnOrder)??[],items:c,name:"table-column-management",setColumnOrder:n.setColumnOrder,setColumnVisibility:n.setColumnVisibility}),p=u.useCallback(()=>{d.toggle()},[d]);return u.useEffect(()=>{r(n.getVisibleLeafColumns().filter(g=>g.id!=="selection").length)},[n,l]),t.jsxs("div",{id:"columns-filter",children:[t.jsx(O,{icon:"columns",id:"columns-toggle-btn",onClick:p,tag:o.toString(),variant:"ghost"}),t.jsx(Bn,{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}),$l=f.styled.span`
3025
+ `,$l=({button:{disabled:e=!1,text:n,type:i="button",onClick:o},steps:r})=>{const[a,s]=u.useState(1),l=u.useCallback((c,d)=>()=>{s(p=>p+c),d==null||d()},[]);return t.jsx(hl,{children:r.map((c,d)=>{const{content:p,title:g,nextAction:x,previousAction:h}=c,b=d+1,$=b===a?"current":"disabled",j=b<a?"completed":$;return t.jsxs(fl,{children:[t.jsx(m,{maxWidth:"40px",position:"relative",children:t.jsx(bl,{$variant:j,children:j==="completed"?t.jsx(E,{icon:"check",iconSize:"lg",iconType:"fa-solid"}):b})}),t.jsxs(m,{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(m,{children:[p,t.jsxs(yl,{children:[a>1&&t.jsx(M,{disabled:c.isDisabledPrevious??!1,onClick:l(-1,h),variant:"tertiary",children:"Previous"}),a<r.length?t.jsx(M,{disabled:c.isDisabledNext??!1,onClick:l(1,x),variant:"primary",children:"Next step"}):t.jsx(M,{disabled:e,onClick:o,type:i,variant:"primary",children:n})]})]})]})]},c.title)})})},ml=e=>{const n=(r,a)=>a.reduce((l,[c,d])=>{if(u.isValidElement(d)||c==="__typename")return l.concat([["",""]]);if(typeof d=="object"&&d){const g=Object.entries(d);return l.concat(n(c,g))}const p=r===""?"":`${r}.`;return l.concat([[p+c,d]])},[]),i=Object.entries(e),o=n("",i).filter(([r])=>r!=="");return Object.fromEntries(o)},tn=e=>e.map(ml),ci=({csvConfig:e={},data:n,children:i})=>{const{columns:o=void 0,export:r=!1,headers:a={},name:s="Report"}=e,l=u.useMemo(()=>y._.isUndefined(o)?tn(n):tn(n).map(p=>y._.pick(p,o)),[n,o]),c=u.useMemo(()=>l.length>0&&!y._.isEmpty(a),[l.length,a]),d=u.useMemo(()=>(c?Object.keys(l[0]):[]).map(p=>y._.includes(Object.keys(a),p)?{key:p,label:a[p]}:{key:p,label:p}),[c,l,a]);return r?t.jsx(y.CSVLink,{data:l,filename:s,headers:c?d:void 0,children:i}):t.jsx(u.Fragment,{children:i})},di=e=>{const{table:n}=e,{meta:i}=n.options,[o,r]=u.useState(0),[,a]=n.getHeaderGroups(),s=n.getState(),l=u.useMemo(()=>n.getAllLeafColumns().filter(g=>g.id!=="selection"),[n]),c=u.useMemo(()=>l.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()}}),[l]),d=un({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,s]),t.jsxs("div",{id:"columns-filter",children:[t.jsx(M,{icon:"columns",id:"columns-toggle-btn",onClick:p,tag:o.toString(),variant:"ghost"}),t.jsx(Hn,{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}),jl=f.styled.span`
3026
3026
  transition: all 150ms;
3027
3027
  width: 5px;
3028
3028
  height: 10px;
@@ -3047,7 +3047,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3047
3047
  transition: opacity 150ms;
3048
3048
  opacity: ${({$variant:e})=>e==="asc"?0:1};
3049
3049
  }
3050
- `,ht=e=>{const n=f.useTheme(),{variant:i}=e;return t.jsxs($l,{$variant:i,children:[t.jsx(D,{icon:"caret-up",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"}),t.jsx(D,{icon:"caret-down",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"})]})},ml=f.styled.div`
3050
+ `,ht=e=>{const n=f.useTheme(),{variant:i}=e;return t.jsxs(jl,{$variant:i,children:[t.jsx(E,{icon:"caret-up",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"}),t.jsx(E,{icon:"caret-down",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"})]})},wl=f.styled.div`
3051
3051
  position: relative;
3052
3052
 
3053
3053
  div:has(table) {
@@ -3211,7 +3211,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3211
3211
  }
3212
3212
  }
3213
3213
  }
3214
- `,jl=f.styled.div`
3214
+ `,vl=f.styled.div`
3215
3215
  ${({$width:e,theme:n})=>`
3216
3216
  display: flex;
3217
3217
  flex-direction: column;
@@ -3239,7 +3239,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3239
3239
  }
3240
3240
  }
3241
3241
  `}
3242
- `,wl=f.styled.div`
3242
+ `,kl=f.styled.div`
3243
3243
  align-items: center;
3244
3244
  background-color: transparent;
3245
3245
  display: flex;
@@ -3268,7 +3268,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3268
3268
  margin-right: ${({theme:e})=>e.spacing[.5]};
3269
3269
  }
3270
3270
  }
3271
- `,tn=f.styled.div`
3271
+ `,nn=f.styled.div`
3272
3272
  transition: all 150ms;
3273
3273
  content: "";
3274
3274
  z-index: 2;
@@ -3287,11 +3287,11 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3287
3287
  transition: all 150ms;
3288
3288
  border-right: 1px solid ${({theme:e})=>e.palette.black};
3289
3289
  }
3290
- `,di=()=>{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(ht,{variant:x.column.getIsSorted()}):void 0,(o==null?void 0:o.map(m=>m.columnId).includes(x.id))??!1?t.jsx(Y,{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(tn,{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(ht,{variant:d.column.getIsSorted()}):void 0,(o==null?void 0:o.map(g=>g.columnId).includes(d.id))??!1?t.jsx(Y,{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(tn,{onMouseDown:a(d)})]},d.id)})})})},vl=f.styled.div`
3290
+ `,pi=()=>{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(m,{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(ht,{variant:x.column.getIsSorted()}):void 0,(o==null?void 0:o.map($=>$.columnId).includes(x.id))??!1?t.jsx(K,{icon:"circle-info",id:x.id,place:"right",tip:((b=o==null?void 0:o.find($=>$.columnId===x.id))==null?void 0:b.tip)??""}):void 0]}),x.column.getCanResize()&&t.jsx(nn,{onMouseDown:a(p)})]},x.id)})},d.id))});const[s,l]=(n==null?void 0:n.getHeaderGroups())??[],c=y.lodashExports.isNil(l)?s:l;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(m,{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(ht,{variant:d.column.getIsSorted()}):void 0,(o==null?void 0:o.map(g=>g.columnId).includes(d.id))??!1?t.jsx(K,{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(nn,{onMouseDown:a(d)})]},d.id)})})})},Cl=f.styled.div`
3291
3291
  align-items: center;
3292
3292
  display: flex;
3293
3293
  width: 100%;
3294
- `,pi=()=>{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(Zn,{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(z,{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(Ke.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(vl,{children:[d===o&&s.getCanExpand()?t.jsx("button",{onClick:a(s),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(D,{icon:s.getIsExpanded()?"angle-up":"angle-down",iconSize:"lg",iconType:"fa-light"})}):void 0,y.flexRender(c.column.columnDef.cell,c.getContext())]})},c.id))}),s.getIsExpanded()?t.jsx("tr",{"data-testid":`row-${s.id}-expand`,id:"description",children:t.jsx("td",{colSpan:100,children:l(s)})}):void 0]},s.id))})},gi=()=>{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(jl,{$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(di,{}),t.jsx(pi,{})]})]})},nn=f.styled(_)`
3294
+ `,gi=()=>{const e=f.useTheme(),{table:n}=u.useContext(re),{loading:i}=(n==null?void 0:n.options.meta)??{},o=u.useMemo(()=>{const{enableRowSelection:l,enableMultiRowSelection:c}=(n==null?void 0:n.options)??{};return l||c?1:0},[n==null?void 0:n.options]),r=u.useCallback((l,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,l)}},[o,n]),a=u.useCallback(l=>c=>{c.stopPropagation(),l.toggleExpanded()},[]),s=u.useCallback(l=>{const{meta:c}=(n==null?void 0:n.options)??{},{onExpand:d=void 0}=c??{};return d?d(l):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(m,{alignItems:"center",display:"flex",justify:"center",width:"100%",children:t.jsx(qn,{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(T,{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(l=>t.jsxs(Ke.default.Fragment,{children:[t.jsx("tr",{"aria-expanded":l.getIsExpanded(),"data-testid":`row-${l.id}`,children:l.getVisibleCells().map((c,d)=>t.jsx("td",{className:d===o&&n.options.onRowClick?"clickable":"","data-testid":`cell-${c.id}`,onClick:r(l,d),children:t.jsxs(Cl,{children:[d===o&&l.getCanExpand()?t.jsx("button",{onClick:a(l),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(E,{icon:l.getIsExpanded()?"angle-up":"angle-down",iconSize:"lg",iconType:"fa-light"})}):void 0,y.flexRender(c.column.columnDef.cell,c.getContext())]})},c.id))}),l.getIsExpanded()?t.jsx("tr",{"data-testid":`row-${l.id}-expand`,id:"description",children:t.jsx("td",{colSpan:100,children:s(l)})}):void 0]},l.id))})},ui=()=>{const{containerRef:e,hidden:n,elementName:i,handleUnselectAll:o,onKeyDown:r,selected:a,tableSize:s,tableRef:l}=u.useContext(re);return t.jsxs("div",{ref:e,children:[n?void 0:t.jsx(vl,{$width:s,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:l,children:[t.jsx(pi,{}),t.jsx(gi,{})]})]})},on=f.styled(H)`
3295
3295
  ${({theme:e,$padding:n})=>`
3296
3296
  background-color: ${e.palette.white};
3297
3297
  border: 1px solid ${e.palette.gray[200]};
@@ -3317,7 +3317,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3317
3317
  background-color: ${e.palette.gray[100]};
3318
3318
  }
3319
3319
  `}
3320
- `,ui=()=>{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(nn,{$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(nn,{$padding:"4px 6px",disabled:n>i-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:o,variant:"ghost"})]})},kl=10,Cl=20,Sl=50,zl=100,xi=()=>{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([kl,Cl,Sl,zl],(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(z,{pr:.25,size:"md",children:a}),t.jsx(_,{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(z,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},hi=()=>{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(z,{display:"inline-block",fontWeight:"bold",size:"md",children:r(n,i,o)})},fi=({children:e})=>t.jsxs(wl,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(hi,{}),t.jsx(xi,{}),t.jsx(ui,{})]}),e]}),yi=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),Tl=f.styled.div.attrs({className:"search-container"})`
3320
+ `,xi=()=>{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(m,{alignItems:"center",display:"flex",gap:.5,children:[t.jsx(on,{$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(on,{$padding:"4px 6px",disabled:n>i-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:o,variant:"ghost"})]})},Sl=10,zl=20,Tl=50,Il=100,hi=()=>{const e=f.useTheme(),{table:n}=u.useContext(re),i=(n==null?void 0:n.getRowCount())??0,[o,r]=u.useState(!1),[a,s]=u.useState((n==null?void 0:n.getState().pagination.pageSize)??10),{refs:l,floatingStyles:c}=y.useFloating$1({middleware:[y.offset({mainAxis:4})],open:o,placement:"top-end",whileElementsMounted:y.autoUpdate}),d=u.useMemo(()=>y.transform([Sl,zl,Tl,Il],(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=>()=>{s(h),n==null||n.setPageSize(h),r(!1)},[n,s]);return te(l.reference.current,()=>{r(!1)},!0,[l.floating.current]),u.useEffect(()=>(window.addEventListener("scrollend",p,!0),()=>{window.removeEventListener("scrollend",p,!0)}),[p]),t.jsxs(u.Fragment,{children:[t.jsxs(m,{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(T,{pr:.25,size:"md",children:a}),t.jsx(H,{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:l.setReference,variant:"ghost"})]}),o?t.jsx(m,{bgColor:e.palette.white,border:`1px solid ${e.palette.gray[200]}`,borderRadius:e.spacing[.5],display:"flex",flexDirection:"column",px:.25,py:.25,ref:l.setFloating,shadow:"md",style:c,children:d.map(h=>{const b=x(h);return t.jsx(m,{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(T,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},fi=()=>{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,s,l)=>{if(l===0)return"0 of 0";if(s*a>=l)return`${l} of ${l}`;const c=s*a+1,d=Math.min(s*(a+1),l);return`${c}-${d} of ${l}`},[]);return t.jsx(T,{display:"inline-block",fontWeight:"bold",size:"md",children:r(n,i,o)})},yi=({children:e})=>t.jsxs(kl,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(fi,{}),t.jsx(hi,{}),t.jsx(xi,{})]}),e]}),bi=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),Dl=f.styled.div.attrs({className:"search-container"})`
3321
3321
  ${({theme:e})=>`
3322
3322
  display: flex;
3323
3323
  flex-direction: column;
@@ -3364,7 +3364,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3364
3364
  }
3365
3365
  }
3366
3366
  `}
3367
- `,Il=f.styled.div.attrs({className:"controls-container"})`
3367
+ `,El=f.styled.div.attrs({className:"controls-container"})`
3368
3368
  display: flex;
3369
3369
  flex: 1 0 50%;
3370
3370
 
@@ -3380,7 +3380,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3380
3380
  justify-content: flex-end;
3381
3381
  width: 100%;
3382
3382
  }
3383
- `,Dl=f.styled.div`
3383
+ `,Fl=f.styled.div`
3384
3384
  display: flex;
3385
3385
  flex-wrap: wrap;
3386
3386
  width: 100%;
@@ -3395,7 +3395,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3395
3395
  .highlight-container ~ .controls-container {
3396
3396
  flex: 1 0 100%;
3397
3397
  }
3398
- `,Fl=500,on=300,bi=({children:e})=>{const{table:n}=u.useContext(re),{onSearch:i,search:o,searchPlaceholder:r="Search"}=(n==null?void 0:n.options.meta)??{},a=$t(s=>{const c=s.target.value.slice(0,on);i==null||i(c)},Fl),l=u.useCallback(()=>{i==null||i("")},[i]);return t.jsxs(Dl,{children:[i===void 0?void 0:t.jsx(Tl,{children:t.jsx(ce,{maxLength:on,name:"search",onChange:a,onClear:l,placeholder:r,value:o})}),e]})},$i=({children:e})=>t.jsx($,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),mi=({children:e})=>t.jsx(Il,{children:e}),ji=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),El=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()+El),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(ml,{id:r,children:e})})},Rl=Object.assign(wi,{Caption:$i,Columns:ci,Content:gi,Controls:mi,Export:li,Footer:fi,FooterContent:yi,Highlighted:ji,Options:bi}),Nl=f.styled.button`
3398
+ `,Rl=500,rn=300,$i=({children:e})=>{const{table:n}=u.useContext(re),{onSearch:i,search:o,searchPlaceholder:r="Search"}=(n==null?void 0:n.options.meta)??{},a=$t(l=>{const c=l.target.value.slice(0,rn);i==null||i(c)},Rl),s=u.useCallback(()=>{i==null||i("")},[i]);return t.jsxs(Fl,{children:[i===void 0?void 0:t.jsx(Dl,{children:t.jsx(ce,{maxLength:rn,name:"search",onChange:a,onClear:s,placeholder:r,value:o})}),e]})},mi=({children:e})=>t.jsx(m,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),ji=({children:e})=>t.jsx(El,{children:e}),wi=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),Nl=160,vi=({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)??{},s=Object.keys(n.getState().rowSelection).length,l=s===1?"item":"items",c=s===0||!a,d=Math.max(((x=i.current)==null?void 0:x.clientWidth)??0,n.getTotalSize()+Nl),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:l,handleUnselectAll:p,hidden:c,onKeyDown:g,selected:s,tableSize:d,tableRef:o,table:n},children:t.jsx(wl,{id:r,children:e})})},Al=Object.assign(vi,{Caption:mi,Columns:di,Content:ui,Controls:ji,Export:ci,Footer:yi,FooterContent:bi,Highlighted:wi,Options:$i}),Ll=f.styled.button`
3399
3399
  ${({theme:e})=>`
3400
3400
  align-items: center;
3401
3401
  background-color: ${e.palette.white};
@@ -3449,7 +3449,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3449
3449
  background-color: ${e.palette.gray[100]};
3450
3450
  }
3451
3451
  `}
3452
- `,Al=({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(Nl,{"aria-label":r??void 0,className:s,disabled:e,id:i,onClick:a,type:l,children:[n&&t.jsx(D,{clickable:!1,icon:n,iconSize:r===void 0?"sm":"lg",iconType:"fa-light"}),r??void 0]});return t.jsxs($,{display:"flex",children:[d,o&&t.jsx(z,{color:c.palette.gray[800],ml:.5,size:"md",children:o})]})},Ll=({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(z,{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))})},Pl=f.styled.div`
3452
+ `,Pl=({disabled:e=!1,icon:n,id:i,label:o,name:r,onClick:a,type:s="button",variant:l})=>{const c=f.useTheme(),d=t.jsxs(Ll,{"aria-label":r??void 0,className:l,disabled:e,id:i,onClick:a,type:s,children:[n&&t.jsx(E,{clickable:!1,icon:n,iconSize:r===void 0?"sm":"lg",iconType:"fa-light"}),r??void 0]});return t.jsxs(m,{display:"flex",children:[d,o&&t.jsx(T,{color:c.palette.gray[800],ml:.5,size:"md",children:o})]})},Ol=({items:e,spacing:n=.75})=>{const i=f.useTheme();return t.jsx(m,{alignItems:"flex-start",display:"flex",flexDirection:"column",width:"100%",children:e.map(o=>t.jsxs(m,{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(T,{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))})},Ml=f.styled.div`
3453
3453
  ${({theme:e})=>`
3454
3454
  align-items: flex-start;
3455
3455
  display: flex;
@@ -3466,7 +3466,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3466
3466
  fill: url(#gradient-01);
3467
3467
  }
3468
3468
  `}
3469
- `,Ml=({children:e,title:n,titleSize:i="sm",description:o,icon:r})=>{const a=f.useTheme();return t.jsxs(Pl,{children:[n||o?t.jsxs($,{alignItems:"flex-start",display:"flex",flexDirection:"column",gap:.75,width:"100%",children:[t.jsxs($,{alignItems:"center",display:"flex",gap:.75,height:"max-content",children:[t.jsx("div",{style:{width:"30px",height:"30px",backgroundColor:a.palette.primary[25],borderRadius:"4px",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:t.jsx("i",{className:`fa-solid fa-${r} fill-gradient-01`,style:{fontSize:"14px",width:"14px",height:"14px"}})}),n?t.jsx(V,{fontWeight:"bold",size:i,children:n}):void 0]}),o??void 0]}):void 0,e]})},Ol=f.styled.div`
3469
+ `,Wl=({children:e,title:n,titleSize:i="sm",description:o,icon:r})=>{const a=f.useTheme();return t.jsxs(Ml,{children:[n||o?t.jsxs(m,{alignItems:"flex-start",display:"flex",flexDirection:"column",gap:.75,width:"100%",children:[t.jsxs(m,{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]})},Bl=f.styled.div`
3470
3470
  ${({theme:e})=>`
3471
3471
  align-items: center;
3472
3472
  background-color: ${e.palette.white};
@@ -3488,7 +3488,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3488
3488
  border: 1px solid ${e.palette.gray[600]};
3489
3489
  }
3490
3490
  `}
3491
- `,Wl=f.styled.div`
3491
+ `,_l=f.styled.div`
3492
3492
  ${({theme:e,$size:n})=>`
3493
3493
  display: ${n==="long"?"flex":"block"};
3494
3494
  flex-direction: column;
@@ -3538,7 +3538,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3538
3538
  transform: translateX(-50%);
3539
3539
  }
3540
3540
  `}
3541
- `,vi=({date:e,description:n,title:i})=>{const o=f.useTheme();return t.jsxs(Ol,{className:"timeline-card",children:[t.jsx(z,{color:o.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(z,{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(z,{size:"md",textAlign:"center",wordBreak:"break-word",children:r},l)})})]})},_l=({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(Wl,{$size:i,children:e.map((r,a)=>t.jsx(vi,{date:r.date,description:r.description,size:i,title:r.title},`${r.title}-${a}`))})})},Bl={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:""},Hl=({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}}})},Vl={md:{categorySize:"sm",titleSize:"xs",descriptionSize:"md",detailsSize:"md"},lg:{categorySize:"md",titleSize:"sm",descriptionSize:"lg",detailsSize:"lg"}},Ul=({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}=Vl[d],w=g??"a";return t.jsxs(un,{$index:a,children:[t.jsx(z,{bgGradient:x.palette.gradient,fontWeight:"bold",size:h,textFill:"transparent",children:o}),t.jsxs(w,{href:n,children:[t.jsx(V,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:b,children:r}),t.jsx(V,{display:"inline",fontWeight:"bold",ml:.25,size:b,children:e})]}),t.jsx(z,{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(z,{color:x.palette.gray[400],display:"inline",size:j,children:[t.jsx("b",{children:"Remediation time: "}),`${l} min`]}),d==="lg"?t.jsx(ke,{}):void 0,t.jsxs($,{alignItems:d==="md"?"flex-start":"center",display:"flex",gap:.25,children:[t.jsx(z,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:j,children:"Default score: "}),t.jsx(mt,{textL:s,textR:y.capitalize(c==="disable"?"Unknown":c),variant:c})]}),d==="lg"?t.jsx(ke,{}):void 0,t.jsxs($,{alignItems:"center",children:[t.jsx(z,{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(z,{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))]})]})]})},tt=u.createContext({id:"",filterValue:null,setFilterValue:()=>Promise.resolve(new URLSearchParams)}),ki=f.styled.div`
3541
+ `,ki=({date:e,description:n,title:i})=>{const o=f.useTheme();return t.jsxs(Bl,{className:"timeline-card",children:[t.jsx(T,{color:o.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(T,{color:o.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",textAlign:"center",children:i}),t.jsx("div",{children:n.map((r,a)=>{const s=`${r}#${a}`;return t.jsx(T,{size:"md",textAlign:"center",wordBreak:"break-word",children:r},s)})})]})},Hl=({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(m,{ref:n,width:"100%",children:t.jsx(_l,{$size:i,children:e.map((r,a)=>t.jsx(ki,{date:r.date,description:r.description,size:i,title:r.title},`${r.title}-${a}`))})})},Vl={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:""},Ul=({run:e,steps:n,onFinish:i})=>{const[o,r]=u.useState(e),[a,s]=u.useState(0),l=u.useCallback(c=>{const{action:d,index:p,status:g,type:x}=c;[y.EVENTS.STEP_AFTER,y.EVENTS.TARGET_NOT_FOUND].includes(x)?s(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:l,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}}})},Gl={md:{categorySize:"sm",titleSize:"xs",descriptionSize:"md",detailsSize:"md"},lg:{categorySize:"md",titleSize:"sm",descriptionSize:"lg",detailsSize:"lg"}},Yl=({title:e,href:n,description:i,category:o,id:r,indx:a,remediationTime:s,score:l,severity:c,size:d="lg",requirements:p,Link:g})=>{const x=f.useTheme(),{categorySize:h,titleSize:b,descriptionSize:$,detailsSize:j}=Gl[d],w=g??"a";return t.jsxs(hn,{$index:a,children:[t.jsx(T,{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(T,{size:$,children:i}),t.jsxs(m,{alignItems:d==="md"?"flex-start":"center",display:"flex",flexDirection:d==="md"?"column":"row",gap:.75,width:"100%",children:[t.jsxs(T,{color:x.palette.gray[400],display:"inline",size:j,children:[t.jsx("b",{children:"Remediation time: "}),`${s} min`]}),d==="lg"?t.jsx(ke,{}):void 0,t.jsxs(m,{alignItems:d==="md"?"flex-start":"center",display:"flex",gap:.25,children:[t.jsx(T,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:j,children:"Default score: "}),t.jsx(mt,{textL:l,textR:y.capitalize(c==="disable"?"Unknown":c),variant:c})]}),d==="lg"?t.jsx(ke,{}):void 0,t.jsxs(m,{alignItems:"center",children:[t.jsx(T,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:j,children:"Requirements: "}),p.map((k,C)=>t.jsxs(u.Fragment,{children:[C>0?t.jsx(T,{color:x.palette.gray[400],display:"inline",size:j,children:" / "}):void 0,t.jsx("a",{href:k.href,style:{color:x.palette.gray[400],fontSize:x.typography.text[j],textDecoration:"underline"},children:k.title})]},k.key))]})]})]})},tt=u.createContext({id:"",values:{},setValues:()=>Promise.resolve(new URLSearchParams)}),Ci=f.styled.div`
3542
3542
  ${({theme:e,$left:n="0"})=>`
3543
3543
  align-items: flex-start;
3544
3544
  background: ${e.palette.white};
@@ -3554,7 +3554,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3554
3554
  left: ${n};
3555
3555
  width: 342px;
3556
3556
  `}
3557
- `,Ci=f.styled.div`
3557
+ `,Si=f.styled.div`
3558
3558
  ${({theme:e})=>`
3559
3559
  align-items: flex-start;
3560
3560
  display: flex;
@@ -3563,7 +3563,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3563
3563
  padding: ${e.spacing[.875]} ${e.spacing[.875]} 0 ${e.spacing[.875]};
3564
3564
  width: 100%;
3565
3565
  `}
3566
- `,Si=f.styled.div`
3566
+ `,zi=f.styled.div`
3567
3567
  ${({theme:e,$border:n})=>`
3568
3568
  align-items: flex-start;
3569
3569
  border-top: ${n?`1px solid ${e.palette.gray[200]}`:"unset"};
@@ -3599,4 +3599,7 @@ ${m[8]}...`:(m.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(a
3599
3599
  background: ${e.palette.gray[100]};
3600
3600
  }
3601
3601
  `}
3602
- `,zi=u.forwardRef(function({includeSearch:n=!1,groupedFilters:i,handleChangeId:o},r){const a=f.useTheme(),{id:l,filterValue:s}=u.useContext(tt),[c,d]=u.useState(""),p=u.useCallback(g=>()=>{o(g),d(g)},[o]);return t.jsxs(ki,{ref:r,children:[t.jsxs(Ci,{children:[t.jsx(z,{color:a.palette.gray[800],fontWeight:"bold",size:"md",children:"Filters menu"}),n?t.jsx(ce,{placeholder:"Search filter..."}):void 0]}),t.jsx($,{alignItems:"flex-start",display:"flex",flexDirection:"column",scroll:"y",width:"100%",children:Object.entries(i).map(([g,x],h)=>t.jsxs(Si,{$border:h>0&&g!=="default",children:[g!=="default"?t.jsx(z,{color:a.palette.gray[400],fontWeight:"bold",mb:.5,size:"md",children:g}):void 0,x.map(b=>t.jsx(u.Fragment,{children:t.jsxs(ve,{as:"button","data-testid":b.id,onClick:p(b.id),children:[t.jsx(D,{icon:"filter",iconClass:"filter-item",iconSize:"md",iconType:"fa-light"}),b.label,t.jsxs($,{alignItems:"center",display:"flex",gap:.5,style:{marginLeft:"auto"},children:[c===b.id?t.jsx(D,{icon:"chevron-right",iconClass:"selected",iconSize:"lg",iconType:"fa-light"}):void 0,s&&l===b.id?t.jsx(J,{tagLabel:s.split(",").length.toString(),variant:"default"}):void 0]})]})},`${b.id}-${y.random(1,10)}`))]},g))})]})}),Gl={checkbox:(e,n,i,o)=>e.map(r=>t.jsx(ve,{children:t.jsx(le,{checked:i==null?void 0:i.split(",").includes(r.value),label:r.label,name:r.value,onChange:o,value:r.value})},`li-checkbox-${r.value}`)),radioButton:e=>e.map(n=>t.jsx(ve,{children:t.jsx(et,{label:n.label,name:n.value})},`li-radio-${n.value}`)),dateRange:(e,n,i,o,r,a)=>t.jsx(ve,{children:t.jsx(kt,{name:n,propsMax:{name:"maxValue",value:a==null?void 0:a.toString()},propsMin:{name:"minValue",value:r==null?void 0:r.toString()},variant:"filters"})}),numberRange:(e,n,i,o,r,a)=>t.jsx(ve,{children:t.jsx(Ct,{name:n,propsMax:{name:"maxValue",value:a},propsMin:{name:"minValue",value:r},variant:"filters"})})},Ti=({id:e,filterValue:n,option:i,onChange:o})=>{const{items:r=[],type:a,minValue:l,maxValue:s}=i??{},c=a&&Gl[a],d=u.useCallback(p=>{o(p.currentTarget.value,a??"")},[o,a]);return t.jsx(t.Fragment,{children:(c==null?void 0:c(r,e,n,d,l,s))??null})},Ii=u.forwardRef(function({includeSearch:n=!1,label:i,options:o},r){const a=f.useTheme(),{id:l,filterValue:s,setFilterValue:c}=u.useContext(tt),d=u.useCallback((p,g)=>{c(g==="checkbox"?x=>{if(x){const h=x.split(",");return h.includes(p)?h.filter(m=>m!==p).join(","):[...h,p].join(",")}else return p}:p)},[c]);return t.jsxs(ki,{$left:"346px",ref:r,children:[t.jsxs(Ci,{children:[t.jsx(z,{color:a.palette.gray[800],fontWeight:"bold",size:"md",children:`Select ${i}`}),n?t.jsx(ce,{placeholder:`Search ${i}...`}):void 0]}),o==null?void 0:o.map((p,g,x)=>t.jsxs(Si,{$border:x.length>1&&g>0,children:[g>0?t.jsx(z,{color:a.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",children:p.label}):void 0,t.jsx(Ti,{filterValue:s,id:l,onChange:d,option:p})]},`${p.label}-${y.random(1,10)}`))]})}),Yl=e=>e.reduce((n,i)=>(i.group?(n[i.group]||(n[i.group]=[]),n[i.group].push(i)):n.default=[...n.default||[],i],n),{}),Kl=(e,n)=>{const i=e.find(o=>o.id===n);return{label:(i==null?void 0:i.label)??"",options:(i==null?void 0:i.options)??[]}},Xl=({filters:e})=>{const n=window.location.search,i=new URLSearchParams(n);return{appliedFilters:Array.from(i.entries()).filter(([r])=>e.some(a=>a.id===r)).map(([r,a])=>({label:r,value:a})),filters:e}},Zl=7,ql=({filterOptions:e})=>{const n=he("filters"),[i,o]=u.useState(""),[r,a]=y.useQueryState("filter"),[l,s]=y.useQueryState(i,{defaultValue:""}),{refs:c}=y.useFloating({placement:"bottom-start"}),{refs:d}=y.useFloating({elements:{reference:c.reference.current},placement:"right-end"}),{appliedFilters:p,filters:g}=Xl({filters:e}),{label:x,options:h}=Kl(g,i),b=Yl(g),m=u.useCallback(w=>{o(w),a(w)},[a]),j=u.useCallback(()=>{n.toggle(),a(null)},[n,a]);return te(c.floating.current,()=>{n.close(),a(null)},!0,[c.reference.current,d.floating.current]),t.jsx(tt.Provider,{value:{id:i,filterValue:l,setFilterValue:s},children:t.jsxs($,{alignItems:"center",display:"flex",position:"relative",wrap:"wrap",children:[t.jsx(O,{icon:"filter",id:"filter-btn",onClick:j,ref:c.setReference,tag:p.length.toString(),variant:"ghost"}),n.isOpen?t.jsx(zi,{groupedFilters:b,handleChangeId:m,includeSearch:e.length>Zl,ref:c.setFloating}):void 0,y.isEmpty(r)||r===null||i!==r?void 0:t.jsx(Ii,{label:x.toLowerCase(),options:h,ref:d.setFloating})]})})};exports.Accordion=lo;exports.AccordionContent=ln;exports.ActionButton=me;exports.AdvancedBadge=xo;exports.AdvisoriesCard=wo;exports.Alert=Ro;exports.AppliedFilter=je;exports.AppliedFilters=wa;exports.ArrayField=dt;exports.Avatar=Bo;exports.BaseButtonComponent=ft;exports.BaseComponent=Pe;exports.BaseSpanComponent=bt;exports.BaseTextComponent=yt;exports.Body=pi;exports.Button=O;exports.Button$1=Ge;exports.Button$2=se;exports.ButtonToolbarCenter=hr;exports.ButtonToolbarRow=yr;exports.ButtonToolbarStartRow=fr;exports.Calendar=jn;exports.Calendar$1=Sn;exports.Calendar$2=zn;exports.CalendarCell=mn;exports.CalendarGrid=Ze;exports.CaptionContent=$i;exports.CardContainer=Yr;exports.CardHeader=Xe;exports.CardWithImage=Uo;exports.CardWithInput=Pr;exports.CardWithOptions=Dn;exports.CardWithSelector=_r;exports.CardWithSwitch=Vr;exports.Carousel=Qr;exports.Checkbox=le;exports.CodeSnippet=ta;exports.Col=ct;exports.ColumFilters=Yn;exports.ColumnToggle=ci;exports.ColumnsModal=Bn;exports.ComboBox=wt;exports.ComboBoxField=lt;exports.Container=$;exports.ControlsContent=mi;exports.CopyButton=Ra;exports.CustomThemeProvider=eo;exports.DateField=vn;exports.DateSelector=Se;exports.Description=ri;exports.Dialog=Je;exports.Divider=ue;exports.Dropdown=La;exports.Editable=xr;exports.EmptyButton=ut;exports.EmptyState=Wa;exports.ErrorMessage=Xo;exports.ExportCsv=li;exports.FATag=gn;exports.FilePreview=yn;exports.FilterControl=Hn;exports.FilterForm=gt;exports.FilterFormContent=Vn;exports.Filters=ql;exports.FiltersContext=tt;exports.FiltersList=Gn;exports.FiltersMenu=zi;exports.FooterContent=yi;exports.Form=Ha;exports.Gap=mr;exports.GridContainer=Ua;exports.GroupSelector=Ya;exports.Head=di;exports.Header=qe;exports.Header$1=Ln;exports.Heading=V;exports.HighlightedContent=ji;exports.Icon=D;exports.IconButton=_;exports.InProgressIcon=ii;exports.IndicatorCard=Ur;exports.IndicatorCardDB=Xa;exports.InfoSidebar=Za;exports.InnerForm=_a;exports.InputArray=wr;exports.InputDate=Cn;exports.InputDateRange=kt;exports.InputDateTime=ur;exports.InputFile=Sr;exports.InputNumber=In;exports.InputNumberRange=Ct;exports.InputSection=zr;exports.InputTags=Ir;exports.ItemCardDB=es;exports.ItemContent=Ll;exports.Label=jt;exports.Link=oe;exports.ListItem=Me;exports.ListItemsWrapper=On;exports.LittleFlag=ns;exports.Loading=Zn;exports.LocationCode=Rn;exports.Logo=ps;exports.Lottie=us;exports.MemoizedImage=ne;exports.Menu=xs;exports.MenuItem=ai;exports.MessageBanner=fs;exports.Modal=It;exports.ModalConfirm=Pn;exports.ModalFooter=An;exports.Notification=js;exports.NotificationSign=Ue;exports.NumberField=Te;exports.OAuthSelector=vs;exports.Option=bn;exports.OptionBoxContainer=Dt;exports.OptionContainer=xt;exports.OptionContainer$1=Xn;exports.Options=Ti;exports.OptionsMenu=Ii;exports.OutlineContainer=K;exports.PaginationControl=ui;exports.PaginationDropdown=xi;exports.PaginationSize=hi;exports.PaginatorDb=zs;exports.PaginatorDbDropdown=qn;exports.PhoneInput=Ar;exports.PopUp=Bs;exports.Popover=ge;exports.PremiumFeature=Jn;exports.PreviewPanel=Wn;exports.PriorityCard=ti;exports.PriorityCards=Ds;exports.PriorityScore=Fs;exports.ProgressBar=ni;exports.ProgressIndicator=_s;exports.ProgressStep=Os;exports.RadioButton=et;exports.RankPosition=ei;exports.RankPositionIcon=Qn;exports.Row=Tn;exports.ScrollUpButton=Vs;exports.Search=ce;exports.SearchDropdown=Qs;exports.SearchPanel=_n;exports.SeverityBadge=mt;exports.SeverityOverview=tl;exports.SeverityOverviewBadge=we;exports.ShowOnHover=il;exports.SlideOutMenu=rl;exports.Slider=pl;exports.SortIcon=ht;exports.Span=Ce;exports.StepLapse=yl;exports.Tab=Mn;exports.Table=Rl;exports.Table$1=wi;exports.TableButton=Al;exports.TableContent=Ml;exports.TableContent$1=gi;exports.TableContext=re;exports.TableFooter=fi;exports.TableOptions=bi;exports.Tabs=zt;exports.Tag=J;exports.TagsField=pt;exports.Text=z;exports.TextArea=Lr;exports.TextInput=Qe;exports.Thumb=si;exports.TimeField=kn;exports.TimeLine=_l;exports.TimeLineCard=vi;exports.Toggle=Fn;exports.Tooltip=Y;exports.Tour=Hl;exports.WeaknessesCard=Ul;exports.baseStep=Bl;exports.formatCheckValues=Kn;exports.getStyledConfig=Le;exports.hiddenProps=rn;exports.icons=Qi;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=cn;exports.useClickOutside=te;exports.useCloudinaryImage=dn;exports.useColumnsModal=pn;exports.useConditionsDialog=Da;exports.useConfirmDialog=Fa;exports.useDebouncedCallback=$t;exports.useFilterForm=Un;exports.useFilters=Ia;exports.useModal=he;exports.useSearch=bo;exports.variantBuilder=ie;
3602
+ `,Ti=f.styled.button`
3603
+ ${jt}
3604
+ min-width: fit-content;
3605
+ `,Ii=u.forwardRef(function({includeSearch:n=!1,groupedFilters:i,handleChangeId:o},r){const a=f.useTheme(),[s,l]=u.useState(""),{values:c,setValues:d}=u.useContext(tt),p=u.useMemo(()=>Object.values(c).filter(Boolean).length>0,[c]),g=u.useCallback(h=>()=>{o(h),l(h)},[o]),x=u.useCallback(()=>{d(h=>Object.keys(h).reduce((b,$)=>({...b,[$]:""}),{})),l("")},[d]);return t.jsxs(Ci,{ref:r,children:[t.jsxs(Si,{children:[t.jsxs(m,{display:"flex",justify:"space-between",width:"100%",children:[t.jsx(T,{color:a.palette.gray[800],fontWeight:"bold",size:"md",children:"Filters menu"}),p?t.jsx(Ti,{$variant:"lowRelevance",onClick:x,type:"button",children:"Reset all"}):void 0]}),n?t.jsx(ce,{placeholder:"Search filter..."}):void 0]}),t.jsx(m,{alignItems:"flex-start",display:"flex",flexDirection:"column",scroll:"y",width:"100%",children:Object.entries(i).map(([h,b],$)=>t.jsxs(zi,{$border:$>0&&h!=="default",children:[h!=="default"?t.jsx(T,{color:a.palette.gray[400],fontWeight:"bold",mb:.5,size:"md",children:h}):void 0,b.map(j=>{const w=c[j.id];return t.jsx(u.Fragment,{children:t.jsxs(ve,{as:"button","data-testid":j.id,onClick:g(j.id),children:[t.jsx(E,{icon:"filter",iconClass:"filter-item",iconSize:"md",iconType:"fa-light"}),j.label,t.jsxs(m,{alignItems:"center",display:"flex",gap:.5,style:{marginLeft:"auto"},children:[s===j.id?t.jsx(E,{icon:"chevron-right",iconClass:"selected",iconSize:"lg",iconType:"fa-light"}):void 0,w?t.jsx(J,{tagLabel:w.split(",").length.toString(),variant:"default"}):void 0]})]})},`${j.id}-${y.random(1,10)}`)})]},h))})]})}),Kl={checkbox:({items:e,filterValue:n,onChange:i})=>e.map(o=>t.jsx(ve,{children:t.jsx(le,{checked:n==null?void 0:n.split(",").includes(o.value),label:o.label,name:o.value,onChange:i,value:o.value})},`li-checkbox-${o.value}`)),radioButton:({items:e,filterValue:n,onChange:i})=>e.map(o=>t.jsx(ve,{children:t.jsx(et,{checked:n===o.value,label:o.label,name:o.value,onChange:i,value:o.value})},`li-radio-${o.value}`)),dateRange:({id:e,filterValue:n,onRangeChange:i})=>{const[o,r]=(n==null?void 0:n.split(",").filter(a=>y.dayjs(a).isValid()))??[];return t.jsx(ve,{children:t.jsx(Ct,{name:e,onChange:i,propsMax:{name:"maxValue",value:r??""},propsMin:{name:"minValue",value:o??""},variant:"filters"})})},numberRange:({id:e,filterValue:n,minValue:i,maxValue:o,onRangeNumberChange:r})=>{const[a,s]=(n==null?void 0:n.split(",").filter(Boolean).map(Number).filter(y.isNumber))??[];return t.jsx(ve,{children:t.jsx(St,{name:e,propsMax:{name:"maxValue",min:i,max:o,onChange:r==null?void 0:r(1),placeholder:"Max %",value:s},propsMin:{name:"minValue",min:i,max:o,onChange:r==null?void 0:r(0),placeholder:"Min %",value:a},variant:"filters"})})}},Di=({id:e,filterValue:n,option:i,onChange:o})=>{const{items:r=[],type:a,minValue:s,maxValue:l}=i??{},c=a&&Kl[a],d=u.useCallback(x=>{o(x.target.value,a??"")},[o,a]),p=u.useCallback(x=>{o(x,"dateRange")},[o]),g=u.useCallback(x=>h=>{o(h.target.value,"numberRange",x)},[o]);return t.jsx(t.Fragment,{children:(c==null?void 0:c({items:r,id:e,filterValue:n,onChange:d,onRangeChange:p,onRangeNumberChange:g,minValue:s,maxValue:l}))??null})},an=e=>(e==null?void 0:e.split(",").filter(n=>n!==""))??[],Ei=u.forwardRef(function({includeSearch:n=!1,label:i,options:o},r){const a=f.useTheme(),{id:s,values:l,setValues:c}=u.useContext(tt),d=l[s],p=u.useCallback(()=>{c(x=>({...x,[s]:""}))},[c,s]),g=u.useCallback((x,h,b)=>{c($=>{if(h==="checkbox"){const j=an($[s]??""),w=j!=null&&j.includes(x)?j==null?void 0:j.filter(k=>k!==x).join(","):[...j,x].join(",");return{...$,[s]:w}}if(h==="dateRange"){const j=an($[s]??"");return{...$,[s]:j.length===0?x:[...j,x].join(",")}}if(h==="numberRange"){const w=($[s]??"").split(","),k=[w[0]??"",w[1]??""];return k[b??0]=x,{...$,[s]:k.join(",")}}return{...$,[s]:x}})},[s,c]);return t.jsxs(Ci,{$left:"346px",ref:r,children:[t.jsxs(Si,{children:[t.jsxs(m,{display:"flex",justify:"space-between",width:"100%",children:[t.jsx(T,{color:a.palette.gray[800],fontWeight:"bold",size:"md",children:`Select ${i}`}),d?t.jsx(Ti,{$variant:"lowRelevance",onClick:p,type:"button",children:"Reset all"}):void 0]}),n?t.jsx(ce,{placeholder:`Search ${i}...`}):void 0]}),o==null?void 0:o.map((x,h,b)=>t.jsxs(zi,{$border:b.length>1&&h>0,children:[h>0?t.jsx(T,{color:a.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",children:x.label}):void 0,t.jsx(Di,{filterValue:d,id:s,onChange:g,option:x})]},`${x.label}-${y.random(1,10)}`))]})}),Xl=e=>e.reduce((n,i)=>(i.group?(n[i.group]||(n[i.group]=[]),n[i.group].push(i)):n.default=[...n.default||[],i],n),{}),Zl=(e,n)=>{const i=e.find(o=>o.id===n);return{label:(i==null?void 0:i.label)??"",options:(i==null?void 0:i.options)??[]}},ql=({filters:e})=>{const n=window.location.search,i=new URLSearchParams(n);return{appliedFilters:Array.from(i.entries()).filter(([r])=>e.some(a=>a.id===r)).map(([r,a])=>({label:r,value:a})),filters:e}},Jl=7,Ql=({filterOptions:e})=>{const n=he("filters"),i=e.flatMap(C=>C.id),[o,r]=y.useQueryStates(Object.fromEntries(i.map(C=>[C,y.parseAsString.withDefault("")]))),[a,s]=y.useQueryState("filter"),[l,c]=u.useState(""),{refs:d}=y.useFloating({placement:"bottom-start"}),{refs:p}=y.useFloating({elements:{reference:d.reference.current},placement:"right-end"}),{appliedFilters:g,filters:x}=ql({filters:e}),{label:h,options:b}=Zl(x,l),$=Xl(x),j=y.isEmpty(a)||a===null||l!==a,w=u.useCallback(C=>{c(C),s(C)},[s]),k=u.useCallback(()=>{n.toggle(),s(null)},[n,s]);return te(d.floating.current,()=>{n.close(),s(null)},!0,[d.reference.current,p.floating.current]),t.jsx(tt.Provider,{value:{id:l,values:o,setValues:r},children:t.jsxs(m,{alignItems:"center",display:"flex",position:"relative",wrap:"wrap",children:[t.jsx(M,{icon:"filter",id:"filter-btn",onClick:k,ref:d.setReference,tag:g.length.toString(),variant:"ghost"}),n.isOpen?t.jsx(Ii,{groupedFilters:$,handleChangeId:w,includeSearch:e.length>Jl,ref:d.setFloating}):void 0,j?void 0:t.jsx(Ei,{label:h.toLowerCase(),options:b,ref:p.setFloating})]})})};exports.Accordion=po;exports.AccordionContent=dn;exports.ActionButton=me;exports.AdvancedBadge=fo;exports.AdvisoriesCard=ko;exports.Alert=Ao;exports.AppliedFilter=je;exports.AppliedFilters=ka;exports.ArrayField=dt;exports.Avatar=Vo;exports.BaseButtonComponent=ft;exports.BaseComponent=Pe;exports.BaseSpanComponent=bt;exports.BaseTextComponent=yt;exports.Body=gi;exports.Button=M;exports.Button$1=Ge;exports.Button$2=se;exports.ButtonToolbarCenter=yr;exports.ButtonToolbarRow=$r;exports.ButtonToolbarStartRow=br;exports.Calendar=wn;exports.Calendar$1=zn;exports.Calendar$2=Tn;exports.CalendarCell=jn;exports.CalendarGrid=Ze;exports.CaptionContent=mi;exports.CardContainer=Xr;exports.CardHeader=Xe;exports.CardWithImage=Yo;exports.CardWithInput=Mr;exports.CardWithOptions=En;exports.CardWithSelector=Hr;exports.CardWithSwitch=Gr;exports.Carousel=ta;exports.Checkbox=le;exports.CodeSnippet=ia;exports.Col=ct;exports.ColumFilters=Kn;exports.ColumnToggle=di;exports.ColumnsModal=Hn;exports.ComboBox=vt;exports.ComboBoxField=lt;exports.Container=m;exports.ControlsContent=ji;exports.CopyButton=Aa;exports.CustomThemeProvider=no;exports.DateField=kn;exports.DateSelector=Se;exports.Description=ai;exports.Dialog=Je;exports.Divider=ue;exports.Dropdown=Oa;exports.Editable=fr;exports.EmptyButton=ut;exports.EmptyState=_a;exports.ErrorMessage=qo;exports.ExportCsv=ci;exports.FATag=xn;exports.FilePreview=bn;exports.FilterControl=Vn;exports.FilterForm=gt;exports.FilterFormContent=Un;exports.Filters=Ql;exports.FiltersContext=tt;exports.FiltersList=Yn;exports.FiltersMenu=Ii;exports.FooterContent=bi;exports.Form=Ua;exports.Gap=wr;exports.GridContainer=Ya;exports.GroupSelector=Xa;exports.Head=pi;exports.Header=qe;exports.Header$1=Pn;exports.Heading=U;exports.HighlightedContent=wi;exports.Icon=E;exports.IconButton=H;exports.InProgressIcon=oi;exports.IndicatorCard=Yr;exports.IndicatorCardDB=qa;exports.InfoSidebar=Ja;exports.InnerForm=Ha;exports.InputArray=kr;exports.InputDate=Sn;exports.InputDateRange=Ct;exports.InputDateTime=hr;exports.InputFile=Tr;exports.InputNumber=Dn;exports.InputNumberRange=St;exports.InputSection=Ir;exports.InputTags=Er;exports.ItemCardDB=ns;exports.ItemContent=Ol;exports.Label=wt;exports.Link=oe;exports.ListItem=Oe;exports.ListItemsWrapper=Wn;exports.LittleFlag=os;exports.Loading=qn;exports.LocationCode=Nn;exports.Logo=us;exports.Lottie=hs;exports.MemoizedImage=ne;exports.Menu=fs;exports.MenuItem=si;exports.MessageBanner=bs;exports.Modal=Dt;exports.ModalConfirm=On;exports.ModalFooter=Ln;exports.Notification=vs;exports.NotificationSign=Ue;exports.NumberField=Te;exports.OAuthSelector=Cs;exports.Option=$n;exports.OptionBoxContainer=Et;exports.OptionContainer=xt;exports.OptionContainer$1=Zn;exports.Options=Di;exports.OptionsMenu=Ei;exports.OutlineContainer=X;exports.PaginationControl=xi;exports.PaginationDropdown=hi;exports.PaginationSize=fi;exports.PaginatorDb=Is;exports.PaginatorDbDropdown=Jn;exports.PhoneInput=Pr;exports.PopUp=Vs;exports.Popover=ge;exports.PremiumFeature=Qn;exports.PreviewPanel=Bn;exports.PriorityCard=ni;exports.PriorityCards=Fs;exports.PriorityScore=Rs;exports.ProgressBar=ii;exports.ProgressIndicator=Hs;exports.ProgressStep=Bs;exports.RadioButton=et;exports.RankPosition=ti;exports.RankPositionIcon=ei;exports.Row=In;exports.ScrollUpButton=Gs;exports.Search=ce;exports.SearchDropdown=tl;exports.SearchPanel=_n;exports.SeverityBadge=mt;exports.SeverityOverview=il;exports.SeverityOverviewBadge=we;exports.ShowOnHover=rl;exports.SlideOutMenu=sl;exports.Slider=ul;exports.SortIcon=ht;exports.Span=Ce;exports.StepLapse=$l;exports.Tab=Mn;exports.Table=Al;exports.Table$1=vi;exports.TableButton=Pl;exports.TableContent=Wl;exports.TableContent$1=ui;exports.TableContext=re;exports.TableFooter=yi;exports.TableOptions=$i;exports.Tabs=Tt;exports.Tag=J;exports.TagsField=pt;exports.Text=T;exports.TextArea=Or;exports.TextInput=Qe;exports.Thumb=li;exports.TimeField=Cn;exports.TimeLine=Hl;exports.TimeLineCard=ki;exports.Toggle=Fn;exports.Tooltip=K;exports.Tour=Ul;exports.WeaknessesCard=Yl;exports.baseStep=Vl;exports.formatCheckValues=Xn;exports.getStyledConfig=Le;exports.hiddenProps=sn;exports.icons=to;exports.setBorder=Fe;exports.setDisplay=Re;exports.setInteraction=Ae;exports.setMargin=De;exports.setPadding=Ie;exports.setPosition=Ee;exports.setText=Ne;exports.theme=A;exports.useCarousel=pn;exports.useClickOutside=te;exports.useCloudinaryImage=gn;exports.useColumnsModal=un;exports.useConditionsDialog=Fa;exports.useConfirmDialog=Ra;exports.useDebouncedCallback=$t;exports.useFilterForm=Gn;exports.useFilters=Ea;exports.useModal=he;exports.useSearch=mo;exports.variantBuilder=ie;