@fluidattacks/design 3.32.6 → 3.32.7-pr.1

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 (205) hide show
  1. package/dist/components/@core/index.js +1 -1
  2. package/dist/components/accordion/accordion-content/index.js +1 -1
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/advanced-badge/index.js +1 -1
  5. package/dist/components/advisories-card/index.js +1 -1
  6. package/dist/components/alert/index.js +1 -1
  7. package/dist/components/avatar/index.js +1 -1
  8. package/dist/components/button/index.js +1 -1
  9. package/dist/components/card/card-header/index.js +1 -1
  10. package/dist/components/card/card-with-image/index.js +1 -1
  11. package/dist/components/card/card-with-input/index.js +1 -1
  12. package/dist/components/card/card-with-options/index.js +1 -1
  13. package/dist/components/card/card-with-selector/index.js +1 -1
  14. package/dist/components/card/card-with-switch/index.js +1 -1
  15. package/dist/components/card/index.js +1 -1
  16. package/dist/components/card/indicator-card/index.js +1 -1
  17. package/dist/components/card-container/index.js +1 -1
  18. package/dist/components/carousel/index.js +1 -1
  19. package/dist/components/checkbox/index.js +1 -1
  20. package/dist/components/cloud-image/index.js +1 -1
  21. package/dist/components/code-snippet/index.js +1 -1
  22. package/dist/components/code-snippet/location-code/index.js +1 -1
  23. package/dist/components/colors/index.js +1 -1
  24. package/dist/components/conditions-dialog/index.js +1 -1
  25. package/dist/components/confirm-dialog/index.js +1 -1
  26. package/dist/components/container/index.js +1 -1
  27. package/dist/components/copy-button/index.js +1 -1
  28. package/dist/components/divider/index.js +1 -1
  29. package/dist/components/dropdown/index.js +1 -1
  30. package/dist/components/empty-state/empty-button/index.js +1 -1
  31. package/dist/components/empty-state/index.js +1 -1
  32. package/dist/components/fa-tag/index.js +1 -1
  33. package/dist/components/file-preview/index.js +1 -1
  34. package/dist/components/filters/context/index.js +1 -1
  35. package/dist/components/filters/context/types.d.ts +5 -0
  36. package/dist/components/filters/filters-menu/index.js +1 -1
  37. package/dist/components/filters/index.js +1 -1
  38. package/dist/components/filters/options-menu/index.js +1 -1
  39. package/dist/components/filters/options-menu/options/index.js +1 -1
  40. package/dist/components/filters/options-menu/options/types.d.ts +3 -0
  41. package/dist/components/filters/search/no-matches/index.d.ts +2 -0
  42. package/dist/components/filters/search/no-matches/index.js +1 -0
  43. package/dist/components/filters/types.d.ts +0 -2
  44. package/dist/components/filters/utils.d.ts +6 -1
  45. package/dist/components/form/index.js +1 -1
  46. package/dist/components/form/inner-form/index.js +1 -1
  47. package/dist/components/grid-container/index.js +1 -1
  48. package/dist/components/group-selector/index.js +1 -1
  49. package/dist/components/group-selector/option-container/index.js +1 -1
  50. package/dist/components/icon/index.js +1 -1
  51. package/dist/components/icon-button/index.js +1 -1
  52. package/dist/components/indicator-card-db/index.js +1 -1
  53. package/dist/components/info-sidebar/index.js +1 -1
  54. package/dist/components/inputs/fields/combobox/field/index.js +1 -1
  55. package/dist/components/inputs/fields/combobox/index.js +1 -1
  56. package/dist/components/inputs/fields/combobox/option/index.js +1 -1
  57. package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -1
  58. package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -1
  59. package/dist/components/inputs/fields/date/calendar/header/index.js +1 -1
  60. package/dist/components/inputs/fields/date/calendar/index.js +1 -1
  61. package/dist/components/inputs/fields/date/index.js +1 -1
  62. package/dist/components/inputs/fields/date-range/calendar/index.js +1 -1
  63. package/dist/components/inputs/fields/date-range/index.js +1 -1
  64. package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
  65. package/dist/components/inputs/fields/date-time/index.js +1 -1
  66. package/dist/components/inputs/fields/editable/index.js +1 -1
  67. package/dist/components/inputs/fields/input-array/field/index.js +1 -1
  68. package/dist/components/inputs/fields/input-array/index.js +1 -1
  69. package/dist/components/inputs/fields/input-file/default/index.d.ts +3 -0
  70. package/dist/components/inputs/fields/input-file/default/index.js +1 -0
  71. package/dist/components/inputs/fields/input-file/dropzone/index.d.ts +3 -0
  72. package/dist/components/inputs/fields/input-file/dropzone/index.js +1 -0
  73. package/dist/components/inputs/fields/input-file/index.d.ts +2 -2
  74. package/dist/components/inputs/fields/input-file/index.js +1 -1
  75. package/dist/components/inputs/fields/input-file/index.stories.d.ts +8 -3
  76. package/dist/components/inputs/fields/input-file/styles.d.ts +6 -1
  77. package/dist/components/inputs/fields/input-file/types.d.ts +34 -0
  78. package/dist/components/inputs/fields/input-section/index.js +1 -1
  79. package/dist/components/inputs/fields/input-tags/field/index.js +1 -1
  80. package/dist/components/inputs/fields/input-tags/index.js +1 -1
  81. package/dist/components/inputs/fields/number/index.js +1 -1
  82. package/dist/components/inputs/fields/number-range/index.js +1 -1
  83. package/dist/components/inputs/fields/phone/index.js +1 -1
  84. package/dist/components/inputs/fields/text-area/index.js +1 -1
  85. package/dist/components/inputs/fields/text-input/index.js +1 -1
  86. package/dist/components/inputs/index.js +1 -1
  87. package/dist/components/inputs/label/index.js +1 -1
  88. package/dist/components/inputs/outline-container/index.js +1 -1
  89. package/dist/components/inputs/types.d.ts +29 -1
  90. package/dist/components/inputs/utils/action-button/index.js +1 -1
  91. package/dist/components/inputs/utils/calendar-button/index.js +1 -1
  92. package/dist/components/inputs/utils/date-selector/index.js +1 -1
  93. package/dist/components/inputs/utils/date-time-field/index.js +1 -1
  94. package/dist/components/inputs/utils/dialog/index.js +1 -1
  95. package/dist/components/inputs/utils/number-field/index.js +1 -1
  96. package/dist/components/inputs/utils/popover/index.js +1 -1
  97. package/dist/components/inputs/utils.d.ts +3 -1
  98. package/dist/components/item-card-db/index.js +1 -1
  99. package/dist/components/layout/categories/buttons/index.js +1 -1
  100. package/dist/components/layout/categories/column/index.js +1 -1
  101. package/dist/components/layout/categories/gap/index.js +1 -1
  102. package/dist/components/layout/categories/row/index.js +1 -1
  103. package/dist/components/layout/index.js +1 -1
  104. package/dist/components/link/index.js +1 -1
  105. package/dist/components/list-item/index.js +1 -1
  106. package/dist/components/little-flag/index.js +1 -1
  107. package/dist/components/loading/index.js +1 -1
  108. package/dist/components/logo/index.js +1 -1
  109. package/dist/components/lottie/index.js +1 -1
  110. package/dist/components/menu/index.js +1 -1
  111. package/dist/components/message-banner/index.js +1 -1
  112. package/dist/components/modal/columns-modal/index.js +1 -1
  113. package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
  114. package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
  115. package/dist/components/modal/filters-modal/applied-filter/index.js +1 -1
  116. package/dist/components/modal/filters-modal/applied-filters/index.js +1 -1
  117. package/dist/components/modal/filters-modal/column-filters/index.js +1 -1
  118. package/dist/components/modal/filters-modal/filter-control/index.js +1 -1
  119. package/dist/components/modal/filters-modal/filter-form/form-content/index.js +1 -1
  120. package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
  121. package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
  122. package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
  123. package/dist/components/modal/filters-modal/index.js +1 -1
  124. package/dist/components/modal/footer/index.js +1 -1
  125. package/dist/components/modal/header/index.js +1 -1
  126. package/dist/components/modal/index.js +1 -1
  127. package/dist/components/modal/modal-confirm/index.js +1 -1
  128. package/dist/components/notification/index.js +1 -1
  129. package/dist/components/notification-sign/index.js +1 -1
  130. package/dist/components/oauth-selector/index.js +1 -1
  131. package/dist/components/oauth-selector/option-container/index.js +1 -1
  132. package/dist/components/paginator-db/btn/index.js +1 -1
  133. package/dist/components/paginator-db/dropdown/index.js +1 -1
  134. package/dist/components/paginator-db/index.js +1 -1
  135. package/dist/components/pop-up/description/index.js +1 -1
  136. package/dist/components/pop-up/index.js +1 -1
  137. package/dist/components/premium-feature/index.js +1 -1
  138. package/dist/components/priority-cards/card/index.js +1 -1
  139. package/dist/components/priority-cards/index.js +1 -1
  140. package/dist/components/priority-score/index.js +1 -1
  141. package/dist/components/progress-bar/index.js +1 -1
  142. package/dist/components/progress-bar/styles.d.ts +1 -1
  143. package/dist/components/progress-bar/types.d.ts +2 -2
  144. package/dist/components/progress-indicator/in-progress-icon/index.js +1 -1
  145. package/dist/components/progress-indicator/index.js +1 -1
  146. package/dist/components/progress-indicator/step/index.js +1 -1
  147. package/dist/components/radio-button/index.js +1 -1
  148. package/dist/components/rank-position/icon/index.js +1 -1
  149. package/dist/components/rank-position/index.js +1 -1
  150. package/dist/components/scroll-button/index.js +1 -1
  151. package/dist/components/search/index.js +1 -1
  152. package/dist/components/search-dropdown/index.js +1 -1
  153. package/dist/components/severity-badge/index.js +1 -1
  154. package/dist/components/severity-overview/badge/index.js +1 -1
  155. package/dist/components/severity-overview/index.js +1 -1
  156. package/dist/components/show-on-hover/index.js +1 -1
  157. package/dist/components/slide-out-menu/index.js +1 -1
  158. package/dist/components/slide-out-menu/menu-item/index.js +1 -1
  159. package/dist/components/slider/index.js +1 -1
  160. package/dist/components/slider/thumb/index.js +1 -1
  161. package/dist/components/step-lapse/index.js +1 -1
  162. package/dist/components/table/context/index.js +1 -1
  163. package/dist/components/table/export-csv/index.js +1 -1
  164. package/dist/components/table/index.js +1 -1
  165. package/dist/components/table/pagination/pagination-control/index.js +1 -1
  166. package/dist/components/table/pagination/pagination-dropdown/index.js +1 -1
  167. package/dist/components/table/pagination/pagination-size/index.js +1 -1
  168. package/dist/components/table/sort-icon/index.js +1 -1
  169. package/dist/components/table/table-body/index.js +1 -1
  170. package/dist/components/table/table-column-toggle/index.js +1 -1
  171. package/dist/components/table/table-content/head/index.js +1 -1
  172. package/dist/components/table/table-content/index.js +1 -1
  173. package/dist/components/table/table-footer/footer-content/index.js +1 -1
  174. package/dist/components/table/table-footer/index.js +1 -1
  175. package/dist/components/table/table-options/caption-content/index.js +1 -1
  176. package/dist/components/table/table-options/controls-content/index.js +1 -1
  177. package/dist/components/table/table-options/highlighted-content/index.js +1 -1
  178. package/dist/components/table/table-options/index.js +1 -1
  179. package/dist/components/table/wrapper/index.js +1 -1
  180. package/dist/components/table-button/index.js +1 -1
  181. package/dist/components/table-content/index.js +1 -1
  182. package/dist/components/table-content/item-content/index.js +1 -1
  183. package/dist/components/tabs/index.js +1 -1
  184. package/dist/components/tabs/tab/index.js +1 -1
  185. package/dist/components/tag/index.js +1 -1
  186. package/dist/components/timeline/card/index.js +1 -1
  187. package/dist/components/timeline/index.js +1 -1
  188. package/dist/components/toggle/index.js +1 -1
  189. package/dist/components/tooltip/index.js +1 -1
  190. package/dist/components/tour/index.js +1 -1
  191. package/dist/components/typography/heading/index.js +1 -1
  192. package/dist/components/typography/index.js +1 -1
  193. package/dist/components/typography/span/index.js +1 -1
  194. package/dist/components/typography/text/index.js +1 -1
  195. package/dist/components/weaknesses-card/index.js +1 -1
  196. package/dist/components-Ca0LxDKJ.js +3721 -0
  197. package/dist/{components-C15aNvVG.mjs → components-DnxYFiQZ.mjs} +3798 -3286
  198. package/dist/hooks/index.js +1 -1
  199. package/dist/hooks/use-filters.d.ts +1 -0
  200. package/dist/index.js +1 -1
  201. package/dist/{vendor-DwMpUO1G.mjs → vendor-D81n11wR.mjs} +20002 -18199
  202. package/dist/vendor-fvbAJvh0.js +173 -0
  203. package/package.json +1 -1
  204. package/dist/components-Byiwl_-t.js +0 -3605
  205. package/dist/vendor-CBvWb1f3.js +0 -173
@@ -0,0 +1,3721 @@
1
+ "use strict";const t=require("react/jsx-runtime"),u=require("react"),f=require("styled-components"),y=require("./vendor-fvbAJvh0.js"),xe=require("react-dom"),st=require("react-router-dom"),Yi=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},Ke=Yi(u),ie=e=>({getVariant:(n,i)=>e(n)[i]}),dn=["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"],Xi={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},Ki={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},Zi={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},qi={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},Ji={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},Qi={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},er={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},tr="linear-gradient(180deg, #BF0B1A 0%, #F32637 100%)",nr={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"}},ir={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)"},rr={sm:"1024px",md:"1440px",lg:"1920px"},or={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"},ar=["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:nr,shadows:ir,breakpoints:rr,spacing:or,palette:{primary:Ki,complementary:Zi,error:qi,info:er,warning:Ji,success:Qi,black:"#0c111d",gradient:tr,white:"#ffffff",gray:Xi}},sr=({children:e})=>t.jsx(f.ThemeProvider,{theme:A,children:e}),L=(e,n)=>n===void 0?"":`${e}: ${n};`,Ie=e=>{const n=e.py??e.pt??0,i=e.px??e.pr??0,r=e.py??e.pb??0,o=e.px??e.pl??0;if(e.padding){const[a,l,s,c]=e.padding;return`padding: ${A.spacing[a]} ${A.spacing[l]} ${A.spacing[s]} ${A.spacing[c]};`}return`padding: ${A.spacing[n]} ${A.spacing[i]} ${A.spacing[r]} ${A.spacing[o]};`},De=e=>{const n=e.my??e.mt??0,i=e.mx??e.mr??0,r=e.my??e.mb??0,o=e.mx??e.ml??0;if(e.margin){const[a,l,s,c]=e.margin;return`margin: ${A.spacing[a]} ${A.spacing[l]} ${A.spacing[s]} ${A.spacing[c]};`}return`margin: ${A.spacing[n]} ${A.spacing[i]} ${A.spacing[r]} ${A.spacing[o]};`},Fe=e=>{const n=L("position",e.position),i=L("top",e.top),r=L("right",e.right),o=L("bottom",e.bottom),a=L("left",e.left),l=L("z-index",e.zIndex);return`
2
+ ${n}
3
+ ${i}
4
+ ${r}
5
+ ${o}
6
+ ${a}
7
+ ${l}
8
+ `},Ee=e=>{const n=L("border",e.border),i=L("border-top",e.borderTop),r=L("border-right",e.borderRight),o=L("border-bottom",e.borderBottom),a=L("border-left",e.borderLeft),l=L("border-color",e.borderColor),s=L("border-radius",e.borderRadius);return`
9
+ ${n}
10
+ ${i}
11
+ ${r}
12
+ ${o}
13
+ ${a}
14
+ ${l}
15
+ ${s}
16
+ `},lr=e=>e.includes("x")?"overflow-x: auto;":"",cr=e=>e.includes("y")?"overflow-y: auto;":"",Re=e=>{const n=e.scroll?`
17
+ ${lr(e.scroll)}
18
+ ${cr(e.scroll)}
19
+ `:"",i=L("visibility",e.visibility),r=L("display",e.display),o=L("height",e.height),a=L("width",e.width),l=L("max-height",e.maxHeight),s=L("max-width",e.maxWidth),c=L("min-height",e.minHeight),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
+ ${n}
21
+ ${i}
22
+ ${r}
23
+ ${o}
24
+ ${a}
25
+ ${l}
26
+ ${s}
27
+ ${c}
28
+ ${d}
29
+ ${p}
30
+ ${x}
31
+ ${h}
32
+ ${g}
33
+ ${b}
34
+ ${$}
35
+ ${j}
36
+ ${w}
37
+ ${k}
38
+ ${C}
39
+ ${v}
40
+ `},Ne=e=>{const n=L("color",e.color),i=L("font-family",e.fontFamily),r=L("font-size",e.fontSize),o=L("font-weight",e.fontWeight),a=L("line-spacing",e.letterSpacing),l=L("line-height",e.lineSpacing),s=L("text-align",e.textAlign),c=L("text-decoration",e.textDecoration),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
+ ${n}
42
+ ${i}
43
+ ${r}
44
+ ${o}
45
+ ${a}
46
+ ${l}
47
+ ${s}
48
+ ${c}
49
+ ${d}
50
+ ${p}
51
+ ${g}
52
+ ${x}
53
+ `},Ae=e=>{const n=L("cursor",e.cursor),i=L("border-color",e.borderColorHover),r=L("background-color",e.bgColorHover),o=L("box-shadow",e.shadowHover===void 0?void 0:A.shadows[e.shadowHover]),a=L("transition",e.transition);return`
54
+ ${n}
55
+
56
+ &:hover {
57
+ ${a||"transition: all 0.2s;"}
58
+ ${i}
59
+ ${r}
60
+ ${o}
61
+ }
62
+ `},Le={shouldForwardProp:e=>!dn.includes(e)},Pe=f.styled.div.withConfig(Le)`
63
+ ${Ie}
64
+ ${De}
65
+ ${Fe}
66
+ ${Re}
67
+ ${Ne}
68
+ ${Ee}
69
+ ${Ae}
70
+ `,yt=f.styled.button.withConfig(Le)`
71
+ ${Ie}
72
+ ${De}
73
+ ${Fe}
74
+ ${Re}
75
+ ${Ne}
76
+ ${Ee}
77
+ ${Ae}
78
+ `,bt=f.styled.p.withConfig(Le)`
79
+ ${Ie}
80
+ ${De}
81
+ ${Fe}
82
+ ${Re}
83
+ ${Ne}
84
+ ${Ee}
85
+ ${Ae}
86
+ `,$t=f.styled.span.withConfig(Le)`
87
+ ${Ie}
88
+ ${De}
89
+ ${Fe}
90
+ ${Re}
91
+ ${Ne}
92
+ ${Ee}
93
+ ${Ae}
94
+ `,dr=f.styled(Pe)`
95
+ ${({theme:e,$center:n=!1,$styleMd:i,$styleSm:r})=>`
96
+ ${n?"margin: auto;":""}
97
+ scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
98
+ scroll-padding: ${e.spacing[.5]};
99
+
100
+ @media screen
101
+ and (min-width: ${e.breakpoints.mobile})
102
+ and (max-width: ${e.breakpoints.tablet})
103
+ {
104
+ ${i};
105
+ }
106
+
107
+ @media screen and (max-width: ${e.breakpoints.mobile}) {
108
+ ${r};
109
+ }
110
+ `}
111
+ `,m=u.forwardRef(function({as:n="div",center:i,children:r,id:o,onHover:a,onLeave:l,styleMd:s,styleSm:c,...d},p){return t.jsx(dr,{$center:i,$styleMd:s,$styleSm:c,as:n,id:o,onMouseLeave:l,onMouseOver:a,ref:p,...d,children:r})}),pn=(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}},pr=f.styled(bt)`
112
+ ${({theme:e,$bgGradient:n="unset",$color:i=e.palette.gray[800],$display:r="block",$fontFamily:o=e.typography.type.primary,$fontWeight:a="bold",$letterSpacing:l=0,$overflow:s="unset",$size:c,$sizeMd:d,$textFill:p="unset",$whiteSpace:g="pre-line",$wordBreak:x="normal"})=>`
113
+ background: ${n};
114
+ color: ${i};
115
+ display: ${r};
116
+ font-family: ${o};
117
+ font-size: ${e.typography.heading[c]};
118
+ font-weight: ${e.typography.weight[a]};
119
+ letter-spacing: ${l};
120
+ line-height: ${e.spacing[pn(c,!0)]};
121
+ overflow: ${s};
122
+ width: ${r==="block"?"100%":"auto"};
123
+ white-space: ${g};
124
+ word-break: ${x};
125
+ background-clip: text;
126
+ -webkit-background-clip: text;
127
+ -webkit-text-fill-color: ${p};
128
+
129
+ @media screen
130
+ and (min-width: ${e.breakpoints.mobile})
131
+ and (max-width: ${e.breakpoints.tablet})
132
+ {
133
+ font-size: ${e.typography.heading[d??c]};
134
+ }
135
+ `}
136
+ `,gn=f.styled(bt)`
137
+ ${({theme:e,$bgGradient:n="unset",$color:i=e.palette.gray[600],$display:r="block",$fontFamily:o=e.typography.type.primary,$fontWeight:a="regular",$fontStyle:l="normal",$letterSpacing:s=0,$overflow:c="unset",$size:d,$sizeMd:p,$textFill:g="unset",$whiteSpace:x="pre-line",$wordBreak:h="normal"})=>`
138
+ background: ${n};
139
+ color: ${i};
140
+ display: ${r};
141
+ font-family: ${o};
142
+ font-size: ${e.typography.text[d]};
143
+ font-style: ${l};
144
+ font-weight: ${e.typography.weight[a]};
145
+ letter-spacing: ${s};
146
+ line-height: ${e.spacing[pn(d)]};
147
+ overflow: ${c};
148
+ width: ${r==="block"?"100%":"auto"};
149
+ white-space: ${x};
150
+ word-break: ${h};
151
+ background-clip: text;
152
+ -webkit-background-clip: text;
153
+ -webkit-text-fill-color: ${g};
154
+
155
+ @media screen
156
+ and (min-width: ${e.breakpoints.mobile})
157
+ and (max-width: ${e.breakpoints.tablet})
158
+ {
159
+ font-size: ${e.typography.text[p??d]};
160
+ }
161
+ `}
162
+ `,gr=f.styled($t)`
163
+ ${({theme:e,$color:n=e.palette.gray[600],$content:i=void 0,$display:r="inline",$fontWeight:o="regular",$size:a,$lineSpacing:l=1.25})=>`
164
+ color: ${n};
165
+ display: ${r};
166
+ font-family: ${e.typography.type.primary};
167
+ font-size: ${e.typography.text[a]};
168
+ font-weight: ${e.typography.weight[o]};
169
+ line-height: ${e.spacing[l]};
170
+ max-width: 100%;
171
+ width: ${r==="block"?"100%":"auto"};
172
+
173
+ ${i===void 0?"":`&::after { content: "${i}"; }`}
174
+ `}
175
+ `,U=u.forwardRef(function({bgGradient:n,children:i,className:r,color:o,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:$,whiteSpace:j,wordBreak:w,...k},C){return t.jsx(pr,{$bgGradient:n,$color:o,$display:a,$fontFamily:l,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:$,$whiteSpace:j,$wordBreak:w,className:r,ref:C,...k,children:i})}),Ce=u.forwardRef(function({children:n,color:i,content:r,display:o,fontFamily:a,fontWeight:l,letterSpacing:s,lineSpacing:c,lineSpacingSm:d,size:p,sizeMd:g,sizeSm:x,...h},b){return t.jsx(gr,{$color:i,$content:r,$display:o,$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:r,color:o,display:a,fontFamily:l,fontWeight:s,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(gn,{$bgGradient:n,$color:o,$display:a,$fontFamily:l,$fontStyle:k,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:$,$whiteSpace:j,$wordBreak:w,className:r,ref:v,...C,children:i})}),un=({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(m,{display:"block",id:`panel-${e.title}`,padding:[.875,.875,.875,.875],children:[n,e.extraElement?t.jsx(m,{children:e.extraElement}):void 0]})},rt={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},ur=e=>rt[e]?rt[e]:typeof e=="string"&&e.includes("px")?e:rt.md,xr=f.styled($t)`
176
+ ${({$clickable:e,$color:n="inherit",$disabled:i=!1,$hoverColor:r,$rotation:o,$size:a,$secondaryColor:l})=>{const s=r?"":"brightness(50%)",c=r??"";return`
177
+ color: ${n};
178
+ cursor: ${e?"pointer":"inherit"};
179
+ font-size: ${ur(a)};
180
+ line-height: 0;
181
+ vertical-align: middle;
182
+ pointer-events: inherit;
183
+ opacity: ${i?"0.5":"1"};
184
+
185
+ > svg {
186
+ --fa-secondary-color: ${l};
187
+ transform: ${o===void 0?"":`rotate(${o}deg)`};
188
+ }
189
+
190
+ .fill-gradient-01 path {
191
+ fill: url(/gradients.svg#gradient-01);
192
+ fill: url(#gradient-01);
193
+ }
194
+ .fill-gradient-02 path {
195
+ fill: url(/gradients.svg#gradient-02);
196
+ fill: url(#gradient-02);
197
+ }
198
+
199
+ ${e?`&:hover {
200
+ filter: ${s};
201
+ color: ${c};
202
+ }`:""}
203
+ `}}
204
+ `;f.styled.div`
205
+ cursor: pointer;
206
+ transition: all 0.2s ease-in-out;
207
+
208
+ &:hover:not([disabled]) {
209
+ transform: scale(1.2);
210
+ }
211
+ `;const F=u.forwardRef(function({clickable:n,disabled:i,hoverColor:r,icon:o,iconClass:a="",iconColor:l,iconMask:s,iconSize:c,iconTransform:d,iconType:p="fa-solid",onClick:g,rotation:x,spanClass:h,secondaryColor:b,...$},j){return t.jsx(xr,{$clickable:n,$color:l,$disabled:i,$hoverColor:r,$rotation:x,$secondaryColor:b,$size:c,className:h,"data-testid":`${o}-icon`,onClick:g,ref:j,...$,children:t.jsx("i",{className:`${p} fa-${o} ${a}`,...s!==void 0?{"data-fa-mask":s}:{},...d!==void 0?{"data-fa-transform":d}:{}})},`${p}-${o}`)}),hr=u.forwardRef(function({aligned:n="end",items:i,bgColor:r},o){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(m,{borderColor:a.palette.gray[200],borderTop:"1px solid",ref:o,children:i.map((d,p)=>{const g=l[p];return t.jsxs(m,{bgColor:r??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:r??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(z,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:d.title}),t.jsx(F,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(un,{item:d})]},d.title)})})}),fr=36,yr=2,br=9,$r={sm:12,md:16,lg:24},mr=({size:e="lg"})=>{const n=$r[e],i=`bookmarkGradient-${Math.random().toString(fr).substr(yr,br)}`;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(F,{icon:"crown",iconColor:"#FFFFFF",iconSize:`${n/2-1}px`,iconType:"fa-solid"})})]})},lt=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]}}),jr=f.styled.div`
212
+ ${({theme:e,$includeAuthor:n,$variant:i})=>`
213
+ display: inline-flex;
214
+ align-items: center;
215
+ border-radius: ${e.spacing[.5]};
216
+ gap: ${e.spacing[.5]};
217
+ padding-right: ${e.spacing[.5]};
218
+ position: relative;
219
+ white-space: nowrap;
220
+
221
+ ${n?`
222
+ &::before {
223
+ content: "";
224
+ position: absolute;
225
+ inset: 0;
226
+ background: ${lt(e)[i].bgColor};
227
+ border: 1px solid transparent;
228
+ border-radius: inherit;
229
+ mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
230
+ mask-composite: exclude;
231
+ pointer-events: none;
232
+ }
233
+ `:""}
234
+ `}
235
+ `,wr=f.styled.div`
236
+ ${({theme:e,$variant:n})=>`
237
+ display: flex;
238
+ align-items: center;
239
+ background: ${lt(e)[n].bgColor};
240
+ border-radius: ${e.spacing[.5]};
241
+ color: ${lt(e)[n].color};
242
+ font-family: ${e.typography.type.primary};
243
+ font-size: ${e.typography.text.sm};
244
+ font-weight: ${e.typography.weight.bold};
245
+ gap: ${e.spacing[.25]};
246
+ justify-content: center;
247
+ line-height: 18px;
248
+ padding: ${e.spacing[.125]} ${e.spacing[.5]};
249
+ position: relative;
250
+ `}
251
+ `,xn=(e,n)=>{const[r,o]=u.useState(0),[a,l]=u.useState(0);return u.useEffect(()=>{a===100&&(()=>{o(c=>c===n-1?0:c+1)})()},[a,n]),u.useEffect(()=>{const s=setInterval(()=>{l(c=>c===100?0:c+1)},e);return()=>{clearInterval(s)}},[e]),{cycle:r,progress:a,setCycle:o,setProgress:l}},te=(e,n,i=!1,r)=>{u.useEffect(()=>{var a;const o=l=>{e&&!e.contains(l.target)&&!(r!=null&&r.some(s=>s==null?void 0:s.contains(l.target)))&&n()};return i?(document.addEventListener("mousedown",o,!0),()=>{document.removeEventListener("mousedown",o,!0)}):((a=document.getElementById("root"))==null||a.addEventListener("mousedown",o,!0),()=>{var l;(l=document.getElementById("root"))==null||l.removeEventListener("mousedown",o,!0)})},[i,e,r,n])},hn=({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),r=u.useCallback(()=>{i(!0)},[]),o=u.useCallback(()=>{i(!1)},[]),a=u.useCallback(()=>{i(l=>!l)},[]);return{close:o,isOpen:n,name:e,open:r,setIsOpen:i,toggle:a}},vr=e=>e.reduce((n,i)=>({...n,[i.id]:i.visible}),{}),fn=({name:e,items:n,columnOrder:i,setColumnOrder:r,setColumnVisibility:o})=>{const a=u.useMemo(()=>[...n.filter(({locked:g})=>g).map(({locked:g,...x})=>({...x,visible:!0,locked:g})),...n.filter(({locked:g})=>!g)],[n]),[l,s]=u.useState(a),c=u.useCallback(g=>{const x=g.filter(({locked:j})=>!j),b=[...g.filter(({locked:j})=>j),...x],$=b.map(({name:j})=>j);s(j=>[...b,...j.filter(({name:w})=>!$.includes(w))]),r&&r(b.map(({id:j})=>j))},[r]),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,$=(i==null?void 0:i.indexOf(h.id))??0;return b-$});o==null||o(vr(g)),c(g)},[l,i,c,o]),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}},mt=(e,n)=>u.useMemo(()=>y._.debounce(e,n),[e,n]),kr=e=>{const[n,i]=u.useState(),r=mt(o=>{i(o)},(e==null?void 0:e.debounceWait)??300);return[n,r]},Cr=({alt:e="img",height:n="",width:i="",transformation:r,plugins:o=[y.lazyload(),y.placeholder()],publicId:a})=>{const l=hn({publicId:a});return r&&l.addTransformation(r),t.jsx(y.AdvancedImage,{alt:e,cldImg:l,height:n,plugins:o,width:i})},ne=Ke.default.memo(Cr),Ht={external:"External pentester",scanner:"Fluid Attacks Scanner",pentester:"Fluid Attacks Pentester"},yn=({author:e,variant:n})=>{const i=n==="external"?"t_fav_g":"t_fav_w";return t.jsxs(jr,{$includeAuthor:!!e,$variant:n,children:[t.jsxs(wr,{$variant:n,children:[t.jsx(ne,{alt:Ht[n],height:"11px",publicId:"airs/logo/logo_icon",transformation:i,width:"11px"}),Ht[n]]}),e?t.jsx(z,{display:"inline",size:"sm",children:e}):void 0]})},Sr={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]}},jt=({textL:e,textR:n,variant:i})=>{const r=f.useTheme(),{bgColor:o,colorL:a,colorR:l}=Sr[i];return t.jsxs(m,{alignItems:"flex-start",display:"inline-flex",children:[e?t.jsx(m,{alignItems:"center",bgColor:r.palette.white,border:`1px solid ${o}`,borderRadius:"4px 0px 0px 4px",display:"flex",justify:"center",padding:[0,.25,0,.25],children:t.jsx(z,{color:a,size:"md",children:e})}):void 0,t.jsx(m,{alignItems:"center",bgColor:o,border:`1px solid ${o}`,borderRadius:e?"0px 4px 4px 0px":"4px",display:"flex",padding:e?[0,.25,0,.125]:[0,.25,0,.25],pb:.125,pl:.125,pr:.125,pt:.125,children:t.jsx(z,{color:l,size:"md",children:n})})]})},zr=(e,n)=>n==="0"?`${e.spacing[1]} ${e.spacing[1]} 0 0`:n==="-1"?`0 0 ${e.spacing[1]} ${e.spacing[1]}`:"unset",bn=f.styled.div`
252
+ ${({theme:e,$index:n})=>`
253
+ align-items: flex-start;
254
+ display: flex;
255
+ flex-direction: column;
256
+ background-color: ${e.palette.white};
257
+ border: 1px solid;
258
+ border-color: ${e.palette.gray[200]};
259
+ border-radius: ${zr(e,n)};
260
+ gap: ${e.spacing[.5]};
261
+ padding: ${e.spacing[1.5]};
262
+ overflow: hidden;
263
+ position: relative;
264
+ width: 100%;
265
+
266
+ &:hover {
267
+ background-clip: padding-box, border-box;
268
+ background-image: linear-gradient(white, white), ${e.palette.gradient};
269
+ background-origin: padding-box, border-box;
270
+ border-color: transparent;
271
+ }
272
+ `}
273
+ `,ke=f.styled.div`
274
+ display: inline-block;
275
+ content: "";
276
+ height: 24px;
277
+ border-left: 2px solid ${({theme:e})=>e.palette.gray[100]};
278
+ `,Tr=({affects:e,author:n,creator:i,href:r,ids:o,indx:a,Link:l,packageName:s,publishedDate:c,score:d,severity:p,title:g})=>{const x=f.useTheme(),h=l??"a";return t.jsxs(bn,{$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(z,{color:x.palette.gray[800],display:"inline",size:"lg",children:[t.jsx(z,{color:x.palette.primary[500],display:"inline",size:"lg",children:o.flatId})," ",`(${o.advId})`]}),i?t.jsx(yn,{author:n,variant:i}):void 0]}),t.jsx(h,{href:r,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(jt,{textL:d,textR:y.capitalize(p==="disable"?"Unknown":p),variant:p}),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,s?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: "}),s]})]}):void 0,c?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: "}),c]})]}):void 0]})]})},Ir=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:Dr}=ie(e=>({error:`
279
+ background: ${e.palette.error[50]};
280
+ border: 1px solid ${e.palette.error[500]};
281
+ color: ${e.palette.error[700]};
282
+
283
+ button {
284
+ color: ${e.palette.error[700]};
285
+
286
+ &:hover:not([disabled]) {
287
+ background-color: ${e.palette.error[200]};
288
+ color: ${e.palette.error[700]};
289
+ }
290
+ }
291
+ `,info:`
292
+ background: ${e.palette.info[50]};
293
+ border: 1px solid ${e.palette.info[500]};
294
+ color: ${e.palette.info[700]};
295
+
296
+ button {
297
+ color: ${e.palette.info[700]};
298
+
299
+ &:hover:not([disabled]) {
300
+ background-color: ${e.palette.info[200]};
301
+ color: ${e.palette.info[700]};
302
+ }
303
+ }
304
+ `,success:`
305
+ background: ${e.palette.success[50]};
306
+ border: 1px solid ${e.palette.success[500]};
307
+ color: ${e.palette.success[700]};
308
+
309
+ button {
310
+ color: ${e.palette.success[700]};
311
+
312
+ &:hover:not([disabled]) {
313
+ background-color: ${e.palette.success[200]};
314
+ color: ${e.palette.success[700]};
315
+ }
316
+ }
317
+ `,warning:`
318
+ background: ${e.palette.warning[50]};
319
+ border: 1px solid ${e.palette.warning[500]};
320
+ color: ${e.palette.warning[700]};
321
+
322
+ button {
323
+ color: ${e.palette.warning[700]};
324
+
325
+ &:hover:not([disabled]) {
326
+ background-color: ${e.palette.warning[200]};
327
+ color: ${e.palette.warning[700]};
328
+ }
329
+ }
330
+ `})),Fr=f.styled.div`
331
+ ${({theme:e,$variant:n,$iconPosition:i="center"})=>`
332
+ background: transparent;
333
+ align-items: ${i==="top"?"flex-start":"center"};
334
+ border-radius: ${e.spacing[.25]};
335
+ display: inline-flex;
336
+ font-family: ${e.typography.type.primary};
337
+ font-size: ${e.typography.text.md};
338
+ font-weight: ${e.typography.weight.bold};
339
+ line-height: ${e.spacing[1.25]};
340
+ min-width: 250px;
341
+ width: 100%;
342
+ padding: ${e.spacing[.75]};
343
+ position: relative;
344
+ gap: ${e.spacing[.75]};
345
+
346
+ button {
347
+ background-color: transparent;
348
+ }
349
+
350
+ ${Dr(e,n??"error")}
351
+ `}
352
+ `,Er=f.styled.div`
353
+ padding-right: 4px;
354
+ width: 100%;
355
+ font-size: 20px;
356
+ font-weight: ${({theme:e})=>e.typography.weight.bold};
357
+ `,Rr=f.styled.div`
358
+ padding-right: 4px;
359
+ width: 100%;
360
+ font-weight: ${({theme:e,$hasTitle:n})=>n?e.typography.weight.regular:e.typography.weight.bold};
361
+ `,{getVariant:Nr}=ie(e=>({ghost:`
362
+ background: transparent;
363
+ border: none;
364
+ color: ${e.palette.gray[800]};
365
+ --btn-padding-x: ${e.spacing[.5]};
366
+ --btn-padding-y: ${e.spacing[.625]};
367
+ --btn-spacing: ${e.spacing[.25]};
368
+
369
+ &:disabled {
370
+ color: ${e.palette.gray[400]};
371
+ cursor: not-allowed;
372
+ }
373
+
374
+ &:hover:not([disabled]) {
375
+ background-color: ${e.palette.gray[100]};
376
+ color: ${e.palette.gray[800]};
377
+ }
378
+ `,link:`
379
+ --btn-padding-x: 0;
380
+ --btn-padding-y: 0;
381
+ color: ${e.palette.gray[800]};
382
+
383
+ &:hover {
384
+ color: ${e.palette.gray[500]};
385
+ }
386
+ `,primary:`
387
+ background: ${e.palette.primary[500]};
388
+ border: none;
389
+ color: ${e.palette.white};
390
+ --btn-spacing: ${e.spacing[.25]};
391
+
392
+ &:disabled {
393
+ background: ${e.palette.gray[200]};
394
+ color: ${e.palette.gray[400]};
395
+ cursor: not-allowed;
396
+ }
397
+
398
+ &:hover:not([disabled]) {
399
+ background-color: ${e.palette.primary[700]};
400
+ color: ${e.palette.white};
401
+ }
402
+ `,secondary:`
403
+ background: ${e.palette.gray[800]};
404
+ border: none;
405
+ color: ${e.palette.white};
406
+ --btn-spacing: ${e.spacing[.25]};
407
+
408
+ &:disabled {
409
+ background: ${e.palette.gray[200]};
410
+ color: ${e.palette.gray[400]};
411
+ cursor: not-allowed;
412
+ }
413
+
414
+ &:hover:not([disabled]) {
415
+ background-color: ${e.palette.gray[600]};
416
+ color: ${e.palette.white};
417
+ }
418
+ `,tertiary:`
419
+ background: transparent;
420
+ border: 1px solid ${e.palette.primary[500]};
421
+ color: ${e.palette.primary[500]};
422
+ --btn-spacing: ${e.spacing[.25]};
423
+
424
+ &:disabled {
425
+ background: transparent;
426
+ border: 1px solid ${e.palette.gray[200]};
427
+ color: ${e.palette.gray[300]};
428
+ cursor: not-allowed;
429
+ }
430
+
431
+ &:hover:not([disabled]) {
432
+ background-color: ${e.palette.primary[500]};
433
+ color: ${e.palette.white};
434
+ }
435
+ `})),$n=f.styled(yt)`
436
+ ${({theme:e,justify:n,$variant:i})=>`
437
+ align-items: center;
438
+ border-radius: var(--btn-spacing);
439
+ cursor: pointer;
440
+ display: inline-flex;
441
+ font-family: ${e.typography.type.primary};
442
+ font-size: ${e.typography.text.md};
443
+ font-weight: ${e.typography.weight.regular};
444
+ gap: var(--btn-spacing);
445
+ justify-content: ${n??"center"};
446
+ line-height: ${e.spacing[1.25]};
447
+ padding: var(--btn-padding-y) var(--btn-padding-x);
448
+ position: relative;
449
+ text-align: start;
450
+ transition: all 0.5s ease;
451
+ white-space: nowrap;
452
+
453
+ @media screen and (max-width: ${e.breakpoints.mobile}) {
454
+ ${i!=="link"?`--btn-padding-y: ${e.spacing[1]}`:""};
455
+ }
456
+
457
+ ${Nr(e,i??"primary")}
458
+ `}
459
+ `,Ar=f.styled($n)`
460
+ ${({theme:e,disabled:n,borderRadius:i="4px",px:r=.5,py:o=.5,$variant:a})=>`
461
+ --btn-spacing: ${i};
462
+ --btn-padding-x: ${e.spacing[r]};
463
+ --btn-padding-y: ${e.spacing[o]};
464
+
465
+ align-items: center;
466
+ line-height: 0;
467
+ text-align: center;
468
+ ${a==="ghost"?`color: ${e.palette.gray[700]};`:""}
469
+
470
+ > span {
471
+ margin: 0 !important;
472
+ ${n?`color: ${e.palette.gray[300]};`:""}
473
+ }
474
+ `}
475
+ `,Lr=f.styled(Pe)``,Pr=f.styled.div`
476
+ ${({theme:e,$maxWidth:n="320px"})=>`
477
+ background-color: ${e.palette.gray[700]};
478
+ border-radius: 8px;
479
+ color: ${e.palette.white};
480
+ font-size: ${e.typography.text.sm};
481
+ max-width: ${n};
482
+ padding: ${e.spacing[.75]};
483
+ width: max-content;
484
+ word-break: break-word;
485
+ z-index: 999999;
486
+ `}
487
+ `,Or=f.styled.div`
488
+ position: absolute;
489
+ width: 16px;
490
+ height: 8px;
491
+ ${({$placement:e})=>{switch(e){case"top":return`
492
+ bottom: -8px;
493
+ left: 50%;
494
+ transform: translateX(-50%);
495
+ `;case"bottom":return`
496
+ top: -8px;
497
+ left: 50%;
498
+ transform: translateX(-50%) rotate(180deg);
499
+ `;case"left":return`
500
+ right: -12px;
501
+ top: 50%;
502
+ transform: translateY(-50%) rotate(-90deg);
503
+ `;case"right":return`
504
+ left: -12px;
505
+ top: 50%;
506
+ transform: translateY(-50%) rotate(90deg);
507
+ `;default:return`
508
+ top: -8px;
509
+ left: 50%;
510
+ transform: translateX(-50%) rotate(180deg);
511
+ `}}}
512
+ `,X=({children:e,disabled:n=!1,display:i="inline-block",height:r,icon:o,iconColor:a,iconSize:l,id:s,maxWidth:c,nodeTip: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}),T=y.useHover(v,{delay:{close:0,open:500},move:!1}),E=y.useFocus(v),R=y.useRole(v,{role:o?"label":"tooltip"}),{getReferenceProps:D,getFloatingProps:I}=y.useInteractions([T,E,R]),N=u.useMemo(()=>S.startsWith("top")?"top":S.startsWith("bottom")?"bottom":S.startsWith("left")?"left":S.startsWith("right")?"right":"bottom",[S]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(Lr,{...D(),display:i,height:r,id:s,ref:k.setReference,width:b,children:o?t.jsx(F,{clickable:!0,disabled:n,icon:o,iconColor:a,iconSize:l??"sm",iconType:j?"fa-solid":"fa-light"}):e}),j&&!h&&xe.createPortal(t.jsxs(Pr,{...I(),$maxWidth:c,id:`floating-${s}`,ref:k.setFloating,style:C,children:[y.lodashExports.isEmpty(x)?void 0:t.jsx(z,{color:$.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:$.palette.gray[100],size:"sm",textAlign:"start",whiteSpace:"normal",wordWrap:"break-word",children:g}),y.lodashExports.isEmpty(d)?void 0:d,t.jsx(Or,{$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:$.palette.gray[700]})})})]}),document.getElementById("root")??document.body)]})},V=u.forwardRef(function({borderRadius:n,disabled:i,icon:r,iconColor:o,iconSize:a="sm",iconTransform:l,iconType:s,id:c,justify: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(Ar,{$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(F,{clickable:!1,icon:r,iconColor:o,iconSize:a,iconTransform:l,iconType:s})}),T=(h+(w??"")+(c??r)).replace(/ /u,"_");return b===void 0?v:t.jsx(X,{id:`${T}-tooltip`,place:$,tip:b,children:v})}),Br=u.forwardRef(function({autoHide:n=!1,children:i,closable:r=!1,icon:o,iconEnabled:a=!0,iconPosition:l="center",onClose:s=void 0,onTimeOut:c,show:d=!0,time:p=8,title:g,variant:x="error",id:h,...b},$){const[j,w]=u.useState(d),k=u.useCallback(()=>{s==null||s(),w(!1)},[s]);return u.useEffect(()=>{const C=setTimeout(()=>{c==null||c(!0),n&&k()},p*1e3);return()=>{clearTimeout(C)}},[n,k,p,c]),u.useEffect(()=>{w(d)},[d,w]),t.jsx(m,{display:j?"block":"none",ref:$,role:"alert",...b,children:t.jsxs(Fr,{$iconPosition:l,$variant:x,id:h,children:[a?t.jsx(F,{clickable:!1,icon:o??Ir(x),iconSize:"lg",iconType:"fa-light",mt:l==="top"?.25:0}):void 0,t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,style:{flex:1},children:[g?t.jsx(Er,{children:g}):void 0,t.jsx(Rr,{$hasTitle:!!g,children:i})]}),r?t.jsx(V,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:k,px:.125,py:.125,style:{alignSelf:"flex-start"},variant:"ghost"}):void 0]})})}),Vt=f.styled.div`
513
+ ${({theme:e})=>`
514
+ align-items: center;
515
+ background-color: ${e.palette.gray[200]};
516
+ border-radius: 100%;
517
+ color: ${e.palette.gray[800]};
518
+ display: flex;
519
+ font-family: ${e.typography.type.primary};
520
+ font-size: ${e.typography.text.sm};
521
+ font-weight: 500;
522
+ line-height: 18px;
523
+ justify-content: center;
524
+ text-align: center;
525
+ width: ${e.spacing[1.25]};
526
+ height: ${e.spacing[1.25]};
527
+ `}
528
+ `,Mr=f.styled.div`
529
+ ul,
530
+ ol {
531
+ padding-top: 6px;
532
+ padding-bottom: 6px;
533
+ background-color: #fff;
534
+ position: absolute;
535
+ top: 40px;
536
+ right: 1px;
537
+ z-index: 1;
538
+ }
539
+
540
+ .no-hover,
541
+ .user-info {
542
+ text-decoration: none;
543
+ display: flex;
544
+ justify-content: space-between;
545
+ height: auto;
546
+ }
547
+
548
+ .user-info,
549
+ .commit-info {
550
+ padding-left: 16px;
551
+ padding-right: 16px;
552
+ }
553
+
554
+ .user-info {
555
+ padding-top: 10px;
556
+ padding-bottom: 1px;
557
+ }
558
+
559
+ .commit-info {
560
+ padding-top: 1px;
561
+ padding-bottom: 10px;
562
+ }
563
+
564
+ li {
565
+ list-style-type: none;
566
+ }
567
+
568
+ span {
569
+ white-space: nowrap;
570
+ }
571
+
572
+ a {
573
+ color: ${({theme:e})=>e.palette.gray[800]};
574
+ text-decoration: none;
575
+ padding: unset;
576
+ }
577
+
578
+ a:hover {
579
+ text-decoration: none;
580
+ color: ${({theme:e})=>e.palette.gray[800]};
581
+ }
582
+
583
+ #menu-profile-container ul {
584
+ min-width: unset;
585
+ width: auto;
586
+ z-index: 10;
587
+ }
588
+
589
+ #menu-profile-container li div {
590
+ min-width: unset;
591
+ }
592
+ `,Wr=f.styled(Pe)`
593
+ ${({theme:e,$variant:n,$numberIndicator:i})=>{const r=i!=null&&i>0;return`
594
+ align-items: center;
595
+ background: ${n==="error"?e.palette.primary[400]:e.palette.warning[500]};
596
+ border-radius: ${r?"100px":"100%"};
597
+ font-family: ${e.typography.type.primary};
598
+ justify-content: center;
599
+ padding: 2px 4px;
600
+ position: ${r?"unset":"absolute"};
601
+ z-index: ${r?"unset":"11"};
602
+ max-width: fit-content;
603
+ min-width: ${r?e.spacing[1.25]:e.spacing[.5]};
604
+ height: ${r?"14px":e.spacing[.5]}};
605
+ `}}
606
+ `,_r=f.styled.div`
607
+ align-items: center;
608
+ color: ${({theme:e})=>e.palette.white};
609
+ display: flex;
610
+ font-size: ${({theme:e})=>e.typography.text.sm};
611
+ font-weight: ${({theme:e})=>e.typography.weight.regular};
612
+ justify-content: center;
613
+ `,Ge=u.forwardRef(function({numberIndicator:n,show:i,variant:r="error",...o},a){return t.jsx(Wr,{$numberIndicator:n,$variant:r,className:i?"flex":"hidden","data-testid":"notification-sign",ref:a,...o,children:n&&t.jsx(_r,{children:n<=9?n:9})})}),{getVariant:Hr}=ie(e=>({default:`
614
+ background-color: ${e.palette.gray[200]};
615
+ color: ${e.palette.gray[800]};
616
+ `,error:`
617
+ &.high {
618
+ background-color: ${e.palette.error[700]};
619
+ color: ${e.palette.white};
620
+ }
621
+ &.low {
622
+ background-color: ${e.palette.error[50]};
623
+ color: ${e.palette.error[700]};
624
+ }
625
+ &.medium {
626
+ background-color: ${e.palette.error[500]};
627
+ color: ${e.palette.error[50]};
628
+ }
629
+ `,inactive:`
630
+ background-color: ${e.palette.gray[200]};
631
+ color: ${e.palette.gray[600]};
632
+ `,info:`
633
+ &.high {
634
+ background-color: ${e.palette.info[700]};
635
+ color: ${e.palette.white};
636
+ }
637
+ &.low {
638
+ background-color: ${e.palette.info[50]};
639
+ color: ${e.palette.info[700]};
640
+ }
641
+ &.medium {
642
+ background-color: ${e.palette.info[500]};
643
+ color: ${e.palette.info[50]};
644
+ }
645
+ `,reachable:`
646
+ background-color: ${e.palette.gray[50]};
647
+ color: ${e.palette.gray[800]};
648
+ `,remediation:`
649
+ background-color: inherit;
650
+ border: 1px solid ${e.palette.gray[300]};
651
+ color: ${e.palette.gray[400]};
652
+ `,role:`
653
+ background-color: ${e.palette.gray[800]};
654
+ color: ${e.palette.white};
655
+ `,success:`
656
+ &.high {
657
+ background-color: ${e.palette.success[700]};
658
+ color: ${e.palette.white};
659
+ }
660
+ &.low {
661
+ background-color: ${e.palette.success[50]};
662
+ color: ${e.palette.success[700]};
663
+ }
664
+ &.medium {
665
+ background-color: ${e.palette.success[500]};
666
+ color: ${e.palette.success[50]};
667
+ }
668
+ `,technique:`
669
+ --tag-padding-y: ${e.spacing[.25]};
670
+ --tag-padding-x: ${e.spacing[.75]};
671
+
672
+ background-color: inherit;
673
+ border: 1px solid ${e.palette.success[800]};
674
+ color: ${e.palette.success[800]};
675
+ `,warning:`
676
+ &.high {
677
+ background-color: ${e.palette.warning[600]};
678
+ color: ${e.palette.white};
679
+ }
680
+ &.low {
681
+ background-color: ${e.palette.warning[50]};
682
+ color: ${e.palette.warning[700]};
683
+ }
684
+ &.medium {
685
+ background-color: ${e.palette.warning[400]};
686
+ color: ${e.palette.warning[700]};
687
+ }
688
+ `})),Vr=f.styled.span`
689
+ ${({theme:e,$fontSize:n=e.typography.text.sm,$variant:i})=>`
690
+ align-items: center;
691
+ border-radius: ${e.spacing[i==="technique"?1:.25]};
692
+ display: inline-flex;
693
+ gap: ${e.spacing[.25]};
694
+ font-family: ${e.typography.type.primary};
695
+ font-size: ${n};
696
+ font-style: normal;
697
+ font-weight: ${e.typography.weight.regular};
698
+ justify-content: center;
699
+ line-height: 18px;
700
+ padding: var(--tag-padding-y) var(--tag-padding-x);
701
+ white-space: nowrap;
702
+ width: max-content;
703
+
704
+ ~ a {
705
+ font-size: ${e.typography.text.xs};
706
+ display: flex;
707
+ }
708
+
709
+ ${Hr(e,i)}
710
+ `}
711
+ `,{getVariant:Ur}=ie(e=>({highRelevance:`
712
+ color: ${e.palette.primary[500]};
713
+
714
+ &:hover:not([disabled]) {
715
+ color: ${e.palette.primary[400]};
716
+ }
717
+ `,lowRelevance:`
718
+ color: ${e.palette.gray[800]};
719
+
720
+ &:hover:not([disabled]) {
721
+ color: ${e.palette.gray[500]};
722
+ }
723
+ `})),wt=f.css`
724
+ ${({theme:e,$color:n,$variant:i,$wrap:r})=>`
725
+ align-items: center;
726
+ cursor: pointer;
727
+ font-family: ${e.typography.type.primary};
728
+ font-size: ${e.typography.text.md};
729
+ font-weight: ${e.typography.weight.regular};
730
+ gap: ${e.spacing[.25]};
731
+ line-height: ${e.spacing[1.25]};
732
+ text-decoration: underline;
733
+ ${r?`
734
+ word-break: normal;
735
+ word-wrap: normal;
736
+ `:`
737
+ word-break: break-word;
738
+ word-wrap: break-word;
739
+ `}
740
+
741
+ &:disabled {
742
+ color: ${e.palette.gray[300]};
743
+ cursor: not-allowed;
744
+ }
745
+
746
+ &:has(button) {
747
+ text-decoration: none;
748
+ }
749
+
750
+ ${n?`color: ${n}`:Ur(e,i)}
751
+ `}
752
+ `,Gr=f.styled.a`
753
+ ${wt}
754
+ `,Yr=f.styled(st.Link)`
755
+ ${wt}
756
+ `,re=({children:e,color:n,download:i,href:r,iconPosition:o="right",onClick:a,target:l,variant:s="lowRelevance",wrap:c=!1})=>{const d=r.startsWith("https://"),p=t.jsx(F,{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(Gr,{$color:n,$variant:s,$wrap:c,download:i,href:r,onClick:a,rel:"nofollow noopener noreferrer",target:l??"_blank",children:[o==="left"?p:void 0,e,o==="right"?p:void 0]}):t.jsxs(Yr,{$variant:s,$wrap:c,download:i,onClick:a,rel:"nofollow noopener noreferrer",target:l,to:r,children:[l!==void 0&&o==="left"?p:void 0,e,l!==void 0&&o==="right"?p:void 0]})},q=({disabled:e,icon:n,iconColor:i="inherit",iconType:r="fa-light",id:o="close-tag",filterValues:a="",fontSize:l,href:s,linkLabel:c,onClose: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:s===void 0?"initial":"flex",size:"md",children:[t.jsxs(Vr,{$fontSize:l,$variant:h,className:p,children:[n&&t.jsx(F,{icon:n,iconColor:i,iconSize:"sm",iconType:r}),t.jsxs("span",{className:"w-full",children:[t.jsx("strong",{children:g}),t.jsx("span",{children:b?$:x}),t.jsx("strong",{className:"w-full",children:a})]}),d?t.jsx(V,{disabled:e,icon:"xmark",iconSize:"sm",iconType:"fa-light",id:o,onClick:d,px:.125,py:.125,variant:"ghost"}):void 0]}),s===void 0?void 0:t.jsx(re,{href:s,children:c})]})},mn=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");y.lodashExports.isObject(i)&&(i.opener=null)},_=u.forwardRef(function({children:n,disabled:i=!1,external:r=!1,href:o,id:a,icon:l,iconColor:s,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:T,...E},R){const D=w!==void 0,I=`${a}-tooltip`,N=u.useCallback(()=>{o&&mn(o,r)},[r,o]),O=t.jsxs($n,{$variant:S,"aria-disabled":i,className:C?"underline":void 0,disabled:i,id:a,name:p,onClick:S==="link"?N:h,ref:R,type:j,value:v,width:T,...D?{"data-tooltip-id":I}:{},...E,children:[g&&S==="ghost"&&!i?t.jsx(Ge,{left:l!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,l!==void 0&&t.jsx(F,{icon:l,iconColor:s??void 0,iconSize:c,iconType:d??"fa-light"}),n,b||S==="link"?t.jsx(F,{icon:b??"arrow-right",iconSize:c,iconType:"fa-light"}):void 0,$===void 0||i?null:t.jsx(q,{tagLabel:$,variant:"default"}),x!==void 0&&S==="ghost"&&!i?t.jsx(Ge,{numberIndicator:x,show:!0,variant:"error"}):void 0]});return D?t.jsx(X,{disabled:!D,id:I,place:k,tip:w,width:T,children:O}):O}),Xr=u.forwardRef(function({children:n,onClick:i,userName:r,showIcon:o=!1,showUsername:a=!1},l){const s=!!i,c=f.useTheme();return t.jsx(m,{id:"navbar-user-profile",ref:l,zIndex:9999,children:t.jsxs(m,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[s?t.jsxs(_,{onClick:i,px:.5,py:.5,variant:"ghost",children:[t.jsx(Vt,{children:r[0].toUpperCase()}),a?t.jsx(z,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:r.split(" ")[0]}):void 0,o?t.jsx(F,{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(Vt,{children:r[0].toUpperCase()}),a?t.jsxs(z,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",r.split(" ")[0],"!"]}):void 0,o?t.jsx(F,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(Mr,{children:n})]})})}),Ze=({authorEmail:e,date:n,description:i,descriptionColor:r,id:o,title:a,titleColor:l,textAlign:s,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(z,{color:l??p.palette.gray[800],fontWeight:"bold",mb:c,size:"md",textAlign:s,wordBreak:"break-word",children:a}):a,d&&t.jsx(X,{icon:"circle-info",id:o,place:"top",tip:d})]}):void 0,t.jsxs(m,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[i&&t.jsx(z,{color:r??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}`})]})]})},Ut=f.styled(m).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
757
+ & img {
758
+ display: block;
759
+ }
760
+
761
+ &::after {
762
+ content: "";
763
+ position: absolute;
764
+ top: 0;
765
+ left: 0;
766
+ width: 100%;
767
+ height: 100%;
768
+ pointer-events: none;
769
+ ${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
770
+ }
771
+ `,Kr=e=>{if(y._.isNil(e))return"";const n=e.split(".");return(n.length>1?y._.last(n):"").toLowerCase()},Zr=(e,n)=>y._.isUndefined(n)?!1:y._.includes(e,Kr(n)),jn=({alt:e,fileType:n,width:i="100%",opacity:r=0,src:o,height:a="auto"})=>n==="video"||Zr(["webm"],o)?t.jsx(Ut,{$opacity:r,children:t.jsx(re,{href:o,iconPosition:"hidden",children:t.jsxs("video",{controls:!0,muted:!0,style:{height:a,width:i},children:[t.jsx("source",{src:o,type:"video/webm"}),o]})})}):t.jsx(Ut,{$opacity:r,children:t.jsx("img",{alt:e,src:o,style:{height:a,width:i}})}),qr=({alt:e,authorEmail:n,date:i,description:r,src:o,children:a,isEditing:l,onClick:s,title:c,hideDescription: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: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(jn,{alt:e,fileType:p,height:"147px",opacity:h?.3:0,src:o,width:"100%"}),g?t.jsx(m,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(V,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),d?null:t.jsx(Ze,{authorEmail:n,date:i,description:r,descriptionColor:x.palette.gray[600],id:`${e}-card-header`,title:c})]})},Jr=f.styled.div`
772
+ ${({theme:e,$align:n="center",$minWidth:i="auto",$minHeight:r="auto"})=>`
773
+ display: flex;
774
+ background-color: ${e.palette.white};
775
+ border-radius: ${e.spacing[.25]};
776
+ border: 1px solid ${e.palette.gray[200]};
777
+ flex-direction: column;
778
+ justify-content: center;
779
+ gap: ${e.spacing[.5]};
780
+ min-width: ${i};
781
+ min-height: ${r};
782
+ padding: ${e.spacing[1]};
783
+
784
+ input {
785
+ color: ${e.palette.gray[800]};
786
+ line-height: ${e.spacing[1.5]};
787
+ text-align: ${n};
788
+ }
789
+ `}
790
+ `,vt=({htmlFor:e,label:n,link:i,required:r,tooltip:o,weight:a="normal"})=>{const l=f.useTheme(),s=`${e}-tooltip`,c=o!==void 0&&!y.lodashExports.isEmpty(o);return t.jsxs("label",{className:"flex gap-1 w-full",htmlFor:e,style:{fontFamily:l.typography.type.primary,fontWeight:l.typography.weight[a]},children:[n,r&&t.jsx(F,{icon:"asterisk",iconColor:l.palette.error[500],iconSize:"xs",spanClass:"required-icon"}),c?t.jsx(X,{display:"inline-flex",icon:"circle-info",id:s,place:"top",tip:o}):null,i?t.jsx(re,{href:i,target:"_blank"}):null]})},Qr=f.styled.div`
791
+ ${({theme:e})=>`
792
+ align-items: flex-start;
793
+ display: inline-flex;
794
+ flex-direction: column;
795
+ gap: ${e.spacing[.25]};
796
+ position: relative;
797
+ width: 100%;
798
+
799
+ label {
800
+ color: ${e.palette.gray[800]};
801
+
802
+ > *:not(.required-icon) {
803
+ align-items: center;
804
+ display: flex;
805
+
806
+ span {
807
+ margin: 0;
808
+ }
809
+ }
810
+ }
811
+
812
+ &:has(input.date-input) {
813
+ div {
814
+ padding-right: 0;
815
+ }
816
+ }
817
+
818
+ &:has(input[type="file"]):not(:has(.dropzone)) {
819
+ div {
820
+ border-right: unset;
821
+ padding-right: 0;
822
+
823
+ &:hover, &:focus-within {
824
+ border-right: unset;
825
+ }
826
+ }
827
+ }
828
+
829
+ > *:not(.error-msg) {
830
+ font-family: ${e.typography.type.primary};
831
+ font-size: ${e.typography.text.md};
832
+ font-style: normal;
833
+ font-weight: ${e.typography.weight.regular};
834
+ line-height: ${e.spacing[1.25]};
835
+ }
836
+ `}
837
+ `,ee=f.styled.div`
838
+ ${({theme:e,$overflowX:n,$variant:i})=>`
839
+ align-items: center;
840
+ display: flex;
841
+ justify-content: space-between;
842
+ border-radius: ${e.spacing[.5]};
843
+ border: 1px solid;
844
+ border-color: ${e.palette.gray[300]};
845
+ color: ${e.palette.gray[600]};
846
+ gap: ${e.spacing[.625]};
847
+ height: 40px;
848
+ overflow-x: ${n??"unset"};
849
+ white-space: nowrap;
850
+ padding: ${i==="compact"?`0 0 0 ${e.spacing[.75]}`:n===void 0?`${e.spacing[.625]} ${e.spacing[.75]}`:`${e.spacing[.25]} ${e.spacing[.75]}`};
851
+ width: ${i==="compact"?"110px":"100%"};
852
+ font-size: ${e.typography.text.md};
853
+
854
+ font-family: ${e.typography.type.primary};
855
+
856
+ .search-container & {
857
+ border: none !important;
858
+ background: transparent !important;
859
+ box-shadow: none !important;
860
+
861
+ &:hover {
862
+ border: none !important;
863
+ background: transparent !important;
864
+ box-shadow: none !important;
865
+ }
866
+
867
+ &:focus-within {
868
+ border: none !important;
869
+ background: transparent !important;
870
+ box-shadow: none !important;
871
+ }
872
+ }
873
+ input, textarea {
874
+ background: inherit;
875
+ color: ${e.palette.gray[800]};
876
+ cursor: inherit;
877
+ outline: none;
878
+ resize: none;
879
+ width: 100%;
880
+
881
+ &::placeholder {
882
+ color: ${e.palette.gray[400]};
883
+ }
884
+
885
+ &:focus-visible {
886
+ outline: none;
887
+ }
888
+
889
+ &[type="number"] {
890
+ appearance: textfield;
891
+ }
892
+
893
+ &::-webkit-outer-spin-button,
894
+ &::-webkit-inner-spin-button {
895
+ appearance: none;
896
+ margin: 0;
897
+ }
898
+
899
+ &::-webkit-calendar-picker-indicator {
900
+ display: none !important;
901
+ }
902
+
903
+ &::-webkit-search-cancel-button,
904
+ &::-webkit-search-decoration,
905
+ &::-webkit-search-results-button,
906
+ &::-webkit-search-results-decoration {
907
+ display: none !important;
908
+ }
909
+ }
910
+
911
+ input.date-input {
912
+ display: none;
913
+ width: 0;
914
+ }
915
+
916
+ &:has(textarea) {
917
+ align-items: start;
918
+ height: auto;
919
+ }
920
+
921
+ &:has(input[type="number"]) {
922
+ padding-right: 0;
923
+ }
924
+
925
+ textarea {
926
+ min-height: ${e.spacing[6]};
927
+ }
928
+
929
+ span:not(.action) {
930
+ font-size: ${e.typography.text.md};
931
+ }
932
+
933
+ &.disabled {
934
+ background: ${e.palette.gray[100]};
935
+ border-color: ${e.palette.gray[300]};
936
+ cursor: not-allowed;
937
+
938
+ > * {
939
+ color: ${e.palette.gray[500]};
940
+ }
941
+ }
942
+
943
+ &.error:not(.disabled) {
944
+ border: 1px solid ${e.palette.error[500]};
945
+ }
946
+
947
+ &.success:not(.disabled) {
948
+ border: 1px solid ${e.palette.success[500]};
949
+ }
950
+
951
+ &:focus-within:not(.disabled, .error) {
952
+ background: ${e.palette.white};
953
+ border: 1px solid ${e.palette.black};
954
+ transform: translateX(-1px);
955
+ box-shadow: 0 0 0 1px ${e.palette.black};
956
+
957
+ button.action-btn {
958
+ height: 36px;
959
+ width: 40px;
960
+ }
961
+
962
+ * > .success-icon {
963
+ display: none;
964
+ }
965
+ }
966
+
967
+ &:hover:not(:focus-within, .disabled, .error, .success) {
968
+ background: ${e.palette.white};
969
+ border: 1px solid ${e.palette.gray[600]};
970
+ }
971
+ `}
972
+ `,eo=f.styled.div`
973
+ height: 1px;
974
+ background-color: ${({theme:e})=>e.palette.gray[300]};
975
+ flex-shrink: 0;
976
+ transition: background-color 0.2s ease;
977
+
978
+ ${ee}:hover:not(:focus-within, .disabled, .error, .success) & {
979
+ background-color: ${({theme:e})=>e.palette.gray[600]};
980
+ transition: none;
981
+ }
982
+
983
+ ${ee}:focus-within:not(.disabled, .error) & {
984
+ border: 1px solid ${({theme:e})=>e.palette.black};
985
+ }
986
+ `,to=f.styled.div`
987
+ ${({theme:e,$show:n})=>`
988
+ align-items: center;
989
+ align-self: stretch;
990
+ color: ${e.palette.error[500]};
991
+ display: ${n?"flex":"none"};
992
+ font-family: ${e.typography.type.primary};
993
+ font-size: ${e.typography.text.md};
994
+ font-weight: ${e.typography.weight.regular};
995
+ gap: 4px;
996
+ line-height: 18px;
997
+ text-align: left;
998
+ `}
999
+ `,K=({children:e,disabled:n,id:i,error:r,helpLink:o,helpLinkText:a="Link here",helpText:l,htmlFor:s,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(Qr,{id:i,children:[c===void 0?void 0:t.jsx(vt,{htmlFor:s,label:c,link:d==="up"?o:void 0,required:g,tooltip:x,weight:b}),e,r||p?t.jsxs(m,{display:"flex",justify:r===void 0?"end":"space-between",width:"100%",children:[r&&t.jsx(z,{className:"error-msg",color:$.palette.error[500],display:"block",size:"md",children:r}),p&&t.jsx(q,{priority:"low",tagLabel:`${j}/${p}`,variant:n?"inactive":"error"})]}):void 0,l||o?t.jsxs(m,{alignItems:"center",display:"flex",gap:.25,width:"100%",children:[l&&t.jsxs(t.Fragment,{children:[t.jsx(F,{icon:"circle-info",iconColor:$.palette.gray[400],iconSize:"sm",iconType:"fa-light"}),t.jsx(z,{color:$.palette.gray[400],display:"inline-block",size:"md",children:l})]}),o&&d==="down"?t.jsx(re,{href:o,children:a}):void 0]}):void 0]})},ge=({className:e,children:n,isFilter:i=!1,popoverRef:r,state:o,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:r??c,triggerRef:a,isNonModal:r?!0:void 0,shouldFlip:e==="dropdown"},o),g=u.useCallback(h=>{h.preventDefault()},[]);return t.jsx(y.$337b884510726a0d$export$c6fdb837b070b4ff,{children:t.jsx("div",{...p,className:e,id:"popover",onPointerDown:i?g:void 0,ref:r??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})})},Gt=f.styled.ul`
1000
+ ${({theme:e,$multiSelection:n,$width:i})=>`
1001
+ align-self: center;
1002
+ background: ${e.palette.white};
1003
+ border: 1px solid ${e.palette.gray[200]};
1004
+ border-radius: ${e.spacing[.25]};
1005
+ box-shadow: ${e.shadows.md};
1006
+ list-style: none;
1007
+ max-height: 200px;
1008
+ min-width: ${i<240?i:240}px;
1009
+ overflow: hidden auto;
1010
+ padding: ${e.spacing[.25]} 0;
1011
+ scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
1012
+ scroll-padding: ${e.spacing[.5]};
1013
+ width: 95%;
1014
+
1015
+ > li:first-child {
1016
+ border-bottom: ${n?`1px solid ${e.palette.gray[200]}`:"unset"};
1017
+ }
1018
+ `}
1019
+ `,no=f.styled.li`
1020
+ ${({theme:e,$multiSelection:n})=>`
1021
+ align-items: center;
1022
+ color: ${e.palette.gray[800]};
1023
+ cursor: pointer;
1024
+ display: flex;
1025
+ gap: ${e.spacing[.5]};
1026
+ justify-content: space-between;
1027
+ line-height: ${e.spacing[1.25]};
1028
+ padding: ${n?`${e.spacing[.125]} ${e.spacing[.75]}`:`${e.spacing[.25]} ${e.spacing[1]}`};
1029
+
1030
+ a, p, label {
1031
+ display: inline-flex;
1032
+ overflow: hidden;
1033
+ padding: ${n?e.spacing[.25]:"0"};
1034
+ width: 100%;
1035
+ }
1036
+
1037
+ > div {
1038
+ width: 100%;
1039
+ }
1040
+
1041
+ span {
1042
+ color: ${e.palette.gray[700]};
1043
+ }
1044
+
1045
+ &:hover:not(.disabled, .selected) {
1046
+ background: ${e.palette.gray[100]};
1047
+ }
1048
+
1049
+ &.selected {
1050
+ background: ${n?"unset":e.palette.gray[200]};
1051
+ }
1052
+
1053
+ &.disabled {
1054
+ background: ${e.palette.gray[100]};
1055
+ cursor: not-allowed;
1056
+
1057
+ p, span {
1058
+ color: ${e.palette.gray[500]};
1059
+ }
1060
+ }
1061
+ `}
1062
+ `,io=f.styled.li`
1063
+ ${({theme:e})=>`
1064
+ align-items: center;
1065
+ color: ${e.palette.gray[400]};
1066
+ display: flex;
1067
+ gap: ${e.spacing[.5]};
1068
+ justify-content: space-between;
1069
+ line-height: ${e.spacing[1.25]};
1070
+ padding: ${e.spacing[.25]} ${e.spacing[1]};
1071
+ size: 28;
1072
+ `}
1073
+ `,ro=f.styled.label`
1074
+ ${({theme:e})=>`
1075
+ align-items: center;
1076
+ color: ${e.palette.gray[600]};
1077
+ display: flex;
1078
+ cursor: pointer;
1079
+ font-family: ${e.typography.type.primary};
1080
+ font-size: ${e.typography.text.md};
1081
+ font-weight: ${e.typography.weight.regular};
1082
+ line-height: ${e.spacing[1.25]};
1083
+ letter-spacing: 0;
1084
+ position: relative;
1085
+ text-align: left;
1086
+
1087
+ &[aria-disabled="true"] {
1088
+ color: ${e.palette.gray[400]};
1089
+ cursor: not-allowed;
1090
+ }
1091
+
1092
+ input {
1093
+ position: absolute;
1094
+ opacity: 0;
1095
+ cursor: pointer;
1096
+ }
1097
+
1098
+ svg {
1099
+ background-color: ${e.palette.white};
1100
+ border-radius: ${e.spacing[.25]};
1101
+ border: 1px solid ${e.palette.gray[600]};
1102
+ top: 0;
1103
+ left: 0;
1104
+ height: ${e.spacing[.5]};
1105
+ margin-right: ${e.spacing[.5]};
1106
+ width: ${e.spacing[.5]};
1107
+ padding: ${e.spacing[.25]};
1108
+ }
1109
+
1110
+ svg > path {
1111
+ fill: ${e.palette.white};
1112
+ }
1113
+
1114
+ input:checked ~ span > svg {
1115
+ background-color: ${e.palette.primary[500]};
1116
+ border: 1px solid ${e.palette.primary[500]};
1117
+ }
1118
+
1119
+ input:disabled ~ span > svg {
1120
+ border: 1px solid ${e.palette.gray[300]};
1121
+ cursor: not-allowed;
1122
+ }
1123
+
1124
+ input:not(:disabled):hover ~ span > svg {
1125
+ box-shadow: 0 0 0 4px ${e.palette.gray[100]};
1126
+ }
1127
+
1128
+ input:checked:disabled ~ span > svg {
1129
+ background-color: ${e.palette.gray[300]};
1130
+ border: 1px solid ${e.palette.gray[300]};
1131
+ }
1132
+
1133
+ input:not(:disabled):hover:checked ~ span > svg {
1134
+ box-shadow: 0 0 0 4px ${e.palette.primary[50]};
1135
+ }
1136
+
1137
+ input:checked ~ span > svg > path {
1138
+ fill: ${e.palette.white};
1139
+ }
1140
+
1141
+ input:checked:disabled ~ span > svg > path {
1142
+ fill: ${e.palette.white};
1143
+ }
1144
+ `}
1145
+ `,le=u.forwardRef(function({checked:n,disabled:i=!1,label:r,name:o,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(ro,{"aria-disabled":i,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-hidden":!1,"aria-label":o,checked:n,"data-testid":typeof r=="string"?r??p:p,disabled:i,id:o,name:o,onChange:a,onClick:l,onFocus:s,onKeyDown:c,ref:x,type:"checkbox",value:p,...g}),t.jsx(F,{disabled:i,icon:"check",iconSize:"xl"}),r??p]}),d===void 0?void 0:t.jsx(X,{icon:"circle-info",id:d,place:"right",tip:d})]})}),wn=({item:e,multiSelection:n,name:i,register:r,setInputValue:o,setValue:a,state:l,watch:s})=>{var E,R,D;const c=f.useTheme(),d=u.useRef(null),p=e.props.hrefLang,g=l.disabledKeys,x=Array.from(l.collection.getKeys()).filter(I=>!Array.from(g).includes(I)&&I!=="All"),{optionProps:h,isSelected:b,isFocused:$,isDisabled:j}=y.$293f70390ea03370$export$497855f14858aa34({key:e.key},l,d),w=[b?"selected":"",$?"focused":"",j?"disabled":""].join(" "),k=u.useCallback(I=>{o(""),a==null||a(`${i}Options`,""),I.currentTarget.checked&&(o(I.currentTarget.value),a==null||a(`${i}Options`,x))},[x,i,o,a]),C=u.useCallback(()=>{const I=s==null?void 0:s(`${i}Options`),N=typeof I=="string"?[I]:I;y.isEqual(x,N)&&!Array.from(g).includes("All")?(a==null||a("checkAll","All vulnerability types"),o("All vulnerability types")):(a==null||a("checkAll",""),o((N==null?void 0:N.length)<=2?N.join(", "):`${N.slice(0,2).join(", ")+`, +${N.length-2} more`}`))},[g,x,i,o,a,s]),v=e.key==="All"?t.jsx(le,{...r==null?void 0:r("checkAll",{onChange:k}),label:(E=e.rendered)==null?void 0:E.toString(),name:"checkAll",value:(R=e.rendered)==null?void 0:R.toString()}):t.jsx(le,{...r==null?void 0:r(`${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(z,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),T=u.useCallback(I=>{var N;I.preventDefault(),o(((N=e.rendered)==null?void 0:N.toString())??""),l.setSelectedKey(e.key),setTimeout(()=>{l.setOpen(!1)},50),mn(p)},[p,e.key,e.rendered,l,o]);return te(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,[document.getElementById("combobox")]),t.jsxs(no,{...!n&&!p?h:{},$multiSelection:n,className:w,ref:d,children:[p?t.jsx(re,{href:p,onClick:T,children:S}):S,b&&!j&&!n?t.jsx(F,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(q,{tagLabel:e.textValue,variant:"inactive"})]})},ct=({field:e,disabled:n=!1,disabledKeys:i,error:r,helpLink:o,helpLinkText:a,helpText:l,label:s,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:T,watch:E,weight:R})=>{var Mt,Wt;const D=f.useTheme(),I=n?void 0:r,N=(e==null?void 0:e.value)??T,[O,M]=u.useState(((Mt=g.find(P=>P.value===N))==null?void 0:Mt.name)??""),[W,B]=u.useState(N),[H,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),_e=u.useRef(null),Pi=u.useMemo(()=>g.toSorted((P,Y)=>{const Z=Array.from(i??[]),$e=Z.includes(P.value),_t=Z.includes(Y.value);return $e&&!_t?1:!$e&&_t?-1:0}).map(P=>We(P.name,O)||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,O,g,Me]),Oi=u.useCallback(P=>{const Y=P.split(/,|\s/u).slice(-1)[0].trim();M(p?Y: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?Y:P))))},[We,g,e,p,h]),Bi=u.useCallback(P=>{var Y;M(((Y=g.find(Z=>Z.value===P))==null?void 0:Y.name)??""),B(P?String(P):""),e&&e.onChange(P),h&&h(P?String(P):""),ae(g)},[g,e,h]),At=u.useCallback(P=>{P.key==="Enter"&&P.preventDefault(),fe(!1)},[]),Mi=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),Wi=u.useCallback(()=>{fe(!0)},[]),G=y.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:i,inputValue:O,items:H,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:W,onBlur:Mi,onInputChange:Oi,onKeyDown:At,onKeyUp:Wi,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:Bi,children:Pi}),_i=u.useCallback(()=>{M(""),B(null),ae(g),G.setSelectedKey(null),G.setInputValue(""),h&&h(""),b==null||b()},[g,b,G,h]),{buttonProps:Hi,inputProps:Vi,listBoxProps:Ui}=y.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:O,buttonRef:it,id:d,inputRef:nt,label:s??d,listBoxRef:ye,name:d,placeholder:$,popoverRef:_e},G),{listBoxProps:Lt}=y.$c132121280ec012d$export$50eacbbf140a3141(Ui,G,ye),{buttonProps:Gi}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(Hi,it),{width:Pt}=((Wt=be.current)==null?void 0:Wt.getBoundingClientRect())??{width:240};te(be.current,()=>{G.isOpen&&!p&&G.close()},!0,[_e.current]),u.useEffect(()=>{var P;if((c===!1||!N)&&!p){const Y=((P=g.find(Z=>Z.value===N))==null?void 0:P.name)??"";M(Y),B(Y)}},[N,g,c,p]);const Ot=Array.from(G.collection),Bt=y.useVirtualizer({count:Ot.length,estimateSize:()=>28,getScrollElement:()=>ye.current});return t.jsxs(K,{error:I,helpLink:o,helpLinkText:a,helpText:l,htmlFor:d,id:"combobox",label:s,required:C,tooltip:S,weight:R,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${I?"error":""}`,ref:be,children:[t.jsx("input",{...Vi,"aria-invalid":I?"true":"false","aria-label":d,disabled:n,onKeyDown:At,ref:nt}),I?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:D.palette.error[500],iconSize:"lg"}):void 0,j&&W&&!n?t.jsx(V,{icon:"xmark",iconColor:D.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:_i,px:.125,py:.125,type:"reset",variant:"ghost"}):void 0,t.jsx(V,{...Gi,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:_e,state:G,triggerRef:be,children:t.jsx(Gt,{...Lt,$multiSelection:p&&!Array.from(i??[]).includes("All"),$width:Pt,ref:ye,children:t.jsx("div",{style:{height:`${Bt.getTotalSize()}px`,position:"relative"},children:Bt.getVirtualItems().map(P=>{const Y=Ot[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(wn,{item:Y,multiSelection:p,name:d,register:k,setInputValue:M,setValue:v,state:G,watch:E})},P.index)})})})}):g.length>0||!G.isOpen||n||!w?null:t.jsx(ge,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:_e,state:G,triggerRef:be,children:t.jsx(Gt,{...Lt,$multiSelection:!1,$width:Pt,ref:ye,children:t.jsx(io,{children:t.jsx(z,{color:D.palette.gray[400],size:"md",textOverflow:"auto",whiteSpace:"wrap",children:w})})})})]})},kt=({control:e,disabled:n=!1,disabledKeys:i,error:r,helpLink:o,helpLinkText:a,helpText:l,label:s,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:T,watch:E,weight:R})=>e?t.jsx(y.Controller,{control:e,name:d,render:({field:D,fieldState:I})=>{var N;return t.jsx(ct,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:(N=I.error)==null?void 0:N.message,field:D,helpLink:o,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,onClear:b,placeholder:$,register:k,required:C,setValue:v,tooltip:S,value:T,watch:E,weight:R})},rules:{required:C}}):t.jsx(ct,{clearable:j,disabled:n,disabledKeys:i,emptyMessage:w,error:r,helpLink:o,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,onClear:b,placeholder:$,required:C,tooltip:S,value:T,weight:R}),oo=f.styled.div`
1146
+ ${({theme:e})=>`
1147
+ align-items: center;
1148
+ color: ${e.palette.gray[800]};
1149
+ display: flex;
1150
+ font-family: ${e.typography.type.primary};
1151
+ font-size: ${e.typography.text.md};
1152
+ font-weight: ${e.typography.weight.bold};
1153
+ gap: ${e.spacing[.5]};
1154
+ height: 40px;
1155
+ justify-content: center;
1156
+ line-height: ${e.spacing[1.25]};
1157
+ text-align: center;
1158
+ padding: ${e.spacing[.5]} 0;
1159
+ width: 200px;
1160
+ word-spacing: ${e.spacing[.25]};
1161
+
1162
+ &:not(:hover) .year-selection {
1163
+ display: none;
1164
+ }
1165
+ `}
1166
+ `,ao=f.styled.div.attrs({className:"year-selection"})`
1167
+ align-items: flex-start;
1168
+ display: flex;
1169
+ flex-direction: column;
1170
+ gap: 6px;
1171
+ height: 14px;
1172
+ justify-content: center;
1173
+ margin-bottom: 10px;
1174
+ padding: 0 0.5px;
1175
+ position: relative;
1176
+ width: 8px;
1177
+ `,Yt=f.styled.tr`
1178
+ align-items: flex-start;
1179
+ display: flex;
1180
+ padding: ${({theme:e})=>e.spacing[.25]} 0;
1181
+ width: 100%;
1182
+ `,vn=f.css`
1183
+ ${({theme:e})=>`
1184
+ align-items: center;
1185
+ color: ${e.palette.gray[800]};
1186
+ cursor: pointer;
1187
+ display: flex;
1188
+ flex-direction: column;
1189
+ font-family: ${e.typography.type.primary};
1190
+ font-size: ${e.typography.text.md};
1191
+ font-weight: ${e.typography.weight.regular};
1192
+ height: ${e.spacing[2.5]};
1193
+ justify-content: center;
1194
+ line-height: ${e.spacing[1.25]};
1195
+ text-align: center;
1196
+ width: ${e.spacing[2.5]};
1197
+ `}
1198
+ `,so=f.styled.th`
1199
+ ${vn}
1200
+ `,lo=f.styled.td`
1201
+ ${({theme:e})=>`
1202
+ ${vn}
1203
+ height: ${e.spacing[2.5]};
1204
+ width: ${e.spacing[2.5]};
1205
+
1206
+ &#range {
1207
+ background: ${e.palette.primary[25]};
1208
+ }
1209
+
1210
+ div:not(.dot) {
1211
+ align-items: center;
1212
+ display: flex;
1213
+ flex-direction: column;
1214
+ font-size: ${e.typography.text.md};
1215
+ justify-content: center;
1216
+ height: ${e.spacing[2.5]};
1217
+ line-height: ${e.spacing[1.25]};
1218
+ position: relative;
1219
+ text-align: center;
1220
+ width: ${e.spacing[2.5]};
1221
+
1222
+ &:focus-visible {
1223
+ outline: none;
1224
+ }
1225
+
1226
+ &:hover:not(.disabled, .selected, .range) {
1227
+ background: ${e.palette.gray[100]};
1228
+ }
1229
+
1230
+ &.disabled {
1231
+ color: ${e.palette.gray[400]};
1232
+ cursor: auto;
1233
+ }
1234
+
1235
+ &.selected {
1236
+ background: ${e.palette.primary[500]};
1237
+ color: ${e.palette.white};
1238
+ }
1239
+
1240
+ &.focused {
1241
+ border: 2px solid ${e.palette.primary[500]};
1242
+ }
1243
+
1244
+ &.today:not(.selected) {
1245
+ color: ${e.palette.primary[500]};
1246
+ font-weight: ${e.typography.weight.bold};
1247
+ }
1248
+ }
1249
+ `}
1250
+ `,co=f.styled.div.attrs({className:"dot"})`
1251
+ position: absolute;
1252
+ top: 48%;
1253
+
1254
+ > span {
1255
+ font-size: 4px;
1256
+ }
1257
+ `,Xt=f.styled.button`
1258
+ cursor: pointer;
1259
+ display: flex;
1260
+
1261
+ > span {
1262
+ height: 3.5px;
1263
+ width: 7px;
1264
+ }
1265
+ `,Ct=f.styled.div`
1266
+ ${({theme:e})=>`
1267
+ align-items: end;
1268
+ border-top: 1px solid ${e.palette.gray[200]};
1269
+ display: flex;
1270
+ flex-direction: row-reverse;
1271
+ gap: ${e.spacing[.5]};
1272
+ height: 44px;
1273
+ margin-bottom: ${e.spacing[.25]};
1274
+ padding: 0 ${e.spacing[.25]};
1275
+ width: 100%;
1276
+ `}
1277
+ `,kn=({state:e,date:n})=>{const i=u.useRef(null),r=y.$14e0f24ef4ac5c92$export$629b0a497aa65267(n,y.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:o,buttonProps:a,isSelected:l,isDisabled:s,formattedDate:c}=y.$36a0ac60f04457c5$export$136073280381448e({date:n},e,i),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(lo,{id:g,...o,children:t.jsxs("div",{...a,className:`cell ${d||p?"selected":""}
1278
+ ${s?"disabled":""} ${r?"today":""}
1279
+ ${!e.isFocused&&!r?"focused":""} ${g}`,ref:i,children:[c,r?t.jsx(co,{children:t.jsx(F,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},qe=({state:e,...n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),{weekDays:r}=y.$e3031d1f8c9d64eb$export$cb95147730a423f5(n,e),o=y.$14e0f24ef4ac5c92$export$ccc1b2479e7dd654(e.visibleRange.start,i);return t.jsxs("table",{children:[t.jsx("thead",{children:t.jsx(Yt,{children:r.map((a,l)=>{const s=`key_${l}`;return t.jsx(so,{children:a},s)})})}),t.jsx("tbody",{children:[...new Array(o).keys()].map(a=>t.jsx(Yt,{children:e.getDatesInWeek(a).map((l,s)=>{const c=`key_${s}`;return l?t.jsx(kn,{date:l,state:e},c):t.jsx("td",{},c)})},a))})]})},po=f.styled(yt)`
1280
+ align-items: center;
1281
+ background-color: inherit;
1282
+ border-color: inherit;
1283
+ display: flex;
1284
+ height: 38px;
1285
+ justify-content: center;
1286
+ width: 40px;
1287
+ margin: ${({$margin:e="0"})=>f.css`
1288
+ ${e}
1289
+ `};
1290
+
1291
+ &:disabled {
1292
+ cursor: not-allowed;
1293
+ }
1294
+
1295
+ &:hover:not(:disabled) {
1296
+ background-color: ${({theme:e})=>e.palette.gray[100]};
1297
+ cursor: pointer;
1298
+ }
1299
+ `,go=f.styled.div`
1300
+ ${({theme:e})=>`
1301
+ align-items: flex-start;
1302
+ background: ${e.palette.white};
1303
+ border: 1px solid ${e.palette.gray[200]};
1304
+ border-radius: ${e.spacing[.5]};
1305
+ box-shadow: ${e.shadows.md};
1306
+ display: inline-flex;
1307
+ flex-direction: column;
1308
+ gap: ${e.spacing[.25]};
1309
+ height: auto;
1310
+ padding: ${e.spacing[.25]};
1311
+ width: 292px;
1312
+ `}
1313
+ `,uo=f.styled.button`
1314
+ ${({theme:e,$disabled:n,$focus:i,$header:r})=>{const o=i?"34px":"40px";return`
1315
+ align-items: center;
1316
+ border-radius: ${r?`0 ${e.spacing[.5]} ${e.spacing[.5]} 0`:"4px"};
1317
+ border-left: inherit;
1318
+ display: flex;
1319
+ height: ${r?"38px":o};
1320
+ justify-content: center;
1321
+ outline: none;
1322
+ width: ${r?"38px":"40px"};
1323
+
1324
+ &:hover {
1325
+ background-color: ${e.palette.gray[n?500:100]};
1326
+ }
1327
+ `}}
1328
+ `,xo=f.styled.div`
1329
+ ${({theme:e})=>`
1330
+ align-items: center;
1331
+ background: transparent;
1332
+ border-radius: ${e.spacing[.5]} 0 0 ${e.spacing[.5]};
1333
+ border-color: inherit;
1334
+ display: flex;
1335
+ height: 100%;
1336
+ justify-content: space-between;
1337
+ width: calc(100% - 40px);
1338
+ `}
1339
+ `,ho=f.styled.div`
1340
+ align-items: center;
1341
+ display: flex;
1342
+ justify-content: flex-end;
1343
+ gap: ${({theme:e})=>e.spacing[.5]};
1344
+ flex: 1 0 0;
1345
+ `,Kt=f.styled.div`
1346
+ ${({theme:e})=>`
1347
+ align-items: center;
1348
+ align-self: stretch;
1349
+ background-color: ${e.palette.gray[200]};
1350
+ border-radius: ${e.spacing[.25]};
1351
+ display: flex;
1352
+ font-family: ${e.typography.type.primary};
1353
+ gap: ${e.spacing[.25]};
1354
+ line-height: ${e.spacing[1.5]};
1355
+ padding: 2px ${e.spacing[.25]};
1356
+ `}
1357
+ `,Zt=f.styled.button`
1358
+ ${({theme:e})=>`
1359
+ align-items: center;
1360
+ background-color: inherit;
1361
+ border: 0.5px solid ${e.palette.gray[200]};
1362
+ border-radius: 7px;
1363
+ color: ${e.palette.gray[800]};
1364
+ cursor: pointer;
1365
+ display: flex;
1366
+ font-weight: ${e.typography.weight.regular};
1367
+ justify-content: center;
1368
+ gap: 10px;
1369
+ padding: 2px 10px;
1370
+
1371
+ &#active {
1372
+ background-color: ${e.palette.white};
1373
+ box-shadow: ${e.shadows.md};
1374
+ font-weight: ${e.typography.weight.bold};
1375
+ }
1376
+ `}
1377
+ `,Ye=({disabled:e=!1,icon:n,props:i})=>{const r=u.useRef(null),{buttonProps:o}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(i,r);return t.jsx(uo,{...o,$disabled:e,$focus:!!o["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:r,type:"button",children:t.jsx(F,{icon:n,iconColor:A.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},Je=({state:e,prevButtonProps:n,nextButtonProps:i,title:r})=>{const o=e.focusedDate,a=f.useTheme(),l=u.useCallback(()=>{e.setFocusedDate(o.add({years:1}))},[o,e]),s=u.useCallback(()=>{e.setFocusedDate(o.subtract({years:1}))},[o,e]);return t.jsxs("div",{className:"header flex items-start",style:{position:"sticky",top:0,zIndex:2,background:a.palette.white},children:[t.jsx(Ye,{icon:"chevron-left",props:n}),t.jsxs(oo,{children:[r,t.jsxs(ao,{children:[t.jsx(Xt,{"aria-label":"top",onClick:l,children:t.jsx(F,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(Xt,{"aria-label":"bottom",onClick:s,children:t.jsx(F,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(Ye,{icon:"chevron-right",props:i})]})},Cn=({onClose:e,props:n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),r=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:o,nextButtonProps:a,title:l}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(n,r);return t.jsxs("div",{className:"calendar",children:[t.jsx(Je,{nextButtonProps:a,prevButtonProps:o,state:r,title:l}),t.jsx(qe,{state:r}),t.jsx(Ct,{children:t.jsx(_,{onClick:e,variant:"ghost",children:"Cancel"})})]})},Sn=({segment:e,state:n})=>{const i=f.useTheme(),r=u.useRef(null),a={...e,placeholder:{day:"dd",dayPeriod:"(AM/PM)",era:"",hour:"hh",literal:"",minute:"mm",month:"mm",second:"",timeZoneName:"",year:"yyyy"}[e.type]},{segmentProps:l}=y.$32489daedd52963e$export$1315d136e6f7581(a,n,r),s=i.palette.gray[a.isEditable?800:500];return t.jsx("div",{...a.type!=="literal"&&{...l,className:"segment-cell"},ref:r,style:a.type==="literal"?void 0:{color:a.isPlaceholder?i.palette.gray[400]:s},children:a.isPlaceholder?a.placeholder:a.text})},zn=({disabled:e,error:n=!1,props:i})=>{const r=f.useTheme(),o=u.useRef(null),a=y.$3c0fc76039f1c516$export$60e84778edff6d26({...i,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:"en-US"}),{fieldProps:l}=y.$16f0b7bb276bc17e$export$5591b0b878c1a989(i,a,o),s=u.useCallback(c=>{const d=document.getElementsByClassName("segment-cell"),p=c.currentTarget;Object.values(d).some(g=>g.contains(p))||(c.preventDefault(),c.stopPropagation())},[]);return t.jsxs(xo,{...l,onClick:s,children:[t.jsx("div",{className:"flex flex-row",style:{color:r.palette.gray[y.lodashExports.isNil(a.value)?400:800]},tabIndex:-1,children:a.segments.map((c,d)=>{const p=`key_${d}`;return t.jsx(Sn,{segment:{...c,isEditable:!e},state:a},p)})}),n?t.jsx(F,{icon:"exclamation-circle",iconColor:r.palette.error[500],iconSize:"lg"}):void 0]})},Tn=e=>{const n=u.useRef(null),i=y.$eff5d8ee529ac4bb$export$fd53cef0cc796101({...e,locale:"en-US",shouldForceLeadingZeros:!0}),{timeValue:r}=i,o=!y.lodashExports.isNil(r)&&r.hour<12?"AM":"PM",[a,l]=u.useState(y.lodashExports.isNil(r)?"AM":o),{fieldProps:s}=y.$16f0b7bb276bc17e$export$4c842f6a241dc825(e,i,n),c=u.useCallback(d=>{const p=d.currentTarget.name;p!==a&&(y.lodashExports.isNil(r)||(p==="AM"?i.setSegment("dayPeriod",0):p==="PM"&&i.setSegment("dayPeriod",12))),l(p)},[a,i,r]);return t.jsxs(ho,{children:[t.jsx(Kt,{...s,ref:n,children:i.segments.slice(0,-2).map((d,p)=>{const g=`key_${p}`;return t.jsx(Sn,{segment:d,state:i},g)})}),t.jsxs(Kt,{children:[t.jsx(Zt,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(Zt,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Xe=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD"):"-",fo=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",qt=(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:r=!1,granularity:o="day",fieldProps:a,groupProps:l,name:s,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=o==="day"?Xe(String($)):fo(String($));a.onChange&&a.onChange($??null),g&&g(s,j,{shouldDirty:!0}),c&&c(j)}},[a,o,s,g,c]),b=u.useCallback($=>{c==null||c($.currentTarget.value)},[c]);return t.jsxs(ee,{...l,className:`${r?"disabled":""} ${e?"error":""}`,ref:i,children:[t.jsx(zn,{disabled:r,error:e!=null,props:{...a,autoFocus:!1,granularity:o,onChange:h,shouldForceLeadingZeros:!0,...x?{value:y.$fae977aafc393c5c$export$6b862160d295c8e(x.trim())}:{}}}),t.jsx(Ye,{disabled:r,icon:o==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...d==null?void 0:d(s,{required:p}),...c?{onChange:b}:{},"aria-label":s,className:"date-input",disabled:r,id:s,name:s,type:"text",value:(x==null?void 0:x.trim())??""})]})},Qe=({children:e,...n})=>{const i=u.useRef(null),{dialogProps:r}=y.$40df3f8667284809$export$d55e7ee900f34e93(n,i);return t.jsx(go,{...r,ref:i,children:e})},In=({disabled:e=!1,error:n,helpLink:i,helpLinkText:r,helpText:o,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),$=u.useCallback(E=>{d&&E&&d(s,Xe(String(E)),{shouldDirty:!0})},[s,d]),j=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(E){$(E)},...!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:T}=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:r,helpText:o,htmlFor:s,label:l,required:a,tooltip:p,children:[t.jsx(Se,{buttonProps:v,datePickerRef:h,disabled:e,error:n,fieldProps:C,groupProps:k,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(Qe,{...S,children:t.jsx(Cn,{onClose:w,props:T})})}):null]})},Dn=({onClose:e,props:n})=>{const{locale:i}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),r=u.useRef(null),o=y.$9a36b6ba2fb1a7c5$export$9a987164d97ecc90({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:a,nextButtonProps:l,title:s}=y.$46a4342aab3d8076$export$87e0539f600c24e5(n,o,r);return t.jsxs("div",{className:"calendar-range",ref:r,children:[t.jsx(Je,{nextButtonProps:l,prevButtonProps:a,state:o,title:s}),t.jsx(qe,{state:o}),t.jsx(Ct,{children:t.jsx(_,{onClick:e,variant:"ghost",children:"Cancel"})})]})},yo=f.styled.div`
1378
+ ${({theme:e,$disabled:n,$show:i})=>`
1379
+ border-color: ${i?e.palette.error[500]:e.palette.gray[300]};
1380
+ display: flex;
1381
+ gap: ${e.spacing[.25]};
1382
+ width: 100%;
1383
+
1384
+ ~ div {
1385
+ background: ${n?e.palette.gray[200]:e.palette.white};
1386
+ }
1387
+ `}
1388
+ `,St=({disabled:e=!1,error:n,label:i,name:r,required:o,tooltip:a,onChange:l,register:s,setValue:c,propsMax:d,propsMin:p,variant:g="default",...x})=>{const h=`${r}Max`,b=`${r}Min`,$=u.useRef(null),j=u.useCallback(D=>{if(D){const I=Xe(String(D.end)),N=Xe(String(D.start));c&&(c((d==null?void 0:d.name)??h,I),c((p==null?void 0:p.name)??b,N)),l&&l(`${N},${I}`)}},[h,b,c,d,p,l]),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:T,dialogProps:E,calendarProps:R}=y.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...x,"aria-label":i??r},w,$);return t.jsxs(K,{error:e?void 0:n,htmlFor:r,label:i,required:o,tooltip:a,children:[t.jsxs(yo,{$disabled:e,$show:n!==void 0,ref:$,style:{flexDirection:g==="filters"?"column":"row"},children:[t.jsx(Se,{buttonProps:T,datePickerRef:$,disabled:e,error:n,fieldProps:{...v,"aria-label":`${v["aria-label"]} ${r}`,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:l,register:s,setValue:c,value:p==null?void 0:p.value}),t.jsx(Se,{buttonProps:T,datePickerRef:$,disabled:e,error:n,fieldProps:{...S,"aria-label":`${S["aria-label"]} ${r}`,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:l,register:s,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(Qe,{...E,children:t.jsx(Dn,{onClose:k,props:R})})}):null]})},bo=f.styled.div`
1389
+ ${({theme:e})=>`
1390
+ align-items: center;
1391
+ border-top: 1px solid ${e.palette.gray[200]};
1392
+ display: flex;
1393
+ gap: ${e.spacing[1.5]};
1394
+ justify-content: center;
1395
+ padding: ${e.spacing[.5]} ${e.spacing[1.25]};
1396
+ `}
1397
+ `,$o=f.styled.div`
1398
+ align-items: center;
1399
+ display: flex;
1400
+ gap: ${({theme:e})=>e.spacing[.5]};
1401
+ justify-content: flex-end;
1402
+ flex: 1 0 0;
1403
+ `,Fn=({handleTimeChange:e,onClose:n,props:i,timeState:r})=>{const o=f.useTheme(),{locale:a}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),l=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...i,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:a}),{prevButtonProps:s,nextButtonProps:c,title:d}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(i,l);return t.jsxs("div",{className:"calendar",children:[t.jsx(Je,{nextButtonProps:c,prevButtonProps:s,state:l,title:d}),t.jsx(qe,{state:l}),t.jsxs(bo,{children:[t.jsx(z,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx($o,{children:t.jsx(Tn,{hourCycle:12,label:"time-field",onChange:e,value:r.timeValue})})]}),t.jsx(Ct,{children:t.jsx(_,{onClick:n,variant:"ghost",children:"Cancel"})})]})},mo=e=>{const{disabled:n=!1,error:i,required:r,label:o,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:r,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 T=qt(S,x.timeValue);c==null||c(a,T,{shouldDirty:!0})}else x.setDateValue(S)},[k,a,c,x]),v=u.useCallback(S=>{if(S){x.setTimeValue(S);const T=x.dateValue;if(T){const E=qt(T,S);c==null||c(a,E,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(K,{error:n?void 0:i,htmlFor:a,label:o,required:r,tooltip:l,children:[t.jsx(Se,{buttonProps:j,datePickerRef:g,disabled:n,error:i,fieldProps:$,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(Qe,{...w,children:t.jsx(Fn,{handleTimeChange:v,onClose:h,props:{...k,onChange:C},timeState:x})})}):null]})},jo=({children:e,currentValue:n,externalLink:i,isEditing:r,label:o,name:a,tooltip:l})=>{if(r)return t.jsx("div",{children:e});const s=y.lodashExports.isNil(n)?"":n,c=String(i??s);return t.jsxs(m,{children:[t.jsx(vt,{htmlFor:a,label:o,tooltip:l,weight:"bold"}),c.startsWith("https://")?t.jsx(re,{href:c,children:s}):t.jsx(z,{size:"md",children:s})]})},et=({disabled:e=!1,hasIcon:n=!1,helpLink:i,helpLinkText:r,helpText:o,error:a,id:l,indexArray:s=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:T,onBlur:E,onChange:R}=S,D=f.useTheme(),I=e?void 0:a,[N,O]=u.useState(""),M=u.useCallback(H=>{O(H.target.value),R==null||R(H)},[R]),W=c&&d&&!e&&N.trim()!=="",B=u.useCallback(H=>{H.key==="Enter"&&H.preventDefault()},[]);return t.jsxs(K,{error:I,helpLink:i,helpLinkText:r,helpText:o,htmlFor:g,label:p,required:T,tooltip:k,weight:v,children:[t.jsxs(ee,{className:`
1404
+ ${e?"disabled":""} ${I?"error":""} ${W?"success":""}
1405
+ `,children:[n?t.jsx(F,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":I?"true":"false","aria-label":g,"aria-required":T,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:C,...j?j(g,{required:T,onBlur:E,onChange:M}):{...S,onChange:M}}),I?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:D.palette.error[500],iconSize:"lg"}):void 0,W?t.jsx(F,{icon:"check-circle",iconClass:"success-icon",iconColor:D.palette.success[500],iconSize:"lg"}):void 0,l==="array"&&s>0?t.jsx(V,{color:D.palette.gray[400],icon:"trash",iconSize:"sm",iconType:"fa-light",onClick:$?$(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]})},wo=f.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,vo=f.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
1406
+ gap: 12px;
1407
+ `,ko=f.styled.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
1408
+ gap: 8px;
1409
+ `,He=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,Co=f.styled.div.attrs({className:"comp-col"})`
1410
+ word-wrap: break-word;
1411
+
1412
+ ${({$width:e=null})=>e===null?"":`width: ${e}`};
1413
+
1414
+ ${({$paddingTop:e})=>`padding-top: ${e??0}px;`}
1415
+
1416
+ @media (width <= 768px) {
1417
+ ${({$sm:e})=>He(e)}
1418
+ }
1419
+
1420
+ @media (width >= 768px) and (width <= 992px) {
1421
+ ${({$md:e})=>He(e)}
1422
+ }
1423
+
1424
+ @media (width >= 992px) {
1425
+ ${({$lg:e})=>He(e)}
1426
+ }
1427
+
1428
+ ${({$xl:e})=>y.isNumber(e)?`@media (min-width: 1200px) { ${He(e)} }`:""}
1429
+
1430
+ > .comp-card {
1431
+ height: 100%;
1432
+ }
1433
+ `,dt=({children:e,xl:n,lg:i,md:r,sm:o,paddingTop:a,width:l})=>t.jsx(Co,{$lg:i,$md:r,$paddingTop:a,$sm:o,$width:l,$xl:n,children:e}),So=f.styled.div.attrs({className:"comp-gap"})`
1434
+ ${({$disp:e="flex",$mh:n=4,$mv:i=4})=>`
1435
+ align-items: center;
1436
+ display: ${e};
1437
+ margin: ${-i}px ${-n}px;
1438
+
1439
+ > * {
1440
+ margin: ${i}px ${n}px;
1441
+ }
1442
+ `}
1443
+ `,zo=({children:e,disp:n,mh:i,mv:r})=>t.jsx(So,{$disp:n,$mh:i,$mv:r,children:e}),To=f.styled.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
1444
+ ${({$align:e="stretch",$cols:n=100,$colsPadding:i=6,$justify:r="start"})=>`
1445
+ align-items: ${e};
1446
+ justify-content: ${r};
1447
+ margin: -6px;
1448
+ text-align: ${r};
1449
+
1450
+ --cols: ${n};
1451
+
1452
+ > *:not(.comp-col) {
1453
+ width: 100%;
1454
+ margin: 6px;
1455
+ }
1456
+
1457
+ > .comp-col {
1458
+ padding: ${i}px;
1459
+ }
1460
+ `}
1461
+ `,En=({align:e,children:n,cols:i,colsPadding:r,justify:o})=>t.jsx(To,{$align:e,$cols:i,$colsPadding:r,$justify:o,children:n}),pt=({addText:e,append:n,disabled:i=!1,fields:r,fieldState:o,initValue:a="",index:l=0,required:s,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(En,{align:"start",children:[t.jsx(dt,{lg:75,md:75,sm:75,children:t.jsx(et,{disabled:i,error:o?(C=o.error)==null?void 0:C.message:void 0,id:"array",indexArray:l,isTouched:o?o.isTouched:void 0,isValid:o?!o.invalid:void 0,label:c,name:p,onBlur:g,onChange:x,placeholder:h,removeItemArray:k,required:s,tooltip:b,value:j})}),l<d-1&&l+1===(r==null?void 0:r.length)?t.jsx(dt,{lg:25,md:25,sm:25,children:t.jsx(_,{disabled:i,icon:"plus",onClick:w,variant:"ghost",width:"max-content",children:e??"Add"})}):void 0]})},Io=({addText:e,append:n,control:i,disabled:r,fields:o,initValue:a="",required:l,label:s,max:c=void 0,name:d="array-field",onChange:p,placeholder:g,remove:x,tooltip:h})=>i&&o?t.jsx(u.Fragment,{children:o.map((b,$)=>t.jsx(y.Controller,{control:i,name:`${d}.${$}`,render:({field:j,fieldState:w})=>t.jsx(pt,{addText:e,append:n,disabled:r,fieldState:w,fields:o,index:$,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:$},b.id))}):t.jsx(pt,{addText:e,disabled:r,initValue:a,label:s,max:c,name:d,onChange:p,placeholder:g,required:l,tooltip:h}),Do=f.styled(gn)`
1462
+ white-space: nowrap;
1463
+ margin-right: ${({theme:e})=>e.spacing[.25]};
1464
+ text-overflow: ellipsis;
1465
+ overflow: hidden;
1466
+ max-width: 80%;
1467
+ `,Fo=f.styled.div`
1468
+ ${({theme:e})=>`
1469
+ align-items: center;
1470
+ display: flex;
1471
+ flex-direction: column;
1472
+ justify-content: center;
1473
+ border-radius: ${e.spacing[.5]};
1474
+ border: 1px dashed;
1475
+ border-color: ${e.palette.gray[300]};
1476
+ color: ${e.palette.gray[600]};
1477
+ gap: ${e.spacing[.625]};
1478
+ height: 100%;
1479
+ padding: ${e.spacing[1.75]} ${e.spacing[1.75]};
1480
+ width: 100%;
1481
+ font-size: ${e.typography.text.md};
1482
+ cursor: pointer;
1483
+
1484
+ font-family: ${e.typography.type.primary};
1485
+
1486
+ &.target {
1487
+ border-color: ${e.palette.primary[300]};
1488
+ }
1489
+
1490
+ &.disabled {
1491
+ background: ${e.palette.gray[100]};
1492
+ border-color: ${e.palette.gray[300]};
1493
+ cursor: not-allowed;
1494
+
1495
+ > * {
1496
+ color: ${e.palette.gray[500]};
1497
+ }
1498
+ }
1499
+
1500
+ &.error:not(.disabled) {
1501
+ border: 1px solid ${e.palette.error[500]};
1502
+ }
1503
+
1504
+ &.success:not(.disabled) {
1505
+ border: 1px solid ${e.palette.success[500]};
1506
+ }
1507
+
1508
+ &:hover:not(:focus-within, .disabled, .error, .success),
1509
+ &.target {
1510
+ background: ${e.palette.gray[50]};
1511
+ border: 1px solid ${e.palette.gray[600]};
1512
+ }
1513
+ `}
1514
+ `,Eo=f.styled.div`
1515
+ ${({theme:e})=>`
1516
+ display: flex;
1517
+ flex-direction: column;
1518
+ justify-content: center;
1519
+ border-radius: ${e.spacing[.5]};
1520
+ border: 1px solid;
1521
+ border-color: ${e.palette.gray[300]};
1522
+ color: ${e.palette.gray[600]};
1523
+ gap: ${e.spacing[.625]};
1524
+ height: 100%;
1525
+ padding: ${e.spacing[.875]};
1526
+ width: 100%;
1527
+ font-size: ${e.typography.text.md};
1528
+
1529
+ font-family: ${e.typography.type.primary};
1530
+
1531
+ span:not(.action) {
1532
+ font-size: ${e.typography.text.md};
1533
+ }
1534
+
1535
+
1536
+ &.target {
1537
+ border-color: ${e.palette.primary[300]};
1538
+ }
1539
+
1540
+ &.disabled {
1541
+ background: ${e.palette.gray[100]};
1542
+ border-color: ${e.palette.gray[300]};
1543
+ cursor: not-allowed;
1544
+
1545
+ > * {
1546
+ color: ${e.palette.gray[500]};
1547
+ }
1548
+ }
1549
+
1550
+ &.error:not(.disabled) {
1551
+ border: 1px solid ${e.palette.error[500]};
1552
+ }
1553
+
1554
+ &.success:not(.disabled) {
1555
+ border: 1px solid ${e.palette.success[500]};
1556
+ }
1557
+ `}
1558
+ `,ot=f.styled.button`
1559
+ ${({theme:e,$variant:n})=>`
1560
+ background: transparent;
1561
+ border: none;
1562
+ padding: 0;
1563
+ margin: 0;
1564
+
1565
+ font-size: ${e.typography.text.md};
1566
+ font-family: ${e.typography.type.primary};
1567
+ text-decoration: underline;
1568
+ text-align: left;
1569
+ cursor: pointer;
1570
+
1571
+ color: ${n==="highRelevance"?e.palette.primary[500]:e.palette.gray[800]};
1572
+
1573
+ &:hover:not(:disabled) {
1574
+ color: ${n==="highRelevance"?e.palette.primary[200]:e.palette.gray[500]};
1575
+ }
1576
+
1577
+ &:disabled {
1578
+ cursor: not-allowed;
1579
+ opacity: 0.6;
1580
+ text-decoration: none;
1581
+ }
1582
+ `}
1583
+ `,Ro=f.styled.input`
1584
+ opacity: 0;
1585
+ position: absolute;
1586
+ visibility: hidden;
1587
+ width: 0;
1588
+ `,Rn=({disabled:e=!1,handleButtonClick:n,errorMsg:i,fileName:r,handleRemoveFile:o,theme:a})=>t.jsxs(ee,{className:`${e?"disabled":""} ${i?"error":""}`,children:[t.jsx(Do,{$size:"md",children:r}),t.jsxs(m,{alignItems:"center",display:"flex",gap:.625,children:[y.lodashExports.isEmpty(r)||e?void 0:t.jsx(V,{color:a.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:o,variant:"ghost",width:"20px"}),i&&t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:a.palette.error[500],iconSize:"lg"}),t.jsxs(_,{border:e?`1px solid ${a.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:e,height:"40px",onClick:n,variant:"primary",width:"96px",children:[t.jsx(F,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),No={"vnd.ms-excel":"XLS","vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX",msword:"DOC"},ze=(e,n,i)=>{const r=new Event(e);return Object.defineProperty(r,"target",{value:{name:n,value:i}}),r},Ao=e=>{const n=e;return n?Array.from(n).map(i=>i.name).join(", "):""},Lo=e=>{if(!e)return"All files";const n=e.split(",").map(r=>{const o=r.trim();if(e==="image/*")return"Images";if(e==="video/*")return"Videos";if(e==="audio/*")return"Audio files";if(o.startsWith("."))return o.substring(1).toUpperCase();if(o.includes("/")){const a=o.split("/")[1];return No[a]??a.toUpperCase()}return o.toUpperCase()});return[...new Set(n)].join(", ")},Po=(e,n=2)=>{if(e===0)return"0 Bytes";const i=1024,r=n<0?0:n,o=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],a=Math.floor(Math.log(e)/Math.log(i));return parseFloat((e/Math.pow(i,a)).toFixed(r))+" "+o[a]},{getVariant:Oo}=ie(e=>({compliance:`
1589
+ display: inline-flex;
1590
+
1591
+ &.horizontal {
1592
+ height: ${e.spacing[.75]};
1593
+ }
1594
+ &.vertical {
1595
+ width: ${e.spacing[.75]};
1596
+ }
1597
+ `,default:`
1598
+ display: inline-flex;
1599
+
1600
+ &.horizontal {
1601
+ height: ${e.spacing[.5]};
1602
+ }
1603
+ &.vertical {
1604
+ width: ${e.spacing[.5]};
1605
+ }
1606
+ .progress-bar {
1607
+ background-color: ${e.palette.primary[500]};
1608
+ }
1609
+ `,progressIndicator:`
1610
+ display: flex;
1611
+
1612
+ &.horizontal {
1613
+ height: ${e.spacing[.125]};
1614
+ }
1615
+ &.vertical {
1616
+ width: ${e.spacing[.125]};
1617
+ }
1618
+ .progress-bar {
1619
+ background-color: ${e.palette.primary[500]};
1620
+ }
1621
+ `,progressIndicatorError:`
1622
+ display: flex;
1623
+
1624
+ &.horizontal {
1625
+ height: ${e.spacing[.125]};
1626
+ }
1627
+ &.vertical {
1628
+ width: ${e.spacing[.125]};
1629
+ }
1630
+ .progress-bar {
1631
+ background-color: ${e.palette.error[200]};
1632
+ }
1633
+ `,small:`
1634
+ color: ${e.palette.primary[500]};
1635
+ display: inline-flex;
1636
+
1637
+ &.horizontal {
1638
+ height: ${e.spacing[.25]};
1639
+ }
1640
+ &.vertical {
1641
+ width: ${e.spacing[.25]};
1642
+ }
1643
+ .progress-bar {
1644
+ background-color: ${e.palette.primary[500]};
1645
+ }
1646
+ `})),Bo=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],Mo=f.styled.div`
1647
+ ${({theme:e,$minWidth:n,$orientation:i,$rounded:r,$variant:o})=>`
1648
+ background-color: ${e.palette.gray[100]};
1649
+ border-radius: ${r?"100px":"unset"};
1650
+ ${i==="horizontal"?"min-width":"min-height"}: ${n=="full"?"100%":`${n}px`};
1651
+ ${i==="horizontal"?"":"height: 100%;"}
1652
+
1653
+ ${Oo(e,o)}
1654
+
1655
+ `}
1656
+ `,Wo=f.styled.div`
1657
+ ${({theme:e,$percentage:n,$rounded:i,$variant:r})=>`
1658
+ display: inline-flex;
1659
+ width: ${n}%;
1660
+ max-width: 100%;
1661
+ min-width: 0%;
1662
+ height: 100%;
1663
+ border-radius: ${i?"100px":"unset"};
1664
+ border-end-end-radius: ${i&&n<100?"0":"inherit"};
1665
+ border-start-end-radius: ${i&&n<100?"0":"inherit"};
1666
+ background-color: ${r==="compliance"?Bo(e,n):"inherit"};
1667
+ `}
1668
+ `,zt=({minWidth:e=100,percentage:n,percentageLocation:i="right",showPercentage:r=!1,orientation:o="horizontal",rounded:a=!0,variant:l="default"})=>{const s=r&&i==="left",c=r?t.jsx(m,{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(Mo,{$minWidth:e,$orientation:o,$rounded:a,$variant:l,className:o,children:t.jsx(Wo,{$percentage:n,$rounded:a,$variant:l,className:"progress-bar"})});return t.jsxs(m,{alignItems:"center",display:"inline-flex",flexDirection:s?"row-reverse":"row",height:o==="horizontal"?"auto":"100%",maxWidth:s&&e!=="full"?`${e+43}px`:e=="full"?"100%":void 0,minWidth:s&&e!=="full"?`${e+43}px`:e=="full"?"100%":void 0,textAlign:"end",children:[d,c]})},Nn=({disabled:e=!1,handleButtonClick:n,errorMsg:i,fileName:r,handleRemoveFile:o,setValue:a,name:l,theme:s,accept:c,value:d,viewMode:p,progressPercentage:g,multiple:x,description:h})=>{const b=u.useRef(null),{dropProps:$,isDropTarget:j}=y.$5c06e4929e123553$export$ccdee5eaf73cf661({ref:b,async onDrop(E){const R=E.items.filter(O=>O.kind==="file"),D=await Promise.all(R.map(async O=>O.getFile())),I=new DataTransfer;(x?D:[D[0]]).forEach(O=>I.items.add(O));const N=I.files;a==null||a(l??"",N)}}),w=t.jsx(V,{color:s.palette.gray[700],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:o,variant:"ghost",width:"20px"}),k=i?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:s.palette.error[500],iconSize:"lg"}):g||p?void 0:t.jsx(F,{icon:"circle-check",iconClass:"success-icon",iconColor:s.palette.success[500],iconSize:"lg"}),C=!i&&r?t.jsxs(z,{color:s.palette.gray[400],size:"md",children:[Array.from(d).map(E=>Po(E.size)).join(", "),g?` • ${g}% uploaded`:void 0]}):t.jsx(q,{priority:"low",tagLabel:"Error uploading",variant:"error"}),v=t.jsx(ot,{$variant:"highRelevance",disabled:e,onClick:n,children:"click to browse"}),S=t.jsx(ot,{$variant:"lowRelevance",disabled:e,onClick:o,children:"Try again"}),T=t.jsx(ot,{$variant:"lowRelevance",disabled:e,onClick:n,children:"Replace file"});return t.jsxs(u.Fragment,{children:[!r&&t.jsxs(Fo,{...$,className:`${e?"disabled":""} ${i?"error":""} ${j?"target":""} dropzone`,onClick:!e&&n,children:[r,t.jsx(F,{icon:"cloud-arrow-up",iconColor:s.palette.gray[800],iconSize:"xl",iconType:"fa-light"}),t.jsx(m,{display:"inline-flex",gap:.25,children:t.jsxs(z,{color:s.palette.gray[800],size:"md",textAlign:"center",children:["Drop your file here, or ",v]})}),t.jsxs(z,{color:s.palette.gray[400],size:"sm",textAlign:"center",children:[`${Lo(c)}`,h?` (${h})`:void 0]})]}),r&&t.jsxs(Eo,{className:`${i?"error":""} dropzone`,children:[t.jsxs(m,{alignItems:"center",display:"flex",flexDirection:"row",justify:"space-between",children:[t.jsxs(m,{display:"flex",flexDirection:"column",children:[t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.25,justify:"center",children:[k,t.jsx(z,{color:s.palette.gray[700],fontWeight:"bold",size:"md",children:r})]}),t.jsx("div",{children:C})]}),i?S:y.lodashExports.isEmpty(r)?void 0:p?T:w]}),g?t.jsx(zt,{minWidth:"full",percentage:g}):void 0]})]})},_o=({accept:e,disabled:n=!1,error:i,label:r,helpLink:o,helpText:a,id:l,multiple:s,name:c,onChange:d,required:p,register:g,setValue:x,tooltip:h,watch:b,weight:$,variant:j="default",viewMode:w,progressPercentage:k,description:C})=>{const v=f.useTheme(),S=n?void 0:i,T=u.useRef(null),E=g==null?void 0:g(c,{required:p}),R=b==null?void 0:b(c),D=Ao(R),I=u.useCallback(M=>{M.stopPropagation();const W=ze("change",c,void 0);x&&x(c,void 0),E&&E.onChange(W)},[E,c,x]),N=u.useCallback(M=>{const{files:W}=M.currentTarget,B=ze("change",c,W&&W.length>0?W:void 0);W&&W.length>0&&(d==null||d(B),x&&x(c,W),E&&E.onChange(B))},[E,c,d,x]),O=u.useCallback(M=>{M.stopPropagation(),n?M.preventDefault():T.current&&T.current.click()},[n]);return t.jsxs(K,{error:S,helpLink:o,helpText:a,htmlFor:l??c,label:r,required:p,tooltip:h,weight:$,children:[j==="default"&&t.jsx(Rn,{disabled:n,errorMsg:S,fileName:D,handleButtonClick:O,handleRemoveFile:I,theme:v}),j==="dropzone"&&t.jsx(Nn,{accept:e,description:C,disabled:n,errorMsg:S,fileName:D,handleButtonClick:O,handleRemoveFile:I,multiple:s,name:c,progressPercentage:k,setValue:x,theme:v,value:R,viewMode:w}),t.jsx(Ro,{...E,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:l??c,multiple:s,name:c,onChange:N,ref:T,type:"file"})]})},Ho=({title:e,icon:n="circle-info",children:i,tagElement:r})=>t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsxs(m,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,children:[t.jsx(F,{icon:n,iconSize:"md",iconType:"fa-light"}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e}),r&&t.jsx(m,{display:"flex",flexDirection:"row",mb:.25,children:r})]}),t.jsx(m,{children:i})]}),Vo=f.styled.input`
1669
+ border: none;
1670
+ background: transparent;
1671
+ min-width: 15rem;
1672
+ padding: 0;
1673
+ flex: 1;
1674
+ `,gt=({disabled:e=!1,error:n,field:i,helpLink:r,helpLinkText:o,helpText:a,label:l,name:s="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(I=>{const O=[...new Set(I.filter(Boolean))].join(","),M=ze("change",s,O);i&&i.onChange(M),c&&c(M)},[i,s,c]),T=u.useCallback(I=>{k(I.target.value)},[]),E=u.useCallback(I=>{const N=w.trim();N.length&&!v.includes(N)&&(I.preventDefault(),S([...v,N]),k("")),i&&i.onBlur()},[w,i,S,v]),R=u.useCallback(I=>{const N=w.trim();I.key==="Enter"&&N.length===0&&I.preventDefault(),["Enter",","].includes(I.key)&&N.length>0&&!v.includes(N)?(I.preventDefault(),S([...v,N]),k("")):I.key==="Backspace"&&!N.length&&v.length&&(I.preventDefault(),d==null||d(v[v.length-1]),S(v.slice(0,-1)))},[w,d,S,v]),D=u.useCallback(I=>()=>{d==null||d(I),S(v.filter(N=>N!==I))},[d,S,v]);return t.jsx(K,{error:j,helpLink:r,helpLinkText:o,helpText:a,htmlFor:s,label:l,required:g,tooltip:x,weight:b,children:t.jsxs(ee,{$overflowX:"auto",className:`${e?"disabled":""} ${j?"error":""}`,children:[v.map(I=>t.jsx(q,{disabled:e,onClose:D(I),tagLabel:I},I)),t.jsx(Vo,{"aria-hidden":!1,"aria-invalid":j?"true":"false","aria-label":s,"aria-required":g,autoComplete:"off",disabled:e,id:s,onBlur:E,onChange:T,onKeyDown:R,placeholder:v.length===0?p:void 0,ref:i==null?void 0:i.ref,type:"text",value:w}),j?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:$.palette.error[500],iconSize:"lg"}):void 0]})})},Uo=({disabled:e=!1,control:n,error:i,helpLink:r,helpLinkText:o,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:$})=>t.jsx(gt,{disabled:e,error:i,field:$,helpLink:r,helpLinkText:o,helpText:a,label:l,name:s,onRemove:d,placeholder:p,required:g,tooltip:x,weight:b}),rules:{required:g}}):t.jsx(gt,{disabled:e,error:i,helpLink:r,helpLinkText:o,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:r,onClick:o,...a},l){return t.jsx(po,{$margin:r,"aria-label":i,className:"action-btn",disabled:n,onClick:o,ref:l,type:"button",...a,children:t.jsx(F,{icon:i,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),Te=({error:e,decimalPlaces:n=0,disabled:i=!1,id:r,maxLength:o,max:a=1/0,min:l=0,name:s,onChange:c,onEnter: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,[T,E]=u.useState(y.lodashExports.isNil($)?S:y._.toNumber($)),R=u.useCallback(()=>{const W=((T??Number(l))-10**-v).toFixed(v),B=Math.max(Number(l),Number(W));h&&h(s,B,{shouldDirty:!0}),E(B);const H=ze("change",s,W);c&&c(H)},[T,v,l,h,s,c]),D=u.useCallback(()=>{const W=((T??Number(l))+10**-v).toFixed(v),B=Math.min(Number(a),Number(W)>Number(l)?Number(W):Number(l));h&&h(s,B,{shouldDirty:!0}),E(B);const H=ze("change",s,W);c&&c(H)},[T,v,a,l,h,s,c]),I=u.useCallback(M=>{const{value:W}=M.target,B=/\d+/u.test(W)&&!y._.isEmpty(W);h&&h(s,B?W:void 0),c&&c(M),E(y._.isEmpty(W)?void 0:Number(W))},[s,c,h]),N=u.useCallback(M=>{M.stopPropagation(),M.key==="Enter"&&!y.lodashExports.isEmpty(M.currentTarget.value)&&(d==null||d(y.lodashExports.toNumber(M.currentTarget.value)))},[d]),O=()=>t.jsx("input",{"aria-hidden":!1,"aria-invalid":C?"true":"false","aria-label":s,"aria-required":x,autoComplete:"off",disabled:i,id:r??s,max:a,min:l,onChange:I,onKeyUp:N,placeholder:p,required:x,step:10**-v,type:"number",value:T??"",...g==null?void 0:g(s,{maxLength:o,max:a,min:l,onChange:I,value:$,valueAsNumber:!0})});return t.jsxs(ee,{$variant:j,className:`${i?"disabled":""} ${C?"error":""}`,children:[j==="compact"&&b?t.jsx(X,{id:`numberInputTooltip-${s}`,tip:b,width:"100%",children:O()}):O(),C&&t.jsx(F,{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(eo,{}),t.jsx(me,{borderRadius:`0 0 ${k.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 ${k.spacing[.5]} ${k.spacing[.5]} 0`,disabled:i,icon:"plus",onClick:D,px:.75,py:.75})]})]})},An=({autoUpdate:e,decimalPlaces:n,disabled:i=!1,error:r,helpLink:o,helpLinkText:a,helpText:l,id:s,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:T,variant:E="full",watch:R,weight:D,defaultValue:I})=>E==="compact"?t.jsx(Te,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:I??Number(T??0),disabled:i,max:g,min:x,name:h,onEnter:$??(()=>{}),tooltipMessage:S,value:T,variant:E}):t.jsx(K,{error:i?void 0:r,helpLink:o,helpLinkText:a,helpText:l,htmlFor:h,label:c,linkPosition:d,maxLength:p,required:k,tooltip:v,weight:D,children:t.jsx(Te,{decimalPlaces:n,disabled:i,error:r,id:s,max:g,maxLength:p,min:x,name:h,onChange:b,placeholder:j,register:w,required:k,setValue:C,value:R?R(h):T,variant:E})}),Tt=({disabled:e=!1,error:n,name:i,label:r,propsMax:o,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:r,required:l,tooltip:s,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,{...o,disabled:e,error:n,name:(o==null?void 0:o.name)??d})]})})},Go=f.styled.div`
1675
+ ${({theme:e})=>`
1676
+ align-items: flex-start;
1677
+ align-self: stretch;
1678
+ display: flex;
1679
+ gap: ${e.spacing[.5]};
1680
+
1681
+ > button, div {
1682
+ border: 1px solid ${e.palette.gray[300]};
1683
+ border-radius: ${e.spacing[.5]};
1684
+ }
1685
+
1686
+ &.disabled {
1687
+ > button, div {
1688
+ background: ${e.palette.gray[100]};
1689
+ color: ${e.palette.gray[400]};
1690
+ cursor: not-allowed;
1691
+ }
1692
+ }
1693
+
1694
+ &.error:not(.disabled) {
1695
+ > button, div {
1696
+ border: 1px solid ${e.palette.error[500]};
1697
+ }
1698
+ }
1699
+
1700
+ &:focus-within:not(.disabled, .error) {
1701
+ > button, div {
1702
+ background: ${e.palette.white};
1703
+ border: 2px solid ${e.palette.black};
1704
+ }
1705
+ }
1706
+
1707
+ &:hover:not(:focus-within, .disabled, .error) {
1708
+ > button, div {
1709
+ background: ${e.palette.white};
1710
+ border-color: ${e.palette.gray[600]};
1711
+ }
1712
+ }
1713
+ `}
1714
+ `,Yo=f.styled.button`
1715
+ ${({theme:e})=>`
1716
+ align-items: center;
1717
+ background: inherit;
1718
+ border-color: inherit;
1719
+ display: flex;
1720
+ gap: ${e.spacing[.25]};
1721
+ height: 40px;
1722
+ min-width: 67px;
1723
+ padding: ${e.spacing[.625]} ${e.spacing[1]};
1724
+
1725
+ &:disabled {
1726
+ background: ${e.palette.gray[100]};
1727
+ cursor: not-allowed;
1728
+ }
1729
+ `}
1730
+ `,Xo=f.styled.ul`
1731
+ ${({theme:e})=>`
1732
+ align-items: flex-start;
1733
+ box-shadow: ${e.shadows.md};
1734
+ display: flex;
1735
+ flex-direction: column;
1736
+ margin-top: ${e.spacing[.25]};
1737
+ max-height: 190px;
1738
+ overflow: hidden auto;
1739
+ scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
1740
+ scroll-padding: ${e.spacing[.5]};
1741
+ scrollbar-width: thin;
1742
+ width: max-content;
1743
+ `}
1744
+ `,Ko=f.styled.li`
1745
+ ${({theme:e})=>`
1746
+ align-items: center;
1747
+ background: ${e.palette.white};
1748
+ cursor: pointer;
1749
+ display: inline-flex;
1750
+ font-size: ${e.typography.text.md};
1751
+ gap: ${e.spacing[.5]};
1752
+ height: 38px;
1753
+ line-height: ${e.spacing[1.25]};
1754
+ padding: ${e.spacing[.5]} ${e.spacing[1]};
1755
+ width: 190px;
1756
+
1757
+ &:hover {
1758
+ background: ${e.palette.gray[100]};
1759
+ }
1760
+ `}
1761
+ `,Zo=f.styled.p`
1762
+ color: ${({theme:e})=>e.palette.gray[800]};
1763
+ font-size: inherit;
1764
+ min-width: 55%;
1765
+ overflow: hidden;
1766
+ text-overflow: ellipsis;
1767
+ white-space: nowrap;
1768
+ `,qo=({disabled:e,error:n,label:i,name:r,placeholder:o,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(r))??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:T,handlePhoneValueChange:E,country:R,setCountry:D}=y.ee({countries:y._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),I=u.useCallback(B=>{B.key==="Enter"&&B.preventDefault()},[]),N=u.useCallback(B=>{B.preventDefault(),j(H=>!H),$||k("")},[$]),O=u.useCallback(B=>()=>{D(B),j(!1),k("")},[D,j]),M=u.useCallback(B=>{B.key.length===1?k(H=>H+B.key):B.key==="Backspace"&&k(H=>H.slice(0,-1))},[]),W=y._$1.filter(B=>{const{name:H}=y.M(B);return H.toLowerCase().includes(w.toLowerCase())});return te(C.floating.current,()=>{j(!1),k("")},!0),t.jsx(K,{error:h,htmlFor:r,label:i,required:a,tooltip:s,weight:p,children:t.jsxs(Go,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Yo,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:N,onKeyDown:M,ref:C.setReference,children:[t.jsx(y.q,{iso2:R.iso2,size:"16px"}),t.jsx(F,{icon:"angle-down",iconColor:g.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(ee,{className:`${e?"disabled":""} ${h?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":h?"true":"false","aria-label":r,"aria-required":a,autoComplete:"off","data-testid":`${r}-input`,disabled:e,id:r,name:r,onKeyDown:I,placeholder:o,ref:S,type:"tel",value:T,...l==null?void 0:l(r,{required:a,onChange:E})}),h?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),$&&xe.createPortal(t.jsx(Xo,{ref:C.setFloating,style:v,children:W.map(B=>{const{dialCode:H,iso2:ae,name:Me}=y.M(B);return t.jsxs(Ko,{onClick:O(ae),value:ae,children:[t.jsx(y.q,{iso2:ae,size:"16px"}),t.jsx(Zo,{children:Me}),t.jsx(z,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+H})]},ae)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},Jo=({disabled:e=!1,error:n,helpLink:i,helpLinkText:r,helpText:o,isTouched:a,isValid:l,label:s,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(),T=(k==null?void 0:k(c))??v,E=l&&a&&!e,R=e?void 0:n;return t.jsx(K,{disabled:e,error:R,helpLink:i,helpLinkText:r,helpText:o,htmlFor:c,label:s,maxLength:g,required:$,tooltip:w,value:T?String(T):void 0,weight:C,children:t.jsxs(ee,{className:`
1769
+ ${e?"disabled":""} ${R?"error":""} ${E?"success":""}
1770
+ `,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":R?"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:T,...b==null?void 0:b(c,{required:$,onBlur:x})}),R?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:S.palette.error[500],iconSize:"lg"}):void 0,E?t.jsx(F,{icon:"check-circle",iconClass:"success-icon",iconColor:S.palette.success[500],iconSize:"lg"}):void 0]})})},Qo=({control:e,description:n,disabled:i,id:r,items:o,align:a,inputType:l="text",inputNumberProps:s,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:T})=>{const E=u.useMemo(()=>{if(l==="text")return t.jsx(et,{disabled:i,error:k,isTouched:j,isValid:w,name:p,placeholder:g,register:v});if(l==="date")return t.jsx(In,{disabled:i,error:k,name:p,register:v,setValue:S,watch:T});if(l==="select"&&o)return t.jsx(kt,{control:e,disabled:i,items:o,name:p,placeholder:g,value:$});const{decimalPlaces:R,max:D,min:I}=s??{};return t.jsx(An,{decimalPlaces:R,disabled:i,error:k,max:D,min:I,name:p,onChange:C,placeholder:g,register:v,setValue:S,value:$,watch:T})},[e,i,k,s,l,j,w,o,p,C,g,v,S,$,T]);return t.jsxs(Jr,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(Ze,{description:n,id:r,textAlign:x,title:b,tooltip:h}),E]})},Ln=({options:e,title:n,checkboxesName:i,defaultBgColor:r,defaultCollapsed:o,onChange:a})=>{const l=f.useTheme(),[s,c]=u.useState(o??!1),d=u.useCallback(()=>{c(p=>!p)},[]);return t.jsxs(m,{"aria-label":n,bgColor:s&&!r?l.palette.gray[50]:l.palette.white,border:"1px solid"+l.palette.gray[300],borderRadius:"8px",display:"inline-flex",flexDirection:"column",gap:.625,px:.75,py:.625,role:"region",width:"100%",children:[t.jsxs(m,{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(F,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[400],iconSize:"lg"})]}),s?t.jsx(m,{display:"flex",gap:.75,wrap:"wrap",children:e.map(p=>t.jsx(m,{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]})},ea=f.styled.div`
1771
+ display: flex;
1772
+ align-self: flex-start;
1773
+ margin-left: auto;
1774
+ width: 40px;
1775
+ height: auto;
1776
+ `,ta=f.styled.label`
1777
+ ${({theme:e})=>`
1778
+ align-items: center;
1779
+ display: flex;
1780
+ color: ${e.palette.gray[600]};
1781
+ cursor: pointer;
1782
+ font-family: ${e.typography.type.primary};
1783
+ font-size: ${e.typography.text.md};
1784
+ font-weight: ${e.typography.weight.regular};
1785
+ gap: ${e.spacing[.5]};
1786
+ line-height: ${e.spacing[1.25]};
1787
+ text-align: left;
1788
+ position: relative;
1789
+
1790
+ &[aria-disabled="true"] {
1791
+ color: ${e.palette.gray[400]};
1792
+ cursor: not-allowed;
1793
+ }
1794
+
1795
+ input {
1796
+ position: absolute;
1797
+ opacity: 0;
1798
+ cursor: pointer;
1799
+ width: 0;
1800
+ }
1801
+
1802
+ .checkmark {
1803
+ position: relative;
1804
+ top: 0;
1805
+ left: 0;
1806
+ height: 16px;
1807
+ width: 16px;
1808
+ background-color: ${e.palette.white};
1809
+ border-radius: 50%;
1810
+ border: 1px solid ${e.palette.gray[600]};
1811
+ }
1812
+
1813
+ input:disabled ~ .checkmark {
1814
+ border: 1px solid ${e.palette.gray[300]};
1815
+ background-color: ${e.palette.white};
1816
+ cursor: not-allowed;
1817
+ }
1818
+
1819
+ input:not(:disabled):checked ~ .checkmark {
1820
+ background-color: ${e.palette.white};
1821
+ border: 1px solid ${e.palette.primary[500]};
1822
+ }
1823
+
1824
+ input:not(:disabled):hover ~ .checkmark {
1825
+ background-color: ${e.palette.white};
1826
+ box-shadow: 0 0 0 4px ${e.palette.gray[100]};
1827
+ }
1828
+
1829
+ input:not(:disabled):hover:checked ~ .checkmark {
1830
+ background-color: ${e.palette.white};
1831
+ box-shadow: 0 0 0 4px ${e.palette.primary[50]};
1832
+ }
1833
+
1834
+ .checkmark::after {
1835
+ content: "";
1836
+ position: absolute;
1837
+ display: none;
1838
+ top: 3px;
1839
+ left: 3px;
1840
+ width: 8px;
1841
+ height: 8px;
1842
+ border-radius: 50%;
1843
+ background: ${e.palette.primary[500]};
1844
+ }
1845
+
1846
+ input:checked ~ .checkmark::after {
1847
+ display: block;
1848
+ }
1849
+
1850
+ input:disabled:checked ~ .checkmark::after {
1851
+ background-color: ${e.palette.gray[300]};
1852
+ }
1853
+
1854
+ `}
1855
+ `,na=f.styled.span.attrs({className:"checkmark"})``,tt=u.forwardRef(function({checked:n,disabled:i=!1,label:r,name:o,onChange:a,onClick:l,value:s,...c},d){return t.jsxs(ta,{"aria-disabled":i,"aria-label":r??o,role:"radiogroup",children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-label":r??o,checked:n,disabled:i,name:o,onChange:a,onClick:l,ref:d,type:"radio",value:s,...c}),t.jsx(na,{}),r??null]})}),ia=({alt:e,customDescription:n,imageId:i,icon:r,selectorProps:o,onClick:a,register:l,bgColor:s,title:c,isATag:d=!1,width:p="fit-content"})=>{const g=f.useTheme();return t.jsxs(m,{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(m,{display:"inline-flex",padding:[1,1,1,1],children:[t.jsx(m,{alignSelf:"start",display:"flex",width:"fit-content",children:t.jsx(tt,{defaultChecked:o.defaultChecked,name:o.name,onClick:a,value:o.value,...l==null?void 0:l(o.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"}),r===void 0?void 0:t.jsx(F,{icon:r,iconSize:"xl",iconType:"fa-light"}),t.jsxs(m,{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(m,{children:n})]})]})]}),d&&t.jsx(ea,{children:t.jsx(ne,{alt:e??"tag image",height:"40px",publicId:i??"tag image",width:"40px"})})]})},Q=f.styled.div`
1856
+ ${({theme:e})=>`
1857
+ align-items: center;
1858
+ background-color: ${e.palette.gray[200]};
1859
+ border-radius: 34px;
1860
+ cursor: pointer;
1861
+ display: flex;
1862
+ height: 24px;
1863
+ position: relative;
1864
+ transition: 0.2s;
1865
+ width: 44px;
1866
+ `}
1867
+ `,de=f.styled.div`
1868
+ ${({theme:e})=>`
1869
+ align-items: center;
1870
+ background-color: ${e.palette.white};
1871
+ border-radius: 50%;
1872
+ box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
1873
+ display: flex;
1874
+ height: ${e.spacing[1.25]};
1875
+ justify-content: center;
1876
+ left: 2px;
1877
+ position: absolute;
1878
+ transition: 0.2s;
1879
+ width: ${e.spacing[1.25]};
1880
+ z-index: 1;
1881
+ `}
1882
+ `,ra=f.styled.label`
1883
+ display: inline-block;
1884
+
1885
+ input {
1886
+ position: absolute;
1887
+ height: 0;
1888
+ opacity: 0;
1889
+ width: 0;
1890
+ }
1891
+
1892
+ input:checked + ${Q} {
1893
+ background-color: ${({theme:e})=>e.palette.primary[500]};
1894
+ }
1895
+
1896
+ input:checked + ${Q} > div {
1897
+ transform: translateX(100%);
1898
+ }
1899
+
1900
+ input:checked + ${Q} > ${de} svg {
1901
+ color: ${({theme:e})=>e.palette.primary[500]};
1902
+ }
1903
+
1904
+ input:not(:checked) + ${Q} {
1905
+ background-color: ${({theme:e})=>e.palette.gray[300]};
1906
+ }
1907
+
1908
+ input:not(:checked):not(:disabled) + ${Q} > ${de} svg {
1909
+ color: ${({theme:e})=>e.palette.gray[500]};
1910
+ }
1911
+
1912
+ input:disabled + ${Q} > ${de} svg {
1913
+ color: ${({theme:e})=>e.palette.white};
1914
+ }
1915
+
1916
+ input:disabled + ${Q} > ${de} {
1917
+ background-color: ${({theme:e})=>e.palette.gray[400]};
1918
+ border: 1px solid ${({theme:e})=>e.palette.gray[400]};
1919
+ }
1920
+
1921
+ input:checked:disabled + ${Q} > ${de} {
1922
+ color: ${({theme:e})=>e.palette.white};
1923
+ left: 0.5px;
1924
+ }
1925
+
1926
+ input:disabled:not(:checked) + ${Q} > ${de} {
1927
+ left: 1.5px;
1928
+ }
1929
+
1930
+ input:disabled + ${Q} {
1931
+ cursor: not-allowed;
1932
+ background-color: ${({theme:e})=>e.palette.gray[200]};
1933
+ border: 1px solid ${({theme:e})=>e.palette.gray[400]};
1934
+ }
1935
+ `,J=f.styled.div`
1936
+ align-items: center;
1937
+ border: 1px solid transparent;
1938
+ border-radius: 16px;
1939
+ cursor: pointer;
1940
+ display: flex;
1941
+ height: 24px;
1942
+ padding: 0 2px;
1943
+ position: relative;
1944
+ transition: 0.2s;
1945
+ width: 51px;
1946
+ `,pe=f.styled.div`
1947
+ ${({theme:e})=>`
1948
+ align-items: center;
1949
+ background-color: ${e.palette.white};
1950
+ border-radius: 50%;
1951
+ box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
1952
+ display: flex;
1953
+ height: 20px;
1954
+ justify-content: center;
1955
+ left: 1px;
1956
+ position: absolute;
1957
+ top: 1px;
1958
+ transition: 0.2s;
1959
+ width: 20px;
1960
+ z-index: 2;
1961
+ `}
1962
+ `,Ue=f.styled.span`
1963
+ font-size: 12px;
1964
+ font-weight: 700;
1965
+ letter-spacing: 0.5px;
1966
+ margin-top: 2px;
1967
+ position: absolute;
1968
+ text-transform: uppercase;
1969
+ transition: 0.2s;
1970
+ z-index: 1;
1971
+ `,oa=f.styled.label`
1972
+ display: inline-block;
1973
+
1974
+ input {
1975
+ position: absolute;
1976
+ height: 0;
1977
+ opacity: 0;
1978
+ width: 0;
1979
+ }
1980
+
1981
+ input:not(:checked):not(:disabled) + ${J} {
1982
+ background-color: ${({theme:e})=>e.palette.gray[300]};
1983
+ }
1984
+
1985
+ input:checked + ${J} {
1986
+ background-color: ${({theme:e})=>e.palette.success[500]};
1987
+ border: 1px solid ${({theme:e})=>e.palette.success[500]};
1988
+ }
1989
+
1990
+ input:checked + ${J} > ${pe} {
1991
+ transform: translateX(27px);
1992
+ }
1993
+
1994
+ input:checked + ${J} > ${pe} svg {
1995
+ color: ${({theme:e})=>e.palette.success[500]};
1996
+ }
1997
+
1998
+ input:checked + ${J} > ${Ue} {
1999
+ color: ${({theme:e})=>e.palette.white};
2000
+ left: 3px;
2001
+ }
2002
+
2003
+ input:not(:checked):not(:disabled) + ${J} > ${Ue} {
2004
+ color: ${({theme:e})=>e.palette.gray[500]};
2005
+ right: 6px;
2006
+ }
2007
+
2008
+ input:not(:checked):not(:disabled) + ${J} > ${pe} svg {
2009
+ color: ${({theme:e})=>e.palette.gray[500]};
2010
+ }
2011
+
2012
+ input:disabled + ${J} {
2013
+ cursor: not-allowed;
2014
+ background-color: ${({theme:e})=>e.palette.gray[200]};
2015
+ border: 1px solid ${({theme:e})=>e.palette.gray[400]};
2016
+ }
2017
+
2018
+ input:disabled + ${J} > ${pe} {
2019
+ background-color: ${({theme:e})=>e.palette.gray[400]};
2020
+ }
2021
+
2022
+ input:disabled + ${J} > ${pe} svg {
2023
+ color: ${({theme:e})=>e.palette.white};
2024
+ }
2025
+
2026
+ input:disabled + ${J} > ${Ue} {
2027
+ color: ${({theme:e})=>e.palette.gray[400]};
2028
+ right: 6px;
2029
+ }
2030
+ `,Pn=u.forwardRef(function({defaultChecked:n,disabled:i=!1,variant:r="default",icon:o=!1,justify:a,name:l,leftText:s,leftTextMinWidth:c,rightText:d,tooltip:p,tooltipPlace:g,onChange:x,...h},b){const $=n===!0?"on":"off",j=typeof s=="object"&&s.on&&s.off?s[$]:s,w=u.useCallback(v=>{v.stopPropagation()},[]),k=()=>r==="inline"?t.jsxs(oa,{onClick:w,role:"switch",children:[t.jsx("input",{...h,"aria-disabled":i,"aria-label":l,checked:n===!0,disabled:i,name:l,onChange:x,ref:b,type:"checkbox"}),t.jsxs(J,{"aria-label":"Toggle Switch",id:`${l}Toggle`,children:[t.jsx(pe,{children:n?t.jsx(F,{icon:"check",iconSize:"sm"}):t.jsx(F,{icon:"times",iconSize:"sm"})}),t.jsx(Ue,{children:n?"YES":"NO"})]})]}):t.jsxs(ra,{onClick:w,role:"switch",children:[t.jsx("input",{...h,"aria-disabled":i,"aria-label":l,checked:n===!0,disabled:i,name:l,onChange:x,ref:b,type:"checkbox"}),t.jsx(Q,{"aria-label":"Toggle Switch",id:`${l}Toggle`,children:t.jsx(de,{children:o?t.jsx(F,{icon:n?"check":"times",iconSize:"md"}):void 0})})]}),C=()=>{const v=k();return i&&p?t.jsx(X,{id:`${l}-tooltip`,place:g,tip:p,children:v}):v};return r==="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]})}),aa=({id:e,title:n,toggles:i,minWidth:r="auto",height:o="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:o,justify:"center",minHeight:"100px",minWidth:r,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(Ze,{id:e,title:n}),t.jsx(m,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:i.map(l=>t.jsx(Pn,{...l},`$card-toggle-${l.name}`))})]})},sa=({description:e,height:n="auto",leftIconName:i,children:r,rightIconName:o,title:a,tooltipId:l,tooltipTip:s,tooltipPlace:c="bottom",variant:d="centered",width:p="318px"})=>{const g=f.useTheme(),x=d==="centered",h=l&&s?t.jsx(X,{display:"flex",icon:o??i,iconColor:g.palette.gray[800],id:l,place:c,tip:s}):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(z,{color:x?g.palette.gray[800]:g.palette.gray[400],size:"md",textAlign:x?"center":"start",children:e}),x||y.isUndefined(o)?void 0:h]}),t.jsxs(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}),r]}),x&&!y.isUndefined(o)?h:void 0]})]})},la=.5,Jt=1.25,ca=({children:e,bgColor:n,border:i,gap:r=la,px:o=Jt,py:a=Jt,...l})=>{const s=f.useTheme();return t.jsx(m,{bgColor:n??s.palette.white,border:i??`1px solid ${s.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:"column",gap:r,px:o,py:a,...l,children:e})},da=f.styled.div`
2031
+ position: relative;
2032
+ margin: auto;
2033
+ overflow: hidden;
2034
+ `,pa=f.styled.div`
2035
+ display: flex;
2036
+ transition: transform 0.5s ease-in-out;
2037
+ transform: translateX(
2038
+ ${({$currentIndex:e})=>-e*100}%
2039
+ );
2040
+ `,ga=f.styled.div`
2041
+ align-items: center;
2042
+ display: flex;
2043
+ justify-content: center;
2044
+ min-width: 100%;
2045
+ `,ua=f.styled.button`
2046
+ ${({theme:e,$isActive:n})=>`
2047
+ background-color: ${n?e.palette.primary[400]:e.palette.white};
2048
+ border: none;
2049
+ border-radius: 50%;
2050
+ cursor: pointer;
2051
+ height: ${e.spacing[.75]};
2052
+ width: ${e.spacing[.75]};
2053
+ `}
2054
+ `,xa=f.styled.div`
2055
+ align-items: center;
2056
+ display: flex;
2057
+ gap: ${({theme:e})=>e.spacing[.5]};
2058
+ justify-content: center;
2059
+ margin-top: ${({theme:e})=>e.spacing[2]};
2060
+ `,ha=({slides:e,interval:n=300})=>{const{cycle:i,setCycle:r,setProgress:o}=xn(n,e.length),a=u.useCallback(l=>()=>{r(l),o(0)},[r,o]);return t.jsxs(da,{"aria-roledescription":"carousel",children:[t.jsx(pa,{$currentIndex:i,children:e.map((l,s)=>{const c=`slide-${s}`;return t.jsx(ga,{"aria-label":c,"aria-roledescription":"slide",children:l.content},c)})}),t.jsx(xa,{children:e.map((l,s)=>{const c=`nav-button-${s}`;return t.jsx(ua,{$isActive:s===i,"aria-label":`Go to slide ${s+1}`,"data-testid":s===i?"active":"inactive",onClick:a(s)},c)})})]})},On=f.styled.div`
2061
+ ${({theme:e})=>`
2062
+ background-color: ${e.palette.gray[100]};
2063
+ border-radius: ${e.spacing[.25]};
2064
+ display: inline-flex;
2065
+ padding-right: ${e.spacing[1]};
2066
+ position: relative;
2067
+ width: fit-content;
2068
+
2069
+ .line-highlight.language-none {
2070
+ background: ${e.palette.gray[100]};
2071
+ }
2072
+
2073
+ .line-highlight {
2074
+ background: hsl(354deg 100% 85% / 40%);
2075
+ font-family: ${e.typography.type.mono};
2076
+ font-size: ${e.typography.text.md};
2077
+ line-height: ${e.spacing[1]};
2078
+ color: ${e.palette.black} !important;
2079
+ border-radius: ${e.spacing[1]};
2080
+ isolation: isolate;
2081
+ }
2082
+
2083
+ .line-highlight code * {
2084
+ color: ${e.palette.black} !important;
2085
+ mix-blend-mode: darken;
2086
+ }
2087
+
2088
+ .line-highlight::before,
2089
+ .line-highlight::after {
2090
+ display: none !important;
2091
+ }
2092
+
2093
+ pre[data-line] .line-highlight::before {
2094
+ background-color: ${e.palette.primary[400]} !important;
2095
+ font-weight: 400;
2096
+ font-size: 9px;
2097
+ font-family: ${e.typography.type.mono};
2098
+ width: 18px !important;
2099
+ height: 12px !important;
2100
+ display: flex !important;
2101
+ align-items: center !important;
2102
+ justify-content: center !important;
2103
+ position: absolute !important;
2104
+ box-shadow: none !important;
2105
+ text-shadow: none !important;
2106
+ border: none !important;
2107
+ outline: none !important;
2108
+ transform: translateX(-2.5px) translateY(-1.2px) !important;
2109
+ }
2110
+
2111
+ pre code {
2112
+ color: #161616;
2113
+ font-family: ${e.typography.type.mono};
2114
+ font-size: ${e.typography.text.md};
2115
+ line-height: ${e.spacing[1]};
2116
+ }
2117
+
2118
+ pre:not(.line-highlight) {
2119
+ margin-top: unset;
2120
+ margin-bottom: unset;
2121
+ padding: unset;
2122
+ width: 100%;
2123
+ }
2124
+
2125
+ span:hover {
2126
+ background-color: ${e.palette.gray[200]};
2127
+ }
2128
+
2129
+ .no-data,
2130
+ pre.line-highlight {
2131
+ background-color: ${e.palette.gray[100]};
2132
+ padding-top: unset;
2133
+ padding-bottom: unset;
2134
+ }
2135
+ `}
2136
+ `,fa=f.styled.div`
2137
+ ${({theme:e})=>`
2138
+ align-items: end;
2139
+ background-color: ${e.palette.gray[100]};
2140
+ display: flex;
2141
+ flex-direction: column;
2142
+ justify-content: space-between;
2143
+ min-width: 103px;
2144
+ margin-right: ${e.spacing[1]};
2145
+ position: relative;
2146
+
2147
+ button:hover:not([disabled]) {
2148
+ background-color: ${e.palette.gray[200]};
2149
+ }
2150
+ `}
2151
+ `,Bn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:i})=>(u.useEffect(()=>{y.prismExports.highlightAll()},[]),t.jsx(On,{"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})})})),ya=({minWidth:e="565px",noCodeMessage:n="Code snippet not available",snippet:i,specific:r,variant:o="normal",expanded:a=!1})=>{const l=f.useTheme(),[s,c]=u.useState(!1),[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(`
2152
+ `);return $.length>8&&!s?`${[...$].splice(0,7).join(`
2153
+ `)}
2154
+ ${$[8]}...`:($.length<8&&p(!1),i)},[s,i,n]),h=u.useMemo(x,[x]),b=u.useCallback(async()=>{await navigator.clipboard.writeText(h)},[h]);return o==="location"?t.jsx(Bn,{noCodeMessage:n,snippet:i,specific:r}):t.jsxs(m,{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(On,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:h})})}),t.jsxs(fa,{children:[t.jsx(V,{height:l.spacing[2.5],icon:"copy",iconColor:l.palette.gray[700],iconSize:"lg",iconType:"fa-light",onClick:b,variant:"ghost",width:l.spacing[2.5]}),d?t.jsxs(_,{onClick:g,variant:"ghost",children:[s?"Show Less":"Show more",t.jsx(F,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:b})]}):!1]})]})},{getVariant:ba}=ie(e=>({fixed:`
2155
+ height: auto;
2156
+ min-width: 300px;
2157
+ padding: ${e.spacing[1.25]};
2158
+ overflow: hidden auto;
2159
+ `,lg:`
2160
+ width: 80%;
2161
+
2162
+ @media screen and (min-width: ${e.breakpoints.sm}) {
2163
+ width: 72%;
2164
+ }
2165
+ `,md:`
2166
+ width: 60%;
2167
+
2168
+ @media screen and (min-width: ${e.breakpoints.sm}) {
2169
+ width: 48%;
2170
+ }
2171
+ `,sm:`
2172
+ width: 40%;
2173
+
2174
+ @media screen and (min-width: ${e.breakpoints.sm}) {
2175
+ width: 32%;
2176
+ }
2177
+ `})),Mn=f.styled.div.attrs({className:"comp-modal fixed inset-0 overflow-auto"})`
2178
+ align-items: center;
2179
+ background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
2180
+ display: flex;
2181
+ justify-content: center;
2182
+ z-index: 99999;
2183
+ `,It=f.styled(m)`
2184
+ ${({theme:e,$size:n})=>`
2185
+ background-color: ${e.palette.white};
2186
+ border: 1px solid ${e.palette.gray[200]};
2187
+ border-radius: ${e.spacing[.25]};
2188
+ color: ${e.palette.gray[800]};
2189
+ display: flex;
2190
+ font-family: ${e.typography.type.primary};
2191
+ font-size: ${e.typography.text.md};
2192
+ max-height: 80%;
2193
+ min-height: minmax(content-fit, 32%);
2194
+ box-shadow: ${e.shadows.lg};
2195
+ margin: auto;
2196
+ white-space: pre-line;
2197
+
2198
+ ${ba(e,n)}
2199
+ `}
2200
+ `,$a=f.styled.div`
2201
+ ${({theme:e})=>`
2202
+ background-color: ${e.palette.white};
2203
+ border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
2204
+ display: flex;
2205
+ flex-direction: column;
2206
+ overflow: hidden auto;
2207
+ padding: 0 ${e.spacing[1.5]} ${e.spacing[1.5]} ${e.spacing[1.5]};
2208
+ scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
2209
+ scroll-padding: ${e.spacing[.5]};
2210
+
2211
+ &:has(form) {
2212
+ flex-direction: unset;
2213
+ overflow: hidden;
2214
+ padding: 0;
2215
+ }
2216
+
2217
+ &:has(#footer) {
2218
+ flex-direction: column;
2219
+ overflow: hidden;
2220
+ height: 100%;
2221
+
2222
+ > *:not(#footer) {
2223
+ flex: 1 1 auto;
2224
+ overflow-y: auto;
2225
+ }
2226
+ }
2227
+ `}
2228
+ `,ma=f.styled.div`
2229
+ border-radius: ${({theme:e})=>`${e.spacing[.25]} ${e.spacing[.25]} 0 0`};
2230
+ display: block;
2231
+ overflow: unset;
2232
+ height: max-content;
2233
+ max-height: 100%;
2234
+ max-width: 100%;
2235
+ padding: ${({theme:e})=>`${e.spacing[1.25]}`};
2236
+ padding-bottom: ${({theme:e})=>`${e.spacing[1.5]}`};
2237
+ position: sticky;
2238
+ `,ja=f.styled.div.attrs({className:"flex items-center justify-between"})``,wa=f.styled.div`
2239
+ ${({theme:e})=>`
2240
+ border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
2241
+ display: flex;
2242
+ flex-direction: row;
2243
+ gap: ${e.spacing[.75]};
2244
+ justify-content: space-between;
2245
+ max-width: 392px;
2246
+
2247
+ > label {
2248
+ margin: 0;
2249
+ flex: 1 1 auto;
2250
+ }
2251
+
2252
+ > div {
2253
+ display: flex;
2254
+ flex-direction: row;
2255
+ flex: 1 1 auto;
2256
+ gap: ${e.spacing[.75]};
2257
+ margin-right: ${e.spacing[.75]};
2258
+
2259
+ > button {
2260
+ justify-content: center;
2261
+ max-width: 190px;
2262
+ }
2263
+ }
2264
+
2265
+ > div:last-child {
2266
+ margin-right: 0;
2267
+ }
2268
+ `}
2269
+ `,va=f.styled.div`
2270
+ img {
2271
+ margin: 0 calc(-${({theme:e})=>e.spacing[1.25]} - 1px)
2272
+ ${({theme:e})=>e.spacing[1.25]};
2273
+
2274
+ min-width: calc(100% + 2px + ${({theme:e})=>e.spacing[3]});
2275
+ height: 185px;
2276
+ object-fit: cover;
2277
+
2278
+ ${({$framed:e=!1})=>e?`
2279
+ border-radius: 8px;
2280
+ min-width: 100%;
2281
+ margin-left: 0;
2282
+ margin-right: 0;
2283
+ `:""}
2284
+ }
2285
+ `,Wn=({alert:e,modalRef:n,confirmButton:i=void 0,cancelButton:r=void 0})=>{const{close:o}=n,a=u.useCallback(()=>{r!=null&&r.onClick&&r.onClick(),o()},[r,o]),l=u.useCallback(()=>{i!=null&&i.onClick&&i.onClick(),o()},[i,o]);return[i,r].some(c=>!y.lodashExports.isEmpty(c))?t.jsxs(m,{display:"flex",flexDirection:"column",gap:.625,position:"sticky",px:1.25,py:1.25,children:[e,t.jsx(wa,{children:t.jsxs("div",{children:[r&&t.jsx(_,{id:r.id,onClick:a,variant:"tertiary",width:"100%",children:r.text}),i&&t.jsx(_,{id:i.id,onClick:l,variant:"primary",width:"100%",children:i.text})]})})]}):null},_n=({title:e,description:n,modalRef:i,otherActions:r,onClose:o})=>{const a=f.useTheme(),l=u.useCallback(()=>{o==null||o(),i.close()},[i,o]);return u.useEffect(()=>{const s=c=>{c.key==="Escape"&&l()};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[l]),t.jsxs(ma,{children:[t.jsxs(ja,{children:[typeof e=="string"?t.jsx(U,{fontWeight:"bold",mr:1,size:"sm",wordBreak:"break-word",children:e}):e,t.jsxs("div",{className:"items-center flex gap-3",children:[r,t.jsx(V,{icon:"close",iconColor:a.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:l,px:.25,py:.25,variant:"ghost"})]})]}),n&&y.lodashExports.isString(n)&&!y.lodashExports.isEmpty(n)?t.jsx(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})]})},Hn=({disabled:e,id:n="modal-confirm",onCancel:i,onConfirm:r="submit",txtCancel:o,txtConfirm:a})=>{const l=r==="submit";return t.jsxs(m,{display:"flex",gap:.75,id:"footer",maxWidth:i?"392px":"190px",mt:1.5,children:[i?t.jsx(_,{id:`${n}-cancel`,justify:"center",onClick:i,variant:"tertiary",width:"100%",children:o??"Cancel"}):void 0,t.jsx(_,{disabled:e,id:n,justify:"center",onClick:l?void 0:r,type:l?"submit":"button",variant:"primary",width:"100%",children:a??"Confirm"})]})},ka=(e,n,i)=>i?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",Ca=f.styled.div`
2286
+ display: flex;
2287
+ flex-direction: row;
2288
+ gap: ${({theme:e})=>e.spacing[.25]};
2289
+ border-bottom: ${({theme:e,$borderButton:n,$variant:i})=>ka(e,i,n)};
2290
+ align-items: center;
2291
+ padding: ${({theme:e})=>e.spacing[.625]}
2292
+ ${({theme:e})=>e.spacing[.5]};
2293
+ padding-bottom: ${({theme:e,$borderButton:n})=>n?`calc(${e.spacing[.625]} - 2px)`:e.spacing[.625]};
2294
+
2295
+ &:hover:not([disabled]) {
2296
+ background-color: ${({theme:e})=>e.palette.gray[100]};
2297
+ color: ${({theme:e})=>e.palette.gray[800]};
2298
+ }
2299
+
2300
+ a {
2301
+ align-items: center;
2302
+ background: transparent;
2303
+ color: ${({theme:e})=>e.palette.gray[800]};
2304
+ font-family: ${({theme:e})=>e.typography.type.primary};
2305
+ font-size: ${({theme:e})=>e.typography.text.md};
2306
+ display: flex;
2307
+ font-weight: ${({theme:e})=>e.typography.weight.regular};
2308
+ position: relative;
2309
+ text-align: center;
2310
+ text-decoration: unset;
2311
+ width: auto;
2312
+ cursor: pointer;
2313
+
2314
+ &:disabled {
2315
+ cursor: not-allowed;
2316
+ background-color: ${({theme:e})=>e.palette.gray[300]};
2317
+ color: ${({theme:e})=>e.palette.gray[300]};
2318
+ }
2319
+
2320
+ &.active {
2321
+ background-color: transparent;
2322
+
2323
+ &:hover {
2324
+ background-color: transparent;
2325
+ }
2326
+ }
2327
+ }
2328
+ `,Vn=({end:e=!1,label:n,id:i,isActive:r=!1,link:o,notificationSign:a,onClick:l,tooltip:s="",variant:c="primary",tag:d})=>{const{pathname:p}=st.useLocation(),g=r||(c==="primary"?p.includes(o):p.endsWith(o));return t.jsx(X,{display:"flex",id:`${i}-tooltip`,tip:s,children:t.jsxs(Ca,{$borderButton:g,$variant:c,children:[t.jsx(st.NavLink,{end:e,id:i,onClick:l,to:o,children:n}),t.jsx(Ge,{left:a==null?void 0:a.left,numberIndicator:a==null?void 0:a.numberIndicator,show:a==null?void 0:a.show,top:a==null?void 0:a.top,variant:a==null?void 0:a.variant}),d===void 0?null:t.jsx(q,{tagLabel:`${d}`,variant:"default"})]})})},Dt=({items:e,borders:n=!0,box:i=!1,variant:r="primary"})=>{const o=f.useTheme();return t.jsx(m,{alignItems:"center",bgColor:o.palette.white,border:i?"1px solid":void 0,borderBottom:n?`1px solid ${o.palette.gray[300]}`:void 0,borderColor:i?o.palette.gray[200]:void 0,borderRadius:i?o.spacing[.25]:void 0,display:"inline-flex",gap:.25,id:"tablist",padding:i?[0,0,0,0]:void 0,pl:n?1.25:void 0,pr:n?1.25:void 0,role:"tablist",width:i?"max-content":"100%",children:e.map(({end:a,id:l,isActive:s,link:c,label:d,notificationSign:p,onClick:g,tag:x,tooltip:h})=>t.jsx(Vn,{end:a,id:l,isActive:s,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:r},l))})},ue=u.forwardRef(function({color:n=A.palette.gray[100],mt:i=.5,mb:r=.5,width:o,...a},l){return t.jsx(m,{as:"hr",borderTop:`1px solid ${n}`,mb:r,mt:i,ref:l,width:o??"100%",...a})}),Sa=f.styled.li`
2329
+ ${({theme:e})=>`
2330
+ align-items: center;
2331
+ background-color: ${e.palette.white};
2332
+ color: ${e.palette.gray[800]};
2333
+ cursor: pointer;
2334
+ display: flex;
2335
+ font-size: ${e.typography.text.md};
2336
+ font-weight: ${e.typography.weight.regular};
2337
+ justify-content: space-between;
2338
+ gap: ${e.spacing[.625]};
2339
+ line-height: ${e.spacing[1.25]};
2340
+ list-style-type: none;
2341
+ min-height: 40px;
2342
+ min-width: 240px;
2343
+ padding: ${e.spacing[.625]} ${e.spacing[1]};
2344
+
2345
+ p,
2346
+ a {
2347
+ word-break: break-word;
2348
+ }
2349
+
2350
+ & > label {
2351
+ margin: unset;
2352
+ }
2353
+
2354
+ a {
2355
+ color: ${e.palette.gray[500]};
2356
+ }
2357
+
2358
+ &[aria-disabled="true"] {
2359
+ color: ${e.palette.gray[300]};
2360
+ cursor: not-allowed;
2361
+
2362
+ a {
2363
+ color: ${e.palette.gray[300]};
2364
+ }
2365
+ }
2366
+
2367
+ &[aria-selected="true"] {
2368
+ background-color: ${e.palette.gray[200]};
2369
+ }
2370
+
2371
+ &:hover:not([aria-selected="true"]) {
2372
+ background-color: ${e.palette.gray[100]};
2373
+ }
2374
+ `}
2375
+ `,Un=f.styled.ul`
2376
+ ${({theme:e})=>`
2377
+ background-color: ${e.palette.white};
2378
+ border: 1px solid ${e.palette.gray[200]};
2379
+ border-radius: ${e.spacing[.25]};
2380
+ box-shadow: ${e.shadows.md};
2381
+ display: inline-block;
2382
+ margin: unset;
2383
+ min-width: 240px;
2384
+ padding: ${e.spacing[.25]} 0 ${e.spacing[.25]} 0;
2385
+ `}
2386
+ `,Oe=({children:e,disabled:n=!1,icon:i,iconType:r="fa-light",href:o,onClick:a,onClickIcon:l,onKeyDown:s,rightIcon:c,selected: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(Sa,{"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(m,{alignItems:"center",display:"flex",gap:.625,children:[i?t.jsx(F,{disabled:n,icon:i,iconColor:h,iconSize:"sm",iconType:r}):null,o===void 0?b:t.jsx(re,{href:o,children:b})]}):null,d||c?t.jsx(F,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:r,onClick:l}):null]})},za=f.styled(Oe)`
2387
+ margin-top: 10px;
2388
+ border: 1px solid ${({theme:e})=>e.palette.gray[300]};
2389
+ border-radius: 4px;
2390
+ min-width: unset;
2391
+
2392
+ svg {
2393
+ color: ${({theme:e})=>e.palette.gray[400]};
2394
+ }
2395
+
2396
+ &[aria-disabled="true"] {
2397
+ background: ${({theme:e})=>e.palette.gray[100]};
2398
+ color: ${({theme:e})=>e.palette.gray[500]};
2399
+ }
2400
+
2401
+ &[aria-selected="true"]:not([aria-disabled="true"]) {
2402
+ background-color: unset;
2403
+ }
2404
+
2405
+ ${({$isDragging:e,theme:n})=>e?`
2406
+ border: 2px solid ${n.palette.black};
2407
+ background-color: ${n.palette.white} !important;
2408
+ `:""}
2409
+ `,Gn=({items:e,onReorder:n,title:i,description:r,onClickClose:o})=>{const[a,l]=u.useState(null),s=u.useCallback(g=>()=>{o(g)},[o]),c=u.useCallback(g=>{l(g.name)},[]),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(m,{display:"flex",gap:.25,children:[t.jsx(U,{display:"flex",size:"xs",children:i}),t.jsx(q,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(z,{size:"md",children:r}),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(za,{$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)]})},Ta=f.styled(Oe)`
2410
+ padding: 7px 8px;
2411
+
2412
+ &[aria-selected="true"] {
2413
+ background-color: unset;
2414
+ }
2415
+
2416
+ svg {
2417
+ &.fa-check {
2418
+ border-radius: 2px;
2419
+ }
2420
+
2421
+ &.selected {
2422
+ display: none;
2423
+ }
2424
+ }
2425
+ `,Ft=e=>e.reduce((i,r)=>r.group?i[r.group]?{...i,[r.group]:[...i[r.group],r]}:{...i,[r.group]:[r]}:i,{}),Ia=300,ce=({name:e,onClear:n,onChange:i,value:r,maxLength:o=Ia,...a})=>{const l=u.useRef(null),s=f.useTheme(),[c,d]=u.useState(r??"");u.useEffect(()=>{d(r??"")},[r]);const p=u.useCallback(b=>{b.key==="Enter"&&b.preventDefault()},[]),g=u.useCallback(b=>{const $=b.target.value;if($.length>o){const j=$.slice(0,o);d(j);return}d($),i==null||i(b)},[i,o]),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(F,{icon:"magnifying-glass",iconColor:s.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx("input",{id:e,maxLength:o,name:e,onChange:g,onKeyDown:p,ref:l,type:"search",value:c,...a}),t.jsx("span",{style:{visibility:h?"visible":"hidden",margin:0},children:t.jsx(V,{icon:"xmark",iconColor:s.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:x,px:.25,py:.25,type:"reset",variant:"ghost"})})]})})},Yn=({columns:e,formId:n,onChangeHandler:i,variant:r})=>{const o=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(()=>{o.current&&(o.current.reset(),c(""))},[o]);return u.useEffect(()=>{l(e.filter(g=>{var x;return r==="grouped"?g.name.toLowerCase().includes(s.toLowerCase())||((x=g.group)==null?void 0:x.includes(s.toLowerCase())):g.name.toLowerCase().includes(s.toLowerCase())}))},[e,s,r]),r==="grouped"?t.jsxs(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:o,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(Ft(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx(Ln,{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:o,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(Ta,{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)})})]})},Xn=({_containerId:e="portals",title:n,modalRef:i,variant:r})=>{const o=f.useTheme(),a=u.useRef(null),[l,s]=u.useState(void 0),c=u.useCallback(g=>{const{checked:x,value:h}=g.target,b=i.columns.map($=>{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;l!==g&&s(g)},[l]);return i.isOpen?xe.createPortal(t.jsx(Mn,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs(It,{$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(V,{icon:"close",iconColor:o.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:i.close,px:.25,py:.25,variant:"ghost"})]}),t.jsx(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(Yn,{columns:i.columns,formId:"columns-visibility",onChangeHandler:c,variant:r}),t.jsx(m,{borderLeft:`2px solid ${o.palette.gray[100]}`,height:l?`${l}px`:"auto"}),t.jsx(Gn,{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(_,{disabled:!i.hasChanged,form:"columns-visibility",id:"columns-modal-cancel",justify:"center",onClick:i.resetToDefault,type:"reset",variant:"tertiary",children:"Reset to default"}),t.jsx(_,{id:"columns-modal-submit",justify:"center",onClick:i.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},Da=f.styled(Oe)`
2426
+ padding: 8px;
2427
+ min-height: 36px;
2428
+ min-width: unset;
2429
+ `,Fa=(e,n)=>{var i,r,o,a,l;n("checkbox",e.filter(s=>s.type==="checkboxes").flatMap(s=>{var c;return((c=s.options)==null?void 0:c.filter(d=>d.checked).map(d=>d.value))??[]})),n("radio",((o=(r=(i=e.find(s=>s.type==="radioButton"))==null?void 0:i.options)==null?void 0:r.find(({checked:s})=>s))==null?void 0:o.value)??""),n("text",e.filter(s=>["text","select"].includes(s.type)).reduce((s,c)=>({...s,[`${String(c.key)}-${c.filterFn??"caseInsensitive"}`]:c.value??""}),{})),n("minValue",(a=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:a.minValue),n("maxValue",(l=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:l.maxValue)},Qt=(e,n)=>(e==null?void 0:e.filter(i=>{var r;return((r=i.label)==null?void 0:r.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??i.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],en=50,Ea=(e,n,i)=>{const r=e.filter((d,p,g)=>g.findIndex(x=>x.value===d.value)===p);if(r.length<=en)return n.trim()?Qt(r,n):r;const o=r.filter(d=>i.includes(d.value)),a=r.filter(d=>!i.includes(d.value)),l=n.trim()?Qt(a,n):a,s=en-o.length,c=l.slice(0,Math.max(0,s));return[...o,...c]},Ra=f.styled.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
2430
+ align-items: center;
2431
+ background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
2432
+ display: flex;
2433
+ justify-content: center;
2434
+ z-index: 99999;
2435
+ `,tn=f.styled(Oe)`
2436
+ padding: 7px 8px;
2437
+ word-wrap: break-word;
2438
+
2439
+ svg.fa-check {
2440
+ border-radius: 2px;
2441
+ }
2442
+ `,Kn=({control:e,option:n,register:i,watch:r,setValue:o})=>{var a,l,s,c;switch(n.type){case"checkboxes":{const p=r("search")??"",g=r("checkbox")??[],x=n.options??[],h=Ea(x,p,g);return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[!n.label||n.label===""?void 0:null,h.map(b=>t.jsx(tn,{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(tn,{value:p.value,width:"content",children:t.jsx(tt,{...i("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(kt,{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(et,{label:n.label,name:d,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx(Tt,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:i,name:"maxValue",value:n.maxValue,setValue:o},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:i,name:"minValue",value:n.minValue,setValue:o},variant:"filters"});case"dateRange":return t.jsx(St,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(s=n.maxValue)==null?void 0:s.toString()},propsMin:{name:"minValue",value:(c=n.minValue)==null?void 0:c.toString()},register:i,setValue:o,variant:"filters"});default:return t.jsx("div",{})}},Zn=({control:e,items:n,register:i,setValue:r,watch:o})=>t.jsx(t.Fragment,{children:n.map((a,l)=>{const s=`${a.type}-${a.value}-${a.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(Kn,{control:e,option:a,register:i,setValue:r,watch:o}),l<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},s)})}),qn=e=>{var c,d,p,g,x;const[n,i]=u.useState([...e]),{control:r,register:o,handleSubmit:a,setValue:l,watch:s}=y.useForm({defaultValues:{checkbox:e.filter(h=>h.type==="checkboxes").flatMap(h=>{var b;return((b=h.options)==null?void 0:b.filter($=>$.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:r,items:n,setItems:i,register:o,handleSubmit:a,setValue:l,watch:s}},ut=({options:e,onSearch:n,onSubmit:i,id:r,selectedFilter:o})=>{const{control:a,items:l,setItems:s,register:c,handleSubmit:d,setValue:p,watch:g}=qn(e),x=e.some(w=>w.type==="checkboxes"&&w.hideSearch!==!0),h=e.some(w=>w.label&&w.label!==""),b=u.useCallback(async w=>{const{value: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(()=>{s(e),Fa(e,p)},[e,s,p]),t.jsxs("div",{className:"flex flex-col gap-[8px]",id:r,style:{writingMode:"horizontal-tb",maxWidth:"300px",width:"100%"},children:[x&&t.jsxs("div",{children:[h?o:void 0,t.jsx(ce,{onChange:b,onClear:$,placeholder:"Search"})]}),t.jsxs("form",{id:r,onSubmit:d(j),children:[t.jsx(Zn,{control:a,items:l,register:c,setValue:p,watch:g}),t.jsx(_,{mt:1,type:"submit",children:"Apply"})]})]})},Jn=({options:e,variant:n,onApplyFilters:i,onSearch:r,setDirection:o,setHandler:a,onFilterStateChange:l})=>{const s=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(T=>T.label===C),S=!(v!=null&&v.filterOptions.some(T=>T.type==="dateRange"||T.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 I,N;return{...D,options:(I=D.options)==null?void 0:I.map(O=>({...O,checked:C.checkbox.includes(O.value)||C.radio===O.value})),value:["text","select"].includes(D.type)?((N=C.text)==null?void 0:N[`${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}},T=D=>D.label===b?{...D,filterOptions:D.filterOptions.map(S)}:D,E=c.map(T);d(D=>D.map(T));const R=E.flatMap(({filterOptions:D})=>D);i(R),g([])},[c,i,b]),k=u.useCallback((C,v)=>{const S=`li-filter-option-${C}`;return t.jsxs(Da,{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(q,{tagLabel:x[C].length.toString()})]},S)},[x,j]);return u.useEffect(()=>{const C=e.reduce((v,{label:S,filterOptions:T})=>{const E=T.flatMap(({value:I,minValue:N,maxValue:O})=>[N,O,I]).filter(Boolean),R=T.flatMap(({options:I})=>I??[]).filter(({checked:I=!1})=>I).map(({value:I})=>I),D=[...E,...R];return D.length===0?v:{...v,[S]:D}},{});h(C),p.length>0&&o&&o("column")},[p,e,o]),u.useEffect(()=>{l==null||l(p.length>0)},[p.length,l]),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(ut,{id:"filters-options",onSearch:r,onSubmit:w,options:p,selectedFilter:b}):Object.entries(Ft(e)).map(([C,v])=>t.jsxs(m,{style:{writingMode:"horizontal-tb"},children:[t.jsx(z,{color:s.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:C}),v.map(({label:S,icon:T="filter-list"})=>k(S,T))]},C))}):t.jsx(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(ut,{id:"filters-options",onSearch:r,onSubmit:w,options:p,selectedFilter:b}):e.map(({label:C,icon:v="filter-list"})=>k(C,v))})},Qn=({options:e,onApplyFilters:n,onSearch:i,modalRef:r,variant:o})=>{const[a,l]=u.useState("row"),[s,c]=u.useState(!0),[d,p]=u.useState(!1),x=(o==="grouped"?Object.values(Ft(e)).reduce((j,w)=>j+w.length,0):e.length)>5&&!d,h=f.useTheme(),b=u.useRef(null),$=t.jsx(V,{icon:"close",iconColor:h.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:r.close,px:.25,py:.25,variant:"ghost"});return u.useEffect(()=>{const j=w=>{const k=b.current;k&&!k.contains(w.target)&&r.close()};if(s)return document.addEventListener("mousedown",j,!0),()=>{document.removeEventListener("mousedown",j,!0)}},[b,s,r]),t.jsx(Ra,{$bgColor:"transparent","aria-label":r.name,children:t.jsxs(It,{$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(Jn,{onApplyFilters:n,onFilterStateChange:p,onSearch:i,options:e,setDirection:l,setHandler:c,variant:o}),a==="row"?$:void 0]})})};function Na(e){if(!e)return;const n=20;if(e.length<=n)return e;const i=n-3,r=Math.ceil(i/2),o=Math.floor(i/2);return`${e.slice(0,r)}...${e.slice(e.length-o)}`}function ei(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 r=n[0],o=n.length-1,a=20,l=n.join(", ").length;return r.length>a||l>a?`${i(r,a)} +${o} more`:`${n[0]}, ${n[1]}`}function Aa(e,n,i){const r=i??"",o=y._.isEmpty(e)&&typeof e!="number"||Number.isNaN(e)?void 0:Number(e),a=y._.isEmpty(n)&&typeof n!="number"||Number.isNaN(n)?void 0:Number(String(n));if(!y._.isUndefined(o)&&!y._.isUndefined(a))return`${o}${r} - ${a}${r}`;if(!y._.isUndefined(o))return`Min ${o}${r}`;if(!y._.isUndefined(a))return`Max ${a}${r}`}function La(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 Pa(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const je=({filter:e,icon:n="filter-list",label:i,onClose:r,filterValue:o})=>{if(y._.isNil(o)||y._.isEmpty(String(o)))return null;const a=e.type==="checkboxes"?(e.options??[]).filter(c=>c.checked).map(c=>c.label??c.value):[],{tooltipContent:l,shouldShowTooltip:s}=(()=>{var 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(X,{disabled:!s,id:"applied-filter-tooltip",nodeTip:s?Array.isArray(l)?t.jsx(m,{display:"flex",flexDirection:"column",gap:.25,children:l.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:l}):void 0,children:t.jsx(q,{filterValues:o,icon:n,id:"remove-filter",onClose:r(e),tagLabel:`${i} `})})},Oa=({options:e,onClose:n})=>{const i=e.flatMap(r=>r.filterOptions.map(o=>{const{filterFn:a,label:l,type:s,value:c,options:d,minValue:p,maxValue:g}=o;switch(s){case"numberRange":{const x=Aa(p,g,r.placeholder);return t.jsx(je,{filter:o,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case"dateRange":{const x=La(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(je,{filter:o,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=ei(d);return t.jsx(je,{filter:o,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=Na(c),h=Pa(s,r.label,a);return t.jsx(je,{filter:o,filterValue:x,icon:r.icon,label:h,onClose:n},l)}}})).filter(r=>{if(r===null)return!1;const{filterValue:o}=r.props;return!y._.isNil(o)&&!y._.isEmpty(String(o))});return i.length>0?t.jsx(m,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:i}):null},Ba=e=>e.map(n=>{const i={key:String(n.key),type:n.type},r=(()=>{let o={...i};if(n.filterFn&&(o={...o,filterFn:n.filterFn}),n.value&&(o={...o,value:n.value}),n.minValue!==void 0&&n.minValue!==null&&(o={...o,minValue:n.minValue}),n.maxValue!==void 0&&n.maxValue!==null&&(o={...o,maxValue:n.maxValue}),n.options&&n.options.length>0){const a=n.options.filter(l=>l.checked).map(l=>l.value);a.length>0&&(o={...o,selectedValues:a})}return o})();return Object.keys(r).length>2?r:null}).filter(Boolean),Ma=(e,n)=>n.map(i=>{const r=e.find(a=>a.key===String(i.key)&&a.type===i.type);return r?(()=>{let a={...i};return r.filterFn&&(a={...a,filterFn:r.filterFn}),r.value!==void 0&&r.value!==null&&(a={...a,value:r.value}),r.minValue!==void 0&&r.minValue!==null&&(a={...a,minValue:r.minValue}),r.maxValue!==void 0&&r.maxValue!==null&&(a={...a,maxValue:r.maxValue}),r.selectedValues&&i.options&&(a={...a,options:i.options.map(l=>{var s;return{...l,checked:((s=r.selectedValues)==null?void 0:s.includes(l.value))??!1}})}),a})():i}),at=(e,n)=>{const i=Ba(e);n(JSON.stringify(i))},Wa=(e,n)=>{const i=e();if(!i)return n;try{const r=JSON.parse(i);return Ma(r,n)}catch{return n}},_a=(e,n)=>{function i(l,s){if(s.value===""||s.value===void 0||y._.defaultTo(s.isBackFilter,!1))return!0;switch(s.filterFn){case"includesInsensitive":return String(l[s.key]).toLowerCase().includes(s.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(l[s.key]).toLowerCase()===s.value.toLowerCase()}}function r(l,s){if(!s.options||s.options.length===0)return!0;const c=s.options.filter(d=>d.checked).map(d=>d.value);return c.length===0?!0:c.includes(String(l[s.key]))}function o(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 r(l,s);case"numberRange":return o(l,s,Number);case"dateRange":return o(l,s,c=>new Date(c));case"select":case"text":default:return i(l,s)}})}return e.filter(a)},Ha=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,Va=e=>{var i;const n=((i=e.options)==null?void 0:i.map(r=>({...r,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:n}},Ua=({dataset:e,setValues:n,getValues:i,options:r,setFilteredDataset:o,onFiltersChange:a,onReset:l,onSearch:s,variant:c="ungrouped"})=>{const d=he("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=Ha(x),$=r.map(v=>({...v,filterOptions:v.filterOptions.map(S=>x.find(E=>E.key===S.key&&E.type===S.type&&E.filterFn===S.filterFn)??{...S})})),j=u.useCallback(v=>{h([...v]),at(v,n)},[h,n]),w=u.useCallback(()=>{l&&l(),d.isOpen||g(!0),d.toggle()},[d,l]),k=u.useCallback(v=>()=>{l&&l();const S=x.map(T=>T.key===v.key&&T.type===v.type&&T.filterFn===v.filterFn?Va(T):T);h(S),at(S,n)},[x,l,n]);return u.useEffect(()=>{const v=r.flatMap(E=>E.filterOptions),S=i();if((()=>{if(!S)return!1;try{const E=JSON.parse(S);return Array.isArray(E)&&E.length>0}catch{return!1}})()){const E=Wa(i,v);h(E)}else v.flatMap(R=>R.value).filter(Boolean).length>0||v.flatMap(R=>R.options).filter(R=>(R==null?void 0:R.checked)===!0).length>0?(h(v),p&&at(v,n)):h(v)},[r,h,n,i,p]),u.useEffect(()=>{o&&e!==void 0&&o(_a(e,x)),a==null||a(x)},[e,x,o,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(_,{icon:"filter",id:"filter-btn",onClick:w,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(Qn,{modalRef:d,onApplyFilters:j,onSearch:s,options:$,variant:c})]}),options:$,removeFilter:k}},Et=({_portal:e=!0,alert:n,cancelButton:i=void 0,children:r=void 0,confirmButton:o=void 0,content:a=void 0,description:l=void 0,modalRef:s,otherActions:c=void 0,onClose: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??o;u.useEffect(()=>{if(C&&!k.current&&w.current){const T=w.current.getBoundingClientRect().height;T>50&&(j(T),k.current=!0)}s.isOpen||(j(void 0),k.current=!1)},[C,s.isOpen]);const S=t.jsx(Mn,{"aria-label":s.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(It,{$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(_n,{description:l,modalRef:s,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(Dt,{items:p})}),(y._.isObject(a)||r)&&t.jsxs($a,{style:v?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[r,y._.isObject(a)&&y._.isString(a.imageSrc)&&t.jsx(va,{$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(Wn,{alert:n,cancelButton:i,confirmButton:o,modalRef:s})]})});return e&&s.isOpen?xe.createPortal(S,document.getElementById("portals")??document.body):s.isOpen?S:null},Ga=(e,n,i)=>{const r=he("confirm-dialog-modal"),o=u.useRef(null),a=u.useCallback(async()=>(r.open(),new Promise(d=>{o.current=d})),[r]),l=u.useCallback(()=>{var d;r.close(),(d=o.current)==null||d.call(o,!0)},[r]),s=u.useCallback(()=>{var d;r.close(),(d=o.current)==null||d.call(o,!1)},[r]);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(Et,{"data-testid":e,id:e,modalRef:{...r,close:s},onClose:x,size:"sm",title:n,children:[d,t.jsx(m,{display:"flex",flexDirection:"column",gap:.5,children:$}),t.jsx(Hn,{disabled:b,id:e,onConfirm:l})]})}]},Ya=()=>{const[e,n]=u.useState(!1),[i,r]=u.useState(),o=u.useRef(null),a=he("confirm-dialog-modal"),l=u.useCallback(async p=>(r(p),n(!0),new Promise(g=>{o.current=g})),[]),s=u.useCallback(()=>{var p;n(!1),r(void 0),(p=o.current)==null||p.call(o,!0)},[]),c=u.useCallback(()=>{var p;n(!1),r(void 0),(p=o.current)==null||p.call(o,!1)},[]);return u.useEffect(()=>{a.setIsOpen(e)},[e,a]),{ConfirmDialog:({id:p="confirm-dialog-modal",children:g})=>t.jsxs(Et,{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}},Xa=2e3,Ka=({content:e})=>{const[n,i]=u.useState("Copy"),r=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{i("Copied"),setTimeout(()=>{i("Copy")},Xa)}).catch(()=>{i("Failed to copy")})},[e]);return t.jsx(V,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:r,tooltip:n,variant:"ghost"})},Za=f.styled.ul`
2443
+ ${({theme:e})=>`
2444
+ align-items: flex-start;
2445
+ border-radius: ${e.spacing[.25]};
2446
+ border: 1px solid ${e.palette.gray[200]};
2447
+ background: ${e.palette.white};
2448
+ box-shadow: ${e.shadows.md};
2449
+ display: flex;
2450
+ flex-direction: column;
2451
+ padding: ${e.spacing[.25]} 0;
2452
+ width: 166px;
2453
+ z-index: 9999;
2454
+ `}
2455
+ `,qa=f.styled.li`
2456
+ ${({theme:e})=>`
2457
+ align-items: center;
2458
+ background: ${e.palette.white}
2459
+ color: ${e.palette.gray[800]};
2460
+ cursor: pointer;
2461
+ display: flex;
2462
+ font-family: ${e.typography.type.primary};
2463
+ font-size: ${e.typography.text.md};
2464
+ font-style: normal;
2465
+ font-weight: ${e.typography.weight.regular};
2466
+ gap: ${e.spacing[.5]};
2467
+ line-height: ${e.spacing[1.25]};
2468
+ padding: ${e.spacing[.25]} ${e.spacing[1]};
2469
+ width: 100%;
2470
+
2471
+ &:hover:not([aria-disabled="true"]) {
2472
+ background: ${e.palette.gray[100]};
2473
+ }
2474
+
2475
+ &[aria-disabled="true"] {
2476
+ background: ${e.palette.gray[100]};
2477
+ color: ${e.palette.gray[500]};
2478
+ cursor: not-allowed;
2479
+ }
2480
+ `}
2481
+ `,Ja=({icon:e,iconColor:n,id:i,showChevron:r,options:o,title:a})=>{const l=f.useTheme(),[s,c]=u.useState(!1),d=s?"chevron-up":"chevron-down",{refs:p,floatingStyles:g}=y.useFloating({middleware:[y.offset({mainAxis:4})],placement:"bottom-start"}),x=u.useCallback(()=>{c(h=>!h)},[]);return te(s?p.floating.current:null,()=>{c(!1)},!0,[document.getElementById(`dropdown-toggle-${i}`)]),t.jsxs(u.Fragment,{children:[t.jsx(_,{"aria-label":a,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${i}`,onClick:x,ref:p.setReference,rightIcon:r?d:void 0,variant:"ghost",children:a}),s?t.jsx(Za,{ref:p.setFloating,style:g,children:o.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs(qa,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(F,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},xt=({buttonProps:e,variant:n})=>t.jsx(_,{onClick:e.onClick,variant:n,children:e.text}),Qa=f.styled.div`
2482
+ display: flex;
2483
+ flex-direction: column;
2484
+ align-items: center;
2485
+ padding: ${({theme:e,$padding:n})=>e.spacing[n]};
2486
+ max-width: 900px;
2487
+ white-space: pre-line;
2488
+ margin: 0 auto;
2489
+ `,es=f.styled.div`
2490
+ display: flex;
2491
+ flex-direction: row;
2492
+ justify-content: center;
2493
+ align-items: center;
2494
+ background-color: transparent;
2495
+ width: 96px;
2496
+ height: 96px;
2497
+ margin-bottom: ${({theme:e})=>e.spacing[2]};
2498
+
2499
+ > img {
2500
+ width: 100%;
2501
+ }
2502
+ `,ts=f.styled.div`
2503
+ display: flex;
2504
+ flex-direction: row;
2505
+ margin: 0;
2506
+ margin-bottom: ${({theme:e})=>e.spacing[2]};
2507
+
2508
+ > * {
2509
+ margin-right: ${({theme:e})=>e.spacing[.75]};
2510
+ }
2511
+
2512
+ > *:last-child {
2513
+ margin-right: 0;
2514
+ }
2515
+ `,nn={md:{description:"md",title:"md"},sm:{description:"md",title:"xs"}},ns=({cancelButton:e=void 0,confirmButton:n=void 0,description:i,imageSrc:r="integrates/empty/addRoot",padding:o=1.25,title:a,size:l="md"})=>{const s=(n??e)!==void 0;return t.jsxs(Qa,{$padding:o,children:[t.jsx(es,{children:t.jsx(ne,{alt:"empty-icon",publicId:r})}),t.jsx(U,{fontWeight:"bold",mb:.25,size:nn[l].title,textAlign:"center",children:a}),t.jsx(z,{mb:s?2:void 0,size:nn[l].description,textAlign:"center",children:i}),s?t.jsxs(ts,{children:[e&&t.jsx(xt,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(xt,{buttonProps:n,variant:"primary"})]}):void 0]})},is=({children:e})=>{const n=y.useFormContext();return e({...n})},rs=f.styled.form`
2516
+ ${({theme:e})=>`
2517
+ align-items: flex-start;
2518
+ align-self: stretch;
2519
+ display: flex;
2520
+ flex-direction: column;
2521
+ gap: ${e.spacing[.5]};
2522
+ overflow: hidden auto;
2523
+ width: 100%;
2524
+ `}
2525
+ `,os=({alert:e,buttonAlignment:n,cancelButton:i,children:r,confirmButton:o,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(),$=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(rs,{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:r}),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:s,children:[i?t.jsx(_,{icon:i.icon,id:`${l}-cancel`,justify:"center",onClick:i.onClick,type:"reset",variant:"tertiary",width:"100%",children:i.label??"Cancel"}):void 0,t.jsx(_,{disabled:((o==null?void 0:o.disabled)??!1)||$.formState.isSubmitting||a&&!$.formState.isDirty,icon:o==null?void 0:o.icon,id:l,justify:"center",type:"submit",width:"100%",children:(o==null?void 0:o.label)??"Confirm"})]})]})]})})})},as=f.styled(Pe)`
2526
+ display: grid;
2527
+ grid-template-columns: ${({$sm:e})=>`repeat(${e}, 1fr)`};
2528
+ grid-auto-flow: ${({$autoFlow:e="row"})=>e};
2529
+ gap: ${({$rowGap:e,$gap:n=1.25})=>e?`${e}rem`:`${n}rem`}
2530
+ ${({$columnGap:e,$gap:n=1.25})=>e?`${e}rem`:`${n}rem`};
2531
+
2532
+ ${({theme:e,$xl:n,$lg:i,$md:r})=>`
2533
+ @media (width >= ${e.breakpoints.sm}) {
2534
+ grid-template-columns: repeat(${r}, 1fr);
2535
+ }
2536
+
2537
+ @media (width >= ${e.breakpoints.md}) {
2538
+ grid-template-columns: repeat(${i}, 1fr);
2539
+ }
2540
+
2541
+ @media (width >= ${e.breakpoints.lg}) {
2542
+ grid-template-columns: repeat(${n}, 1fr);
2543
+ }
2544
+ `}
2545
+ `,ss=u.forwardRef(function({children:n,md:i,sm:r,lg:o,xl:a,gap:l,gridAutoFlow:s,rowGap:c,columnGap:d,...p},g){return t.jsx(as,{$autoFlow:s,$columnGap:d,$gap:l,$lg:o,$md:i,$rowGap:c,$sm:r,$xl:a,ref:g,...p,children:n})}),ls=f.styled.div`
2546
+ ${({theme:e,$itemsLength:n})=>`
2547
+ display: flex;
2548
+ background-color: ${e.palette.white};
2549
+ border: 1px solid ${e.palette.gray[200]};
2550
+ border-radius: ${e.spacing[.25]};
2551
+ box-shadow: ${e.shadows.lg};
2552
+ flex-direction: column;
2553
+ min-width: 507px;
2554
+ max-width: ${n<=4?"507px":"980px"};
2555
+ padding: ${e.spacing[1.5]};
2556
+
2557
+ @media screen and (max-width: 980px) and (min-width: 742px) {
2558
+ width: 742px;
2559
+ }
2560
+ @media screen and (max-width: 742px) {
2561
+ width: 507px;
2562
+ }
2563
+ `}
2564
+ `,Rt=f.styled.div`
2565
+ ${({theme:e,$isSelected:n})=>`
2566
+ align-items: center;
2567
+ background-color: ${n?e.palette.gray[100]:e.palette.white};
2568
+ border: 1px solid ${e.palette.gray[200]};
2569
+ border-radius: ${e.spacing[.25]};
2570
+ cursor: pointer;
2571
+ display: flex;
2572
+ flex-direction: ${n?"row-reverse":"row"};
2573
+ min-height: 50px;
2574
+ padding: ${e.spacing[1]} ${e.spacing[.625]};
2575
+ width: 215px;
2576
+
2577
+ &:hover {
2578
+ background-color: ${e.palette.gray[100]};
2579
+ }
2580
+ `}
2581
+ `,ti=({isSelected:e=!1,label:n,onSelect:i})=>{const r=f.useTheme(),o=u.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(Rt,{$isSelected:e,onClick:o,children:[e?t.jsx(F,{icon:"check",iconColor:r.palette.gray[800],iconSize:"lg"}):null,t.jsx(z,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},Ve=100,cs=({isOpen:e=!0,items:n,handleNewOrganization:i,onSelect:r,onClose:o,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 k=w.slice(0,Ve);p(C=>{const v=k.toLowerCase();return C.filter(S=>{const T=String(S.name).toLowerCase();return T.startsWith(v)||T.includes(v)})})},[p,n]),b=u.useCallback(w=>{if(w.currentTarget){const k=w.currentTarget.value.slice(0,Ve);x(k),h(k)}},[x,h]),$=u.useCallback(w=>{const k=w.target.value.slice(0,Ve);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(ls,{$itemsLength:d.length,children:[t.jsxs(m,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(z,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(V,{icon:"xmark",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:o,variant:"ghost"})]}),t.jsx(m,{mt:1,children:t.jsx(ce,{maxLength:Ve,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:[s==="organization-selector"?t.jsx(Rt,{onClick:i,children:t.jsxs(m,{alignItems:"center",display:"flex",children:[t.jsx(F,{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(ti,{isSelected:a.toLowerCase()===w.name,label:w.name.charAt(0).toUpperCase()+w.name.slice(1),onSelect:r},w.name))]})]})})});return e?xe.createPortal(j,document.body):t.jsx("div",{})},ds=f.styled.div`
2582
+ ${({theme:e,$backgroundColor:n=e.palette.white})=>`
2583
+ align-items: flex-start;
2584
+ display: flex;
2585
+ background: ${n};
2586
+ border: 1px solid ${e.palette.gray[200]};
2587
+ border-radius: ${e.spacing[.75]};
2588
+ box-shadow: ${e.shadows.sm};
2589
+ flex-direction: column;
2590
+ gap: ${e.spacing[.75]};
2591
+ padding: ${e.spacing[1]};
2592
+
2593
+ .fill-gradient-01 path {
2594
+ fill: url(/gradients.svg#gradient-01);
2595
+ fill: url(#gradient-01);
2596
+ }
2597
+ `}
2598
+ `,ps=({backgroundColor:e,title:n,indicator:i,description:r,icon:o})=>{const a=f.useTheme(),l=e?a.palette.white:void 0,s=y.$a916eb452884faea$export$b7a616150fdb9f44();return t.jsxs(ds,{$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(z,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:n}),t.jsx(U,{fontWeight:"bold",size:"lg",...l?{color:l}:{},children:s.format(Number(i))})]}),t.jsxs("span",{className:"fa-stack fa-2x",children:[t.jsx("i",{className:"fa-solid fa-square fa-stack-2x",style:{color:a.palette.primary[25]}}),t.jsx("i",{className:`fa-solid fa-${o} fa-stack-1x fill-gradient-01`,style:{width:"24px",height:"24px"}})]},o)]}),r?t.jsx(z,{size:"md",...l?{color:l}:{},children:r}):void 0]})},gs=({actions:e,children:n,header:i,title:r,tabs:o,footer:a})=>{const l=f.useTheme();return t.jsxs(m,{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(m,{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(m,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsx(z,{color:l.palette.gray[800],fontWeight:"bold",size:"lg",children:r}),i]}),e&&t.jsx(m,{display:"flex",gap:.25,children:e.map(({icon:s,onClick:c},d)=>t.jsx(V,{icon:s??"paper-plane",iconColor:l.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:c,variant:"ghost"},`${d}-${s}`))})]}),t.jsx(m,{display:"flex",pt:.25,width:"100%",children:t.jsx(Dt,{items:o})}),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 ${l.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:a.map(({icon:s,text:c,onClick:d},p)=>t.jsx(_,{icon:s,onClick:d,variant:p===0?"primary":"tertiary",width:"100%",children:c},`${p}-${c}`))})]})},us=f.styled.article`
2599
+ ${({theme:e})=>`
2600
+ align-items: flex-start;
2601
+ align-self: stretch;
2602
+ background: ${e.palette.white};
2603
+ border: 1px solid ${e.palette.gray[200]};
2604
+ border-radius: ${e.spacing[.5]};
2605
+ box-shadow: ${e.shadows.sm};
2606
+ display: flex;
2607
+ flex-direction: column;
2608
+ gap: ${e.spacing[.75]};
2609
+ padding: ${e.spacing[1.5]};
2610
+ transition: all .15s ease;
2611
+ width: 100%;
2612
+
2613
+ &:hover {
2614
+ background:
2615
+ linear-gradient(#fff, #fff) padding-box,
2616
+ ${e.palette.gradient} border-box;
2617
+ border: 1px solid transparent;
2618
+ }
2619
+
2620
+ a > * {
2621
+ color: ${e.palette.primary[500]};
2622
+ text-decoration: none;
2623
+
2624
+ &:hover {
2625
+ color: ${e.palette.primary[400]};
2626
+ }
2627
+ }
2628
+
2629
+ .fill-gradient-01 path {
2630
+ fill: url(/gradients.svg#gradient-01);
2631
+ fill: url(#gradient-01);
2632
+ }
2633
+ `}
2634
+ `,xs=f.styled.div`
2635
+ ${({theme:e,$hasImage:n,$width:i,$height:r})=>`
2636
+ width: ${i}px;
2637
+ height: ${r}px;
2638
+ border-radius: ${e.spacing[.75]};
2639
+ background: ${n?e.palette.white:e.palette.primary[25]};
2640
+ display: flex;
2641
+ align-items: center;
2642
+ justify-content: center;
2643
+ `}
2644
+ `,hs={md:{titleSize:"xs",descSize:"md",linkTextSize:"md"},lg:{titleSize:"sm",descSize:"lg",linkTextSize:"lg"}},fs=({desc:e,href:n,icon:i,imageHeight:r=48,imageWidth:o=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:$}=hs[d];return t.jsxs(us,{"data-testid":g,children:[t.jsxs(m,{display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs(xs,{$hasImage:!!c,$height:r,$width:o,children:[i?t.jsx("i",{className:`fa-solid fa-${i} fill-gradient-01`,style:{fontSize:24}}):void 0,c?t.jsx(ne,{alt:g,height:r,publicId:c,width:o}):void 0]}),p?t.jsx(q,{tagLabel:p,variant:"inactive"}):void 0]}),t.jsx(U,{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:$,children:[s,t.jsx(F,{icon:"arrow-right",iconSize:"sm",iconType:"fa-light"})]})})]})},ys=f.styled.span`
2645
+ ${({theme:e,$bgColor:n=e.palette.secondary[500],$txtDecoration:i="none"})=>`
2646
+ background-color: ${n};
2647
+ border-radius: 5px;
2648
+ color: ${e.palette.white};
2649
+ font-size: 10px;
2650
+ padding: ${e.spacing[.125]} ${e.spacing[.25]} ${e.spacing[.125]} ${e.spacing[.25]};
2651
+ text-decoration: ${i}
2652
+ `}
2653
+ `,bs=({bgColor:e,children:n,txtDecoration:i,ml:r=1})=>t.jsx(ys,{$bgColor:e,$txtDecoration:i,className:`ml-${r}`,children:n}),$s={lg:"56",md:"30",sm:"12"},{getVariant:ms}=ie(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),js=f.keyframes`
2654
+ 0% {
2655
+ transform: rotateZ(0deg);
2656
+ }
2657
+ 100% {
2658
+ transform: rotateZ(360deg)
2659
+ }
2660
+ `,ws=f.keyframes`
2661
+ 0%,
2662
+ 25% {
2663
+ stroke-dashoffset: 280;
2664
+ transform: rotate(0);
2665
+ }
2666
+
2667
+ 50%,
2668
+ 75% {
2669
+ stroke-dashoffset: 75;
2670
+ transform: rotate(45deg);
2671
+ }
2672
+
2673
+ 100% {
2674
+ stroke-dashoffset: 280;
2675
+ transform: rotate(360deg);
2676
+ }
2677
+ `,vs=f.styled.svg`
2678
+ ${({$size:e="md"})=>f.css`
2679
+ animation: ${js} 2s linear infinite;
2680
+ animation-timing-function: linear;
2681
+ display: inline-block;
2682
+ width: ${$s[e]}px;
2683
+ `}
2684
+ `,ks=f.styled.circle`
2685
+ ${({theme:e,$color:n="red"})=>f.css`
2686
+ animation: 1.4s ease-in-out infinite both ${ws};
2687
+ display: block;
2688
+ fill: transparent;
2689
+ stroke-linecap: round;
2690
+ stroke-dasharray: 283;
2691
+ stroke-dashoffset: 280;
2692
+ stroke-width: 10px;
2693
+ transform-origin: 50% 50%;
2694
+
2695
+ ${ms(e,n)}
2696
+ `}
2697
+ `,Cs=f.styled.circle`
2698
+ display: block;
2699
+ fill: transparent;
2700
+ stroke: ${({theme:e})=>e.palette.gray[200]};
2701
+ stroke-linecap: round;
2702
+ stroke-width: 10px;
2703
+ transform-origin: 50% 50%;
2704
+ opacity: ${({$color:e})=>e==="white"?"20%":"unset"};
2705
+ `,ni=({color:e="red",label:n,size:i})=>{const r=f.useTheme();return t.jsxs(m,{alignItems:"center",display:"flex",children:[t.jsxs(vs,{$size:i,viewBox:"0 0 100 100",children:[t.jsx(Cs,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(ks,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(z,{color:e==="red"||e==="blue"?r.palette.gray[700]:r.palette.white,ml:.5,size:"md",children:n})]})},Ss={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},zs=({publicId:e,variant:n})=>t.jsx(m,{...Ss[n],children:t.jsx(ne,{alt:"logo",publicId:e})}),Ts=f.styled(y.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
2706
+ ${({$size:e=16})=>`
2707
+ height: ${e}px;
2708
+ width: ${e}px;
2709
+ `}
2710
+ `,Is=e=>{const{size:n}=e;return t.jsx(Ts,{$size:n,...e})},Ds=({children:e,commitSha:n,commitShortSha:i,parentElement:r,userInfo:o,setVisibility:a})=>{const l=f.useTheme(),{userName:s,email:c,phone:d,userRole:p}=o;return te(r,()=>{a(!1)}),t.jsxs(Un,{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(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(m,{children:t.jsx(q,{tagLabel:p,variant:"role"})})]})}),t.jsx(ue,{}),e,t.jsx(ue,{}),t.jsx("li",{className:"commit-info",children:t.jsx(re,{href:`https://github.com/fluidattacks/universe/tree/${n}`,iconPosition:"hidden",children:t.jsx(z,{color:l.palette.gray[400],size:"sm",children:`commit : ${i}`})})})]})},Fs=f.styled.button`
2711
+ align-items: center;
2712
+ background-color: transparent;
2713
+ border: unset;
2714
+ cursor: pointer;
2715
+ display: flex;
2716
+ justify-content: center;
2717
+ gap: 5px;
2718
+ padding: 0;
2719
+
2720
+ &:hover p {
2721
+ color: ${A.palette.primary[200]};
2722
+ }
2723
+
2724
+ &:hover span {
2725
+ color: ${A.palette.primary[200]};
2726
+ }
2727
+ `,Es=({message:e,onClickButton:n,buttonText:i,buttonFontWeight:r="regular",show:o=!0,icon:a,onClose:l,buttonSide:s="end"})=>{const c=f.useTheme(),[d,p]=u.useState(o),g=u.useCallback(()=>{p(!1),l==null||l()},[l]);u.useEffect(()=>{p(o)},[o,p]);const x=t.jsxs(Fs,{onClick:n,children:[t.jsx(z,{color:c.palette.white,fontWeight:r,size:"md",textDecoration:"underline",children:i}),t.jsx(F,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"lg",iconType:r==="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:[s==="start"&&n?x:void 0,t.jsx(m,{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(F,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},Rs=f.styled.div`
2728
+ ${({theme:e,$variant:n})=>`
2729
+ background: ${e.palette.white};
2730
+ border: 1px solid ${e.palette.gray[200]};
2731
+ border-radius: ${e.spacing[.25]};
2732
+ border-left: 4px solid ${e.palette[n][500]};
2733
+ box-shadow: ${e.shadows.md};
2734
+ position: relative;
2735
+ display: flex;
2736
+ width: 360px;
2737
+ padding: ${e.spacing[1]} ${e.spacing[1]} ${e.spacing[1]} ${e.spacing[1]};
2738
+ gap: ${e.spacing[.5]};
2739
+
2740
+ button {
2741
+ position: absolute;
2742
+ top: 20px;
2743
+ right: 16px;
2744
+ }
2745
+ `}
2746
+ `,Ns=f.styled(U)`
2747
+ font-size: ${({theme:e})=>e.typography.text.md};
2748
+ `,As=f.styled.div`
2749
+ ${({theme:e,$variant:n})=>`
2750
+ height: ${e.spacing[2.5]};
2751
+ width: ${e.spacing[2.5]};
2752
+ position: relative;
2753
+ flex-shrink: 0;
2754
+
2755
+ & .ellipse-1,
2756
+ & .ellipse-2,
2757
+ & .icon {
2758
+ top: 50%;
2759
+ left: 50%;
2760
+ transform: translate(-50%, -50%);
2761
+ position: absolute;
2762
+ }
2763
+
2764
+ & .ellipse-1 {
2765
+ transform: scale(2.5) translate(-20%, -20%);
2766
+ color: ${e.palette[n][50]};
2767
+ position: absolute;
2768
+ }
2769
+
2770
+ & .ellipse-2 {
2771
+ transform: scale(2) translate(-25%, -25%);
2772
+ color: ${e.palette[n][200]};
2773
+ }
2774
+
2775
+ & .icon {
2776
+ color: ${e.palette[n][500]};
2777
+ }
2778
+ `}
2779
+ `,Ls=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",Ps=({description:e,onClose:n,title:i,variant:r})=>{const o=f.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(Rs,{$variant:r,className:`notification notification__${r}`,role:"alertdialog",children:[t.jsxs(As,{$variant:r,children:[t.jsx(F,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(F,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(F,{icon:Ls(r),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(m,{pr:1.5,children:[t.jsx(Ns,{fontWeight:"bold",size:"xs",children:i}),t.jsx(z,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(V,{height:"fit-content",icon:"close",iconColor:o.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},Os={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},ht=({icon:e,label:n,onClick:i,onlyLabel:r=!1,provider:o="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:[r?!1:t.jsx(m,{height:"24px",width:"24px",children:e===void 0?t.jsx(ne,{alt:`${o} Logo`,height:"100%",publicId:Os[o],width:"100%"}):t.jsx(F,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx(m,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(z,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:r?"break-spaces":"nowrap",wordWrap:"unset",children:n??o})})]})},Bs=({align:e="end",buttonLabel:n="Add Credential",children:i,id:r,manualOption:o,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=>{o==null||o.onClick(h),c(!1)},[o]),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(_,{icon:"plus",onClick:g,variant:"primary",children:n}),t.jsxs(m,{alignItems:"center",bgColor:"#fff",border:`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"flex",gap:.5,height:"78px",id:r,pb:.5,pl:.75,position:"absolute",pr:.75,pt:.5,shadow:"md",top:"40px",visibility:s?"visible":"hidden",zIndex:10,children:[Object.keys(a).map(h=>t.jsx(ht,{onClick:x(h),provider:h},h)),o===void 0?void 0:t.jsx(ht,{icon:"square-plus",label:o.label??"Add manually",onClick:p}),i]})]})},Ms=f.styled.button`
2780
+ ${({theme:e,$hasIcon:n})=>`
2781
+ align-items: center;
2782
+ background-color: ${n?"unset":e.palette.white};
2783
+ border: ${n?"none":`1px solid ${e.palette.gray[100]}`};
2784
+ border-radius: 6px;
2785
+ color: ${e.palette.gray[800]};
2786
+ cursor: pointer;
2787
+ display: flex;
2788
+ font-family: ${e.typography.type.primary};
2789
+ font-size: ${e.typography.text.md};
2790
+ font-weight: ${e.typography.weight.regular};
2791
+ justify-content: center;
2792
+ line-height: ${e.spacing[1.25]};
2793
+ padding: ${e.spacing[.25]} 0;
2794
+ min-height: ${e.spacing[1.5]};
2795
+ min-width: ${e.spacing[1.5]};
2796
+
2797
+ &:disabled {
2798
+ color: ${e.palette.gray[300]};
2799
+ cursor: unset;
2800
+ }
2801
+
2802
+ &:hover:not(:disabled, .selected) {
2803
+ background-color: ${e.palette.gray[100]};
2804
+ border: 1px solid ${e.palette.gray[100]};
2805
+ }
2806
+
2807
+ &.selected {
2808
+ background-color: ${e.palette.primary[500]};
2809
+ border: 1px solid ${e.palette.primary[500]};
2810
+ color: ${e.palette.white};
2811
+ }
2812
+ `}
2813
+ `,se=({children:e,disabled:n,hasIcon:i=!1,selected:r,onClick:o})=>t.jsx(Ms,{...r?{className:"selected"}:{},$hasIcon:i,disabled:n,onClick:n||r?void 0:o,children:e}),Ws=[10,20,50,100],ii=({pageSize:e,setPageSize:n})=>{const i=f.useTheme(),[r,o]=u.useState(!1),{refs:a,floatingStyles:l}=y.useFloating({middleware:[y.flip(),y.offset({mainAxis:4})],placement:"top-end",whileElementsMounted:y.autoUpdate}),s=u.useCallback(()=>{o(d=>!d)},[]),c=u.useCallback(d=>()=>{n(d),o(!1)},[n]);return te(a.reference.current,()=>{o(!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(z,{size:"md",children:e}),t.jsx(V,{color:i.palette.gray[400],icon:r?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:s,px:.125,py:.125,ref:a.setReference,variant:"ghost"})]}),r?t.jsx(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:l,children:Ws.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(z,{color:e===d?i.palette.white:i.palette.gray[600],size:"md",textAlign:"center",children:d})},`${d}-${y.random(10)}`)})}):void 0]})},_s=(e,n)=>{if(n<=7)return{pages:Array.from({length:n},(o,a)=>a+1),ellipsis:{start:!1,middle:!1,end:!1}};if(e<=3||e>=n-2){const o=[1,2,3],a=[n-2,n-1,n];return{pages:[...o,...a],ellipsis:{start:!1,middle:!0,end:!1}}}return{pages:[1,...Array.from({length:5},(o,a)=>e-2+a),n],ellipsis:{start:!0,middle:!1,end:!0}}},Hs=({totalItems:e,totalPages:n,page:{pageIndex:i,pageSize:r},onPageChange:o,onPageSizeChange:a})=>{const l=f.useTheme(),s=i*r,c=i===1,d=i===n,{pages:p,ellipsis:{start:g,middle:x,end:h}}=_s(i,n),b=u.useCallback(k=>()=>{o(k)},[o]),$=u.useCallback(()=>{i>1&&o(i-1)},[o,i]),j=u.useCallback(()=>{i<n&&o(i+1)},[o,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(z,{color:l.palette.gray[800],display:"inline",size:"md",children:`${s-r+1}-${s} 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(F,{icon:"angles-left",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:c,hasIcon:!0,onClick:$,children:t.jsx(F,{icon:"angle-left",iconSize:"sm",iconType:"fa-light"})}),p.map((k,C,v)=>{const S=k===1,T=k===n,E=g&&S&&C===0,R=h&&T&&C===p.length-1,D=x&&C===v.length/2-1;return t.jsxs(Ke.default.Fragment,{children:[R&&t.jsx(se,{disabled:!0,children:"..."}),t.jsx(se,{onClick:b(k),selected:i===k,children:k}),(E||D)&&t.jsx(se,{disabled:!0,children:"..."})]},k)}),t.jsx(se,{disabled:d,hasIcon:!0,onClick:j,children:t.jsx(F,{icon:"angle-right",iconSize:"sm",iconType:"fa-light"})}),t.jsx(se,{disabled:d,hasIcon:!0,onClick:b(n),children:t.jsx(F,{icon:"angles-right",iconSize:"sm",iconType:"fa-light"})})]}),t.jsxs(m,{alignItems:"center",display:"flex",gap:1,children:[t.jsx(ii,{pageSize:r,setPageSize:w}),t.jsx(z,{color:l.palette.gray[800],display:"inline",size:"md",children:"Items per page"})]})]})},Vs=f.styled.div`
2814
+ ${({theme:e})=>`
2815
+ height: ${e.spacing[1]};
2816
+ width: ${e.spacing[1]};
2817
+ position: relative;
2818
+ flex-shrink: 0;
2819
+
2820
+ & .ellipse-1,
2821
+ & .ellipse-2,
2822
+ & .icon {
2823
+ top: 50%;
2824
+ left: 50%;
2825
+ transform: translate(-50%, -50%);
2826
+ position: absolute;
2827
+ }
2828
+
2829
+ & .ellipse-1 {
2830
+ color: ${e.palette.warning[200]};
2831
+ position: absolute;
2832
+ }
2833
+
2834
+ & .ellipse-2 {
2835
+ transform: scale(0.75) translate(-67%, -66%);
2836
+ color: ${e.palette.warning[400]};
2837
+ }
2838
+
2839
+ & .icon {
2840
+ color: ${e.palette.warning[600]};
2841
+ font-size: ${e.spacing[.5]};
2842
+ }
2843
+ `}
2844
+ `,ri=({margin:e,onClick:n,text:i})=>{const r=f.useTheme(),o=t.jsxs(Vs,{children:[t.jsx(F,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(F,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(F,{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:r.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[o,t.jsx(z,{color:r.palette.warning[500],display:"inline",ml:.25,size:"sm",children:i})]})}):t.jsx(m,{display:"inline-block",mr:e,onClick:n,children:o})},Us=f.styled.div`
2845
+ ${({theme:e,$isDragging:n})=>`
2846
+ align-items: center;
2847
+ display: flex;
2848
+ background-color: ${e.palette.white};
2849
+ gap: ${e.spacing[.625]};
2850
+ border-top: 1px solid ${e.palette.gray[200]};
2851
+ border-right: 1px solid ${e.palette.gray[200]};
2852
+ border-left: 1px solid ${e.palette.gray[200]};
2853
+ width: 100%;
2854
+
2855
+ ${n?`border: 1px solid ${e.palette.black};`:""}
2856
+ `}
2857
+ `,oi=({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}`),ai=({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(oi,{color:i[e].color,icon:i[e].icon}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e})]})},si=({item:e,disabled:n,draggedItem:i,position:r,handleDragEnd:o,handleItemDragStart:a})=>{const l=f.useTheme();return t.jsx(y.ReorderItem,{as:"div",dragListener:!n,item:e.title,onDragEnd:o,onDragStart:a(e.title),style:{zIndex:i===e.title?9999:"auto",position:i===e.title?"relative":"static"},value:e,children:t.jsxs(Us,{$isDragging:i===e.title,children:[t.jsxs(m,{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(F,{icon:"grip-vertical",iconColor:l.palette.gray[400],iconSize:"md",mx:.75,my:.75}),t.jsx(U,{fontWeight:"bold",size:"xs",children:e.title})]}),t.jsxs(m,{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(ai,{rank:r+1})]})]})},e.title)},Gs=({disabled:e,items:n,handleSetItems:i})=>{const r=f.useTheme(),[o,a]=u.useState(n),[l,s]=u.useState(void 0);u.useEffect(()=>{a(n)},[n]);const c=u.useCallback(x=>{a([...x])},[]),d=u.useCallback(x=>{s(x)},[]),p=u.useCallback(()=>{s(void 0),i(o)},[i,o]),g=u.useCallback(x=>()=>{d(x)},[d]);return t.jsx(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:c,style:{borderBottom:`1px solid ${r.palette.gray[200]}`},values:o,children:o.map((x,h)=>t.jsx(si,{disabled:e,draggedItem:l,handleDragEnd:p,handleItemDragStart:g,item:x,position:h},x.title))})},rn=2,Ys=({score:e,toFixed:n=void 0})=>{const i=f.useTheme(),r=e<=33?"priority-bars-low":"priority-bars-medium",o=e>66||e===0?"priority-bars-high":r,a=n===void 0||n<0?0:n,l=e%1===0?rn+a:rn+a+1;return t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(F,{icon:o,iconClass:e<=66?"fa-kit-duotone":"",iconColor:e>0?i.palette.primary[500]:i.palette.gray[200],iconSize:"lg",iconType:"fa-kit",secondaryColor:i.palette.gray[200]}),t.jsx(z,{color:i.palette.gray[800],size:"md",textAlign:"right",children:(n===void 0?e:e.toFixed(a).toString().padStart(l,"0"))+"%"})]})},li=({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"})]})}),ci=(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]}},Xs=f.styled(F)`
2858
+ box-sizing: border-box;
2859
+
2860
+ border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${ci("in progress",e)}`:"unset"};
2861
+ border-radius: 50%;
2862
+ `,Ks=f.styled.div`
2863
+ ${({$minWidth:e,$orientation:n})=>`
2864
+ display: flex;
2865
+ flex-direction: ${n==="horizontal"?"row":"column"};
2866
+
2867
+ @media (width <= ${e}) {
2868
+ display: flex;
2869
+ flex-flow: row wrap;
2870
+ }
2871
+ `}
2872
+ `,Zs=150,qs=({label:e,minWidth:n=Zs,state:i="not completed",stepNumber:r=1,title:o,onClick:a,orientation:l="horizontal"})=>{const s=f.useTheme(),c={completed:"circle-check",disabled:"circle-dashed",error:"circle-exclamation","in progress":"circle-half","not completed":"circle-dashed"},d=i==="disabled";return t.jsxs(m,{display:"inline-flex",flexDirection:l==="horizontal"?"column":"row",minWidth:`${n}px`,children:[t.jsx(zt,{minWidth:n,orientation:l,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(li,{onClick:a}):t.jsx(Xs,{$variant:i,clickable:!d,disabled:d,icon:c[i],iconColor:ci(i,s),iconSize:"lg",iconType:"fa-light",onClick:d?void 0:a}),t.jsxs(m,{children:[t.jsx(z,{color:s.palette.gray[d?300:800],fontWeight:"bold",size:"md",children:`${r}.${o}`}),e===void 0?null:t.jsx(z,{color:s.palette.gray[d?300:600],size:"sm",children:e})]})]})]})},Js=150,Qs=({children:e,orientation:n="horizontal",minWidth:i=Js})=>{const r=u.Children.toArray(e),o=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>o*i,[o,i]);return t.jsx(Ks,{$minWidth:`${a}px`,$orientation:n,children:r.map(l=>u.cloneElement(l,{minWidth:i,orientation:n}))})},di=({description:e="",highlightDescription:n="",mobile:i})=>{const r=f.useTheme(),o=i?"md":"lg",a=typeof n=="string",l=a?"":new RegExp(`(${n.join("|")})`,"u");return n.length>0?t.jsx(z,{display:"inline",lineSpacing:1.5,size:o,textAlign:i?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx(Ce,{color:r.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:o,children:n}),e]}):e.split(l).map((s,c)=>n.includes(s)?t.jsx(Ce,{color:r.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:o,children:s},`${c+1}-bold`):s)}):t.jsx(z,{lineSpacing:1.5,size:o,textAlign:i?"start":"center",children:e})},el=({_portal:e=!1,cancelButton:n,darkBackground:i=!1,children:r,confirmButton:o,container:a,description:l,highlightDescription:s="",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(()=>{o==null||o.onClick()},[o]),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}),T=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(di,{description:l,highlightDescription:s,mobile:p})]})]}),r&&t.jsx(m,{mb:1,scroll:"y",children:t.jsx(m,{height:"100%",children:r})}),t.jsxs(m,{alignItems:"flex-start",display:"flex",gap:1,justify:p?"start":"center",children:[y.lodashExports.isObject(o)?t.jsx(_,{onClick:C,variant:(o==null?void 0:o.variant)??"primary",children:o==null?void 0:o.text},o==null?void 0:o.key):void 0,y.lodashExports.isObject(n)?t.jsx(_,{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(T,a??document.body):T},tl=f.styled.div.attrs({className:"comp-scroll-up"})`
2873
+ position: fixed;
2874
+ bottom: ${({bottom:e})=>e??"unset"};
2875
+ right: ${({right:e})=>e??"unset"};
2876
+ z-index: ${({zIndex:e})=>e??"unset"};
2877
+ left: ${({left:e})=>e??"unset"};
2878
+ `,nl=({scrollerId:e="dashboard",left:n,visibleAt:i=500,bottom:r,right:o,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(tl,{bottom:r,left:n,right:o,zIndex:a,children:t.jsx(V,{borderRadius:"50%",height:"40px",icon:"arrow-up",iconSize:"xl",id:"scroll-up",onClick:g,style:{backgroundColor:p.palette.black,borderRadius:"50%",color:p.palette.white},width:"40px"})}):null},il=f.styled.div`
2879
+ position: relative;
2880
+ width: 100%;
2881
+ `,rl=f.styled.div`
2882
+ ${({theme:e})=>`
2883
+ align-items: center;
2884
+ background-color: ${e.palette.white};
2885
+ border: 1px solid ${e.palette.gray[300]};
2886
+ border-radius: ${e.spacing[.5]};
2887
+ display: flex;
2888
+ height: 40px;
2889
+ gap: ${e.spacing[.5]};
2890
+ padding: ${e.spacing[.5]};
2891
+ width: 100%;
2892
+
2893
+ &:hover { border-color: ${e.palette.gray[600]}; }
2894
+ &:focus-within { border: 2px solid ${e.palette.black}; }
2895
+ `}
2896
+ `,ol=f.styled.input`
2897
+ ${({theme:e})=>`
2898
+ background: none;
2899
+ border: none !important;
2900
+ box-shadow: none;
2901
+ color: ${e.palette.gray[800]};
2902
+ font-family: ${e.typography.type.primary};
2903
+ font-size: ${e.typography.text.md};
2904
+ outline: none;
2905
+ width: 100%;
2906
+
2907
+ &::placeholder { color: ${e.palette.gray[400]}; }
2908
+ &:is(:hover, :focus)::-webkit-search-cancel-button { display: none; }
2909
+ ::-webkit-search-decoration,
2910
+ ::-webkit-search-results-button,
2911
+ ::-webkit-search-results-decoration { display: none; }
2912
+ `}
2913
+ `,al=f.styled.div`
2914
+ ${({theme:e})=>`
2915
+ position: absolute;
2916
+ z-index: 50;
2917
+ top: calc(100% + ${e.spacing[.25]});
2918
+ left: 0;
2919
+ right: 0;
2920
+
2921
+ background-color: ${e.palette.white};
2922
+ border: 1px solid ${e.palette.gray[200]};
2923
+ border-radius: ${e.spacing[.5]};
2924
+ box-shadow: ${e.shadows.md};
2925
+ overflow: hidden;
2926
+ `}
2927
+ `,sl=f.styled.ul`
2928
+ ${({theme:e})=>`
2929
+ list-style: none;
2930
+ margin: 0;
2931
+ padding: ${e.spacing[.5]} 0;
2932
+ max-height: 300px;
2933
+ overflow-y: auto;
2934
+ `}
2935
+ `,ll=f.styled.li`
2936
+ ${({theme:e})=>`
2937
+ padding: ${e.spacing[.5]} ${e.spacing[.75]};
2938
+ cursor: pointer;
2939
+ &:hover { background: ${e.palette.gray[50]}; }
2940
+ `}
2941
+ `,cl=f.styled.div`
2942
+ ${({theme:e})=>`
2943
+ padding: ${e.spacing[.75]};
2944
+ color: ${e.palette.gray[500]};
2945
+ `}
2946
+ `,dl=300,pl=({name:e,items:n=[],renderItem:i,onSelectItem:r,onClear:o,onChange:a,value:l,maxLength:s=dl,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(l??""));u.useEffect(()=>{j(String(l??""))},[l]);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(I=>{const N=I.target.value;if(N.length>s){j(N.slice(0,s));return}j(N),a==null||a(I),b(!0)},[a,s]),S=u.useCallback(()=>{var I;j(""),o==null||o(),a&&a({target:{value:""},currentTarget:{value:""}}),(I=x.current)==null||I.focus(),b(!1)},[o,a]),T=u.useCallback(I=>{const N=Number(I.currentTarget.dataset.index),O=n[N];r==null||r(O),b(!1)},[n,r]),E=h&&($.trim().length>0||n.length>0),R=u.useMemo(()=>n.length===0?t.jsx(cl,{children:c}):t.jsx(sl,{role:"listbox",children:n.map((I,N)=>t.jsx(ll,{onClick:T,role:"option",children:i(I)},N))}),[n,c,i,T]),D=u.useCallback(I=>{I.key==="Escape"&&b(!1)},[]);return t.jsxs(il,{ref:w.setReference,children:[t.jsxs(rl,{children:[t.jsx(F,{icon:"magnifying-glass",iconColor:g.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx(ol,{"aria-expanded":E,id:e,maxLength:s,name:e,onChange:v,onFocus:C,onKeyDown:D,ref:x,type:"search",value:$,...p}),!y.lodashExports.isEmpty($)&&t.jsx(V,{icon:"xmark",iconColor:g.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:S,px:.25,py:.25,type:"reset",variant:"ghost"})]}),E?t.jsx(al,{ref:w.setFloating,style:k,children:R}):void 0]})},gl=(e,n)=>{const i={critical:A.palette.primary[700],high:A.palette.error[500],low:A.palette.warning[200],medium:A.palette.warning[500],none:A.palette.gray[200]},r={disabled:A.palette.gray[400],enabled:A.palette.gray[800]},o={critical:A.palette.white,high:A.palette.white,low:A.palette.gray[800],medium:A.palette.gray[800],none:A.palette.gray[400]};return{iconColor:n<1?i.none:i[e],iconText:y.lodashExports.capitalize(e.charAt(0)),iconTextColor:n<1?o.none:o[e],textColor:n<1?r.disabled:r.enabled}},we=({variant:e,value:n})=>{const{iconColor:i,iconText:r,iconTextColor:o,textColor:a}=gl(e,n),l=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(X,{id:l,place:"top",tip:l,children:t.jsx(m,{alignItems:"center",bgColor:i,borderRadius:"4px",cursor:"pointer",display:"flex",height:"22px",maxWidth:"22px",minWidth:"22px",children:t.jsx(z,{color:o,size:"md",textAlign:"center",children:r})})}),t.jsx(z,{color:a,size:"md",children:n})]})},ul=({critical:e,high:n,medium:i,low:r})=>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:r,variant:"low"})]}),xl=f.styled.div`
2947
+ ${({theme:e})=>`
2948
+ border-radius: ${e.spacing[.25]};
2949
+ cursor: pointer;
2950
+ display: flex;
2951
+ gap: ${e.spacing[.5]};
2952
+ justify-content: end;
2953
+ position: relative;
2954
+ z-index: 20;
2955
+
2956
+ &:hover {
2957
+ background-color: ${e.palette.gray[100]};
2958
+ }
2959
+
2960
+ &:hover > div {
2961
+ display: block;
2962
+ }
2963
+ `}
2964
+ `,hl=({visibleElement:e,hiddenElement:n})=>t.jsxs(xl,{children:[e,t.jsx(m,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),pi=({customBadge:e=void 0,description:n,icon:i,onClick:r,requiresUpgrade:o=!1,title:a})=>{const l=f.useTheme();return t.jsxs(m,{bgColor:l.palette.white,bgColorHover:l.palette.gray[100],cursor:"pointer",display:"flex",gap:.5,onClick:r,px:1.25,py:1,width:"100%",children:[t.jsx(m,{alignItems:"center",bgColor:l.palette.gray[300],borderRadius:l.spacing[.25],display:"flex",height:"24px",justify:"center",width:"24px",children:t.jsx(F,{icon:i,iconColor:l.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(z,{color:l.palette.gray[800],size:"md",children:a}),o?t.jsx(ri,{text:"Upgrade"}):void 0,e]}),t.jsx(z,{color:l.palette.gray[400],size:"sm",children:n})]})]})},fl=f.styled(y.m.div)`
2965
+ ${({theme:e})=>`
2966
+ background-color: ${e.palette.white};
2967
+ box-shadow: ${e.shadows.lg};
2968
+ max-width: 350px;
2969
+ min-width: 350px;
2970
+ height: 100%;
2971
+ position: absolute;
2972
+ right: 0;
2973
+ top: 0;
2974
+ overflow: hidden auto;
2975
+ scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
2976
+ scroll-padding: ${e.spacing[.5]};
2977
+ scrollbar-width: thin;
2978
+ z-index: 99999;
2979
+
2980
+ > div {
2981
+ border: 1px solid ${e.palette.gray[100]};
2982
+ width: auto;
2983
+ min-height: 100vh;
2984
+ height: auto;
2985
+ }
2986
+ `}
2987
+ `,yl=({children:e,closeIconId:n="close-menu",isOpen:i,items:r,onClose:o,title:a})=>{const l=f.useTheme(),s=u.useRef(null),c=u.useCallback(d=>()=>{d(),o()},[o]);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=s.current)==null?void 0:j.contains(x))??!1)&&o()};return d.forEach(g=>{document.addEventListener(g,p,{passive:!0})}),()=>{d.forEach(g=>{document.removeEventListener(g,p)})}},[i,o]),t.jsx(y.LazyMotion,{features:y.domAnimation,children:t.jsx(fl,{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(m,{height:"100%",position:"relative",children:[t.jsxs(m,{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(V,{icon:"close",iconColor:l.palette.gray[400],iconSize:"lg",iconTransform:"grow-4",iconType:"fa-light",id:n,onClick:o,px:.25,py:.25,variant:"ghost"})]}),t.jsx(m,{display:"flex",flexDirection:"column",justify:"space-between",minHeight:"100vh",children:t.jsxs(m,{py:1.25,children:[(r??[]).map(({customBadge:d,description:p,icon:g,onClick:x,requiresUpgrade:h,title:b})=>t.jsx(pi,{customBadge:d,description:p,icon:g,onClick:c(x),requiresUpgrade:h,title:b},b)),e&&t.jsx(m,{px:1.25,children:e})]})})]})})})},bl=(e,n)=>n>=50?`
2988
+ ${e.palette.gray[200]} 50%,
2989
+ ${e.palette.primary[500]} 50.05%,
2990
+ ${e.palette.primary[500]} ${n}%,
2991
+ ${e.palette.gray[200]} ${n}%
2992
+ `:`
2993
+ ${e.palette.gray[200]} ${n}%,
2994
+ ${e.palette.primary[500]} ${n}%,
2995
+ ${e.palette.primary[500]} 50%,
2996
+ ${e.palette.gray[200]} 50.05%,
2997
+ ${e.palette.gray[200]} 100%
2998
+ `,$l=f.styled.div`
2999
+ ${({theme:e,$min:n,$value:i})=>`
3000
+ align-items: center;
3001
+ align-self: stretch;
3002
+ display: flex;
3003
+ flex-direction: column;
3004
+ justify-content: end;
3005
+ gap: ${e.spacing[.75]};
3006
+ width: 100%;
3007
+
3008
+ .track {
3009
+ background: linear-gradient(
3010
+ to right,
3011
+ ${n>=0?`
3012
+ ${e.palette.primary[500]} ${i}%,
3013
+ ${e.palette.gray[200]} ${i}%
3014
+ `:bl(e,i)}
3015
+ );
3016
+ border-radius: ${e.spacing[.125]};
3017
+ height: ${e.spacing[.25]};
3018
+ width: 100%;
3019
+ }
3020
+
3021
+ .track.disabled {
3022
+ opacity: 0.4;
3023
+ }
3024
+
3025
+ .thumb {
3026
+ background: ${e.palette.white};
3027
+ border-radius: ${e.spacing[1.25]};
3028
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
3029
+ top: 50%;
3030
+ height: 20px;
3031
+ width: 20px;
3032
+ }
3033
+
3034
+ .thumb.dragging {
3035
+ border: 1px solid ${e.palette.primary[500]};
3036
+ }
3037
+ `}
3038
+ `,ml=f.styled.div`
3039
+ ${({theme:e})=>`
3040
+ align-items: center;
3041
+ display: flex;
3042
+ justify-content: space-between;
3043
+ height: ${e.spacing[.625]};
3044
+ width: 100%;
3045
+
3046
+ p {
3047
+ color: ${e.palette.gray[400]};
3048
+ font-family: ${e.typography.type.primary};
3049
+ font-size: ${e.spacing[.5]};
3050
+ }
3051
+ `}
3052
+ `,jl=f.styled.output`
3053
+ ${({theme:e})=>`
3054
+ align-items: flex-end;
3055
+ border-radius: ${e.spacing[.5]};
3056
+ border: 1px solid ${e.palette.gray[300]};
3057
+ background: ${e.palette.white};
3058
+ display: flex;
3059
+ gap: ${e.spacing[.625]};
3060
+ padding: ${e.spacing[.625]} ${e.spacing[.75]};
3061
+ width: 59px;
3062
+ `}
3063
+ `,gi=({state:e,trackRef:n,index:i,name:r})=>{const o=u.useRef(null),{thumbProps:a,inputProps:l,isDragging:s}=y.$47b897dc8cdb026b$export$8d15029008292ae({index:i,trackRef:n,inputRef:o},e);return t.jsx("div",{...a,className:`thumb ${s?"dragging":""}`,children:t.jsx(y.$5c3e21d68f1c4674$export$439d29a4e110a164,{children:t.jsx("input",{...l,"aria-label":r,ref:o})})})},wl=(e,n,i)=>Math.round((i-e)/(n-e)*100),vl=e=>{const n=f.useTheme(),i=u.useRef(null),{label:r,minValue:o=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=wl(o,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:r,children:t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs($l,{...x,$min:o??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${p.isDisabled?"disabled":""}`,ref:i,children:t.jsx(gi,{index:0,name:l,state:p,trackRef:i})}),t.jsxs(ml,{children:[t.jsx("p",{children:`${d.format(o)} (Low)`}),o<0&&t.jsx("p",{children:"0"}),t.jsx("p",{children:`${d.format(a)} (High)`})]})]}),t.jsx(jl,{children:t.jsx(z,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:kl}=ie(e=>({completed:`
3064
+ background-color: ${e.palette.primary[500]};
3065
+ color: ${e.palette.white};
3066
+
3067
+ &::after {
3068
+ background-color: ${e.palette.primary[500]};
3069
+ }
3070
+ `,current:`
3071
+ background-color: ${e.palette.primary[500]};
3072
+ color: ${e.palette.white};
3073
+
3074
+ &::after {
3075
+ background-color: ${e.palette.gray[200]};
3076
+ }
3077
+ `,disabled:`
3078
+ background-color: ${e.palette.gray[200]};
3079
+ outline: 1px solid ${e.palette.gray[400]};
3080
+ outline-offset: -1px;
3081
+ color: ${e.palette.gray[400]};
3082
+
3083
+ &::after {
3084
+ background-color: ${e.palette.gray[200]};
3085
+ }
3086
+ `})),Cl=f.styled.div`
3087
+ ${({theme:e})=>`
3088
+ align-items: stretch;
3089
+ background-color: ${e.palette.white};
3090
+ display: flex;
3091
+ flex-direction: column;
3092
+ height: 100%;
3093
+ padding: ${`${e.spacing[1]} ${e.spacing[1]}`};
3094
+ scroll-behavior: unset;
3095
+ `}
3096
+ `,Sl=f.styled.div`
3097
+ display: flex;
3098
+ flex-direction: row;
3099
+ margin-bottom: ${({theme:e})=>e.spacing[2]};
3100
+
3101
+ &:last-child > div:first-child > span::after {
3102
+ display: none;
3103
+ }
3104
+ `,zl=f.styled.div`
3105
+ ${({theme:e})=>`
3106
+ display: inline-flex;
3107
+ font-family: ${e.typography.type.primary};
3108
+ font-size: ${e.typography.text.md};
3109
+ line-height: ${e.spacing[1.25]};
3110
+ margin-top: ${e.spacing[1]};
3111
+
3112
+ & > button:first-child {
3113
+ margin-right: ${e.spacing[.5]};
3114
+ }
3115
+ `}
3116
+ `,Tl=f.styled.span`
3117
+ ${({theme:e,$variant:n})=>`
3118
+ border-radius: 6px;
3119
+ display: inline-block;
3120
+ text-align: center;
3121
+ font-size: ${e.typography.text.md};
3122
+ font-weight: ${e.typography.weight.bold};
3123
+ font-family: ${e.typography.type.primary};
3124
+ line-height: ${e.spacing[1]};
3125
+ padding: ${`${e.spacing[.5]} ${e.spacing[.5]}`};
3126
+ height: ${e.spacing[2]};
3127
+ width: ${e.spacing[2]};
3128
+
3129
+ &::after {
3130
+ content: "";
3131
+ position: absolute;
3132
+ top: calc(32px + ${e.spacing[.5]});
3133
+ left: 50%;
3134
+ bottom: 0;
3135
+ width: 2px;
3136
+ height: calc(100% - ${e.spacing[1]});
3137
+ }
3138
+
3139
+ ${kl(e,n)}
3140
+ `}
3141
+ `,Il=({button:{disabled:e=!1,text:n,type:i="button",onClick:r},steps:o})=>{const[a,l]=u.useState(1),s=u.useCallback((c,d)=>()=>{l(p=>p+c),d==null||d()},[]);return t.jsx(Cl,{children:o.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(Sl,{children:[t.jsx(m,{maxWidth:"40px",position:"relative",children:t.jsx(Tl,{$variant:j,children:j==="completed"?t.jsx(F,{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(zl,{children:[a>1&&t.jsx(_,{disabled:c.isDisabledPrevious??!1,onClick:s(-1,h),variant:"tertiary",children:"Previous"}),a<o.length?t.jsx(_,{disabled:c.isDisabledNext??!1,onClick:s(1,x),variant:"primary",children:"Next step"}):t.jsx(_,{disabled:e,onClick:r,type:i,variant:"primary",children:n})]})]})]})]},c.title)})})},Dl=e=>{const n=(o,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=o===""?"":`${o}.`;return s.concat([[p+c,d]])},[]),i=Object.entries(e),r=n("",i).filter(([o])=>o!=="");return Object.fromEntries(r)},on=e=>e.map(Dl),ui=({csvConfig:e={},data:n,children:i})=>{const{columns:r=void 0,export:o=!1,headers:a={},name:l="Report"}=e,s=u.useMemo(()=>y._.isUndefined(r)?on(n):on(n).map(p=>y._.pick(p,r)),[n,r]),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 o?t.jsx(y.CSVLink,{data:s,filename:l,headers:c?d:void 0,children:i}):t.jsx(u.Fragment,{children:i})},xi=e=>{const{table:n}=e,{meta:i}=n.options,[r,o]=u.useState(0),[,a]=n.getHeaderGroups(),l=n.getState(),s=u.useMemo(()=>n.getAllLeafColumns().filter(g=>g.id!=="selection"),[n]),c=u.useMemo(()=>s.map(g=>{var x;return{group:(x=g.parent)==null?void 0:x.id,id:g.id,locked:g.getIsPinned()==="left",name:typeof g.columnDef.header=="string"?g.columnDef.header:g.columnDef.id??"",toggleVisibility:g.toggleVisibility,visible:g.getIsVisible()}}),[s]),d=fn({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(()=>{o(n.getVisibleLeafColumns().filter(g=>g.id!=="selection").length)},[n,l]),t.jsxs("div",{id:"columns-filter",children:[t.jsx(_,{icon:"columns",id:"columns-toggle-btn",onClick:p,tag:r.toString(),variant:"ghost"}),t.jsx(Xn,{modalRef:d,title:"Manage columns",variant:y.isNil(a)?"ungrouped":"grouped"})]})},oe=u.createContext({containerRef:void 0,elementName:"",handleUnselectAll:void 0,hidden:!1,onKeyDown:void 0,selected:0,tableSize:0,tableRef:void 0,table:void 0}),Fl=f.styled.span`
3142
+ transition: all 150ms;
3143
+ width: 5px;
3144
+ height: 10px;
3145
+ padding: ${({theme:e})=>e.spacing[.625]};
3146
+ display: flex;
3147
+ flex-direction: column;
3148
+ justify-content: center;
3149
+ gap: 0.125rem;
3150
+ align-items: center;
3151
+
3152
+ svg {
3153
+ margin-top: -4px;
3154
+ margin-bottom: -2px;
3155
+ }
3156
+
3157
+ span:first-child {
3158
+ transition: opacity 150ms;
3159
+ opacity: ${({$variant:e})=>e==="desc"?0:1};
3160
+ }
3161
+
3162
+ span:last-child {
3163
+ transition: opacity 150ms;
3164
+ opacity: ${({$variant:e})=>e==="asc"?0:1};
3165
+ }
3166
+ `,ft=e=>{const n=f.useTheme(),{variant:i}=e;return t.jsxs(Fl,{$variant:i,children:[t.jsx(F,{icon:"caret-up",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"}),t.jsx(F,{icon:"caret-down",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"})]})},El=f.styled.div`
3167
+ position: relative;
3168
+
3169
+ div:has(table) {
3170
+ scrollbar-color: ${({theme:e})=>e.palette.gray[600]}
3171
+ transparent;
3172
+ scrollbar-width: thin;
3173
+ overflow-x: auto;
3174
+ margin-left: -3px;
3175
+ padding-left: 3px;
3176
+ padding-bottom: 5px;
3177
+ }
3178
+
3179
+ table {
3180
+ overflow-x: hidden;
3181
+ white-space: nowrap;
3182
+ margin: 0;
3183
+ border-collapse: collapse;
3184
+ width: 100%;
3185
+ }
3186
+
3187
+ table thead {
3188
+ background-color: ${({theme:e})=>e.palette.gray[50]};
3189
+ position: sticky;
3190
+ z-index: 1;
3191
+ top: 0;
3192
+ }
3193
+
3194
+ table tbody {
3195
+ background-color: ${({theme:e})=>e.palette.white};
3196
+ }
3197
+
3198
+ table tr {
3199
+ height: ${({theme:e})=>e.spacing[2.5]};
3200
+ border: 1px solid ${({theme:e})=>e.palette.gray[200]};
3201
+ }
3202
+
3203
+ table thead tr {
3204
+ background-color: transparent;
3205
+ border-bottom: none;
3206
+ }
3207
+
3208
+ table thead tr:hover {
3209
+ background-color: transparent;
3210
+ }
3211
+
3212
+ table thead tr:first-child {
3213
+ height: ${({theme:e})=>e.spacing[2.5]};
3214
+ border: none;
3215
+ }
3216
+
3217
+ table tbody tr {
3218
+ &:has(input[disabled]) {
3219
+ background-color: ${({theme:e})=>e.palette.gray[100]};
3220
+ }
3221
+
3222
+ &:has(input[disabled]):hover {
3223
+ background-color: ${({theme:e})=>e.palette.gray[100]};
3224
+ }
3225
+ }
3226
+
3227
+ table tr:hover:not([aria-expanded="true"], #description) {
3228
+ background-color: ${({theme:e})=>e.palette.gray[50]};
3229
+ }
3230
+
3231
+ table tr#description {
3232
+ align-items: center;
3233
+ background-color: ${({theme:e})=>e.palette.gray[50]};
3234
+ }
3235
+
3236
+ table tbody tr.row-no-data {
3237
+ &:hover {
3238
+ background-color: ${({theme:e})=>e.palette.white};
3239
+ }
3240
+ }
3241
+
3242
+ tr {
3243
+ &:first-child th:first-child > div {
3244
+ border-top-left-radius: 8px;
3245
+ }
3246
+
3247
+ &:first-child th:last-child > div {
3248
+ border-top-right-radius: 8px;
3249
+ }
3250
+
3251
+ th {
3252
+ position: relative;
3253
+ font-size: ${({theme:e})=>e.typography.text.md};
3254
+ font-weight: ${({theme:e})=>e.typography.weight.bold};
3255
+ color: ${({theme:e})=>e.palette.gray[600]};
3256
+ padding: unset;
3257
+ height: ${({theme:e})=>e.spacing[3]};
3258
+ white-space: pre-line;
3259
+
3260
+ &:hover div:first-child {
3261
+ background-color: ${({theme:e})=>e.palette.gray[300]};
3262
+ }
3263
+
3264
+ &:first-child {
3265
+ border-right: 1px solid
3266
+ ${({theme:e})=>e.palette.gray[300]};
3267
+
3268
+ svg {
3269
+ margin-right: unset;
3270
+ }
3271
+
3272
+ &:has(input) {
3273
+ padding: unset;
3274
+ }
3275
+
3276
+ &:has(input) + th:nth-child(2) {
3277
+ border-right: 1px solid
3278
+ ${({theme:e})=>e.palette.gray[25]};
3279
+ }
3280
+
3281
+ &:hover div:first-child {
3282
+ background-color: ${({theme:e})=>e.palette.gray[200]};
3283
+ }
3284
+ }
3285
+ }
3286
+ }
3287
+
3288
+ tbody tr:not(.row-no-data) td {
3289
+ font-size: ${({theme:e})=>e.typography.text.md};
3290
+ white-space: pre-line;
3291
+ padding-left: 8px;
3292
+ padding-right: 8px;
3293
+
3294
+ &.clickable {
3295
+ cursor: pointer;
3296
+
3297
+ &:hover p {
3298
+ text-decoration: underline;
3299
+ color: ${({theme:e})=>e.palette.gray[400]};
3300
+ }
3301
+
3302
+ &:has(input) {
3303
+ padding: ${({theme:e})=>e.spacing[.5]};
3304
+
3305
+ & + td:hover p {
3306
+ text-decoration: underline;
3307
+ color: ${({theme:e})=>e.palette.gray[400]};
3308
+ }
3309
+ }
3310
+ }
3311
+
3312
+ &:first-child {
3313
+ border-right: 1px solid ${({theme:e})=>e.palette.gray[200]};
3314
+
3315
+ svg {
3316
+ margin-right: unset;
3317
+ }
3318
+
3319
+ &:has(input) {
3320
+ padding: ${({theme:e})=>e.spacing[.5]};
3321
+
3322
+ & + td {
3323
+ cursor: pointer;
3324
+ border-right: 1px solid
3325
+ ${({theme:e})=>e.palette.gray[200]};
3326
+ }
3327
+ }
3328
+ }
3329
+ }
3330
+ `,Rl=f.styled.div`
3331
+ ${({$width:e,theme:n})=>`
3332
+ display: flex;
3333
+ flex-direction: column;
3334
+ align-items: stretch;
3335
+ flex: 1 0 auto;
3336
+ padding-right: 5px;
3337
+ width: ${e}px;
3338
+
3339
+ div {
3340
+ position: relative;
3341
+ font-weight: 400;
3342
+ font-size: ${n.typography.text.md};
3343
+ text-align: left;
3344
+
3345
+ color: ${n.palette.gray[600]};
3346
+ background-color: ${n.palette.gray[100]};
3347
+ border-radius: ${n.spacing[.25]};
3348
+ padding: ${n.spacing[.5]} ${n.spacing[.75]};
3349
+ margin: ${n.spacing[.5]} 0;
3350
+ height: ${n.spacing[2.25]};
3351
+
3352
+ span {
3353
+ text-decoration: underline;
3354
+ cursor: pointer;
3355
+ }
3356
+ }
3357
+ `}
3358
+ `,Nl=f.styled.div`
3359
+ align-items: center;
3360
+ background-color: transparent;
3361
+ display: flex;
3362
+ gap: ${({theme:e})=>e.spacing[1]};
3363
+ padding: ${({theme:e})=>`${e.spacing[.75]} ${e.spacing[1.25]}`};
3364
+
3365
+ .pagination-container {
3366
+ display: flex;
3367
+ flex-direction: row;
3368
+ align-items: center;
3369
+ gap: ${({theme:e})=>e.spacing[1]};
3370
+ }
3371
+
3372
+ .footer-container {
3373
+ display: flex;
3374
+ align-items: center;
3375
+ flex: 1 0 auto;
3376
+ height: 100%;
3377
+
3378
+ &::before {
3379
+ display: block;
3380
+ content: "";
3381
+ height: ${({theme:e})=>e.typography.text.md};
3382
+ border-left: 1px solid ${({theme:e})=>e.palette.gray[300]};
3383
+ margin: 0;
3384
+ margin-right: ${({theme:e})=>e.spacing[.5]};
3385
+ }
3386
+ }
3387
+ `,an=f.styled.div`
3388
+ transition: all 150ms;
3389
+ content: "";
3390
+ z-index: 2;
3391
+ position: absolute;
3392
+ bottom: 0;
3393
+ right: -1px;
3394
+ width: 30px;
3395
+ height: 100%;
3396
+ margin-right: 0;
3397
+ cursor: col-resize;
3398
+ user-select: none;
3399
+ touch-action: none;
3400
+ border-right: 1px solid transparent;
3401
+
3402
+ &:hover {
3403
+ transition: all 150ms;
3404
+ border-right: 1px solid ${({theme:e})=>e.palette.black};
3405
+ }
3406
+ `,hi=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),{groupHeaders:i,tooltips:r}=(n==null?void 0:n.options.meta)??{},o=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:o(x),pl:.5,pt:g?3:0,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(x.column.columnDef.header,x.getContext()),x.column.getCanSort()?t.jsx(ft,{variant:x.column.getIsSorted()}):void 0,(r==null?void 0:r.map($=>$.columnId).includes(x.id))??!1?t.jsx(X,{icon:"circle-info",id:x.id,place:"right",tip:((b=r==null?void 0:r.find($=>$.columnId===x.id))==null?void 0:b.tip)??""}):void 0]}),x.column.getCanResize()&&t.jsx(an,{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(m,{alignItems:"center",bgColor:e.palette.gray[200],display:"flex",gap:.25,height:"3rem",lineSpacing:0,onClick:o(d),px:.5,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(d.column.columnDef.header,d.getContext()),d.column.getCanSort()?t.jsx(ft,{variant:d.column.getIsSorted()}):void 0,(r==null?void 0:r.map(g=>g.columnId).includes(d.id))??!1?t.jsx(X,{icon:"circle-info",id:d.id,place:"right",tip:((p=r==null?void 0:r.find(g=>g.columnId===d.id))==null?void 0:p.tip)??""}):void 0]}),d.column.getCanResize()&&t.jsx(an,{onMouseDown:a(d)})]},d.id)})})})},Al=f.styled.div`
3407
+ align-items: center;
3408
+ display: flex;
3409
+ width: 100%;
3410
+ `,fi=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),{loading:i}=(n==null?void 0:n.options.meta)??{},r=u.useMemo(()=>{const{enableRowSelection:s,enableMultiRowSelection:c}=(n==null?void 0:n.options)??{};return s||c?1:0},[n==null?void 0:n.options]),o=u.useCallback((s,c)=>{if(c===r)return d=>{var p,g;d.stopPropagation(),(g=(p=n==null?void 0:n.options)==null?void 0:p.onRowClick)==null||g.call(p,s)}},[r,n]),a=u.useCallback(s=>c=>{c.stopPropagation(),s.toggleExpanded()},[]),l=u.useCallback(s=>{const{meta:c}=(n==null?void 0:n.options)??{},{onExpand: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(m,{alignItems:"center",display:"flex",justify:"center",width:"100%",children:t.jsx(ni,{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===r&&n.options.onRowClick?"clickable":"","data-testid":`cell-${c.id}`,onClick:o(s,d),children:t.jsxs(Al,{children:[d===r&&s.getCanExpand()?t.jsx("button",{onClick:a(s),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(F,{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))})},yi=()=>{const{containerRef:e,hidden:n,elementName:i,handleUnselectAll:r,onKeyDown:o,selected:a,tableSize:l,tableRef:s}=u.useContext(oe);return t.jsxs("div",{ref:e,children:[n?void 0:t.jsx(Rl,{$width:l,children:t.jsxs("div",{children:[t.jsx("b",{children:`${a} ${i} `}),`${a===1?"has":"have"} been selected. `,t.jsx("span",{onClick:r,onKeyDown:o,role:"link",tabIndex:0,children:"Unselect all"})]})}),t.jsxs("table",{ref:s,children:[t.jsx(hi,{}),t.jsx(fi,{})]})]})},sn=f.styled(V)`
3411
+ ${({theme:e,$padding:n})=>`
3412
+ background-color: ${e.palette.white};
3413
+ border: 1px solid ${e.palette.gray[200]};
3414
+ border-radius: 2px;
3415
+ padding: ${n??e.spacing[.25]};
3416
+
3417
+ path {
3418
+ fill: ${e.palette.gray[700]};
3419
+ }
3420
+
3421
+ &:disabled {
3422
+ cursor: not-allowed;
3423
+ background: ${e.palette.gray[200]};
3424
+ border-color: ${e.palette.gray[200]};
3425
+
3426
+ path {
3427
+ fill: ${e.palette.gray[400]};
3428
+ }
3429
+ }
3430
+
3431
+ &:hover:not([disabled]) {
3432
+ color: inherit;
3433
+ background-color: ${e.palette.gray[100]};
3434
+ }
3435
+ `}
3436
+ `,bi=()=>{const{table:e}=u.useContext(oe),{pagination:{pageIndex:n}={pageIndex:0}}=(e==null?void 0:e.getState())??{},i=(e==null?void 0:e.getPageCount())??0,r=u.useCallback(()=>{e==null||e.setPageIndex(n+1)},[n,e]),o=u.useCallback(()=>{e==null||e.previousPage()},[e]);return t.jsxs(m,{alignItems:"center",display:"flex",gap:.5,children:[t.jsx(sn,{$padding:"4px 6px",disabled:!(e!=null&&e.getCanPreviousPage()),icon:"chevron-left",iconSize:"sm",iconType:"fa-light",id:"go-previous",onClick:o,variant:"ghost"}),t.jsx(sn,{$padding:"4px 6px",disabled:n>i-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:r,variant:"ghost"})]})},Ll=10,Pl=20,Ol=50,Bl=100,$i=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),i=(n==null?void 0:n.getRowCount())??0,[r,o]=u.useState(!1),[a,l]=u.useState((n==null?void 0:n.getState().pagination.pageSize)??10),{refs:s,floatingStyles:c}=y.useFloating$1({middleware:[y.offset({mainAxis:4})],open:r,placement:"top-end",whileElementsMounted:y.autoUpdate}),d=u.useMemo(()=>y.transform([Ll,Pl,Ol,Bl],(h,b)=>(h.push(b),b===i?!1:b<=i),[]),[i]),p=u.useCallback(()=>{r&&o(!1)},[r]),g=u.useCallback(()=>{o(h=>!h)},[]),x=u.useCallback(h=>()=>{l(h),n==null||n.setPageSize(h),o(!1)},[n,l]);return te(s.reference.current,()=>{o(!1)},!0,[s.floating.current]),u.useEffect(()=>(window.addEventListener("scrollend",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(z,{pr:.25,size:"md",children:a}),t.jsx(V,{color:e.palette.gray[400],icon:r?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:g,px:.25,py:.25,ref:s.setReference,variant:"ghost"})]}),r?t.jsx(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:s.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(z,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},mi=()=>{const{table:e}=u.useContext(oe),{pagination:{pageIndex:n,pageSize:i}={pageIndex:0,pageSize:10}}=(e==null?void 0:e.getState())??{},r=(e==null?void 0:e.getRowCount())??0,o=u.useCallback((a,l,s)=>{if(s===0)return"0 of 0";if(l*a>=s)return`${s} of ${s}`;const c=l*a+1,d=Math.min(l*(a+1),s);return`${c}-${d} of ${s}`},[]);return t.jsx(z,{display:"inline-block",fontWeight:"bold",size:"md",children:o(n,i,r)})},ji=({children:e})=>t.jsxs(Nl,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(mi,{}),t.jsx($i,{}),t.jsx(bi,{})]}),e]}),wi=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),Ml=f.styled.div.attrs({className:"search-container"})`
3437
+ ${({theme:e})=>`
3438
+ display: flex;
3439
+ flex-direction: column;
3440
+ justify-content: center;
3441
+ flex: 1 0 320px;
3442
+
3443
+ > div {
3444
+ align-items: center;
3445
+ background-color: ${e.palette.white};
3446
+ border: 1px solid;
3447
+ border-color: ${e.palette.gray[300]};
3448
+ border-radius: ${e.spacing[.5]};
3449
+ display: flex;
3450
+ height: 40px;
3451
+ padding: 0;
3452
+ max-width: 100%;
3453
+ width: 100%;
3454
+
3455
+ &:hover {
3456
+ border-color: ${e.palette.gray[600]};
3457
+ }
3458
+
3459
+ &:focus-within {
3460
+ border: 1px solid ${e.palette.black};
3461
+ box-shadow: 0 0 0 1px ${e.palette.black};
3462
+ }
3463
+
3464
+ span {
3465
+ margin-top: -${e.spacing[.125]};
3466
+ margin-right: ${e.spacing[.5]};
3467
+ }
3468
+
3469
+ input {
3470
+ background: none;
3471
+ border: none !important;
3472
+ box-shadow: none;
3473
+ box-sizing: border-box;
3474
+ color: ${e.palette.gray[800]};
3475
+ font-family: ${e.typography.type.primary};
3476
+ font-size: ${e.typography.text.md};
3477
+ outline: none;
3478
+ width: 100%;
3479
+ line-height: ${e.spacing[.75]};
3480
+ }
3481
+ }
3482
+ `}
3483
+ `,Wl=f.styled.div.attrs({className:"controls-container"})`
3484
+ display: flex;
3485
+ flex: 1 0 50%;
3486
+
3487
+ .controls-container > :first-child {
3488
+ display: flex;
3489
+ align-items: center;
3490
+ gap: ${({theme:e})=>e.spacing[.125]};
3491
+ }
3492
+
3493
+ #actions-container {
3494
+ display: flex;
3495
+ align-items: center;
3496
+ justify-content: flex-end;
3497
+ width: 100%;
3498
+ }
3499
+ `,_l=f.styled.div`
3500
+ display: flex;
3501
+ flex-wrap: wrap;
3502
+ width: 100%;
3503
+ justify-content: space-between;
3504
+ gap: ${({theme:e})=>e.spacing[1]};
3505
+ margin-bottom: ${({theme:e})=>e.spacing[1]};
3506
+
3507
+ .highlight-container {
3508
+ flex: 1 0 auto;
3509
+ }
3510
+
3511
+ .highlight-container ~ .controls-container {
3512
+ flex: 1 0 100%;
3513
+ }
3514
+ `,Hl=500,ln=300,vi=({children:e})=>{const{table:n}=u.useContext(oe),{onSearch:i,search:r,searchPlaceholder:o="Search"}=(n==null?void 0:n.options.meta)??{},a=mt(s=>{const c=s.target.value.slice(0,ln);i==null||i(c)},Hl),l=u.useCallback(()=>{i==null||i("")},[i]);return t.jsxs(_l,{children:[i===void 0?void 0:t.jsx(Ml,{children:t.jsx(ce,{maxLength:ln,name:"search",onChange:a,onClear:l,placeholder:o,value:r})}),e]})},ki=({children:e})=>t.jsx(m,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),Ci=({children:e})=>t.jsx(Wl,{children:e}),Si=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),Vl=160,zi=({children:e,table:n})=>{var x;const i=u.useRef(null),r=u.useRef(null),{id:o}=n.options.meta??{},{enableMultiRowSelection:a}=(n==null?void 0:n.options)??{},l=Object.keys(n.getState().rowSelection).length,s=l===1?"item":"items",c=l===0||!a,d=Math.max(((x=i.current)==null?void 0:x.clientWidth)??0,n.getTotalSize()+Vl),p=u.useCallback(()=>{n.resetRowSelection()},[n]),g=u.useCallback(h=>{h.key==="Enter"&&p()},[p]);return u.useEffect(()=>{n.setPageIndex(0)},[n]),t.jsx(oe.Provider,{value:{containerRef:i,elementName:s,handleUnselectAll:p,hidden:c,onKeyDown:g,selected:l,tableSize:d,tableRef:r,table:n},children:t.jsx(El,{id:o,children:e})})},Ul=Object.assign(zi,{Caption:ki,Columns:xi,Content:yi,Controls:Ci,Export:ui,Footer:ji,FooterContent:wi,Highlighted:Si,Options:vi}),Gl=f.styled.button`
3515
+ ${({theme:e})=>`
3516
+ align-items: center;
3517
+ background-color: ${e.palette.white};
3518
+ border: 1px solid ${e.palette.gray[100]};
3519
+ border-radius: ${e.spacing[.25]};
3520
+ color: ${e.palette.gray[800]};
3521
+ cursor: pointer;
3522
+ display: flex;
3523
+ font-size: ${e.typography.text.md};
3524
+ gap: ${e.spacing[.25]};
3525
+ height: 21px;
3526
+ width: 21px;
3527
+ justify-content: center;
3528
+ padding: 4px 8px;
3529
+ transition: all 0.25s ease;
3530
+
3531
+ &[aria-label] {
3532
+ height: auto;
3533
+ width: auto;
3534
+ }
3535
+
3536
+ &.success {
3537
+ border-color: ${e.palette.success[700]};
3538
+ color: ${e.palette.success[700]};
3539
+
3540
+ &:not(:disabled):hover {
3541
+ background-color: ${e.palette.success[700]};
3542
+ color: ${e.palette.white};
3543
+
3544
+ }
3545
+ }
3546
+
3547
+ &.reject {
3548
+ border-color: ${e.palette.error[700]};
3549
+ color: ${e.palette.error[700]};
3550
+
3551
+ &:not(:disabled):hover {
3552
+ background-color: ${e.palette.error[700]};
3553
+ color: ${e.palette.white};
3554
+
3555
+ }
3556
+ }
3557
+
3558
+ &:disabled {
3559
+ cursor: not-allowed;
3560
+ border-color: ${e.palette.gray[200]};
3561
+ color: ${e.palette.gray[400]};
3562
+ }
3563
+
3564
+ &:not(:disabled):hover:not(.success, .reject) {
3565
+ background-color: ${e.palette.gray[100]};
3566
+ }
3567
+ `}
3568
+ `,Yl=({disabled:e=!1,icon:n,id:i,label:r,name:o,onClick:a,type:l="button",variant:s})=>{const c=f.useTheme(),d=t.jsxs(Gl,{"aria-label":o??void 0,className:s,disabled:e,id:i,onClick:a,type:l,children:[n&&t.jsx(F,{clickable:!1,icon:n,iconSize:o===void 0?"sm":"lg",iconType:"fa-light"}),o??void 0]});return t.jsxs(m,{display:"flex",children:[d,r&&t.jsx(z,{color:c.palette.gray[800],ml:.5,size:"md",children:r})]})},Xl=({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(r=>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(z,{display:"inline-flex",fontWeight:"bold",size:"lg",whiteSpace:"nowrap",...r.backgroundColor?{bgGradient:r.backgroundColor,textFill:"transparent"}:{},children:r.header}),r.content??void 0]},r.header))})},Kl=f.styled.div`
3569
+ ${({theme:e})=>`
3570
+ align-items: flex-start;
3571
+ display: flex;
3572
+ background: ${e.palette.white};
3573
+ border: 1px solid ${e.palette.gray[200]};
3574
+ border-radius: ${e.spacing[1]};
3575
+ box-shadow: ${e.shadows.sm};
3576
+ flex-direction: column;
3577
+ gap: ${e.spacing[1.25]};
3578
+ padding: ${e.spacing[1.25]};
3579
+
3580
+ .fill-gradient-01 path {
3581
+ fill: url(/gradients.svg#gradient-01);
3582
+ fill: url(#gradient-01);
3583
+ }
3584
+ `}
3585
+ `,Zl=({children:e,title:n,titleSize:i="sm",description:r,icon:o})=>{const a=f.useTheme();return t.jsxs(Kl,{children:[n||r?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-${o} fill-gradient-01`,style:{fontSize:"14px",width:"14px",height:"14px"}})}),n?t.jsx(U,{fontWeight:"bold",size:i,children:n}):void 0]}),r??void 0]}):void 0,e]})},ql=f.styled.div`
3586
+ ${({theme:e})=>`
3587
+ align-items: center;
3588
+ background-color: ${e.palette.white};
3589
+ border: 1px solid ${e.palette.gray[200]};
3590
+ border-radius: ${e.spacing[.25]};
3591
+ display: flex;
3592
+ flex-direction: column;
3593
+ gap: ${e.spacing[.5]};
3594
+ min-height: 180px;
3595
+ padding: ${e.spacing[1.5]};
3596
+ width: 510px;
3597
+
3598
+ p {
3599
+ font-style: normal;
3600
+ line-height: ${e.spacing[1.25]};
3601
+ }
3602
+
3603
+ &:hover {
3604
+ border: 1px solid ${e.palette.gray[600]};
3605
+ }
3606
+ `}
3607
+ `,Jl=f.styled.div`
3608
+ ${({theme:e,$size:n})=>`
3609
+ display: ${n==="long"?"flex":"block"};
3610
+ flex-direction: column;
3611
+ gap: ${e.spacing[1.5]};
3612
+ position: relative;
3613
+ max-width: 1100px;
3614
+ margin: 0 auto 0 auto;
3615
+
3616
+ div.timeline-card {
3617
+ width: ${n==="long"?"510px":"auto"};
3618
+ margin-left: ${n==="long"?"0px":"30px"};
3619
+ margin-bottom: ${n==="long"?"0px":e.spacing[.5]};
3620
+ }
3621
+
3622
+ &::before {
3623
+ background-color: ${e.palette.gray[200]};
3624
+ border-radius: 5px;
3625
+ height: 100%;
3626
+ width: 4px;
3627
+ transform: translate(-50%, 0);
3628
+ }
3629
+
3630
+ > * {
3631
+ &:nth-child(even) {
3632
+ align-self: end;
3633
+ }
3634
+
3635
+ &:nth-child(odd) {
3636
+ align-self: start;
3637
+ }
3638
+
3639
+ &::before {
3640
+ position: absolute;
3641
+ background-color: ${e.palette.primary[500]};
3642
+ border-radius: 50%;
3643
+ height: 14px;
3644
+ width: 14px;
3645
+ z-index: 1;
3646
+ }
3647
+ }
3648
+
3649
+ &::before,
3650
+ > *::before {
3651
+ content: "";
3652
+ left: ${n==="long"?"50%":"0px"};
3653
+ position: absolute;
3654
+ transform: translateX(-50%);
3655
+ }
3656
+ `}
3657
+ `,Ti=({date:e,description:n,title:i})=>{const r=f.useTheme();return t.jsxs(ql,{className:"timeline-card",children:[t.jsx(z,{color:r.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(z,{color:r.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",textAlign:"center",children:i}),t.jsx("div",{children:n.map((o,a)=>{const l=`${o}#${a}`;return t.jsx(z,{size:"md",textAlign:"center",wordBreak:"break-word",children:o},l)})})]})},Ql=({items:e})=>{const n=u.useRef(null),[i,r]=u.useState("long");return u.useEffect(()=>{n.current&&r(n.current.offsetWidth<=1100?"small":"long")},[]),t.jsx(m,{ref:n,width:"100%",children:t.jsx(Jl,{$size:i,children:e.map((o,a)=>t.jsx(Ti,{date:o.date,description:o.description,size:i,title:o.title},`${o.title}-${a}`))})})},ec={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:""},tc=({run:e,steps:n,onFinish:i})=>{const[r,o]=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")&&(o(!1),y.lodashExports.isUndefined(i)||i())},[i]);return t.jsx(y.components_default,{callback:s,continuous:!0,disableOverlayClose:!0,disableScrollParentFix:!0,run:r,spotlightClicks:!0,stepIndex:a,steps:n,styles:{buttonNext:{display:a===n.length-1?"none":"block"},options:{zIndex:9999}}})},nc={md:{categorySize:"sm",titleSize:"xs",descriptionSize:"md",detailsSize:"md"},lg:{categorySize:"md",titleSize:"sm",descriptionSize:"lg",detailsSize:"lg"}},ic=({title:e,href:n,description:i,category:r,id:o,indx:a,remediationTime:l,score:s,severity:c,size:d="lg",requirements:p,Link:g})=>{const x=f.useTheme(),{categorySize:h,titleSize:b,descriptionSize:$,detailsSize:j}=nc[d],w=g??"a";return t.jsxs(bn,{$index:a,children:[t.jsx(z,{bgGradient:x.palette.gradient,fontWeight:"bold",size:h,textFill:"transparent",children:r}),t.jsxs(w,{href:n,children:[t.jsx(U,{color:x.palette.gray[400],display:"inline",fontWeight:"bold",size:b,children:o}),t.jsx(U,{display:"inline",fontWeight:"bold",ml:.25,size:b,children:e})]}),t.jsx(z,{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(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(m,{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(jt,{textL:s,textR:y.capitalize(c==="disable"?"Unknown":c),variant:c})]}),d==="lg"?t.jsx(ke,{}):void 0,t.jsxs(m,{alignItems:"center",children:[t.jsx(z,{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(z,{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))]})]})]})},Be=u.createContext({id:"",includeSearch:!1,setIncludeSearch:()=>{},values:{},scrollHeight:0,setScrollHeight:()=>{},scrollRef:{current:null},setValues:()=>Promise.resolve(new URLSearchParams)}),Ii=f.styled.div`
3658
+ ${({theme:e,$left:n="0"})=>`
3659
+ align-items: flex-start;
3660
+ background: ${e.palette.white};
3661
+ border-radius: ${e.spacing[.5]};
3662
+ border: 1px solid ${e.palette.gray[300]};
3663
+ box-shadow: ${e.shadows.md};
3664
+ display: flex;
3665
+ flex-direction: column;
3666
+ max-height: 450px;
3667
+ min-height: 150px;
3668
+ position: absolute;
3669
+ top: 100%;
3670
+ left: ${n};
3671
+ width: 342px;
3672
+ `}
3673
+ `,Di=f.styled.div`
3674
+ ${({theme:e})=>`
3675
+ align-items: flex-start;
3676
+ display: flex;
3677
+ flex-direction: column;
3678
+ gap: ${e.spacing[.625]};
3679
+ padding: ${e.spacing[.875]} ${e.spacing[.875]} 0 ${e.spacing[.875]};
3680
+ width: 100%;
3681
+ `}
3682
+ `,Nt=f.styled.div`
3683
+ ${({theme:e,$border:n})=>`
3684
+ align-items: flex-start;
3685
+ border-top: ${n?`1px solid ${e.palette.gray[200]}`:"unset"};
3686
+ display: flex;
3687
+ flex-direction: column;
3688
+ justify-content: center;
3689
+ padding: ${e.spacing[.875]};
3690
+ width: 100%;
3691
+
3692
+ form, label, .parent-checkbox {
3693
+ width: 100%;
3694
+ }
3695
+ `}
3696
+ `,ve=f.styled.div`
3697
+ ${({theme:e})=>`
3698
+ align-items: center;
3699
+ display: flex;
3700
+ color: ${e.palette.gray[800]};
3701
+ font-family: ${e.typography.type.primary};
3702
+ font-size: ${e.typography.text.md};
3703
+ font-weight: ${e.typography.weight.regular};
3704
+ gap: ${e.spacing[.5]};
3705
+ line-height: ${e.spacing[1.25]};
3706
+ padding: ${e.spacing[.5]};
3707
+ width: 100%;
3708
+
3709
+ &:has(.filter-item, [type="checkbox"], [type="radio"]):hover:not(:disabled) {
3710
+ background: ${e.palette.gray[100]};
3711
+ cursor: pointer;
3712
+ }
3713
+
3714
+ &:has(.selected) {
3715
+ background: ${e.palette.gray[100]};
3716
+ }
3717
+ `}
3718
+ `,Fi=f.styled.button`
3719
+ ${wt}
3720
+ min-width: fit-content;
3721
+ `,Ei=()=>{const e=f.useTheme();return t.jsx(Nt,{children:t.jsxs(m,{alignItems:"center",display:"flex",flexDirection:"column",gap:.75,justify:"center",px:1.25,py:1.25,children:[t.jsx(m,{alignItems:"center",bgColor:e.palette.gray[200],borderRadius:e.spacing[.5],display:"flex",justify:"center",children:t.jsx(F,{icon:"search",iconSize:"lg",mx:.5,my:.5})}),t.jsxs(m,{alignItems:"center",display:"flex",flexDirection:"column",gap:.25,justify:"center",children:[t.jsx(U,{fontWeight:"bold",size:"xs",textAlign:"center",children:"No matches found"}),t.jsx(z,{size:"md",textAlign:"center",children:"We couldn’t find anything that matches your filters. Try adjusting your search or clearing filters."})]})]})})},Ri=7,rc=e=>e.reduce((n,i)=>(i.group?(n[i.group]||(n[i.group]=[]),n[i.group].push(i)):n.default=[...n.default||[],i],n),{}),oc=(e,n)=>{const i=e.find(r=>r.id===n);return{label:(i==null?void 0:i.label)??"",options:(i==null?void 0:i.options)??[]}},ac=(e,n)=>Object.entries(e).map(([i,r])=>{const o=r.filter(a=>a.label.toLowerCase().includes(n.toLowerCase()));return o.length>0?{group:i,filters:o}:void 0}).filter(i=>i!==void 0),Ni=u.forwardRef(function({includeSearch:n=!1,groupedFilters:i,handleChangeId:r},o){const a=f.useTheme(),[l,s]=u.useState(""),{values:c,setValues:d}=u.useContext(Be),{search:p}=c,g=ac(i,p),x=u.useMemo(()=>Object.values(c).filter(Boolean).length>0,[c]),h=u.useCallback(j=>()=>{r(j),s(j)},[r]),b=u.useCallback(()=>{d(j=>Object.keys(j).reduce((w,k)=>({...w,[k]:""}),{})),s("")},[d]),$=u.useCallback(j=>{d(w=>({...w,search:j.target.value}))},[d]);return t.jsxs(Ii,{ref:o,children:[t.jsxs(Di,{children:[t.jsxs(m,{display:"flex",justify:"space-between",width:"100%",children:[t.jsx(z,{color:a.palette.gray[800],fontWeight:"bold",size:"md",children:"Filters menu"}),x?t.jsx(Fi,{$variant:"lowRelevance",onClick:b,type:"button",children:"Reset all"}):void 0]}),n?t.jsx(ce,{onChange:$,placeholder:"Search filter..."}):void 0]}),t.jsx(m,{alignItems:"flex-start",display:"flex",flexDirection:"column",scroll:"y",width:"100%",children:g.length>0?g.map(({group:j,filters:w},k)=>w.length>0?t.jsxs(Nt,{$border:k>0&&j!=="default",children:[j!=="default"?t.jsx(z,{color:a.palette.gray[400],fontWeight:"bold",mb:.5,size:"md",children:j}):void 0,w.map(C=>{const v=c[C.id];return t.jsx(u.Fragment,{children:t.jsxs(ve,{as:"button","data-testid":C.id,onClick:h(C.id),children:[t.jsx(F,{icon:"filter",iconClass:"filter-item",iconSize:"md",iconType:"fa-light"}),C.label,t.jsxs(m,{alignItems:"center",display:"flex",gap:.5,style:{marginLeft:"auto"},children:[l===C.id?t.jsx(F,{icon:"chevron-right",iconClass:"selected",iconSize:"lg",iconType:"fa-light"}):void 0,v?t.jsx(q,{tagLabel:v.split(",").length.toString(),variant:"default"}):void 0]})]})},`${C.id}-${y.random(1,10)}`)})]},j):void 0):t.jsx(Ei,{})})]})}),sc={checkbox:({items:e,virtualItems:n,filterValue:i,ref:r,onChange:o})=>n.map(a=>{const l=e[a.index];return t.jsx("div",{"data-index":a.index,ref:r,style:{position:"absolute",top:`${a.start}px`,left:0,width:"100%"},children:t.jsx(ve,{children:t.jsx(le,{checked:i==null?void 0:i.split(",").includes(l.value),label:l.label,name:l.value,onChange:o,value:l.value})},`li-checkbox-${l.value}`)},a.index)}),radioButton:({items:e,filterValue:n,onChange:i})=>e.map(r=>t.jsx(ve,{children:t.jsx(tt,{checked:n===r.value,label:r.label,name:r.value,onChange:i,value:r.value})},`li-radio-${r.value}`)),dateRange:({id:e,filterValue:n,onRangeChange:i})=>{const[r,o]=(n==null?void 0:n.split(",").filter(a=>y.dayjs(a).isValid()))??[];return t.jsx(ve,{children:t.jsx(St,{name:e,onChange:i,propsMax:{name:"maxValue",value:o??""},propsMin:{name:"minValue",value:r??""},variant:"filters"})})},numberRange:({id:e,filterValue:n,minValue:i,maxValue:r,onRangeNumberChange:o})=>{const[a,l]=(n==null?void 0:n.split(",").filter(Boolean).map(Number).filter(y.isNumber))??[];return t.jsx(ve,{children:t.jsx(Tt,{name:e,propsMax:{name:"maxValue",min:i,max:r,onChange:o==null?void 0:o(1),placeholder:"Max %",value:l},propsMin:{name:"minValue",min:i,max:r,onChange:o==null?void 0:o(0),placeholder:"Min %",value:a},variant:"filters"})})}},Ai=({id:e,filterValue:n,option:i,onChange:r})=>{const{items:o=[],type:a,minValue:l,maxValue:s}=i??{},{scrollRef:c,setIncludeSearch:d,setScrollHeight:p}=u.useContext(Be),g=a&&sc[a],x=y.useVirtualizer({count:o.length,estimateSize:()=>36,getScrollElement:()=>c.current}),h=x.getVirtualItems(),b=u.useCallback(w=>{r(w.target.value,a??"")},[r,a]),$=u.useCallback(w=>{r(w,"dateRange")},[r]),j=u.useCallback(w=>k=>{r(k.target.value,"numberRange",w)},[r]);return u.useEffect(()=>{d(o.length>Ri),a==="checkbox"&&p(x.getTotalSize())},[x,p,a,o.length,d]),t.jsx(t.Fragment,{children:(g==null?void 0:g({items:o,virtualItems:h,id:e,filterValue:n,onChange:b,onRangeChange:$,onRangeNumberChange:j,ref:x.measureElement,minValue:l,maxValue:s}))??null})},cn=e=>(e==null?void 0:e.split(",").filter(n=>n!==""))??[],Li=u.forwardRef(function({label:n,options:i},r){const o=f.useTheme(),{id:a,includeSearch:l,values:s,setValues:c,scrollHeight:d,scrollRef:p}=u.useContext(Be),g=s[a],x=u.useCallback(()=>{c(b=>({...b,[a]:""}))},[c,a]),h=u.useCallback((b,$,j)=>{c(w=>{if($==="checkbox"){const k=cn(w[a]??""),C=k!=null&&k.includes(b)?k==null?void 0:k.filter(v=>v!==b).join(","):[...k,b].join(",");return{...w,[a]:C}}if($==="dateRange"){const k=cn(w[a]??"");return{...w,[a]:k.length===0?b:[...k,b].join(",")}}if($==="numberRange"){const C=(w[a]??"").split(","),v=[C[0]??"",C[1]??""];return v[j??0]=b,{...w,[a]:v.join(",")}}return{...w,[a]:b}})},[a,c]);return t.jsxs(Ii,{$left:"346px",ref:r,children:[t.jsxs(Di,{style:{paddingBottom:l?o.spacing[.875]:0},children:[t.jsxs(m,{display:"flex",justify:"space-between",width:"100%",children:[t.jsx(z,{color:o.palette.gray[800],fontWeight:"bold",size:"md",children:`Select ${n}`}),g?t.jsx(Fi,{$variant:"lowRelevance",onClick:x,type:"button",children:"Reset all"}):void 0]}),l?t.jsx(ce,{placeholder:`Search ${n}...`}):void 0]}),t.jsx(m,{ref:p,scroll:"y",width:"100%",children:i==null?void 0:i.map((b,$,j)=>t.jsx("div",{style:{...b.type==="checkbox"?{height:`${d}px`,margin:l?` 0 ${o.spacing[.875]} ${o.spacing[.875]} ${o.spacing[.875]}`:o.spacing[.875],width:"90%"}:{},position:"relative"},children:t.jsxs(Nt,{$border:j.length>1&&$>0,children:[$>0?t.jsx(z,{color:o.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",children:b.label}):void 0,t.jsx(Ai,{filterValue:g,id:a,onChange:h,option:b})]})},`${b.label}-${y.random(1,10)}`))})]})}),lc=({filters:e})=>{const n=window.location.search,i=new URLSearchParams(n),r=Array.from(i.entries()).filter(([l])=>e.some(s=>s.id===l)),o=r.flatMap(([,l])=>l.split(",")).length,a=r.map(([l,s])=>({label:l,value:s}));return{activeFilters:o,appliedFilters:a,filters:e}},cc=({filterOptions:e})=>{const n=he("filters"),i=u.useRef(null),r=e.flatMap(R=>R.id),[o,a]=y.useQueryStates({...Object.fromEntries(r.map(R=>[R,y.parseAsString.withDefault("")])),search:y.parseAsString.withDefault("")}),[l,s]=y.useQueryState("filter"),[c,d]=u.useState(""),[p,g]=u.useState(0),[x,h]=u.useState(!1),{refs:b}=y.useFloating({placement:"bottom-start"}),{refs:$}=y.useFloating({elements:{reference:b.reference.current},placement:"right-end"}),{activeFilters:j,filters:w}=lc({filters:e}),{label:k,options:C}=oc(w,c),v=rc(w),S=y.isEmpty(l)||l===null||c!==l,T=u.useCallback(R=>{d(R),s(R)},[s]),E=u.useCallback(()=>{n.toggle(),s(null),a(R=>({...R,search:""}))},[n,s,a]);return te(b.floating.current,()=>{n.close(),s(null),a(R=>({...R,search:""}))},!0,[b.reference.current,$.floating.current]),t.jsx(Be.Provider,{value:{id:c,includeSearch:x,setIncludeSearch:h,values:o,scrollHeight:p,scrollRef:i,setScrollHeight:g,setValues:a},children:t.jsxs(m,{alignItems:"center",display:"flex",position:"relative",wrap:"wrap",children:[t.jsx(_,{icon:"filter",id:"filter-btn",onClick:E,ref:b.setReference,tag:j.toString(),variant:"ghost"}),n.isOpen?t.jsx(Ni,{groupedFilters:v,handleChangeId:T,includeSearch:e.length>Ri,ref:b.setFloating}):void 0,S?void 0:t.jsx(Li,{label:k.toLowerCase(),options:C,ref:$.setFloating})]})})};exports.Accordion=hr;exports.AccordionContent=un;exports.ActionButton=me;exports.AdvancedBadge=mr;exports.AdvisoriesCard=Tr;exports.Alert=Br;exports.AppliedFilter=je;exports.AppliedFilters=Oa;exports.ArrayField=pt;exports.Avatar=Xr;exports.BaseButtonComponent=yt;exports.BaseComponent=Pe;exports.BaseSpanComponent=$t;exports.BaseTextComponent=bt;exports.Body=fi;exports.Button=_;exports.Button$1=Ye;exports.Button$2=se;exports.ButtonToolbarCenter=wo;exports.ButtonToolbarRow=ko;exports.ButtonToolbarStartRow=vo;exports.Calendar=Cn;exports.Calendar$1=Dn;exports.Calendar$2=Fn;exports.CalendarCell=kn;exports.CalendarGrid=qe;exports.CaptionContent=ki;exports.CardContainer=ca;exports.CardHeader=Ze;exports.CardWithImage=qr;exports.CardWithInput=Qo;exports.CardWithOptions=Ln;exports.CardWithSelector=ia;exports.CardWithSwitch=aa;exports.Carousel=ha;exports.Checkbox=le;exports.CodeSnippet=ya;exports.Col=dt;exports.ColumFilters=Qn;exports.ColumnToggle=xi;exports.ColumnsModal=Xn;exports.ComboBox=kt;exports.ComboBoxField=ct;exports.Container=m;exports.ControlsContent=Ci;exports.CopyButton=Ka;exports.CustomThemeProvider=sr;exports.DateField=zn;exports.DateSelector=Se;exports.DefaultInputFile=Rn;exports.Description=di;exports.Dialog=Qe;exports.Divider=ue;exports.Dropdown=Ja;exports.DropzoneInputFile=Nn;exports.Editable=jo;exports.EmptyButton=xt;exports.EmptyState=ns;exports.ErrorMessage=to;exports.ExportCsv=ui;exports.FATag=yn;exports.FilePreview=jn;exports.FilterControl=Kn;exports.FilterForm=ut;exports.FilterFormContent=Zn;exports.Filters=cc;exports.FiltersContext=Be;exports.FiltersList=Jn;exports.FiltersMenu=Ni;exports.FooterContent=wi;exports.Form=os;exports.Gap=zo;exports.GridContainer=ss;exports.GroupSelector=cs;exports.Head=hi;exports.Header=Je;exports.Header$1=_n;exports.Heading=U;exports.HighlightedContent=Si;exports.Icon=F;exports.IconButton=V;exports.InProgressIcon=li;exports.IndicatorCard=sa;exports.IndicatorCardDB=ps;exports.InfoSidebar=gs;exports.InnerForm=is;exports.InputArray=Io;exports.InputDate=In;exports.InputDateRange=St;exports.InputDateTime=mo;exports.InputFile=_o;exports.InputNumber=An;exports.InputNumberRange=Tt;exports.InputSection=Ho;exports.InputTags=Uo;exports.ItemCardDB=fs;exports.ItemContent=Xl;exports.Label=vt;exports.Link=re;exports.ListItem=Oe;exports.ListItemsWrapper=Un;exports.LittleFlag=bs;exports.Loading=ni;exports.LocationCode=Bn;exports.Logo=zs;exports.Lottie=Is;exports.MemoizedImage=ne;exports.Menu=Ds;exports.MenuItem=pi;exports.MessageBanner=Es;exports.Modal=Et;exports.ModalConfirm=Hn;exports.ModalFooter=Wn;exports.NoMatches=Ei;exports.Notification=Ps;exports.NotificationSign=Ge;exports.NumberField=Te;exports.OAuthSelector=Bs;exports.Option=wn;exports.OptionBoxContainer=Rt;exports.OptionContainer=ht;exports.OptionContainer$1=ti;exports.Options=Ai;exports.OptionsMenu=Li;exports.OutlineContainer=K;exports.PaginationControl=bi;exports.PaginationDropdown=$i;exports.PaginationSize=mi;exports.PaginatorDb=Hs;exports.PaginatorDbDropdown=ii;exports.PhoneInput=qo;exports.PopUp=el;exports.Popover=ge;exports.PremiumFeature=ri;exports.PreviewPanel=Gn;exports.PriorityCard=si;exports.PriorityCards=Gs;exports.PriorityScore=Ys;exports.ProgressBar=zt;exports.ProgressIndicator=Qs;exports.ProgressStep=qs;exports.RadioButton=tt;exports.RankPosition=ai;exports.RankPositionIcon=oi;exports.Row=En;exports.ScrollUpButton=nl;exports.Search=ce;exports.SearchDropdown=pl;exports.SearchPanel=Yn;exports.SeverityBadge=jt;exports.SeverityOverview=ul;exports.SeverityOverviewBadge=we;exports.ShowOnHover=hl;exports.SlideOutMenu=yl;exports.Slider=vl;exports.SortIcon=ft;exports.Span=Ce;exports.StepLapse=Il;exports.Tab=Vn;exports.Table=Ul;exports.Table$1=zi;exports.TableButton=Yl;exports.TableContent=Zl;exports.TableContent$1=yi;exports.TableContext=oe;exports.TableFooter=ji;exports.TableOptions=vi;exports.Tabs=Dt;exports.Tag=q;exports.TagsField=gt;exports.Text=z;exports.TextArea=Jo;exports.TextInput=et;exports.Thumb=gi;exports.TimeField=Tn;exports.TimeLine=Ql;exports.TimeLineCard=Ti;exports.Toggle=Pn;exports.Tooltip=X;exports.Tour=tc;exports.WeaknessesCard=ic;exports.baseStep=ec;exports.formatCheckValues=ei;exports.getStyledConfig=Le;exports.hiddenProps=dn;exports.icons=ar;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=xn;exports.useClickOutside=te;exports.useCloudinaryImage=hn;exports.useColumnsModal=fn;exports.useConditionsDialog=Ga;exports.useConfirmDialog=Ya;exports.useDebouncedCallback=mt;exports.useFilterForm=qn;exports.useFilters=Ua;exports.useModal=he;exports.useSearch=kr;exports.variantBuilder=ie;