@fluidattacks/design 3.16.1-pr → 3.16.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 (223) hide show
  1. package/dist/assets/index.css +1 -1
  2. package/dist/components/@core/index.js +1 -1
  3. package/dist/components/accordion/accordion-content/index.js +1 -1
  4. package/dist/components/accordion/index.js +1 -1
  5. package/dist/components/accordion/index.stories.d.ts +1 -1
  6. package/dist/components/alert/index.js +1 -1
  7. package/dist/components/alert/index.stories.d.ts +4 -4
  8. package/dist/components/avatar/index.js +1 -1
  9. package/dist/components/avatar/index.stories.d.ts +3 -3
  10. package/dist/components/button/index.js +1 -1
  11. package/dist/components/button/index.stories.d.ts +5 -5
  12. package/dist/components/card/card-header/index.js +1 -1
  13. package/dist/components/card/card-with-image/index.d.ts +1 -1
  14. package/dist/components/card/card-with-image/index.js +1 -1
  15. package/dist/components/card/card-with-image/index.stories.d.ts +30 -21
  16. package/dist/components/card/card-with-input/index.js +1 -1
  17. package/dist/components/card/card-with-input/index.stories.d.ts +114 -114
  18. package/dist/components/card/card-with-options/index.js +1 -1
  19. package/dist/components/card/card-with-options/index.stories.d.ts +1 -1
  20. package/dist/components/card/card-with-selector/index.js +1 -1
  21. package/dist/components/card/card-with-switch/index.js +1 -1
  22. package/dist/components/card/card-with-switch/index.stories.d.ts +2 -2
  23. package/dist/components/card/index.js +1 -1
  24. package/dist/components/card/types.d.ts +1 -0
  25. package/dist/components/carousel/index.js +1 -1
  26. package/dist/components/carousel/index.stories.d.ts +1 -1
  27. package/dist/components/checkbox/index.js +1 -1
  28. package/dist/components/checkbox/index.stories.d.ts +3 -3
  29. package/dist/components/cloud-image/index.js +1 -1
  30. package/dist/components/code-snippet/index.js +1 -1
  31. package/dist/components/code-snippet/index.stories.d.ts +3 -3
  32. package/dist/components/code-snippet/location-code/index.js +1 -1
  33. package/dist/components/colors/index.js +1 -1
  34. package/dist/components/confirm-dialog/index.js +1 -1
  35. package/dist/components/container/index.js +1 -1
  36. package/dist/components/container/index.stories.d.ts +1 -1
  37. package/dist/components/divider/index.js +1 -1
  38. package/dist/components/divider/index.stories.d.ts +1 -1
  39. package/dist/components/empty-state/empty-button/index.js +1 -1
  40. package/dist/components/empty-state/index.js +1 -1
  41. package/dist/components/empty-state/index.stories.d.ts +4 -4
  42. package/dist/components/file-preview/index.d.ts +1 -1
  43. package/dist/components/file-preview/index.js +1 -1
  44. package/dist/components/file-preview/types.d.ts +1 -0
  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/grid-container/index.stories.d.ts +1 -1
  49. package/dist/components/grid-layout/index.stories.d.ts +3 -3
  50. package/dist/components/group-selector/index.js +1 -1
  51. package/dist/components/group-selector/index.stories.d.ts +3 -3
  52. package/dist/components/group-selector/option-container/index.js +1 -1
  53. package/dist/components/icon/index.js +1 -1
  54. package/dist/components/icon-button/index.js +1 -1
  55. package/dist/components/icon-button/index.stories.d.ts +20 -20
  56. package/dist/components/indicator-card/index.js +1 -1
  57. package/dist/components/info-sidebar/index.js +1 -1
  58. package/dist/components/info-sidebar/index.stories.d.ts +1 -1
  59. package/dist/components/inputs/fields/combobox/field/index.js +1 -1
  60. package/dist/components/inputs/fields/combobox/index.js +1 -1
  61. package/dist/components/inputs/fields/combobox/index.stories.d.ts +2 -2
  62. package/dist/components/inputs/fields/combobox/option/index.js +1 -1
  63. package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -1
  64. package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -1
  65. package/dist/components/inputs/fields/date/calendar/header/index.js +1 -1
  66. package/dist/components/inputs/fields/date/calendar/index.js +1 -1
  67. package/dist/components/inputs/fields/date/index.js +1 -1
  68. package/dist/components/inputs/fields/date/index.stories.d.ts +1 -1
  69. package/dist/components/inputs/fields/date-range/calendar/index.js +1 -1
  70. package/dist/components/inputs/fields/date-range/index.js +1 -1
  71. package/dist/components/inputs/fields/date-range/index.stories.d.ts +1 -1
  72. package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
  73. package/dist/components/inputs/fields/date-time/index.js +1 -1
  74. package/dist/components/inputs/fields/date-time/index.stories.d.ts +1 -1
  75. package/dist/components/inputs/fields/editable/index.js +1 -1
  76. package/dist/components/inputs/fields/input/index.js +1 -1
  77. package/dist/components/inputs/fields/input/index.stories.d.ts +3 -3
  78. package/dist/components/inputs/fields/input-array/field/index.js +1 -1
  79. package/dist/components/inputs/fields/input-array/index.js +1 -1
  80. package/dist/components/inputs/fields/input-array/index.stories.d.ts +1 -1
  81. package/dist/components/inputs/fields/input-file/index.js +1 -1
  82. package/dist/components/inputs/fields/input-file/index.stories.d.ts +1 -1
  83. package/dist/components/inputs/fields/input-tags/field/index.js +1 -1
  84. package/dist/components/inputs/fields/input-tags/index.js +1 -1
  85. package/dist/components/inputs/fields/input-tags/index.stories.d.ts +2 -2
  86. package/dist/components/inputs/fields/number/index.js +1 -1
  87. package/dist/components/inputs/fields/number/index.stories.d.ts +1 -1
  88. package/dist/components/inputs/fields/number-range/index.js +1 -1
  89. package/dist/components/inputs/fields/number-range/index.stories.d.ts +2 -2
  90. package/dist/components/inputs/fields/phone/index.js +1 -1
  91. package/dist/components/inputs/fields/phone/index.stories.d.ts +1 -1
  92. package/dist/components/inputs/fields/text-area/index.js +1 -1
  93. package/dist/components/inputs/fields/text-area/index.stories.d.ts +2 -2
  94. package/dist/components/inputs/index.js +1 -1
  95. package/dist/components/inputs/label/index.js +1 -1
  96. package/dist/components/inputs/outline-container/index.js +1 -1
  97. package/dist/components/inputs/types.d.ts +2 -2
  98. package/dist/components/inputs/utils/action-button/index.js +1 -1
  99. package/dist/components/inputs/utils/calendar-button/index.js +1 -1
  100. package/dist/components/inputs/utils/date-selector/index.js +1 -1
  101. package/dist/components/inputs/utils/date-time-field/index.js +1 -1
  102. package/dist/components/inputs/utils/dialog/index.js +1 -1
  103. package/dist/components/inputs/utils/number-field/index.js +1 -1
  104. package/dist/components/inputs/utils/popover/index.js +1 -1
  105. package/dist/components/layout/categories/buttons/index.js +1 -1
  106. package/dist/components/layout/categories/column/index.js +1 -1
  107. package/dist/components/layout/categories/gap/index.js +1 -1
  108. package/dist/components/layout/categories/row/index.js +1 -1
  109. package/dist/components/layout/index.js +1 -1
  110. package/dist/components/link/index.js +1 -1
  111. package/dist/components/link/index.stories.d.ts +4 -4
  112. package/dist/components/list-item/index.js +1 -1
  113. package/dist/components/list-item/index.stories.d.ts +3 -3
  114. package/dist/components/little-flag/index.js +1 -1
  115. package/dist/components/loading/index.js +1 -1
  116. package/dist/components/loading/index.stories.d.ts +1 -1
  117. package/dist/components/logo/index.js +1 -1
  118. package/dist/components/lottie/index.js +1 -1
  119. package/dist/components/menu/index.js +1 -1
  120. package/dist/components/message-banner/index.js +1 -1
  121. package/dist/components/message-banner/index.stories.d.ts +2 -2
  122. package/dist/components/modal/columns-modal/index.js +1 -1
  123. package/dist/components/modal/columns-modal/index.stories.d.ts +2 -2
  124. package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
  125. package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
  126. package/dist/components/modal/filters-modal/applied-filter/index.js +1 -1
  127. package/dist/components/modal/filters-modal/applied-filters/index.d.ts +1 -1
  128. package/dist/components/modal/filters-modal/applied-filters/index.js +1 -1
  129. package/dist/components/modal/filters-modal/column-filters/index.d.ts +1 -1
  130. package/dist/components/modal/filters-modal/column-filters/index.js +1 -1
  131. package/dist/components/modal/filters-modal/column-filters/index.stories.d.ts +1 -1
  132. package/dist/components/modal/filters-modal/column-filters/types.d.ts +0 -2
  133. package/dist/components/modal/filters-modal/filter-control/index.js +1 -1
  134. package/dist/components/modal/filters-modal/filter-form/form-content/index.js +1 -1
  135. package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
  136. package/dist/components/modal/filters-modal/filter-form/index.d.ts +1 -1
  137. package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
  138. package/dist/components/modal/filters-modal/filter-form/index.stories.d.ts +1 -1
  139. package/dist/components/modal/filters-modal/filters-list/index.d.ts +1 -1
  140. package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
  141. package/dist/components/modal/filters-modal/filters-list/types.d.ts +10 -6
  142. package/dist/components/modal/filters-modal/index.d.ts +5 -4
  143. package/dist/components/modal/filters-modal/index.js +1 -1
  144. package/dist/components/modal/filters-modal/index.stories.d.ts +2 -2
  145. package/dist/components/modal/filters-modal/types.d.ts +9 -3
  146. package/dist/components/modal/footer/index.js +1 -1
  147. package/dist/components/modal/header/index.js +1 -1
  148. package/dist/components/modal/index.d.ts +2 -1
  149. package/dist/components/modal/index.js +1 -1
  150. package/dist/components/modal/index.stories.d.ts +4 -4
  151. package/dist/components/modal/modal-confirm/index.js +1 -1
  152. package/dist/components/notification/index.js +1 -1
  153. package/dist/components/notification/index.stories.d.ts +4 -4
  154. package/dist/components/notification-sign/index.js +1 -1
  155. package/dist/components/notification-sign/index.stories.d.ts +1 -1
  156. package/dist/components/number-input/index.js +1 -1
  157. package/dist/components/number-input/index.stories.d.ts +1 -1
  158. package/dist/components/oauth-selector/index.js +1 -1
  159. package/dist/components/oauth-selector/index.stories.d.ts +2 -2
  160. package/dist/components/oauth-selector/option-container/index.js +1 -1
  161. package/dist/components/plan-card/index.js +1 -1
  162. package/dist/components/plan-card/index.stories.d.ts +1 -1
  163. package/dist/components/plan-card/recommended-tag/index.js +1 -1
  164. package/dist/components/pop-up/description/index.js +1 -1
  165. package/dist/components/pop-up/index.js +1 -1
  166. package/dist/components/pop-up/index.stories.d.ts +2 -2
  167. package/dist/components/premium-feature/index.js +1 -1
  168. package/dist/components/premium-feature/index.stories.d.ts +1 -1
  169. package/dist/components/priority-score/index.js +1 -1
  170. package/dist/components/priority-score/index.stories.d.ts +1 -1
  171. package/dist/components/progress-bar/index.js +1 -1
  172. package/dist/components/progress-bar/index.stories.d.ts +57 -57
  173. package/dist/components/radio-button/index.js +1 -1
  174. package/dist/components/radio-button/index.stories.d.ts +38 -38
  175. package/dist/components/scroll-button/index.js +1 -1
  176. package/dist/components/search/index.js +1 -1
  177. package/dist/components/search/index.stories.d.ts +1 -1
  178. package/dist/components/severity-badge/index.js +1 -1
  179. package/dist/components/severity-badge/index.stories.d.ts +1 -1
  180. package/dist/components/severity-overview/badge/index.js +1 -1
  181. package/dist/components/severity-overview/index.js +1 -1
  182. package/dist/components/severity-overview/index.stories.d.ts +1 -1
  183. package/dist/components/show-on-hover/index.js +1 -1
  184. package/dist/components/slide-out-menu/index.js +1 -1
  185. package/dist/components/slide-out-menu/index.stories.d.ts +1 -1
  186. package/dist/components/slide-out-menu/menu-item/index.js +1 -1
  187. package/dist/components/slider/index.js +1 -1
  188. package/dist/components/slider/index.stories.d.ts +2 -2
  189. package/dist/components/slider/thumb/index.js +1 -1
  190. package/dist/components/step-lapse/index.js +1 -1
  191. package/dist/components/step-lapse/index.stories.d.ts +1 -1
  192. package/dist/components/table-button/index.js +1 -1
  193. package/dist/components/table-button/index.stories.d.ts +39 -39
  194. package/dist/components/tabs/fixed-tabs/index.js +1 -1
  195. package/dist/components/tabs/fixed-tabs/index.stories.d.ts +1 -1
  196. package/dist/components/tabs/index.js +1 -1
  197. package/dist/components/tabs/index.stories.d.ts +4 -4
  198. package/dist/components/tabs/tab/index.js +1 -1
  199. package/dist/components/tag/index.js +1 -1
  200. package/dist/components/tag/index.stories.d.ts +1 -1
  201. package/dist/components/timeline/card/index.d.ts +1 -1
  202. package/dist/components/timeline/card/index.js +1 -1
  203. package/dist/components/timeline/index.js +1 -1
  204. package/dist/components/timeline/index.stories.d.ts +1 -1
  205. package/dist/components/timeline/styles.d.ts +7 -2
  206. package/dist/components/timeline/types.d.ts +4 -1
  207. package/dist/components/toggle/index.js +1 -1
  208. package/dist/components/toggle/index.stories.d.ts +38 -38
  209. package/dist/components/toggle-buttons/index.js +1 -1
  210. package/dist/components/toggle-buttons/index.stories.d.ts +1 -1
  211. package/dist/components/tooltip/index.js +1 -1
  212. package/dist/components/tooltip/index.stories.d.ts +3 -3
  213. package/dist/components/tour/index.js +1 -1
  214. package/dist/components/typography/heading/index.js +1 -1
  215. package/dist/components/typography/index.js +1 -1
  216. package/dist/components/typography/span/index.js +1 -1
  217. package/dist/components/typography/text/index.js +1 -1
  218. package/dist/components-C44q6JnM.js +2787 -0
  219. package/dist/{components-Bz2jcTyn.mjs → components-DkfYgLkU.mjs} +1689 -1705
  220. package/dist/hooks/index.js +1 -1
  221. package/dist/index.js +1 -1
  222. package/package.json +12 -12
  223. package/dist/components-DyX2DK5t.js +0 -2806
@@ -1,2806 +0,0 @@
1
- "use strict";const t=require("react/jsx-runtime"),x=require("react"),s=require("./vendor-C1dWvaay.js"),Z=require("react-dom"),Le=require("react-router-dom"),q=e=>({getVariant:(i,n)=>e(i)[n]}),gt=["padding","px","py","pl","pr","pt","pb","margin","mx","my","ml","mr","mt","mb","zIndex","position","top","right","bottom","left","border","borderTop","borderRight","borderBottom","borderLeft","borderColor","borderRadius","scroll","visibility","display","height","width","maxHeight","maxWidth","minHeight","minWidth","shadow","bgColor","bgGradient","gap","flexDirection","flexGrow","justify","justifySelf","alignItems","alignSelf","wrap","color","fontFamily","fontSize","fontWeight","textAlign","whiteSpace","letterSpacing","lineSpacing","textDecoration","textOverflow","whiteSpace","wordBreak","wordWrap","cursor","transition","borderColorHover","bgColorHover","shadowHover"],hi={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},bi={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},yi={25:"",50:"",100:"#ffe6ff",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},$i={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},mi={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#dc6803",700:"#b54708",800:"",900:""},wi={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},ji={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},vi={"01":"linear-gradient(45deg, #f32637 0%, #b8075d 100%)","02":"linear-gradient(45deg, #fcfcfd 0%, #667085 100%)"},ki={type:{primary:"Roboto, sans-serif",poppins:"'Poppins', sans-serif",mono:"'Space Mono', monospace"},heading:{xxl:"64px",xl:"48px",lg:"32px",md:"24px",sm:"20px",xs:"16px"},text:{xl:"20px",lg:"18px",md:"16px",sm:"14px",xs:"12px"},weight:{bold:"700",semibold:"600",regular:"400"}},Ci={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)"},Si={mobile:"480px",tablet:"960px",sm:"1024px",md:"1440px",lg:"1920px"},zi={0:"0rem",.125:"0.125rem",.188:"0.188rem",.25:"0.25rem",.5:"0.5rem",.625:"0.625rem",.75:"0.75rem",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",3.5:"3.5rem",4:"4rem",4.5:"4.5rem",5:"5rem",6:"6rem"},Ii=["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"],Ti=[["fal","arrow-down"],["fal","arrow-left"],["fal","arrow-right"],["fal","arrow-up"],["fal","plus"],["fal","minus"],["fas","check"],["fas","circle-question"]],z={typography:ki,shadows:Ci,breakpoints:Si,spacing:zi,palette:{primary:bi,complementary:yi,error:$i,info:ji,warning:mi,success:wi,black:"#0c111d",white:"#ffffff",gray:hi,gradients:vi}},Fi=({children:e})=>t.jsx(s.ot,{theme:z,children:e}),F=(e,i)=>i===void 0?"":`${e}: ${i};`,ce=e=>{const i=e.py??e.pt??0,n=e.px??e.pr??0,r=e.py??e.pb??0,a=e.px??e.pl??0;if(e.padding){const[o,l,c,d]=e.padding;return`padding: ${z.spacing[o]} ${z.spacing[l]} ${z.spacing[c]} ${z.spacing[d]};`}return`padding: ${z.spacing[i]} ${z.spacing[n]} ${z.spacing[r]} ${z.spacing[a]};`},de=e=>{const i=e.my??e.mt??0,n=e.mx??e.mr??0,r=e.my??e.mb??0,a=e.mx??e.ml??0;if(e.margin){const[o,l,c,d]=e.margin;return`margin: ${z.spacing[o]} ${z.spacing[l]} ${z.spacing[c]} ${z.spacing[d]};`}return`margin: ${z.spacing[i]} ${z.spacing[n]} ${z.spacing[r]} ${z.spacing[a]};`},pe=e=>{const i=F("position",e.position),n=F("top",e.top),r=F("right",e.right),a=F("bottom",e.bottom),o=F("left",e.left),l=F("z-index",e.zIndex);return`
2
- ${i}
3
- ${n}
4
- ${r}
5
- ${a}
6
- ${o}
7
- ${l}
8
- `},ge=e=>{const i=F("border",e.border),n=F("border-top",e.borderTop),r=F("border-right",e.borderRight),a=F("border-bottom",e.borderBottom),o=F("border-left",e.borderLeft),l=F("border-color",e.borderColor),c=F("border-radius",e.borderRadius);return`
9
- ${i}
10
- ${n}
11
- ${r}
12
- ${a}
13
- ${o}
14
- ${l}
15
- ${c}
16
- `},Ni=e=>e.includes("x")?"overflow-x: auto;":"",Ei=e=>e.includes("y")?"overflow-y: auto;":"",ue=e=>{const i=e.scroll?`
17
- ${Ni(e.scroll)}
18
- ${Ei(e.scroll)}
19
- `:"",n=F("visibility",e.visibility),r=F("display",e.display),a=F("height",e.height),o=F("width",e.width),l=F("max-height",e.maxHeight),c=F("max-width",e.maxWidth),d=F("min-height",e.minHeight),p=F("min-width",e.minWidth),g=F("box-shadow",e.shadow?z.shadows[e.shadow]:void 0),u=F("gap",e.gap===void 0?void 0:z.spacing[e.gap]),f=F("background-color",e.bgColor),h=F("background",e.bgGradient),y=F("flex-direction",e.flexDirection),m=F("flex-grow",e.flexGrow),b=F("justify-content",e.justify),w=F("justify-self",e.justifySelf),j=F("align-items",e.alignItems),v=F("align-self",e.alignSelf),k=F("flex-wrap",e.wrap);return`
20
- ${i}
21
- ${n}
22
- ${r}
23
- ${a}
24
- ${o}
25
- ${l}
26
- ${c}
27
- ${d}
28
- ${p}
29
- ${g}
30
- ${f}
31
- ${h}
32
- ${u}
33
- ${y}
34
- ${m}
35
- ${b}
36
- ${w}
37
- ${j}
38
- ${v}
39
- ${k}
40
- `},xe=e=>{const i=F("color",e.color),n=F("font-family",e.fontFamily),r=F("font-size",e.fontSize),a=F("font-weight",e.fontWeight),o=F("line-spacing",e.letterSpacing),l=F("line-height",e.lineSpacing),c=F("text-align",e.textAlign),d=F("text-decoration",e.textDecoration),p=F("text-overflow",e.textOverflow),g=F("white-space",e.whiteSpace),u=F("word-break",e.wordBreak),f=F("word-wrap",e.wordWrap);return`
41
- ${i}
42
- ${n}
43
- ${r}
44
- ${a}
45
- ${o}
46
- ${l}
47
- ${c}
48
- ${d}
49
- ${p}
50
- ${g}
51
- ${u}
52
- ${f}
53
- `},fe=e=>{const i=F("cursor",e.cursor),n=F("border-color",e.borderColorHover),r=F("background-color",e.bgColorHover),a=F("box-shadow",e.shadowHover===void 0?void 0:z.shadows[e.shadowHover]),o=F("transition",e.transition);return`
54
- ${i}
55
-
56
- &:hover {
57
- ${o||"transition: all 0.2s;"}
58
- ${n}
59
- ${r}
60
- ${a}
61
- }
62
- `},he={shouldForwardProp:e=>!gt.includes(e)},be=s.dt.div.withConfig(he)`
63
- ${ce}
64
- ${de}
65
- ${pe}
66
- ${ue}
67
- ${xe}
68
- ${ge}
69
- ${fe}
70
- `,Ge=s.dt.button.withConfig(he)`
71
- ${ce}
72
- ${de}
73
- ${pe}
74
- ${ue}
75
- ${xe}
76
- ${ge}
77
- ${fe}
78
- `,Ue=s.dt.p.withConfig(he)`
79
- ${ce}
80
- ${de}
81
- ${pe}
82
- ${ue}
83
- ${xe}
84
- ${ge}
85
- ${fe}
86
- `,Ye=s.dt.span.withConfig(he)`
87
- ${ce}
88
- ${de}
89
- ${pe}
90
- ${ue}
91
- ${xe}
92
- ${ge}
93
- ${fe}
94
- `,Ri=s.dt(be)`
95
- ${({theme:e,$center:i=!1,$styleMd:n,$styleSm:r})=>`
96
- ${i?"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
- ${n};
105
- }
106
-
107
- @media screen and (max-width: ${e.breakpoints.mobile}) {
108
- ${r};
109
- }
110
- `}
111
- `,$=x.forwardRef(function({as:i="div",center:n,children:r,id:a,onHover:o,onLeave:l,styleMd:c,styleSm:d,...p},g){return t.jsx(Ri,{$center:n,$styleMd:c,$styleSm:d,as:i,id:a,onMouseLeave:l,onMouseOver:o,ref:g,...p,children:r})}),Di=s.dt(Ue)`
112
- ${({theme:e,$bgGradient:i="unset",$color:n=e.palette.gray[800],$display:r="block",$fontFamily:a=e.typography.type.primary,$fontWeight:o="bold",$letterSpacing:l=0,$lineSpacing:c=1.5,$lineSpacingSm:d,$size:p,$sizeMd:g,$sizeSm:u,$textFill:f="unset",$whiteSpace:h="pre-line",$wordBreak:y="normal"})=>`
113
- background: ${i};
114
- color: ${n};
115
- display: ${r};
116
- font-family: ${a};
117
- font-size: ${e.typography.heading[p]};
118
- font-weight: ${e.typography.weight[o]};
119
- letter-spacing: ${l};
120
- line-height: ${e.spacing[c]};
121
- width: ${r==="block"?"100%":"auto"};
122
- white-space: ${h};
123
- word-break: ${y};
124
- background-clip: text;
125
- -webkit-background-clip: text;
126
- -webkit-text-fill-color: ${f};
127
-
128
- @media screen
129
- and (min-width: ${e.breakpoints.mobile})
130
- and (max-width: ${e.breakpoints.tablet})
131
- {
132
- font-size: ${e.typography.heading[g??p]};
133
- }
134
-
135
- @media screen and (max-width: ${e.breakpoints.mobile}) {
136
- font-size: ${e.typography.heading[u??p]};
137
- line-height: ${e.spacing[d??c]};
138
- }
139
- `}
140
- `,ut=s.dt(Ue)`
141
- ${({theme:e,$bgGradient:i="unset",$color:n=e.palette.gray[600],$display:r="block",$fontFamily:a=e.typography.type.primary,$fontWeight:o="regular",$letterSpacing:l=0,$lineSpacing:c=1.25,$lineSpacingSm:d,$size:p,$sizeMd:g,$sizeSm:u,$textFill:f="unset",$whiteSpace:h="pre-line",$wordBreak:y="normal"})=>`
142
- background: ${i};
143
- color: ${n};
144
- display: ${r};
145
- font-family: ${a};
146
- font-size: ${e.typography.text[p]};
147
- font-weight: ${e.typography.weight[o]};
148
- letter-spacing: ${l};
149
- line-height: ${e.spacing[c]};
150
- width: ${r==="block"?"100%":"auto"};
151
- white-space: ${h};
152
- word-break: ${y};
153
- background-clip: text;
154
- -webkit-background-clip: text;
155
- -webkit-text-fill-color: ${f};
156
-
157
- @media screen
158
- and (min-width: ${e.breakpoints.mobile})
159
- and (max-width: ${e.breakpoints.tablet})
160
- {
161
- font-size: ${e.typography.text[g??p]};
162
- }
163
-
164
- @media screen and (max-width: ${e.breakpoints.mobile}) {
165
- font-size: ${e.typography.text[u??p]};
166
- line-height: ${e.spacing[d??c]};
167
- }
168
- `}
169
- `,Li=s.dt(Ye)`
170
- ${({theme:e,$color:i=e.palette.gray[600],$content:n=void 0,$display:r="inline",$fontWeight:a="regular",$size:o,$lineSpacing:l=1.25})=>`
171
- color: ${i};
172
- display: ${r};
173
- font-family: ${e.typography.type.primary};
174
- font-size: ${e.typography.text[o]};
175
- font-weight: ${e.typography.weight[a]};
176
- line-height: ${e.spacing[l]};
177
- width: ${r==="block"?"100%":"auto"};
178
-
179
- ${n===void 0?"":`&::after { content: "${n}"; }`}
180
- `}
181
- `,G=x.forwardRef(function({bgGradient:i,children:n,className:r,color:a,display:o,fontFamily:l,fontWeight:c,letterSpacing:d,lineSpacing:p,lineSpacingSm:g,size:u,sizeMd:f,sizeSm:h,textFill:y,whiteSpace:m,wordBreak:b,...w},j){return t.jsx(Di,{$bgGradient:i,$color:a,$display:o,$fontFamily:l,$fontWeight:c,$letterSpacing:d,$lineSpacing:p,$lineSpacingSm:g,$size:u,$sizeMd:f,$sizeSm:h,$textFill:y,$whiteSpace:m,$wordBreak:b,className:r,ref:j,...w,children:n})}),oe=x.forwardRef(function({children:i,color:n,content:r,display:a,fontFamily:o,fontWeight:l,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,size:g,sizeMd:u,sizeSm:f,...h},y){return t.jsx(Li,{$color:n,$content:r,$display:a,$fontFamily:o,$fontWeight:l,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$size:g,$sizeMd:u,$sizeSm:f,ref:y,...h,children:i})}),C=x.forwardRef(function({bgGradient:i,children:n,className:r,color:a,display:o,fontFamily:l,fontWeight:c,letterSpacing:d,lineSpacing:p,lineSpacingSm:g,size:u,sizeMd:f,sizeSm:h,textFill:y,whiteSpace:m,wordBreak:b,...w},j){return t.jsx(ut,{$bgGradient:i,$color:a,$display:o,$fontFamily:l,$fontWeight:c,$letterSpacing:d,$lineSpacing:p,$lineSpacingSm:g,$size:u,$sizeMd:f,$sizeSm:h,$textFill:y,$whiteSpace:m,$wordBreak:b,className:r,ref:j,...w,children:n})}),xt=({item:e})=>{const i=e.description&&typeof e.description=="string"?t.jsx(C,{mb:e.extraElement?.5:void 0,size:"sm",children:e.description}):e.description??void 0;return t.jsxs($,{display:"block",id:`panel-${e.title}`,padding:[.75,.75,.75,.75],children:[i,e.extraElement?t.jsx($,{children:e.extraElement}):void 0]})},Pi={xl:"96px",lg:"64px",md:"32px",sm:"24px",xs:"16px",xxs:"12px",xxss:"10px"},Ai=s.dt(Ye)`
182
- ${({$clickable:e,$color:i="inherit",$disabled:n=!1,$hoverColor:r,$rotation:a,$size:o,$secondaryColor:l})=>{const c=r?"":"brightness(50%)",d=r??"";return`
183
- color: ${i};
184
- cursor: ${e?"pointer":"inherit"};
185
- font-size: ${Pi[o]};
186
- line-height: 0;
187
- vertical-align: middle;
188
- pointer-events: inherit;
189
- opacity: ${n?"0.5":"1"};
190
-
191
- > svg {
192
- --fa-secondary-color: ${l};
193
- transform: ${a===void 0?"":`rotate(${a}deg)`};
194
- }
195
-
196
- .fill-gradient-01 path {
197
- fill: url(/gradients.svg#gradient-01);
198
- fill: url(#gradient-01);
199
- }
200
- .fill-gradient-02 path {
201
- fill: url(/gradients.svg#gradient-02);
202
- fill: url(#gradient-02);
203
- }
204
-
205
- ${e?`&:hover {
206
- filter: ${c};
207
- color: ${d};
208
- }`:""}
209
- `}}
210
- `;s.dt.div`
211
- cursor: pointer;
212
- transition: all 0.2s ease-in-out;
213
-
214
- &:hover:not([disabled]) {
215
- transform: scale(1.2);
216
- }
217
- `;const I=x.forwardRef(function({clickable:i,disabled:n,hoverColor:r,icon:a,iconClass:o="",iconColor:l,iconMask:c,iconSize:d,iconTransform:p,iconType:g="fa-solid",onClick:u,rotation:f,spanClass:h,secondaryColor:y,...m},b){return t.jsx(Ai,{$clickable:i,$color:l,$disabled:n,$hoverColor:r,$rotation:f,$secondaryColor:y,$size:d,className:h,"data-testid":`${a}-icon`,onClick:u,ref:b,...m,children:t.jsx("i",{className:`${g} fa-${a} ${o}`,...c!==void 0?{"data-fa-mask":c}:{},...p!==void 0?{"data-fa-transform":p}:{}})},`${g}-${a}`)}),Wi=x.forwardRef(function({aligned:i="end",items:n,bgColor:r},a){const o=s.nt(),[l,c]=x.useState(!1),[d,p]=x.useState(-1),g=x.useCallback(u=>()=>{p(u),c(u===d?f=>!f:!0)},[d]);return t.jsx($,{ref:a,children:n.map((u,f)=>{const h=f===d&&l;return t.jsxs($,{bgColor:r??o.palette.white,children:[t.jsx($,{"aria-controls":`panel-${u.title}`,"aria-expanded":l,"aria-label":u.title,as:"button",bgColor:r??o.palette.white,bgColorHover:o.palette.gray[100],borderBottom:h||f===n.length-1?"1px solid":void 0,borderColor:o.palette.gray[200],borderTop:"1px solid",cursor:"pointer",display:"flex",onClick:g(f),padding:[.75,.75,.75,.75],width:"100%",children:t.jsxs($,{as:"summary",display:"flex",flexDirection:i==="end"?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[t.jsx(C,{color:o.palette.gray[800],fontWeight:"bold",size:"sm",sizeSm:"sm",textAlign:"start",children:u.title}),t.jsx(I,{icon:h?"chevron-up":"chevron-down",iconColor:o.palette.gray[400],iconSize:"xs",iconType:"fa-light"})]})}),h&&t.jsx(xt,{item:u})]},u.title)})})}),Bi=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:Hi}=q(e=>({error:`
218
- background: ${e.palette.error[50]};
219
- border: 1px solid ${e.palette.error[500]};
220
- color: ${e.palette.error[700]};
221
-
222
- button {
223
- color: ${e.palette.error[700]};
224
-
225
- &:hover:not([disabled]) {
226
- background-color: ${e.palette.error[200]};
227
- color: ${e.palette.error[700]};
228
- }
229
- }
230
- `,info:`
231
- background: ${e.palette.info[50]};
232
- border: 1px solid ${e.palette.info[500]};
233
- color: ${e.palette.info[700]};
234
-
235
- button {
236
- color: ${e.palette.info[700]};
237
-
238
- &:hover:not([disabled]) {
239
- background-color: ${e.palette.info[200]};
240
- color: ${e.palette.info[700]};
241
- }
242
- }
243
- `,success:`
244
- background: ${e.palette.success[50]};
245
- border: 1px solid ${e.palette.success[500]};
246
- color: ${e.palette.success[700]};
247
-
248
- button {
249
- color: ${e.palette.success[700]};
250
-
251
- &:hover:not([disabled]) {
252
- background-color: ${e.palette.success[200]};
253
- color: ${e.palette.success[700]};
254
- }
255
- }
256
- `,warning:`
257
- background: ${e.palette.warning[50]};
258
- border: 1px solid ${e.palette.warning[500]};
259
- color: ${e.palette.warning[700]};
260
-
261
- button {
262
- color: ${e.palette.warning[700]};
263
-
264
- &:hover:not([disabled]) {
265
- background-color: ${e.palette.warning[200]};
266
- color: ${e.palette.warning[700]};
267
- }
268
- }
269
- `})),Mi=s.dt.div`
270
- ${({theme:e,$variant:i})=>`
271
- background: transparent;
272
- align-items: center;
273
- border-radius: ${e.spacing[.25]};
274
- display: inline-flex;
275
- font-family: ${e.typography.type.primary};
276
- font-size: ${e.typography.text.sm};
277
- font-weight: ${e.typography.weight.bold};
278
- line-height: ${e.spacing[1.25]};
279
- min-width: 250px;
280
- width: 100%;
281
- padding: ${e.spacing[.75]};
282
- position: relative;
283
- gap: ${e.spacing[.75]};
284
-
285
- button {
286
- background-color: transparent;
287
- }
288
-
289
- ${Hi(e,i??"error")}
290
- `}
291
- `,Oi=s.dt.div`
292
- padding-right: 4px;
293
- width: 100%;
294
- `,{getVariant:Vi}=q(e=>({ghost:`
295
- background: transparent;
296
- border: none;
297
- color: ${e.palette.gray[800]};
298
- --btn-padding-x: ${e.spacing[.5]};
299
- --btn-padding-y: ${e.spacing[.625]};
300
- --btn-spacing: ${e.spacing[.25]};
301
-
302
- &:disabled {
303
- color: ${e.palette.gray[400]};
304
- cursor: not-allowed;
305
- }
306
-
307
- &:hover:not([disabled]) {
308
- background-color: ${e.palette.gray[100]};
309
- color: ${e.palette.gray[800]};
310
- }
311
- `,link:`
312
- --btn-padding-x: 0;
313
- --btn-padding-y: 0;
314
- color: ${e.palette.gray[800]};
315
-
316
- &:hover {
317
- color: ${e.palette.gray[500]};
318
- }
319
- `,primary:`
320
- background: ${e.palette.primary[500]};
321
- border: none;
322
- color: ${e.palette.white};
323
- --btn-spacing: ${e.spacing[.25]};
324
-
325
- &:disabled {
326
- background: ${e.palette.gray[200]};
327
- color: ${e.palette.gray[400]};
328
- cursor: not-allowed;
329
- }
330
-
331
- &:hover:not([disabled]) {
332
- background-color: ${e.palette.primary[700]};
333
- color: ${e.palette.white};
334
- }
335
- `,secondary:`
336
- background: ${e.palette.gray[800]};
337
- border: none;
338
- color: ${e.palette.white};
339
- --btn-spacing: ${e.spacing[.25]};
340
-
341
- &:disabled {
342
- background: ${e.palette.gray[200]};
343
- color: ${e.palette.gray[400]};
344
- cursor: not-allowed;
345
- }
346
-
347
- &:hover:not([disabled]) {
348
- background-color: ${e.palette.gray[600]};
349
- color: ${e.palette.white};
350
- }
351
- `,tertiary:`
352
- background: transparent;
353
- border: 1px solid ${e.palette.primary[500]};
354
- color: ${e.palette.primary[500]};
355
- --btn-spacing: ${e.spacing[.25]};
356
-
357
- &:disabled {
358
- background: transparent;
359
- border: 1px solid ${e.palette.gray[200]};
360
- color: ${e.palette.gray[300]};
361
- cursor: not-allowed;
362
- }
363
-
364
- &:hover:not([disabled]) {
365
- background-color: ${e.palette.primary[500]};
366
- color: ${e.palette.white};
367
- }
368
- `})),ft=s.dt(Ge)`
369
- ${({theme:e,justify:i,$size:n,$variant:r})=>`
370
- align-items: center;
371
- border-radius: var(--btn-spacing);
372
- cursor: pointer;
373
- display: inline-flex;
374
- font-family: ${e.typography.type.primary};
375
- font-size: ${n??e.typography.text.sm};
376
- font-weight: ${e.typography.weight.regular};
377
- gap: var(--btn-spacing);
378
- justify-content: ${i??"center"};
379
- line-height: ${e.spacing[1.25]};
380
- padding: var(--btn-padding-y) var(--btn-padding-x);
381
- position: relative;
382
- text-align: start;
383
- transition: all 0.5s ease;
384
- white-space: nowrap;
385
-
386
- @media screen and (max-width: ${e.breakpoints.mobile}) {
387
- ${r!=="link"?`--btn-padding-y: ${e.spacing[1]}`:""};
388
- }
389
-
390
- ${Vi(e,r??"primary")}
391
- `}
392
- `,_i=s.dt(ft)`
393
- ${({theme:e,$borderRadius:i="4px",$px:n=.5,$py:r=.5})=>`
394
- --btn-spacing: ${i};
395
- --btn-padding-x: ${e.spacing[n]};
396
- --btn-padding-y: ${e.spacing[r]};
397
-
398
- align-items: center;
399
- line-height: 0;
400
- text-align: center;
401
-
402
- > span {
403
- margin: 0 !important;
404
- }
405
- `}
406
- `,Gi=s.dt(be)``,Ui=s.dt.div`
407
- ${({theme:e,$maxWidth:i="320px"})=>`
408
- background-color: ${e.palette.gray[700]};
409
- border-radius: 8px;
410
- color: ${e.palette.white};
411
- font-size: ${e.typography.text.xs};
412
- max-width: ${i};
413
- padding: ${e.spacing[.75]};
414
- width: max-content;
415
- z-index: 999999;
416
- `}
417
- `,U=({children:e,disabled:i=!1,display:n="inline-block",height:r,icon:a,iconColor:o,iconSize:l,id:c,maxWidth:d,nodeTip:p,place:g="bottom",tip:u="",title:f="",hide:h=u===""&&f===""&&p===void 0,width:y})=>{const m=s.nt(),[b,w]=x.useState(!1),{refs:j,floatingStyles:v,context:k}=s.useFloating({middleware:[s.flip({fallbackAxisSideDirection:"start"}),s.offset({mainAxis:10}),s.shift()],onOpenChange:w,open:b,placement:g,whileElementsMounted:s.autoUpdate}),T=s.useHover(k,{delay:{close:0,open:500},move:!1}),S=s.useFocus(k),N=s.useRole(k,{role:a?"label":"tooltip"}),{getReferenceProps:E,getFloatingProps:A}=s.useInteractions([T,S,N]);return i?t.jsx(x.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(Gi,{...E(),display:n,height:r,id:c,ref:j.setReference,width:y,children:a?t.jsx(I,{clickable:!0,disabled:i,icon:a,iconColor:o,iconSize:l??"xxs",iconType:b?"fa-solid":"fa-light"}):e}),b&&!h&&Z.createPortal(t.jsxs(Ui,{...A(),$maxWidth:d,id:`floating-${c}`,ref:j.setFloating,style:v,children:[s.lodashExports.isEmpty(f)?void 0:t.jsx(C,{color:m.palette.white,fontWeight:"bold",lineSpacing:1.5,size:"sm",textAlign:"start",wordWrap:"break-word",children:f}),s.lodashExports.isEmpty(u)?void 0:t.jsx(C,{color:m.palette.gray[100],lineSpacing:1.5,size:"sm",textAlign:"start",wordWrap:"break-word",children:u}),s.lodashExports.isEmpty(p)?void 0:p]}),document.getElementById("root")??document.body)]})},B=x.forwardRef(function({borderRadius:i,disabled:n,icon:r,iconColor:a,iconSize:o="xxs",iconTransform:l,iconType:c,id:d,justify:p="center",onClick:g,px:u,py:f,type:h="button",tooltip:y,tooltipPlace:m,value:b,variant:w="primary",...j},v){const k=t.jsx(_i,{$borderRadius:i,$px:u,$py:f,$variant:w,"aria-disabled":n,"aria-label":d,borderRadius:i,disabled:n,id:d,justify:p,onClick:g,ref:v,type:h,value:b,...j,children:t.jsx(I,{clickable:!1,icon:r,iconColor:a,iconSize:o,iconTransform:l,iconType:c})}),S=(h+(w??"")+(d??r)).replace(/ /u,"_");return y===void 0?k:t.jsx(U,{id:`${S}-tooltip`,place:m,tip:y,children:k})}),Yi=x.forwardRef(function({autoHide:i=!1,children:n,closable:r=!1,onTimeOut:a,show:o=!0,time:l=8,variant:c="error",id:d,...p},g){const[u,f]=x.useState(o),h=x.useCallback(()=>{f(!1)},[]);return x.useEffect(()=>{const y=setTimeout(()=>{a==null||a(!0),i&&h()},l*1e3);return()=>{clearTimeout(y)}},[i,h,l,a]),x.useEffect(()=>{f(o)},[o,f]),t.jsx($,{display:u?"block":"none",ref:g,role:"alert",...p,children:t.jsxs(Mi,{$variant:c,id:d,children:[t.jsx(I,{clickable:!1,icon:Bi(c),iconSize:"xs",iconType:"fa-light"}),t.jsx(Oi,{children:n}),r?t.jsx(B,{height:"fit-content",icon:"close",iconSize:"xs",iconType:"fa-light",onClick:h,px:.125,py:.125,variant:"ghost"}):void 0]})})}),it=s.dt.div`
418
- ${({theme:e})=>`
419
- align-items: center;
420
- background-color: ${e.palette.gray[200]};
421
- border-radius: 100%;
422
- color: ${e.palette.gray[800]};
423
- display: flex;
424
- font-family: ${e.typography.type.primary};
425
- font-size: ${e.typography.text.xs};
426
- font-weight: 500;
427
- line-height: 18px;
428
- justify-content: center;
429
- text-align: center;
430
- width: ${e.spacing[1.25]};
431
- height: ${e.spacing[1.25]};
432
- `}
433
- `,qi=s.dt.div`
434
- ul,
435
- ol {
436
- padding-top: 6px;
437
- padding-bottom: 6px;
438
- background-color: #fff;
439
- position: absolute;
440
- top: 40px;
441
- right: 1px;
442
- z-index: 1;
443
- }
444
-
445
- .no-hover,
446
- .user-info {
447
- text-decoration: none;
448
- display: flex;
449
- justify-content: space-between;
450
- height: auto;
451
- }
452
-
453
- .user-info,
454
- .commit-info {
455
- padding-left: 16px;
456
- padding-right: 16px;
457
- }
458
-
459
- .user-info {
460
- padding-top: 10px;
461
- padding-bottom: 1px;
462
- }
463
-
464
- .commit-info {
465
- padding-top: 1px;
466
- padding-bottom: 10px;
467
- }
468
-
469
- li {
470
- list-style-type: none;
471
- }
472
-
473
- span {
474
- white-space: nowrap;
475
- }
476
-
477
- a {
478
- color: ${({theme:e})=>e.palette.gray[800]};
479
- text-decoration: none;
480
- padding: unset;
481
- }
482
-
483
- a:hover {
484
- text-decoration: none;
485
- color: ${({theme:e})=>e.palette.gray[800]};
486
- }
487
-
488
- #menu-profile-container ul {
489
- min-width: unset;
490
- width: auto;
491
- z-index: 10;
492
- }
493
-
494
- #menu-profile-container li div {
495
- min-width: unset;
496
- }
497
- `,{getVariant:Ki}=q(e=>({default:`
498
- background-color: ${e.palette.gray[200]};
499
- color: ${e.palette.gray[800]};
500
- `,error:`
501
- &.high {
502
- background-color: ${e.palette.error[700]};
503
- color: ${e.palette.white};
504
- }
505
- &.low {
506
- background-color: ${e.palette.error[50]};
507
- color: ${e.palette.error[700]};
508
- }
509
- &.medium {
510
- background-color: ${e.palette.error[500]};
511
- color: ${e.palette.error[50]};
512
- }
513
- `,inactive:`
514
- background-color: ${e.palette.gray[200]};
515
- color: ${e.palette.gray[600]};
516
- `,info:`
517
- &.high {
518
- background-color: ${e.palette.info[700]};
519
- color: ${e.palette.white};
520
- }
521
- &.low {
522
- background-color: ${e.palette.info[50]};
523
- color: ${e.palette.info[700]};
524
- }
525
- &.medium {
526
- background-color: ${e.palette.info[500]};
527
- color: ${e.palette.info[50]};
528
- }
529
- `,reachable:`
530
- background-color: ${e.palette.gray[50]};
531
- color: ${e.palette.gray[800]};
532
- `,remediation:`
533
- background-color: inherit;
534
- border: 1px solid ${e.palette.gray[300]};
535
- color: ${e.palette.gray[400]};
536
- `,role:`
537
- background-color: ${e.palette.gray[800]};
538
- color: ${e.palette.white};
539
- `,success:`
540
- &.high {
541
- background-color: ${e.palette.success[700]};
542
- color: ${e.palette.white};
543
- }
544
- &.low {
545
- background-color: ${e.palette.success[50]};
546
- color: ${e.palette.success[700]};
547
- }
548
- &.medium {
549
- background-color: ${e.palette.success[500]};
550
- color: ${e.palette.success[50]};
551
- }
552
- `,technique:`
553
- --tag-padding-y: ${e.spacing[.25]};
554
- --tag-padding-x: ${e.spacing[.75]};
555
-
556
- background-color: inherit;
557
- border: 1px solid ${e.palette.success[800]};
558
- color: ${e.palette.success[800]};
559
- `,warning:`
560
- &.high {
561
- background-color: ${e.palette.warning[600]};
562
- color: ${e.palette.white};
563
- }
564
- &.low {
565
- background-color: ${e.palette.warning[50]};
566
- color: ${e.palette.warning[700]};
567
- }
568
- &.medium {
569
- background-color: ${e.palette.warning[400]};
570
- color: ${e.palette.warning[700]};
571
- }
572
- `})),Xi=s.dt.span`
573
- ${({theme:e,$fontSize:i=e.typography.text.xs,$variant:n})=>`
574
- align-items: center;
575
- border-radius: ${e.spacing[n==="technique"?1:.25]};
576
- display: inline-flex;
577
- gap: ${e.spacing[.25]};
578
- font-family: ${e.typography.type.primary};
579
- font-size: ${i};
580
- font-style: normal;
581
- font-weight: ${e.typography.weight.regular};
582
- justify-content: center;
583
- line-height: 18px;
584
- padding: var(--tag-padding-y) var(--tag-padding-x);
585
- white-space: nowrap;
586
- width: max-content;
587
-
588
- ~ a {
589
- font-size: ${e.typography.text.xs};
590
- display: flex;
591
- }
592
-
593
- ${Ki(e,n)}
594
- `}
595
- `,{getVariant:Zi}=q(e=>({highRelevance:`
596
- color: ${e.palette.primary[500]};
597
-
598
- &:hover:not([disabled]) {
599
- color: ${e.palette.primary[400]};
600
- }
601
- `,lowRelevance:`
602
- color: ${e.palette.gray[800]};
603
-
604
- &:hover:not([disabled]) {
605
- color: ${e.palette.gray[500]};
606
- }
607
- `})),ht=s.lt`
608
- ${({theme:e,$color:i,$variant:n})=>`
609
- align-items: center;
610
- cursor: pointer;
611
- font-family: ${e.typography.type.primary};
612
- font-size: ${e.typography.text.sm};
613
- font-weight: ${e.typography.weight.regular};
614
- gap: ${e.spacing[.25]};
615
- line-height: ${e.spacing[1.25]};
616
- text-decoration: underline;
617
- word-break: break-word;
618
- word-wrap: break-word;
619
-
620
- &:disabled {
621
- color: ${e.palette.gray[300]};
622
- cursor: not-allowed;
623
- }
624
-
625
- &:has(button) {
626
- text-decoration: none;
627
- }
628
-
629
- ${i?`color: ${i}`:Zi(e,n)}
630
- `}
631
- `,Ji=s.dt.a`
632
- ${ht}
633
- `,Qi=s.dt(Le.Link)`
634
- ${ht}
635
- `,J=({children:e,color:i,download:n,href:r,iconPosition:a="right",onClick:o,target:l,variant:c="lowRelevance"})=>{const d=r.startsWith("https://"),p=t.jsx(I,{icon:n===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"xxs",iconType:"fa-regular",ml:.25,mr:.25});return d?t.jsxs(Ji,{$color:i,$variant:c,download:n,href:r,onClick:o,rel:"nofollow noopener noreferrer",target:l??"_blank",children:[a==="left"?p:void 0,e,a==="right"?p:void 0]}):t.jsxs(Qi,{$variant:c,download:n,onClick:o,rel:"nofollow noopener noreferrer",target:l,to:r,children:[l!==void 0&&a==="left"?p:void 0,e,l!==void 0&&a==="right"?p:void 0]})},K=({disabled:e,icon:i,iconColor:n="inherit",iconType:r="fa-light",id:a="close-tag",filterValues:o="",fontSize:l,href:c,linkLabel:d,onClose:p,priority:g="default",tagTitle:u="",tagLabel:f,variant:h="default"})=>{const y=f.length>25&&s.lodashExports.isEmpty(u+o),m=`${f.slice(0,25)}...`;return t.jsxs(oe,{className:"gap-0.5",display:c===void 0?"initial":"flex",size:"sm",children:[t.jsxs(Xi,{$fontSize:l,$variant:h,className:g,children:[i&&t.jsx(I,{icon:i,iconColor:n,iconSize:"xxs",iconType:r}),t.jsxs("span",{children:[t.jsx("strong",{children:u}),t.jsx("span",{children:y?m:f}),t.jsx("strong",{children:o})]}),p?t.jsx(B,{disabled:e,icon:"xmark",iconSize:"xxs",iconType:"fa-light",id:a,onClick:p,px:.125,py:.125,variant:"ghost"}):void 0]}),c===void 0?void 0:t.jsx(J,{href:c,children:d})]})},en=(e,i=!0)=>{const n=window.open(e,i?void 0:"_self","noopener,noreferrer,");s.lodashExports.isObject(n)&&(n.opener=null)},L=x.forwardRef(function({children:i,disabled:n=!1,external:r=!1,fontSize:a,href:o,id:l,icon:c,name:d,onClick:p,showArrow:g=!1,tag:u,type:f="button",tooltip:h,tooltipPlace:y="bottom",underline:m=!1,value:b,variant:w="primary",width:j,...v},k){const T=h!==void 0,S=`${l}-tooltip`,N=x.useCallback(()=>{o&&en(o,r)},[r,o]),E=t.jsxs(ft,{$size:a,$variant:w,"aria-disabled":n,className:m?"underline":void 0,disabled:n,id:l,name:d,onClick:w==="link"?N:p,ref:k,type:f,value:b,width:j,...T?{"data-tooltip-id":S}:{},...v,children:[c!==void 0&&t.jsx(I,{icon:c,iconSize:"xs",iconType:"fa-light"}),i,(g||w==="link")&&t.jsx(I,{icon:"arrow-right",iconSize:"xs",iconType:"fa-light"}),u===void 0?null:t.jsx(K,{tagLabel:u,variant:"inactive"})]});return T?t.jsx(U,{disabled:!T,id:S,place:y,tip:h,width:j,children:E}):E}),tn=x.forwardRef(function({children:i,onClick:n,userName:r,showIcon:a=!1,showUsername:o=!1},l){const c=!!n;return t.jsx($,{id:"navbar-user-profile",ref:l,zIndex:9999,children:t.jsxs($,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[c?t.jsxs(L,{onClick:n,pb:.5,pl:.5,pr:.5,pt:.5,variant:"ghost",children:[t.jsx(it,{children:r[0].toUpperCase()}),o?t.jsx(C,{color:"#1d2939",display:"inline",ml:.5,size:"sm",children:r.split(" ")[0]}):void 0,a?t.jsx(I,{clickable:!1,icon:"ellipsis-v",iconSize:"xxss",ml:.5}):void 0]}):t.jsxs($,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(it,{children:r[0].toUpperCase()}),o?t.jsxs(C,{color:"#1d2939",display:"inline",ml:.5,size:"sm",children:["Hi ",r.split(" ")[0],"!"]}):void 0,a?t.jsx(I,{clickable:!1,icon:"ellipsis-v",iconSize:"xxss",ml:.5}):void 0]}),t.jsx(qi,{children:i})]})})}),Se=({authorEmail:e,date:i,description:n,descriptionColor:r,id:a,title:o,titleColor:l,textAlign:c,textSpacing:d=0,tooltip:p})=>{const g=s.nt();return t.jsxs($,{width:"100%",children:[typeof o=="string"?t.jsx(C,{color:l??g.palette.gray[800],fontWeight:"bold",mb:d,size:"sm",textAlign:c,wordBreak:"break-word",children:o}):o,t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[n&&t.jsx(C,{color:r??g.palette.gray[800],fontWeight:n===void 0?"bold":"regular",size:"sm",textAlign:c,wordBreak:"break-word",children:n}),i&&t.jsx(C,{color:g.palette.gray[800],fontWeight:"bold",size:"sm",textAlign:c,wordBreak:"break-word",children:`Date: ${i.split(" ")[0]}`}),e&&t.jsx(C,{color:g.palette.gray[800],fontWeight:"bold",size:"sm",textAlign:c,wordBreak:"break-word",children:`Author: ${e}`}),p&&t.jsx(U,{icon:"circle-info",id:a,tip:p})]})]})},nt=s.dt($).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
636
- & img {
637
- display: block;
638
- }
639
-
640
- &::after {
641
- content: "";
642
- position: absolute;
643
- top: 0;
644
- left: 0;
645
- width: 100%;
646
- height: 100%;
647
- pointer-events: none;
648
- ${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
649
- }
650
- `,nn=e=>{if(s._.isNil(e))return"";const i=e.split(".");return(i.length>1?s._.last(i):"").toLowerCase()},rn=(e,i)=>s._.isUndefined(i)?!1:s._.includes(e,nn(i)),bt=({alt:e,fileType:i,width:n="100%",opacity:r=0,src:a,height:o="auto"})=>i==="video"||rn(["webm"],a)?t.jsx(nt,{$opacity:r,children:t.jsxs("video",{controls:!0,muted:!0,style:{height:o,width:n},children:[t.jsx("source",{src:a,type:"video/webm"}),t.jsx(J,{href:a,iconPosition:"hidden",children:a})]})}):t.jsx(nt,{$opacity:r,children:t.jsx("img",{alt:e,src:a,style:{height:o,width:n}})}),an=({alt:e,authorEmail:i,date:n,description:r,src:a,children:o,isEditing:l,onClick:c,title:d,hideDescription:p=!1,headerType:g="image",showMaximize:u=!0})=>{const f=s.nt(),[h,y]=x.useState(!1),m=x.useCallback(()=>{y(!0)},[]),b=x.useCallback(()=>{y(!1)},[]);return t.jsxs($,{bgColor:"transparent",border:"1px solid transparent",borderColorHover:"black",borderRadius:f.spacing[.25],display:"flex",flexDirection:"column",gap:1,onHover:m,onLeave:b,padding:[.5,.5,.5,.5],width:"100%",children:[t.jsx($,{cursor:l?"unset":"pointer",display:"inline-flex",justify:"center",onClick:c,position:"relative",width:"100%",children:o===void 0?t.jsxs(x.Fragment,{children:[t.jsx(bt,{alt:e,fileType:g,height:"147px",opacity:h?.3:0,src:a,width:"100%"}),u?t.jsx($,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(B,{color:"white",icon:"arrows-maximize",iconSize:"xxs",iconType:"fa-light",variant:"secondary"})}):void 0]}):o}),p?null:t.jsx(Se,{authorEmail:i,date:n,description:r,descriptionColor:f.palette.gray[600],id:`${e}-card-header`,title:d})]})},on=s.dt.div`
651
- ${({theme:e,$align:i="center",$minWidth:n="auto",$minHeight:r="auto"})=>`
652
- display: flex;
653
- background-color: ${e.palette.white};
654
- border-radius: ${e.spacing[.25]};
655
- border: 1px solid ${e.palette.gray[200]};
656
- flex-direction: column;
657
- justify-content: center;
658
- gap: ${e.spacing[.5]};
659
- min-width: ${n};
660
- min-height: ${r};
661
- padding: ${e.spacing[1]};
662
-
663
- input {
664
- color: ${e.palette.gray[800]};
665
- line-height: ${e.spacing[1.5]};
666
- text-align: ${i};
667
- }
668
- `}
669
- `,qe=({htmlFor:e,label:i,link:n,required:r,tooltip:a,weight:o="normal"})=>{const l=s.nt(),c=`${e}-tooltip`,d=a!==void 0&&!s.lodashExports.isEmpty(a);return t.jsxs("label",{className:`flex font-${o} gap-1 w-full`,htmlFor:e,children:[i,r&&t.jsx(I,{icon:"asterisk",iconColor:l.palette.error[500],iconSize:"xxss"}),n?t.jsx(J,{href:n,target:"_blank"}):null,d?t.jsx(U,{display:"inline-flex",icon:"circle-info",id:c,place:"top",tip:a}):null]})},sn=s.dt.div`
670
- ${({theme:e})=>`
671
- align-items: flex-start;
672
- display: inline-flex;
673
- flex-direction: column;
674
- gap: ${e.spacing[.25]};
675
- position: relative;
676
- width: 100%;
677
-
678
- label {
679
- color: ${e.palette.gray[800]};
680
- }
681
-
682
- &:has(input.date-input) {
683
- div {
684
- padding-right: 0;
685
- }
686
- }
687
-
688
- &:has(input[type="file"]) {
689
- div {
690
- border-right: unset;
691
- padding-right: 0;
692
-
693
- &:hover, &:focus-within {
694
- border-right: unset;
695
- }
696
- }
697
- }
698
-
699
- > *:not(.error-msg) {
700
- font-family: ${e.typography.type.primary};
701
- font-size: ${e.typography.text.sm};
702
- font-style: normal;
703
- font-weight: ${e.typography.weight.regular};
704
- line-height: ${e.spacing[1.25]};
705
- }
706
- `}
707
- `,Q=s.dt.div`
708
- ${({theme:e,$overflowX:i})=>`
709
- align-items: center;
710
- display: flex;
711
- border-radius: ${e.spacing[.5]};
712
- border: 1px solid;
713
- border-color: ${e.palette.gray[300]};
714
- color: ${e.palette.gray[600]};
715
- gap: ${e.spacing[.625]};
716
- justify-content: space-between;
717
- height: 40px;
718
- overflow-x: ${i??"unset"};
719
- padding: ${i===void 0?`${e.spacing[.625]} ${e.spacing[.75]}`:`${e.spacing[.25]} ${e.spacing[.75]}`};
720
- width: 100%;
721
- white-space: nowrap;
722
-
723
- input, textarea {
724
- background: inherit;
725
- color: ${e.palette.gray[800]};
726
- cursor: inherit;
727
- outline: none;
728
- resize: none;
729
- width: 100%;
730
-
731
- &::placeholder {
732
- color: ${e.palette.gray[400]};
733
- }
734
-
735
- &:focus-visible {
736
- outline: none;
737
- }
738
-
739
- &[type="number"] {
740
- appearance: textfield;
741
- }
742
-
743
- &::-webkit-outer-spin-button,
744
- &::-webkit-inner-spin-button {
745
- appearance: none;
746
- margin: 0;
747
- }
748
-
749
- &::-webkit-calendar-picker-indicator {
750
- display: none !important;
751
- }
752
- }
753
-
754
- input.date-input {
755
- display: none;
756
- width: 0;
757
- }
758
-
759
- &:has(textarea) {
760
- align-items: start;
761
- height: auto;
762
- }
763
-
764
- &:has(input[type="number"]) {
765
- padding-right: 0;
766
- }
767
-
768
- textarea {
769
- min-height: ${e.spacing[6]};
770
- }
771
-
772
- span:not(.action) {
773
- font-size: 14px;
774
- }
775
-
776
- &.disabled {
777
- background: ${e.palette.gray[100]};
778
- cursor: not-allowed;
779
-
780
- > * {
781
- color: ${e.palette.gray[400]};
782
- }
783
- }
784
-
785
- &.error:not(.disabled) {
786
- border: 1px solid ${e.palette.error[500]};
787
- }
788
-
789
- &.success:not(.disabled) {
790
- border: 1px solid ${e.palette.success[500]};
791
- }
792
-
793
- &:focus-within:not(.disabled, .error) {
794
- background: ${e.palette.white};
795
- border: 2px solid ${e.palette.black};
796
-
797
- button.action-btn {
798
- height: 36px;
799
- width: 40px;
800
- }
801
-
802
- * > .success-icon {
803
- display: none;
804
- }
805
- }
806
-
807
- &:hover:not(:focus-within, .disabled, .error, .success) {
808
- background: ${e.palette.white};
809
- border: 1px solid ${e.palette.gray[600]};
810
- }
811
- `}
812
- `,H=({children:e,error:i,helpLink:n,helpLinkText:r="Link here",helpText:a,htmlFor:o,label:l,linkPosition:c="down",maxLength:d,required:p,tooltip:g,value:u,weight:f})=>{const h=s.nt(),y=u?u.length:0;return t.jsxs(sn,{children:[l===void 0?void 0:t.jsx(qe,{htmlFor:o,label:l,link:c==="up"?n:void 0,required:p,tooltip:g,weight:f}),e,i||d?t.jsxs($,{display:"flex",justify:i===void 0?"end":"space-between",width:"100%",children:[i&&t.jsx(C,{className:"error-msg",color:h.palette.error[500],display:"block",lineSpacing:1,size:"sm",children:i}),d&&t.jsx(K,{priority:"low",tagLabel:`${y}/${d}`,variant:"error"})]}):void 0,a||n?t.jsxs($,{alignItems:"center",display:"flex",gap:.25,width:"100%",children:[a&&t.jsxs(t.Fragment,{children:[t.jsx(I,{icon:"circle-info",iconColor:h.palette.gray[400],iconSize:"xxs",iconType:"fa-light"}),t.jsx(C,{color:h.palette.gray[400],display:"inline-block",size:"sm",children:a})]}),n&&c==="down"?t.jsx(J,{href:n,children:r}):void 0]}):void 0]})},ye=({className:e,children:i,isFilter:n=!1,popoverRef:r,state:a,triggerRef:o,...l})=>{var u;const c=x.useRef(null),d=(u=o==null?void 0:o.current)==null?void 0:u.getBoundingClientRect(),{popoverProps:p}=s.$f2f8a6077418541e$export$542a6fd13ac93354({...l,popoverRef:r??c,triggerRef:o,isNonModal:r?!0:void 0},a),g=x.useCallback(f=>{f.preventDefault()},[]);return t.jsx(s.$337b884510726a0d$export$c6fdb837b070b4ff,{children:t.jsx("div",{...p,className:e,onPointerDown:n?g:void 0,ref:r??c,style:{...p.style,...e==="dropdown"?{display:"flex",justifyContent:"center",width:d==null?void 0:d.width}:{}},children:i})})},ln=s.dt.ul`
813
- ${({theme:e})=>`
814
- align-self: center;
815
- background: ${e.palette.white};
816
- border: 1px solid ${e.palette.gray[200]};
817
- border-radius: ${e.spacing[.25]};
818
- box-shadow: ${e.shadows.md};
819
- list-style: none;
820
- max-height: 200px;
821
- min-width: 240px;
822
- overflow: hidden auto;
823
- scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
824
- scroll-padding: ${e.spacing[.5]};
825
- width: 95%;
826
- `}
827
- `,cn=s.dt.li`
828
- ${({theme:e})=>`
829
- align-items: center;
830
- color: ${e.palette.gray[800]};
831
- cursor: pointer;
832
- display: flex;
833
- gap: ${e.spacing[.5]};
834
- justify-content: space-between;
835
- line-height: ${e.spacing[1.25]};
836
- padding: ${e.spacing[.25]} ${e.spacing[1]};
837
-
838
- p {
839
- overflow: hidden;
840
- }
841
-
842
- span {
843
- color: ${e.palette.gray[700]};
844
- }
845
-
846
- &:hover {
847
- background: ${e.palette.gray[100]};
848
- }
849
-
850
- &.selected {
851
- background: ${e.palette.gray[200]};
852
- }
853
-
854
- &.disabled {
855
- cursor: not-allowed;
856
-
857
- p {
858
- color: ${e.palette.gray[400]};
859
- }
860
- }
861
- `}
862
- `,yt=({item:e,state:i})=>{const n=s.nt(),r=x.useRef(null),{optionProps:a,isSelected:o,isFocused:l,isDisabled:c}=s.$293f70390ea03370$export$497855f14858aa34({key:e.key},i,r),d=[o?"selected":"",l?"focused":"",c?"disabled":""].join(" ");return t.jsxs(cn,{...a,className:d,ref:r,children:[t.jsx(C,{color:n.palette.gray[800],size:"sm",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),o?t.jsx(I,{icon:"check",iconSize:"xxs",iconType:"fa-light"}):void 0]})},Pe=({field:e,disabled:i=!1,error:n,helpLink:r,helpLinkText:a,helpText:o,label:l,loadingItems:c,name:d,items:p,onBlur:g,onChange:u,placeholder:f,required:h,tooltip:y,value:m,weight:b})=>{var tt;const w=s.nt(),j=i?void 0:n,v=(e==null?void 0:e.value)??m,[k,T]=x.useState(((tt=p.find(D=>D.value===v))==null?void 0:tt.name)??""),[S,N]=x.useState(v),[E,A]=x.useState(p),[R,P]=x.useState(!1),{contains:O}=s.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),Y=x.useRef(null),V=x.useRef(null),W=x.useRef(null),M=x.useRef(null),ee=x.useRef(null),De=x.useMemo(()=>p.map(D=>O(D.name,k)||R?t.jsx(s.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{children:D.name},D.value):null),[O,k,p,R]),li=x.useCallback(D=>{T(D),D===""?P(!0):(P(!1),N(_=>{const we=D===""?"":_;return e&&e.onChange(we),u&&u(D),we}),A(p.filter(_=>O(_.name,D))))},[O,p,e,u]),ci=x.useCallback(D=>{var _;T(((_=p.find(we=>we.value===D))==null?void 0:_.name)??""),N(D?String(D):""),e&&e.onChange(D),u&&u(D?String(D):""),A(p)},[p,e,u]),et=x.useCallback(D=>{D.key==="Enter"&&D.preventDefault(),P(!1)},[]),di=x.useCallback(()=>{g&&g(),e&&e.onBlur()},[e,g]),X=s.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsEmptyCollection:!0,inputValue:k,items:E,menuTrigger:"focus",shouldCloseOnBlur:!0,selectedKey:S,onBlur:di,onInputChange:li,onKeyDown:et,onKeyUp:()=>{P(!0)},onOpenChange(D,_){P(D&&(_==="manual"||_==="focus"))},onSelectionChange:ci,children:De}),{buttonProps:pi,inputProps:gi,listBoxProps:ui}=s.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:k,buttonRef:V,id:d,inputRef:Y,label:l??d,listBoxRef:W,name:d,placeholder:f,popoverRef:ee},X),{listBoxProps:xi}=s.$c132121280ec012d$export$50eacbbf140a3141(ui,X,W),{buttonProps:fi}=s.$701a24aa0da5b062$export$ea18c227d4417cc3(pi,V);return x.useEffect(()=>{var D;(c===!1||!v)&&T(((D=p.find(_=>_.value===v))==null?void 0:D.name)??"")},[v,p,c]),t.jsxs(H,{error:j,helpLink:r,helpLinkText:a,helpText:o,htmlFor:d,label:l,required:h,tooltip:y,weight:b,children:[t.jsxs(Q,{className:`${i?"disabled":""} ${j?"error":""}`,ref:M,children:[t.jsx("input",{...gi,"aria-invalid":j?"true":"false","aria-label":d,onKeyDown:et,ref:Y}),j?t.jsx(I,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:w.palette.error[500],iconSize:"xs"}):void 0,t.jsx(B,{...fi,className:"action",icon:X.isOpen?"chevron-up":"chevron-down",iconColor:w.palette.gray[400],iconSize:"xxs",iconType:"fa-light",px:.125,py:.125,ref:V,type:"button",variant:"ghost"})]}),X.isOpen&&X.collection.size>0&&!i?t.jsx(ye,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:ee,state:X,triggerRef:M,children:t.jsx(ln,{...xi,ref:W,children:[...X.collection].map(D=>t.jsx(yt,{item:D,state:X},D.key))})}):null]})},$t=({control:e,disabled:i=!1,error:n,helpLink:r,helpLinkText:a,helpText:o,label:l,loadingItems:c,name:d,items:p,onBlur:g,onChange:u,placeholder:f,required:h,tooltip:y,value:m,weight:b})=>e?t.jsx(s.Controller,{control:e,name:d,render:({field:w,fieldState:j})=>{var v;return t.jsx(Pe,{disabled:i,error:(v=j.error)==null?void 0:v.message,field:w,helpLink:r,helpLinkText:a,helpText:o,items:p,label:l,loadingItems:c,name:d,onBlur:g,onChange:u,placeholder:f,required:h,tooltip:y,value:m,weight:b})},rules:{required:h}}):t.jsx(Pe,{disabled:i,error:n,helpLink:r,helpLinkText:a,helpText:o,items:p,label:l,loadingItems:c,name:d,onBlur:g,onChange:u,placeholder:f,required:h,tooltip:y,value:m,weight:b}),dn=s.dt.div`
863
- ${({theme:e})=>`
864
- align-items: center;
865
- color: ${e.palette.gray[800]};
866
- display: flex;
867
- font-family: ${e.typography.type.primary};
868
- font-size: ${e.typography.text.sm};
869
- font-weight: ${e.typography.weight.bold};
870
- gap: ${e.spacing[.5]};
871
- height: 40px;
872
- justify-content: center;
873
- line-height: ${e.spacing[1.25]};
874
- text-align: center;
875
- padding: ${e.spacing[.5]} 0;
876
- width: 200px;
877
- word-spacing: ${e.spacing[.25]};
878
-
879
- &:not(:hover) .year-selection {
880
- display: none;
881
- }
882
- `}
883
- `,pn=s.dt.div.attrs({className:"year-selection"})`
884
- align-items: flex-start;
885
- display: flex;
886
- flex-direction: column;
887
- gap: 6px;
888
- height: 14px;
889
- justify-content: center;
890
- margin-bottom: 10px;
891
- padding: 0 0.5px;
892
- position: relative;
893
- width: 8px;
894
- `,rt=s.dt.tr`
895
- align-items: flex-start;
896
- display: flex;
897
- padding: ${({theme:e})=>e.spacing[.25]} 0;
898
- width: 100%;
899
- `,mt=s.lt`
900
- ${({theme:e})=>`
901
- align-items: center;
902
- color: ${e.palette.gray[800]};
903
- cursor: pointer;
904
- display: flex;
905
- flex-direction: column;
906
- font-family: ${e.typography.type.primary};
907
- font-size: ${e.typography.text.sm};
908
- font-weight: ${e.typography.weight.regular};
909
- height: ${e.spacing[2.5]};
910
- justify-content: center;
911
- line-height: ${e.spacing[1.25]};
912
- text-align: center;
913
- width: ${e.spacing[2.5]};
914
- `}
915
- `,gn=s.dt.th`
916
- ${mt}
917
- `,un=s.dt.td`
918
- ${({theme:e})=>`
919
- ${mt}
920
- height: ${e.spacing[2.5]};
921
- width: ${e.spacing[2.5]};
922
-
923
- &#range {
924
- background: ${e.palette.primary[25]};
925
- }
926
-
927
- div:not(.dot) {
928
- align-items: center;
929
- display: flex;
930
- flex-direction: column;
931
- font-size: ${e.typography.text.sm};
932
- justify-content: center;
933
- height: ${e.spacing[2.5]};
934
- line-height: ${e.spacing[1.25]};
935
- position: relative;
936
- text-align: center;
937
- width: ${e.spacing[2.5]};
938
-
939
- &:focus-visible {
940
- outline: none;
941
- }
942
-
943
- &:hover:not(.disabled, .selected, .range) {
944
- background: ${e.palette.gray[100]};
945
- }
946
-
947
- &.disabled {
948
- color: ${e.palette.gray[400]};
949
- cursor: auto;
950
- }
951
-
952
- &.selected {
953
- background: ${e.palette.primary[500]};
954
- color: ${e.palette.white};
955
- }
956
-
957
- &.focused {
958
- border: 2px solid ${e.palette.primary[500]};
959
- }
960
-
961
- &.today:not(.selected) {
962
- color: ${e.palette.primary[500]};
963
- font-weight: ${e.typography.weight.bold};
964
- }
965
- }
966
- `}
967
- `,xn=s.dt.div.attrs({className:"dot"})`
968
- position: absolute;
969
- top: 48%;
970
-
971
- > span {
972
- font-size: 4px;
973
- }
974
- `,at=s.dt.button`
975
- cursor: pointer;
976
- display: flex;
977
-
978
- > span {
979
- height: 3.5px;
980
- width: 7px;
981
- }
982
- `,Ke=s.dt.div`
983
- ${({theme:e})=>`
984
- align-items: end;
985
- border-top: 1px solid ${e.palette.gray[200]};
986
- display: flex;
987
- flex-direction: row-reverse;
988
- gap: ${e.spacing[.5]};
989
- height: 44px;
990
- margin-bottom: ${e.spacing[.25]};
991
- padding: 0 ${e.spacing[.25]};
992
- width: 100%;
993
- `}
994
- `,wt=({state:e,date:i})=>{const n=x.useRef(null),r=s.$14e0f24ef4ac5c92$export$629b0a497aa65267(i,s.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:a,buttonProps:o,isSelected:l,isDisabled:c,formattedDate:d}=s.$36a0ac60f04457c5$export$136073280381448e({date:i},e,n),p="highlightedRange"in e&&!s.lodashExports.isNull(e.highlightedRange)?s.$14e0f24ef4ac5c92$export$ea39ec197993aef0(i,e.highlightedRange.start):l,g="highlightedRange"in e&&!s.lodashExports.isNull(e.highlightedRange)?s.$14e0f24ef4ac5c92$export$ea39ec197993aef0(i,e.highlightedRange.end):l,u=l&&!c&&!(p||g)?"range":"";return t.jsx(un,{id:u,...a,children:t.jsxs("div",{...o,className:`cell ${p||g?"selected":""}
995
- ${c?"disabled":""} ${r?"today":""}
996
- ${!e.isFocused&&!r?"focused":""} ${u}`,ref:n,children:[d,r?t.jsx(xn,{children:t.jsx(I,{clickable:!1,icon:"circle",iconSize:"xxs"})}):void 0]})})},ze=({state:e,...i})=>{const{locale:n}=s.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),{weekDays:r}=s.$e3031d1f8c9d64eb$export$cb95147730a423f5(i,e),a=s.$14e0f24ef4ac5c92$export$ccc1b2479e7dd654(e.visibleRange.start,n);return t.jsxs("table",{children:[t.jsx("thead",{children:t.jsx(rt,{children:r.map((o,l)=>{const c=`key_${l}`;return t.jsx(gn,{children:o},c)})})}),t.jsx("tbody",{children:[...new Array(a).keys()].map(o=>t.jsx(rt,{children:e.getDatesInWeek(o).map((l,c)=>{const d=`key_${c}`;return l?t.jsx(wt,{date:l,state:e},d):t.jsx("td",{},d)})},o))})]})},fn=s.dt(Ge)`
997
- align-items: center;
998
- background-color: inherit;
999
- border-color: inherit;
1000
- display: flex;
1001
- height: 38px;
1002
- justify-content: center;
1003
- width: 40px;
1004
- margin: ${({$margin:e="0"})=>s.lt`
1005
- ${e}
1006
- `};
1007
-
1008
- &:disabled {
1009
- cursor: not-allowed;
1010
- }
1011
-
1012
- &:hover:not(:disabled) {
1013
- background-color: ${({theme:e})=>e.palette.gray[100]};
1014
- cursor: pointer;
1015
- }
1016
- `,hn=s.dt.div`
1017
- ${({theme:e})=>`
1018
- align-items: flex-start;
1019
- background: ${e.palette.white};
1020
- border: 1px solid ${e.palette.gray[200]};
1021
- border-radius: ${e.spacing[.5]};
1022
- box-shadow: ${e.shadows.md};
1023
- display: inline-flex;
1024
- flex-direction: column;
1025
- gap: ${e.spacing[.25]};
1026
- height: auto;
1027
- padding: ${e.spacing[.25]};
1028
- width: 292px;
1029
- `}
1030
- `,bn=s.dt.button`
1031
- ${({theme:e,$disabled:i,$focus:n,$header:r})=>{const a=n?"34px":"40px";return`
1032
- align-items: center;
1033
- border-radius: ${r?`0 ${e.spacing[.5]} ${e.spacing[.5]} 0`:"4px"};
1034
- border-left: inherit;
1035
- display: flex;
1036
- height: ${r?"38px":a};
1037
- justify-content: center;
1038
- outline: none;
1039
- width: ${r?"38px":"40px"};
1040
-
1041
- &:hover {
1042
- background-color: ${e.palette.gray[i?500:100]};
1043
- }
1044
- `}}
1045
- `,yn=s.dt.div`
1046
- ${({theme:e})=>`
1047
- align-items: center;
1048
- background: transparent;
1049
- border-radius: ${e.spacing[.5]} 0 0 ${e.spacing[.5]};
1050
- border-color: inherit;
1051
- display: flex;
1052
- height: 100%;
1053
- justify-content: space-between;
1054
- width: calc(100% - 40px);
1055
- `}
1056
- `,$n=s.dt.div`
1057
- align-items: center;
1058
- display: flex;
1059
- justify-content: flex-end;
1060
- gap: ${({theme:e})=>e.spacing[.5]};
1061
- flex: 1 0 0;
1062
- `,ot=s.dt.div`
1063
- ${({theme:e})=>`
1064
- align-items: center;
1065
- align-self: stretch;
1066
- background-color: ${e.palette.gray[200]};
1067
- border-radius: ${e.spacing[.25]};
1068
- display: flex;
1069
- font-family: ${e.typography.type.primary};
1070
- gap: ${e.spacing[.25]};
1071
- line-height: ${e.spacing[1.5]};
1072
- padding: 2px ${e.spacing[.25]};
1073
- `}
1074
- `,st=s.dt.button`
1075
- ${({theme:e})=>`
1076
- align-items: center;
1077
- background-color: inherit;
1078
- border: 0.5px solid ${e.palette.gray[200]};
1079
- border-radius: 7px;
1080
- color: ${e.palette.gray[800]};
1081
- cursor: pointer;
1082
- display: flex;
1083
- font-weight: ${e.typography.weight.regular};
1084
- justify-content: center;
1085
- gap: 10px;
1086
- padding: 2px 10px;
1087
-
1088
- &#active {
1089
- background-color: ${e.palette.white};
1090
- box-shadow: ${e.shadows.md};
1091
- font-weight: ${e.typography.weight.bold};
1092
- }
1093
- `}
1094
- `,ve=({disabled:e=!1,icon:i,props:n})=>{const r=x.useRef(null),{buttonProps:a}=s.$701a24aa0da5b062$export$ea18c227d4417cc3(n,r);return t.jsx(bn,{...a,$disabled:e,$focus:!!a["aria-expanded"],$header:i==="calendar"||i==="calendar-clock",disabled:e,ref:r,type:"button",children:t.jsx(I,{icon:i,iconColor:z.palette.gray[e?400:700],iconSize:"xs",iconType:"fa-light"})})},Ie=({state:e,prevButtonProps:i,nextButtonProps:n,title:r})=>{const a=e.focusedDate,o=x.useCallback(()=>{e.setFocusedDate(a.add({years:1}))},[a,e]),l=x.useCallback(()=>{e.setFocusedDate(a.subtract({years:1}))},[a,e]);return t.jsxs("div",{className:"header flex items-start",children:[t.jsx(ve,{icon:"chevron-left",props:i}),t.jsxs(dn,{children:[r,t.jsxs(pn,{children:[t.jsx(at,{"aria-label":"top",onClick:o,children:t.jsx(I,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xxss"})}),t.jsx(at,{"aria-label":"bottom",onClick:l,children:t.jsx(I,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xxss"})})]})]}),t.jsx(ve,{icon:"chevron-right",props:n})]})},jt=({onClose:e,props:i})=>{const{locale:n}=s.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),r=s.$131cf43a05231e1e$export$6d095e787d2b5e1f({...i,createCalendar:s.$64244302c3013299$export$dd0bbc9b26defe37,locale:n}),{prevButtonProps:a,nextButtonProps:o,title:l}=s.$9942cad8a072a530$export$3ee915f8151bd4f1(i,r);return t.jsxs("div",{className:"calendar",children:[t.jsx(Ie,{nextButtonProps:o,prevButtonProps:a,state:r,title:l}),t.jsx(ze,{state:r}),t.jsx(Ke,{children:t.jsx(L,{onClick:e,variant:"ghost",children:"Cancel"})})]})},vt=({segment:e,state:i})=>{const n=s.nt(),r=x.useRef(null),o={...e,placeholder:{day:"dd",dayPeriod:"(AM/PM)",era:"",hour:"hh",literal:"",minute:"mm",month:"mm",second:"",timeZoneName:"",year:"yyyy"}[e.type]},{segmentProps:l}=s.$32489daedd52963e$export$1315d136e6f7581(o,i,r),c=n.palette.gray[o.isEditable?800:500];return t.jsx("div",{...o.type!=="literal"&&{...l,className:"segment-cell"},ref:r,style:o.type==="literal"?void 0:{color:o.isPlaceholder?n.palette.gray[400]:c},children:o.isPlaceholder?o.placeholder:o.text})},kt=({disabled:e,error:i=!1,props:n})=>{const r=s.nt(),a=x.useRef(null),o=s.$3c0fc76039f1c516$export$60e84778edff6d26({...n,createCalendar:s.$64244302c3013299$export$dd0bbc9b26defe37,locale:"en-US"}),{fieldProps:l}=s.$16f0b7bb276bc17e$export$5591b0b878c1a989(n,o,a),c=x.useCallback(d=>{const p=document.getElementsByClassName("segment-cell"),g=d.currentTarget;Object.values(p).some(u=>u.contains(g))||(d.preventDefault(),d.stopPropagation())},[]);return t.jsxs(yn,{...l,onClick:c,children:[t.jsx("div",{className:"flex flex-row",style:{color:r.palette.gray[s.lodashExports.isNil(o.value)?400:800]},tabIndex:-1,children:o.segments.map((d,p)=>{const g=`key_${p}`;return t.jsx(vt,{segment:{...d,isEditable:!e},state:o},g)})}),i?t.jsx(I,{icon:"exclamation-circle",iconColor:r.palette.error[500],iconSize:"xs"}):void 0]})},Ct=e=>{const i=x.useRef(null),n=s.$eff5d8ee529ac4bb$export$fd53cef0cc796101({...e,locale:"en-US",shouldForceLeadingZeros:!0}),{timeValue:r}=n,a=!s.lodashExports.isNil(r)&&r.hour<12?"AM":"PM",[o,l]=x.useState(s.lodashExports.isNil(r)?"AM":a),{fieldProps:c}=s.$16f0b7bb276bc17e$export$4c842f6a241dc825(e,n,i),d=x.useCallback(p=>{const g=p.currentTarget.name;g!==o&&(s.lodashExports.isNil(r)||(g==="AM"?n.setSegment("dayPeriod",0):g==="PM"&&n.setSegment("dayPeriod",12))),l(g)},[o,n,r]);return t.jsxs($n,{children:[t.jsx(ot,{...c,ref:i,children:n.segments.slice(0,-2).map((p,g)=>{const u=`key_${g}`;return t.jsx(vt,{segment:p,state:n},u)})}),t.jsxs(ot,{children:[t.jsx(st,{id:o==="AM"?"active":"",name:"AM",onClick:d,type:"button",children:"AM"}),t.jsx(st,{id:o==="PM"?"active":"",name:"PM",onClick:d,type:"button",children:"PM"})]})]})},ke=e=>e&&e!=="-"?s.dayjs(e).format("YYYY-MM-DD"):"-",mn=e=>e&&e!=="-"?s.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",wn=e=>e&&e!=="-"?s.dayjs(e).format("YYYY/MM/DD hh:mm A"):"-",se=({error:e,buttonProps:i,datePickerRef:n,disabled:r=!1,granularity:a="day",fieldProps:o,groupProps:l,name:c,register:d,required:p,setValue:g,value:u})=>{const f=x.useCallback(h=>{const y=a==="day"?ke(String(h)):mn(String(h));o.onChange&&o.onChange(h??null),g&&g(c,y)},[o,a,c,g]);return t.jsxs(Q,{...l,className:`${r?"disabled":""} ${e?"error":""}`,ref:n,children:[t.jsx(kt,{disabled:r,error:e!=null,props:{...o,autoFocus:!1,granularity:a,onChange:f,shouldForceLeadingZeros:!0}}),t.jsx(ve,{disabled:r,icon:a==="minute"?"calendar-clock":"calendar",props:i}),t.jsx("input",{...d==null?void 0:d(c,{required:p}),"aria-label":c,className:"date-input",disabled:r,id:c,name:c,type:"text",value:u??""})]})},Te=({children:e,...i})=>{const n=x.useRef(null),{dialogProps:r}=s.$40df3f8667284809$export$d55e7ee900f34e93(i,n);return t.jsx(hn,{...r,ref:n,children:e})},St=({disabled:e=!1,error:i,helpLink:n,helpLinkText:r,helpText:a,required:o,label:l,name:c,register:d,setValue:p,tooltip:g,watch:u,...f})=>{const h=x.useRef(null),y=u==null?void 0:u(c),m=x.useCallback(N=>{p&&N&&p(c,ke(String(N)))},[c,p]),b=s.$ab5bf3f618090389$export$87194bb378cc3ac2({...f,onChange(N){m(N)},value:s._.isNil(y)||s._.isEmpty(y)||y==="-"?null:s.$fae977aafc393c5c$export$6b862160d295c8e(y.replace(/\//gu,"-"))}),{close:w}=b,{groupProps:j,fieldProps:v,buttonProps:k,dialogProps:T,calendarProps:S}=s.$6057a3d2a53a12fd$export$42df105a73306d51({...f,"aria-label":l??c,name:c},b,h);return t.jsxs(H,{error:i,helpLink:n,helpLinkText:r,helpText:a,htmlFor:c,label:l,required:o,tooltip:g,children:[t.jsx(se,{buttonProps:k,datePickerRef:h,disabled:e,error:i,fieldProps:v,groupProps:j,name:c,register:d,required:o,setValue:p,value:y}),b.isOpen&&!e?t.jsx(ye,{offset:8,placement:"bottom start",state:b,triggerRef:h,children:t.jsx(Te,{...T,children:t.jsx(jt,{onClose:w,props:S})})}):null]})},zt=({onClose:e,props:i})=>{const{locale:n}=s.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),r=x.useRef(null),a=s.$9a36b6ba2fb1a7c5$export$9a987164d97ecc90({...i,createCalendar:s.$64244302c3013299$export$dd0bbc9b26defe37,locale:n}),{prevButtonProps:o,nextButtonProps:l,title:c}=s.$46a4342aab3d8076$export$87e0539f600c24e5(i,a,r);return t.jsxs("div",{className:"calendar-range",ref:r,children:[t.jsx(Ie,{nextButtonProps:l,prevButtonProps:o,state:a,title:c}),t.jsx(ze,{state:a}),t.jsx(Ke,{children:t.jsx(L,{onClick:e,variant:"ghost",children:"Cancel"})})]})},jn=s.dt.div`
1095
- ${({theme:e,$disabled:i,$show:n})=>`
1096
- border-color: ${n?e.palette.error[500]:e.palette.gray[300]};
1097
- display: flex;
1098
- gap: ${e.spacing[.25]};
1099
- width: 100%;
1100
-
1101
- ~ div {
1102
- background: ${i?e.palette.gray[200]:e.palette.white};
1103
- }
1104
- `}
1105
- `,It=({disabled:e=!1,error:i,label:n,name:r,required:a,tooltip:o,register:l,setValue:c,propsMax:d,propsMin:p,variant:g="default",...u})=>{const f=`${r}Max`,h=`${r}Min`,y=x.useRef(null),m=x.useCallback(E=>{c&&E&&(c((d==null?void 0:d.name)??f,ke(String(E.end))),c((p==null?void 0:p.name)??h,ke(String(E.start))))},[f,h,c,d,p]),b=s.$93c38a5e28be6249$export$e50a61c1de9f574({...u,endName:(d==null?void 0:d.name)??f,startName:(p==null?void 0:p.name)??h,onChange(E){m(E)}}),{close:w}=b,{groupProps:j,startFieldProps:v,endFieldProps:k,buttonProps:T,dialogProps:S,calendarProps:N}=s.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...u,"aria-label":n??r},b,y);return t.jsxs(H,{error:i,htmlFor:r,label:n,required:a,tooltip:o,children:[t.jsxs(jn,{$disabled:e,$show:i!==void 0,ref:y,style:{flexDirection:g==="filters"?"column":"row"},children:[t.jsx(se,{buttonProps:T,datePickerRef:y,disabled:e,error:i,fieldProps:{...v,"aria-label":`${v["aria-label"]} ${r}`,validate:E=>k.value&&E>k.value?"Start date must be less than or equal to end date":null},groupProps:j,name:(p==null?void 0:p.name)??h,register:l,setValue:c,value:p==null?void 0:p.value}),t.jsx(se,{buttonProps:T,datePickerRef:y,disabled:e,error:i,fieldProps:{...k,"aria-label":`${k["aria-label"]} ${r}`,validate:E=>v.value&&E<v.value?"End date must be greater than or equal to start date":null},groupProps:j,name:(d==null?void 0:d.name)??f,register:l,setValue:c,value:d==null?void 0:d.value})]}),b.isOpen&&!e?t.jsx(ye,{offset:8,placement:"bottom start",state:b,triggerRef:y,children:t.jsx(Te,{...S,children:t.jsx(zt,{onClose:w,props:N})})}):null]})},vn=s.dt.div`
1106
- ${({theme:e})=>`
1107
- align-items: center;
1108
- border-top: 1px solid ${e.palette.gray[200]};
1109
- display: flex;
1110
- gap: ${e.spacing[1.5]};
1111
- justify-content: center;
1112
- padding: ${e.spacing[.5]} ${e.spacing[1.25]};
1113
- `}
1114
- `,kn=s.dt.div`
1115
- align-items: center;
1116
- display: flex;
1117
- gap: ${({theme:e})=>e.spacing[.5]};
1118
- justify-content: flex-end;
1119
- flex: 1 0 0;
1120
- `,Tt=({handleTimeChange:e,onClose:i,props:n,timeState:r})=>{const a=s.nt(),{locale:o}=s.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),l=s.$131cf43a05231e1e$export$6d095e787d2b5e1f({...n,createCalendar:s.$64244302c3013299$export$dd0bbc9b26defe37,locale:o}),{prevButtonProps:c,nextButtonProps:d,title:p}=s.$9942cad8a072a530$export$3ee915f8151bd4f1(n,l);return t.jsxs("div",{className:"calendar",children:[t.jsx(Ie,{nextButtonProps:d,prevButtonProps:c,state:l,title:p}),t.jsx(ze,{state:l}),t.jsxs(vn,{children:[t.jsx(C,{color:a.palette.gray[800],fontWeight:"bold",size:"sm",children:"Time"}),t.jsx(kn,{children:t.jsx(Ct,{hourCycle:12,label:"time-field",onChange:e,value:r.timeValue})})]}),t.jsx(Ke,{children:t.jsx(L,{onClick:i,variant:"ghost",children:"Cancel"})})]})},Cn=e=>{const{disabled:i=!1,error:n,required:r,label:a,name:o,tooltip:l,register:c,setValue:d,watch:p}=e,g=p==null?void 0:p(o),u=x.useRef(null),f=s.$ab5bf3f618090389$export$87194bb378cc3ac2({...e,granularity:"minute",hourCycle:12,isDisabled:i,isRequired:r,shouldCloseOnSelect:!1,value:s._.isNil(g)||s._.isEmpty(g)||g==="-"?null:s.$fae977aafc393c5c$export$588937bcd60ade55(g.replace(/\//gu,"-"))}),{close:h}=f,{groupProps:y,fieldProps:m,buttonProps:b,dialogProps:w,calendarProps:j}=s.$6057a3d2a53a12fd$export$42df105a73306d51(e,f,u),v=x.useCallback(T=>{j.onChange&&j.onChange(T),d==null||d(o,wn(String(T).replace(/-/gu,"/")))},[j,o,d]),k=x.useCallback(T=>{T&&f.setTimeValue(T)},[f]);return t.jsxs(H,{error:n,htmlFor:o,label:a,required:r,tooltip:l,children:[t.jsx(se,{buttonProps:b,datePickerRef:u,disabled:i,error:n,fieldProps:m,granularity:"minute",groupProps:y,name:o,register:c,setValue:d,value:g}),f.isOpen&&!i?t.jsx(ye,{offset:8,placement:"bottom start",state:f,triggerRef:u,children:t.jsx(Te,{...w,children:t.jsx(Tt,{handleTimeChange:k,onClose:h,props:{...j,onChange:v},timeState:f})})}):null]})},Sn=({children:e,currentValue:i,externalLink:n,isEditing:r,label:a,name:o,tooltip:l})=>{if(r)return t.jsx("div",{children:e});const c=s.lodashExports.isNil(i)?"":i,d=String(n??c);return t.jsxs($,{children:[t.jsx(qe,{htmlFor:o,label:a,tooltip:l,weight:"bold"}),d.startsWith("https://")?t.jsx(J,{href:d,children:c}):t.jsx(C,{size:"md",children:c})]})},Fe=({disabled:e=!1,hasIcon:i=!1,helpLink:n,helpLinkText:r,helpText:a,error:o,id:l,indexArray:c=0,isValid:d,isTouched:p,label:g,linkPosition:u,name:f,maskValue:h=!1,onPaste:y,placeholder:m,removeItemArray:b,register:w,suggestions:j,tooltip:v,type:k="text",weight:T,...S})=>{const{required:N,onBlur:E,onChange:A}=S,R=s.nt(),P=e?void 0:o,O=d&&p&&!e,Y=x.useCallback(V=>{V.key==="Enter"&&V.preventDefault()},[]);return t.jsxs(H,{error:P,helpLink:n,helpLinkText:r,helpText:a,htmlFor:f,label:g,linkPosition:u,required:N,tooltip:v,weight:T,children:[t.jsxs(Q,{className:`
1121
- ${e?"disabled":""} ${P?"error":""} ${O?"success":""}
1122
- `,children:[i?t.jsx(I,{icon:"user",iconSize:"sm",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":P?"true":"false","aria-label":f,"aria-required":N,autoComplete:"off",className:h?"sr-block":"","data-testid":`${f}-input`,disabled:e,id:f,list:j?`list_${f}`:void 0,onKeyDown:Y,onPaste:y,placeholder:m,type:k,...w?w(f,{required:N,onBlur:E,onChange:A}):{...S}}),P?t.jsx(I,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:R.palette.error[500],iconSize:"xs"}):void 0,O?t.jsx(I,{icon:"check-circle",iconClass:"success-icon",iconColor:R.palette.success[500],iconSize:"xs"}):void 0,l==="array"&&c>0?t.jsx(B,{color:R.palette.gray[400],icon:"trash",iconSize:"xxs",iconType:"fa-light",onClick:b?b(c):void 0,variant:"ghost"}):void 0]}),j?t.jsx("datalist",{id:`list_${f}`,children:j.map(V=>t.jsx("option",{value:V},V))}):void 0]})},zn=s.dt.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,In=s.dt.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
1123
- gap: 12px;
1124
- `,Tn=s.dt.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
1125
- gap: 8px;
1126
- `,je=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,Fn=s.dt.div.attrs({className:"comp-col"})`
1127
- word-wrap: break-word;
1128
-
1129
- ${({$width:e=null})=>e===null?"":`width: ${e}`};
1130
-
1131
- ${({$paddingTop:e})=>`padding-top: ${e??0}px;`}
1132
-
1133
- @media (width <= 768px) {
1134
- ${({$sm:e})=>je(e)}
1135
- }
1136
-
1137
- @media (width >= 768px) and (width <= 992px) {
1138
- ${({$md:e})=>je(e)}
1139
- }
1140
-
1141
- @media (width >= 992px) {
1142
- ${({$lg:e})=>je(e)}
1143
- }
1144
-
1145
- ${({$xl:e})=>s.isNumber(e)?`@media (min-width: 1200px) { ${je(e)} }`:""}
1146
-
1147
- > .comp-card {
1148
- height: 100%;
1149
- }
1150
- `,Ae=({children:e,xl:i,lg:n,md:r,sm:a,paddingTop:o,width:l})=>t.jsx(Fn,{$lg:n,$md:r,$paddingTop:o,$sm:a,$width:l,$xl:i,children:e}),Nn=s.dt.div.attrs({className:"comp-gap"})`
1151
- ${({$disp:e="flex",$mh:i=4,$mv:n=4})=>`
1152
- align-items: center;
1153
- display: ${e};
1154
- margin: ${-n}px ${-i}px;
1155
-
1156
- > * {
1157
- margin: ${n}px ${i}px;
1158
- }
1159
- `}
1160
- `,En=({children:e,disp:i,mh:n,mv:r})=>t.jsx(Nn,{$disp:i,$mh:n,$mv:r,children:e}),Rn=s.dt.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
1161
- ${({$align:e="stretch",$cols:i=100,$colsPadding:n=6,$justify:r="start"})=>`
1162
- align-items: ${e};
1163
- justify-content: ${r};
1164
- margin: -6px;
1165
- text-align: ${r};
1166
-
1167
- --cols: ${i};
1168
-
1169
- > *:not(.comp-col) {
1170
- width: 100%;
1171
- margin: 6px;
1172
- }
1173
-
1174
- > .comp-col {
1175
- padding: ${n}px;
1176
- }
1177
- `}
1178
- `,Ft=({align:e,children:i,cols:n,colsPadding:r,justify:a})=>t.jsx(Rn,{$align:e,$cols:n,$colsPadding:r,$justify:a,children:i}),We=({addText:e,append:i,disabled:n=!1,fields:r,fieldState:a,initValue:o="",index:l=0,required:c,label:d,max:p=100,name:g,onBlur:u,onChange:f,placeholder:h,tooltip:y,remove:m,value:b})=>{var v;const w=x.useCallback(()=>{i==null||i(o)},[i,o]),j=x.useCallback(k=>()=>{m==null||m(k)},[m]);return t.jsxs(Ft,{align:"end",children:[t.jsx(Ae,{lg:80,md:80,sm:80,children:t.jsx(Fe,{disabled:n,error:a?(v=a.error)==null?void 0:v.message:void 0,id:"array",indexArray:l,isTouched:a?a.isTouched:void 0,isValid:a?!a.invalid:void 0,label:d,name:g,onBlur:u,onChange:f,placeholder:h,removeItemArray:j,required:c,tooltip:y,value:b})}),l<p-1&&l+1===(r==null?void 0:r.length)?t.jsx(Ae,{lg:20,md:20,sm:20,children:t.jsx(L,{disabled:n,icon:"plus",onClick:w,variant:"ghost",children:e??"Add"})}):void 0]})},Dn=({addText:e,append:i,control:n,disabled:r,fields:a,initValue:o="",required:l,label:c,max:d=void 0,name:p="array-field",onChange:g,placeholder:u,remove:f,tooltip:h})=>n&&a?t.jsx(x.Fragment,{children:a.map((y,m)=>t.jsx(s.Controller,{control:n,name:`${p}.${m}`,render:({field:b,fieldState:w})=>t.jsx(We,{addText:e,append:i,disabled:r,fieldState:w,fields:a,index:m,initValue:o,label:c,max:d,name:b.name,onBlur:b.onBlur,onChange:g??b.onChange,placeholder:u,remove:f,required:l,tooltip:h,value:b.value.value}),index:m,fieldProp:y},y.id))}):t.jsx(We,{addText:e,disabled:r,initValue:o,label:c,max:d,name:p,onChange:g,placeholder:u,required:l,tooltip:h}),Ln=s.dt(ut)`
1179
- white-space: nowrap;
1180
- margin-right: ${({theme:e})=>e.spacing[.25]};
1181
- text-overflow: ellipsis;
1182
- overflow: hidden;
1183
- max-width: 80%;
1184
- `,Pn=s.dt.input`
1185
- opacity: 0;
1186
- position: absolute;
1187
- visibility: hidden;
1188
- width: 0;
1189
- `,Be=(e,i,n)=>{const r=new Event(e);return Object.defineProperty(r,"target",{value:{name:i,value:n}}),r},An=e=>{const i=e;return i?Array.from(i).map(n=>n.name).join(", "):""},Wn=({accept:e,disabled:i=!1,error:n,label:r,helpLink:a,helpText:o,id:l,multiple:c,name:d,onChange:p,required:g,register:u,setValue:f,tooltip:h,watch:y,weight:m})=>{const b=s.nt(),w=i?void 0:n,j=x.useRef(null),v=y==null?void 0:y(d),k=An(v),T=u==null?void 0:u(d,{required:g}),S=x.useCallback(()=>{const A=Be("change",d,void 0);f&&f(d,""),T&&T.onChange(A)},[T,d,f]),N=x.useCallback(A=>{const{files:R}=A.currentTarget,P=Be("change",d,R&&R.length>0?R:void 0);p==null||p(P),T&&T.onChange(P)},[T,d,p]),E=x.useCallback(A=>{i?A.preventDefault():j.current&&j.current.click()},[i]);return t.jsxs(H,{error:w,helpLink:a,helpText:o,htmlFor:l??d,label:r,required:g,tooltip:h,weight:m,children:[t.jsxs(Q,{className:`${i?"disabled":""} ${w?"error":""}`,children:[t.jsx(Ln,{$size:"xs",children:k}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[s.lodashExports.isEmpty(k)?void 0:t.jsx(B,{color:b.palette.gray[400],height:"20px",icon:"xmark",iconSize:"lg",iconType:"fa-light",onClick:S,variant:"ghost",width:"20px"}),w&&t.jsx(I,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:b.palette.error[500],iconSize:"xs"}),t.jsxs(L,{border:i?`1px solid ${b.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:i,height:"40px",onClick:E,variant:"primary",width:"96px",children:[t.jsx(I,{icon:"search",iconSize:"sm",mr:.5}),"Add file"]})]})]}),t.jsx(Pn,{...T&&{ref:T.ref,onBlur:T.onBlur},accept:e,"aria-label":d,"data-testid":d,disabled:i,id:l??d,multiple:c,name:d,onChange:N,onClick:S,ref:j,required:void 0,type:"file",value:void 0})]})},Bn=s.dt.input`
1190
- border: none;
1191
- background: transparent;
1192
- min-width: 15rem;
1193
- padding: 0;
1194
- flex: 1;
1195
- `,He=({disabled:e=!1,error:i,field:n,helpLink:r,helpLinkText:a,helpText:o,label:l,name:c="input-tag",onChange:d,onRemove:p,placeholder:g,required:u,tooltip:f,value:h,weight:y})=>{const m=s.nt(),b=e?void 0:i,[w,j]=x.useState(""),v=d?h:n==null?void 0:n.value,k=x.useMemo(()=>v&&typeof v=="string"?v.split(",").filter(Boolean):[],[v]),T=x.useCallback(R=>{const O=[...new Set(R.filter(Boolean))].join(","),Y=Be("change",c,O);n&&n.onChange(Y),d&&d(Y)},[n,c,d]),S=x.useCallback(R=>{j(R.target.value)},[]),N=x.useCallback(R=>{const P=w.trim();P.length&&!k.includes(P)&&(R.preventDefault(),T([...k,P]),j("")),n&&n.onBlur()},[w,n,T,k]),E=x.useCallback(R=>{const P=w.trim();R.key==="Enter"&&P.length===0&&R.preventDefault(),["Enter",","].includes(R.key)&&P.length>0&&!k.includes(P)?(R.preventDefault(),T([...k,P]),j("")):R.key==="Backspace"&&!P.length&&k.length&&(R.preventDefault(),p==null||p(k[k.length-1]),T(k.slice(0,-1)))},[w,p,T,k]),A=x.useCallback(R=>()=>{p==null||p(R),T(k.filter(P=>P!==R))},[p,T,k]);return t.jsx(H,{error:b,helpLink:r,helpLinkText:a,helpText:o,htmlFor:c,label:l,required:u,tooltip:f,weight:y,children:t.jsxs(Q,{$overflowX:"auto",className:`${e?"disabled":""} ${b?"error":""}`,children:[k.map(R=>t.jsx(K,{disabled:e,onClose:A(R),tagLabel:R},R)),t.jsx(Bn,{"aria-hidden":!1,"aria-invalid":b?"true":"false","aria-label":c,"aria-required":u,autoComplete:"off",id:c,onBlur:N,onChange:S,onKeyDown:E,placeholder:k.length===0?g:void 0,ref:n==null?void 0:n.ref,type:"text",value:w}),b?t.jsx(I,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:m.palette.error[500],iconSize:"xs"}):void 0]})})},Hn=({disabled:e=!1,control:i,error:n,helpLink:r,helpLinkText:a,helpText:o,label:l,name:c="input-tag",onChange:d,onRemove:p,placeholder:g,required:u,tooltip:f,value:h,weight:y})=>i?t.jsx(s.Controller,{control:i,name:c,render:({field:m})=>t.jsx(He,{disabled:e,error:n,field:m,helpLink:r,helpLinkText:a,helpText:o,label:l,name:c,onRemove:p,placeholder:g,required:u,tooltip:f,weight:y}),rules:{required:u}}):t.jsx(He,{disabled:e,error:n,helpLink:r,helpLinkText:a,helpText:o,label:l,name:c,onChange:d,onRemove:p,placeholder:g,required:u,tooltip:f,value:h,weight:y}),Me=x.forwardRef(function({disabled:i,icon:n,margin:r,onClick:a,...o},l){return t.jsx(fn,{$margin:r,"aria-label":n,className:"action-btn",disabled:i,onClick:a,ref:l,type:"button",...o,children:t.jsx(I,{icon:n,iconClass:"action",iconSize:"xs",iconType:"fa-light"})})}),Ce=({error:e,decimalPlaces:i=0,disabled:n=!1,id:r,maxLength:a,max:o=1/0,min:l=0,name:c,onChange:d,placeholder:p,register:g,required:u,setValue:f,value:h})=>{const y=s.nt(),m=n?void 0:e,b=i<0?0:i,[w,j]=x.useState(h?s._.toNumber(h):0),v=x.useCallback(()=>{const N=(w-10**-b).toFixed(b),E=Math.max(Number(l),Number(N));f&&f(c,E,{shouldDirty:!0}),j(E)},[b,w,l,c,f]),k=x.useCallback(()=>{const N=(w+10**-b).toFixed(b),E=Math.min(Number(o),Number(N)>Number(l)?Number(N):Number(l));f&&f(c,E,{shouldDirty:!0}),j(E)},[b,w,o,l,c,f]),T=x.useCallback(N=>{const{value:E}=N.target,A=/\d+/u.test(E)&&!s._.isEmpty(E);f&&f(c,A?E:void 0),d&&d(N),j(Number(E))},[c,d,f]),S=x.useCallback(N=>{N.key==="Enter"&&N.preventDefault()},[]);return t.jsxs(Q,{className:`${n?"disabled":""} ${m?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":m?"true":"false","aria-label":c,"aria-required":u,autoComplete:"off",disabled:n,id:r??c,max:o,min:l,onKeyDown:S,placeholder:p,required:u,step:10**-b,type:"number",...g==null?void 0:g(c,{maxLength:a,max:o,min:l,onChange:T,value:h,valueAsNumber:!0})}),m&&t.jsx(I,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:y.palette.error[500],iconSize:"xs"}),t.jsx(Me,{borderLeft:"inherit",borderRight:"inherit",disabled:n,icon:"minus",margin:"0 -0.625rem 0 0",onClick:v,px:.75,py:.75}),t.jsx(Me,{borderRadius:`0 ${y.spacing[.5]} ${y.spacing[.5]} 0`,disabled:n,icon:"plus",onClick:k,px:.75,py:.75})]})},Nt=({decimalPlaces:e,disabled:i=!1,error:n,helpLink:r,helpText:a,id:o,label:l,linkPosition:c,maxLength:d,max:p,min:g,name:u,onChange:f,placeholder:h,register:y,required:m,setValue:b,tooltip:w,value:j,watch:v,weight:k})=>t.jsx(H,{error:i?void 0:n,helpLink:r,helpText:a,htmlFor:u,label:l,linkPosition:c,maxLength:d,required:m,tooltip:w,weight:k,children:t.jsx(Ce,{decimalPlaces:e,disabled:i,error:n,id:o,max:p,maxLength:d,min:g,name:u,onChange:f,placeholder:h,register:y,required:m,setValue:b,value:f?j:v==null?void 0:v(u)})}),Et=({disabled:e=!1,error:i,name:n,label:r,propsMax:a,propsMin:o,required:l,tooltip:c,variant:d="default"})=>{const p=`${n}Max`,g=`${n}Min`;return t.jsx(H,{error:i,htmlFor:n,label:r,required:l,tooltip:c,children:t.jsxs($,{display:"flex",flexDirection:d==="filters"?"column":"row",gap:.25,width:"100%",children:[t.jsx(Ce,{...o,disabled:e,error:i,name:o.name??g}),t.jsx(Ce,{...a,disabled:e,error:i,name:a.name??p})]})})},Mn=s.dt.div`
1196
- ${({theme:e})=>`
1197
- align-items: flex-start;
1198
- align-self: stretch;
1199
- display: flex;
1200
- gap: ${e.spacing[.5]};
1201
-
1202
- > button, div {
1203
- border: 1px solid ${e.palette.gray[300]};
1204
- border-radius: ${e.spacing[.5]};
1205
- }
1206
-
1207
- &.disabled {
1208
- > button, div {
1209
- background: ${e.palette.gray[100]};
1210
- color: ${e.palette.gray[400]};
1211
- cursor: not-allowed;
1212
- }
1213
- }
1214
-
1215
- &.error:not(.disabled) {
1216
- > button, div {
1217
- border: 1px solid ${e.palette.error[500]};
1218
- }
1219
- }
1220
-
1221
- &:focus-within:not(.disabled, .error) {
1222
- > button, div {
1223
- background: ${e.palette.white};
1224
- border: 2px solid ${e.palette.black};
1225
- }
1226
- }
1227
-
1228
- &:hover:not(:focus-within, .disabled, .error) {
1229
- > button, div {
1230
- background: ${e.palette.white};
1231
- border-color: ${e.palette.gray[600]};
1232
- }
1233
- }
1234
- `}
1235
- `,On=s.dt.button`
1236
- ${({theme:e})=>`
1237
- align-items: center;
1238
- background: inherit;
1239
- border-color: inherit;
1240
- display: flex;
1241
- gap: ${e.spacing[.25]};
1242
- height: 40px;
1243
- min-width: 67px;
1244
- padding: ${e.spacing[.625]} ${e.spacing[1]};
1245
-
1246
- &:disabled {
1247
- background: ${e.palette.gray[100]};
1248
- cursor: not-allowed;
1249
- }
1250
- `}
1251
- `,Vn=s.dt.ul`
1252
- ${({theme:e})=>`
1253
- align-items: flex-start;
1254
- box-shadow: ${e.shadows.md};
1255
- display: flex;
1256
- flex-direction: column;
1257
- margin-top: ${e.spacing[.25]};
1258
- max-height: 190px;
1259
- overflow: hidden auto;
1260
- scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
1261
- scroll-padding: ${e.spacing[.5]};
1262
- scrollbar-width: thin;
1263
- width: max-content;
1264
- `}
1265
- `,_n=s.dt.li`
1266
- ${({theme:e})=>`
1267
- align-items: center;
1268
- background: ${e.palette.white};
1269
- cursor: pointer;
1270
- display: inline-flex;
1271
- font-size: ${e.typography.text.sm};
1272
- gap: ${e.spacing[.5]};
1273
- height: 38px;
1274
- line-height: ${e.spacing[1.25]};
1275
- padding: ${e.spacing[.5]} ${e.spacing[1]};
1276
- width: 190px;
1277
-
1278
- &:hover {
1279
- background: ${e.palette.gray[100]};
1280
- }
1281
- `}
1282
- `,Gn=s.dt.p`
1283
- color: ${({theme:e})=>e.palette.gray[800]};
1284
- font-size: inherit;
1285
- min-width: 55%;
1286
- overflow: hidden;
1287
- text-overflow: ellipsis;
1288
- white-space: nowrap;
1289
- `,$e=(e,i,n=!1)=>{x.useEffect(()=>{var a;const r=o=>{e&&!e.contains(o.target)&&i()};return n?(document.addEventListener("click",r,!0),()=>{document.removeEventListener("click",r,!0)}):((a=document.getElementById("root"))==null||a.addEventListener("click",r,!0),()=>{var o;(o=document.getElementById("root"))==null||o.removeEventListener("click",r,!0)})},[n,e,i])},Un=({disabled:e,error:i,label:n,name:r,placeholder:a,required:o,register:l,tooltip:c,value:d,watch:p,weight:g})=>{const u=s.nt(),f=x.useRef(null),h=e?void 0:i,y=(p==null?void 0:p(r))??d,[m,b]=x.useState(!1),[w,j]=x.useState(""),{refs:v,floatingStyles:k}=s.useFloating$1({placement:"bottom-start",whileElementsMounted:s.autoUpdate}),{inputRef:T,inputValue:S,handlePhoneValueChange:N,country:E,setCountry:A}=s.ee({countries:s.R,defaultCountry:"co",forceDialCode:!0,value:y?String(y):""}),R=x.useCallback(W=>{W.key==="Enter"&&W.preventDefault()},[]),P=x.useCallback(W=>{W.preventDefault(),b(M=>!M),m||j("")},[m]),O=x.useCallback(W=>()=>{A(W),b(!1),j("")},[A,b]),Y=x.useCallback(W=>{W.key.length===1?j(M=>M+W.key):W.key==="Backspace"&&j(M=>M.slice(0,-1))},[]),V=s.R.filter(W=>{const{name:M}=s.M(W);return M.toLowerCase().includes(w.toLowerCase())});return $e(v.floating.current,()=>{b(!1),j("")},!0),t.jsx(H,{error:h,htmlFor:r,label:n,required:o,tooltip:c,weight:g,children:t.jsxs(Mn,{className:`${e?"disabled":""} ${h?"error":""}`,ref:f,children:[t.jsxs(On,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:P,onKeyDown:Y,ref:v.setReference,children:[t.jsx(s.q,{iso2:E.iso2,size:"16px"}),t.jsx(I,{icon:"angle-down",iconColor:u.palette.gray[400],iconSize:"xs",iconType:"fa-light"})]}),t.jsxs(Q,{className:`${e?"disabled":""} ${h?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":h?"true":"false","aria-label":r,"aria-required":o,autoComplete:"off","data-testid":`${r}-input`,disabled:e,id:r,name:r,onKeyDown:R,placeholder:a,ref:T,type:"tel",value:S,...l==null?void 0:l(r,{required:o,onChange:N})}),h?t.jsx(I,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:u.palette.error[500],iconSize:"xs"}):void 0]}),m&&Z.createPortal(t.jsx(Vn,{ref:v.setFloating,style:k,children:V.map(W=>{const{dialCode:M,iso2:ee,name:De}=s.M(W);return t.jsxs(_n,{onClick:O(ee),value:ee,children:[t.jsx(s.q,{iso2:ee,size:"16px"}),t.jsx(Gn,{children:De}),t.jsx(C,{color:u.palette.gray[400],size:"sm",sizeSm:"xs",textAlign:"end",children:"+"+M})]},ee)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},Yn=({disabled:e=!1,error:i,helpLink:n,helpText:r,isTouched:a,isValid:o,label:l,name:c="input-text",id:d,maskValue:p=!1,maxLength:g,placeholder:u,register:f,required:h,rows:y,tooltip:m,watch:b,weight:w,value:j})=>{const v=s.nt(),k=(b==null?void 0:b(c))??j,T=o&&a&&!e,S=e?void 0:i;return t.jsx(H,{error:S,helpLink:n,helpText:r,htmlFor:c,label:l,maxLength:g,required:h,tooltip:m,value:k?String(k):void 0,weight:w,children:t.jsxs(Q,{className:`
1290
- ${e?"disabled":""} ${S?"error":""} ${T?"success":""}
1291
- `,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":S?"true":"false","aria-label":c,"aria-required":h,className:p?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:g,placeholder:u,rows:y,value:k,...f==null?void 0:f(c,{required:h})}),S?t.jsx(I,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:v.palette.error[500],iconSize:"xs"}):void 0,T?t.jsx(I,{icon:"check-circle",iconClass:"success-icon",iconColor:v.palette.success[500],iconSize:"xs"}):void 0]})})},qn=({description:e,disabled:i,id:n,align:r,inputType:a="text",inputNumberProps:o,minHeight:l,minWidth:c,name:d,placeholder:p,tooltip:g,title:u})=>{const f=x.useMemo(()=>{if(a==="text")return t.jsx(Fe,{disabled:i,name:d,placeholder:p});if(a==="date")return t.jsx(St,{disabled:i,name:d});const{decimalPlaces:h,max:y,min:m}=o??{};return t.jsx(Nt,{decimalPlaces:h,disabled:i,max:y,min:m,name:d,placeholder:p})},[i,o,a,d,p]);return t.jsxs(on,{$align:r,$minHeight:l,$minWidth:c,children:[t.jsx(Se,{description:e,id:n,title:u,tooltip:g}),f]})},Kn=s.dt.label`
1292
- ${({theme:e})=>`
1293
- align-items: center;
1294
- color: ${e.palette.gray[600]};
1295
- display: flex;
1296
- cursor: pointer;
1297
- font-family: ${e.typography.type.primary};
1298
- font-size: ${e.typography.text.sm};
1299
- font-weight: ${e.typography.weight.regular};
1300
- line-height: ${e.spacing[1]};
1301
- letter-spacing: 0;
1302
- position: relative;
1303
- text-align: left;
1304
-
1305
- &[aria-disabled="true"] {
1306
- color: ${e.palette.gray[300]};
1307
- cursor: not-allowed;
1308
- }
1309
-
1310
- input {
1311
- position: absolute;
1312
- opacity: 0;
1313
- cursor: pointer;
1314
- }
1315
-
1316
- svg {
1317
- background-color: ${e.palette.white};
1318
- border-radius: ${e.spacing[.25]};
1319
- border: 1px solid ${e.palette.gray[600]};
1320
- top: 0;
1321
- left: 0;
1322
- height: ${e.spacing[.5]};
1323
- margin-right: ${e.spacing[.5]};
1324
- width: ${e.spacing[.5]};
1325
- padding: ${e.spacing[.25]};
1326
- }
1327
-
1328
- svg > path {
1329
- fill: ${e.palette.white};
1330
- }
1331
-
1332
- input:checked ~ span > svg {
1333
- background-color: ${e.palette.primary[500]};
1334
- border: 1px solid ${e.palette.primary[500]};
1335
- }
1336
-
1337
- input:disabled ~ span > svg {
1338
- border: 1px solid ${e.palette.gray[300]};
1339
- cursor: not-allowed;
1340
- }
1341
-
1342
- input:not(:disabled):hover ~ span > svg {
1343
- box-shadow: 0 0 0 4px ${e.palette.gray[100]};
1344
- }
1345
-
1346
- input:checked:disabled ~ span > svg {
1347
- background-color: ${e.palette.gray[300]};
1348
- border: 1px solid ${e.palette.gray[300]};
1349
- }
1350
-
1351
- input:not(:disabled):hover:checked ~ span > svg {
1352
- box-shadow: 0 0 0 4px ${e.palette.primary[50]};
1353
- }
1354
-
1355
- input:checked ~ span > svg > path {
1356
- fill: ${e.palette.white};
1357
- }
1358
-
1359
- input:checked:disabled ~ span > svg > path {
1360
- fill: ${e.palette.white};
1361
- }
1362
- `}
1363
- `,Ne=x.forwardRef(function({checked:i,disabled:n=!1,label:r,name:a,onChange:o,onClick:l,onFocus:c,onKeyDown:d,tooltip:p,value:g,...u},f){return t.jsxs("div",{className:"gap-1 inline-flex items-start",children:[t.jsxs(Kn,{"aria-disabled":n,children:[t.jsx("input",{"aria-checked":i,"aria-disabled":n,"aria-hidden":!1,"aria-label":a,checked:i,disabled:n,id:a,name:a,onChange:o,onClick:l,onFocus:c,onKeyDown:d,ref:f,type:"checkbox",value:g,...u}),t.jsx(I,{disabled:n,icon:"check",iconSize:"sm"}),r??g]}),p===void 0?void 0:t.jsx(U,{icon:"circle-info",id:p,place:"right",tip:p})]})}),Rt=({options:e,title:i,checkboxesName:n,defaultCollapsed:r,onChange:a})=>{const o=s.nt(),[l,c]=x.useState(r??!1),d=x.useCallback(()=>{c(p=>!p)},[]);return t.jsxs($,{"aria-label":i,bgColor:l?o.palette.gray[50]:o.palette.white,border:"1px solid"+o.palette.gray[300],borderRadius:"8px",display:"inline-flex",flexDirection:"column",gap:.625,px:.75,py:.625,role:"region",width:"100%",children:[t.jsxs($,{alignItems:"center",cursor:"pointer",display:"flex",onClick:d,children:[t.jsx(C,{color:o.palette.gray[800],fontWeight:"bold",size:"sm",children:i}),t.jsx(I,{icon:l?"chevron-up":"chevron-down",iconColor:o.palette.gray[400],iconSize:"xs"})]}),l?t.jsx($,{display:"flex",gap:.75,wrap:"wrap",children:e.map(p=>t.jsx($,{border:"1px solid",borderColor:o.palette.gray[300],borderRadius:"4px",px:.5,py:.5,children:t.jsx(Ne,{checked:p.visible,disabled:p.locked,label:p.name,name:`${n}-${p.name}`,onChange:a,value:p.name})},p.name))}):void 0]})},Dt=(e,i)=>{const[r,a]=x.useState(0),[o,l]=x.useState(0);return x.useEffect(()=>{o===100&&(()=>{a(d=>d===i-1?0:d+1)})()},[o,i]),x.useEffect(()=>{const c=setInterval(()=>{l(d=>d===100?0:d+1)},e);return()=>{clearInterval(c)}},[e]),{cycle:r,progress:o,setCycle:a,setProgress:l}},Lt=({publicId:e,format:i="webp"})=>{const n=x.useMemo(()=>new s.Cloudinary({cloud:{cloudName:"fluid-attacks"}}),[]);return x.useMemo(()=>n.image(e).format(i),[n,e,i])},Ee=e=>{const[i,n]=x.useState(!1),r=x.useCallback(()=>{n(!0)},[]),a=x.useCallback(()=>{n(!1)},[]),o=x.useCallback(()=>{n(l=>!l)},[]);return{close:a,isOpen:i,name:e,open:r,setIsOpen:n,toggle:o}},Xn=({name:e,items:i,columnOrder:n,setColumnOrder:r})=>{const a=x.useMemo(()=>[...i.filter(({locked:g})=>g).map(({locked:g,...u})=>({...u,visible:!0,locked:g})),...i.filter(({locked:g})=>!g)],[i]),[o,l]=x.useState(a),c=x.useCallback(g=>{const u=g.filter(({locked:m})=>!m),h=[...g.filter(({locked:m})=>m),...u],y=h.map(({name:m})=>m);l(m=>[...h,...m.filter(({name:b})=>!y.includes(b))]),r&&r(h.map(({id:m})=>m))},[r]),d=x.useCallback(()=>{const g=o.map(u=>{var h;const f=(n==null?void 0:n.includes(u.id))??!1;return(h=u.toggleVisibility)==null||h.call(u,f),{...u,visible:f}}).toSorted((u,f)=>{const h=(n==null?void 0:n.indexOf(u.id))??0,y=(n==null?void 0:n.indexOf(f.id))??0;return Number(f.visible)!==Number(u.visible)?Number(f.visible)-Number(u.visible):h-y});l(g),r==null||r(n)},[o,n,r]),p=x.useMemo(()=>s.some(o,g=>((n==null?void 0:n.includes(g.id))??!1)!==g.visible),[o,n]);return{setColumns:c,resetToDefault:d,columns:o,...Ee(e),hasChanged:p}},Pt=(e,i)=>x.useMemo(()=>s._.debounce(e,i),[e,i]),Zn=e=>{const[i,n]=x.useState(),r=Pt(a=>{n(a)},(e==null?void 0:e.debounceWait)??300);return[i,r]},Jn=({alt:e="img",height:i="",width:n="",plugins:r=[s.lazyload(),s.placeholder()],publicId:a})=>{const o=Lt({publicId:a});return t.jsx(s.AdvancedImage,{alt:e,cldImg:o,height:i,plugins:r,width:n})},te=x.memo(Jn),Qn=s.dt.label`
1364
- ${({theme:e})=>`
1365
- align-items: center;
1366
- display: flex;
1367
- color: ${e.palette.gray[600]};
1368
- cursor: pointer;
1369
- font-family: ${e.typography.type.primary};
1370
- font-size: ${e.typography.text.sm};
1371
- font-weight: ${e.typography.weight.regular};
1372
- gap: ${e.spacing[.5]};
1373
- line-height: ${e.typography.text.lg};
1374
- text-align: left;
1375
- position: relative;
1376
-
1377
- &[aria-disabled="true"] {
1378
- color: ${e.palette.gray[300]};
1379
- cursor: not-allowed;
1380
- }
1381
-
1382
- input {
1383
- position: absolute;
1384
- opacity: 0;
1385
- cursor: pointer;
1386
- width: 0;
1387
- }
1388
-
1389
- .checkmark {
1390
- position: relative;
1391
- top: 0;
1392
- left: 0;
1393
- height: 16px;
1394
- width: 16px;
1395
- background-color: ${e.palette.white};
1396
- border-radius: 50%;
1397
- border: 1px solid ${e.palette.gray[600]};
1398
- }
1399
-
1400
- input:disabled ~ .checkmark {
1401
- border: 1px solid ${e.palette.gray[300]};
1402
- background-color: ${e.palette.white};
1403
- cursor: not-allowed;
1404
- }
1405
-
1406
- input:not(:disabled):checked ~ .checkmark {
1407
- background-color: ${e.palette.white};
1408
- border: 1px solid ${e.palette.primary[500]};
1409
- }
1410
-
1411
- input:not(:disabled):hover ~ .checkmark {
1412
- background-color: ${e.palette.white};
1413
- box-shadow: 0 0 0 4px ${e.palette.gray[100]};
1414
- }
1415
-
1416
- input:not(:disabled):hover:checked ~ .checkmark {
1417
- background-color: ${e.palette.white};
1418
- box-shadow: 0 0 0 4px ${e.palette.primary[50]};
1419
- }
1420
-
1421
- .checkmark::after {
1422
- content: "";
1423
- position: absolute;
1424
- display: none;
1425
- top: 3px;
1426
- left: 3px;
1427
- width: 8px;
1428
- height: 8px;
1429
- border-radius: 50%;
1430
- background: ${e.palette.primary[500]};
1431
- }
1432
-
1433
- input:checked ~ .checkmark::after {
1434
- display: block;
1435
- }
1436
-
1437
- input:disabled:checked ~ .checkmark::after {
1438
- background-color: ${e.palette.gray[300]};
1439
- }
1440
-
1441
- `}
1442
- `,er=s.dt.span.attrs({className:"checkmark"})``,Xe=x.forwardRef(function({defaultChecked:i=!1,disabled:n=!1,label:r,name:a,onChange:o,onClick:l,value:c,...d},p){return t.jsxs(Qn,{"aria-disabled":n,"aria-label":r??a,role:"radiogroup",children:[t.jsx("input",{"aria-checked":i,"aria-disabled":n,"aria-label":r??a,defaultChecked:i,disabled:n,name:a,onChange:o,onClick:l,ref:p,type:"radio",value:c,...d}),t.jsx(er,{}),r??null]})}),tr=({alt:e,imageId:i,icon:n,selectorProps:r,onClick:a,register:o,title:l,width:c="fit-content"})=>{const d=s.nt();return t.jsxs($,{alignItems:"center",border:`1px solid ${d.palette.gray[200]}`,borderColorHover:d.palette.gray[600],borderRadius:d.spacing[.25],display:"inline-flex",padding:[1,1,1,1],shadowHover:"md",width:c,children:[t.jsx($,{alignSelf:"start",display:"flex",width:"fit-content",children:t.jsx(Xe,{name:r.name,onClick:a,value:r.value,...o==null?void 0:o(r.name)})}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,justify:"space-between",ml:1,mr:1,width:"100%",children:[i===void 0?void 0:t.jsx(te,{alt:e??"card image",height:"32px",publicId:i,width:"32px"}),n===void 0?void 0:t.jsx(I,{icon:n,iconSize:"sm",iconType:"fa-light"}),t.jsx(C,{color:d.palette.gray[800],fontWeight:"bold",size:"sm",children:l})]})]})},ne=s.dt.div`
1443
- ${({theme:e})=>`
1444
- align-items: center;
1445
- background-color: ${e.palette.gray[200]};
1446
- border-radius: 34px;
1447
- cursor: pointer;
1448
- display: flex;
1449
- height: 20px;
1450
- position: relative;
1451
- transition: 0.2s;
1452
- width: 36px;
1453
- `}
1454
- `,ir=s.dt.div`
1455
- ${({theme:e})=>`
1456
- background-color: ${e.palette.white};
1457
- border-radius: 50%;
1458
- height: ${e.spacing[1]};
1459
- left: 2px;
1460
- position: absolute;
1461
- transition: 0.2s;
1462
- width: ${e.spacing[1]};
1463
- z-index: 1;
1464
- `}
1465
- `,nr=s.dt.label`
1466
- display: inline-block;
1467
-
1468
- input {
1469
- position: absolute;
1470
- height: 0;
1471
- opacity: 0;
1472
- width: 0;
1473
- }
1474
-
1475
- input:checked + ${ne} {
1476
- background-color: ${({theme:e})=>e.palette.primary[500]};
1477
- }
1478
-
1479
- input:checked + ${ne} > div {
1480
- transform: translateX(100%);
1481
- }
1482
-
1483
- input:disabled + ${ne} {
1484
- cursor: not-allowed;
1485
- background-color: ${({theme:e})=>e.palette.gray[100]};
1486
- }
1487
-
1488
- input:disabled + ${ne} > div {
1489
- background-color: ${({theme:e})=>e.palette.gray[200]};
1490
- border: 1px solid ${({theme:e})=>e.palette.gray[200]};
1491
- }
1492
- `,At=x.forwardRef(function({defaultChecked:i,disabled:n=!1,justify:r,name:a,leftDescription:o,leftDescriptionMinWidth:l,rightDescription:c,...d},p){const g=i===!0?"on":"off",u=typeof o=="object"&&o.on&&o.off?o[g]:o,f=x.useCallback(h=>{h.stopPropagation()},[]);return t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:r,children:[t.jsx($,{minWidth:l,children:u}),t.jsxs(nr,{onClick:f,role:"switch",children:[t.jsx("input",{...d,"aria-disabled":n,"aria-label":a,checked:i===!0,disabled:n,name:a,ref:p,type:"checkbox"}),t.jsx(ne,{"aria-label":"Toggle Switch",id:`${a}Toggle`,children:t.jsx(ir,{})})]}),c]})}),rr=({id:e,title:i,toggles:n,minWidth:r="auto",height:a="auto"})=>{const o=s.nt();return t.jsxs($,{alignItems:"center",bgColor:o.palette.white,border:`1px solid ${o.palette.gray[200]}`,borderRadius:o.spacing[.25],display:"flex",flexDirection:"column",gap:.5,height:a,justify:"center",minHeight:"100px",minWidth:r,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(Se,{id:e,title:i}),t.jsx($,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:n.map(l=>t.jsx(At,{...l},`$card-toggle-${l.name}`))})]})},ar=s.dt.div`
1493
- position: relative;
1494
- margin: auto;
1495
- overflow: hidden;
1496
- `,or=s.dt.div`
1497
- display: flex;
1498
- transition: transform 0.5s ease-in-out;
1499
- transform: translateX(
1500
- ${({$currentIndex:e})=>-e*100}%
1501
- );
1502
- `,sr=s.dt.div`
1503
- align-items: center;
1504
- display: flex;
1505
- justify-content: center;
1506
- min-width: 100%;
1507
- `,lr=s.dt.button`
1508
- ${({theme:e,$isActive:i})=>`
1509
- background-color: ${i?e.palette.primary[400]:e.palette.white};
1510
- border: none;
1511
- border-radius: 50%;
1512
- cursor: pointer;
1513
- height: ${e.spacing[.75]};
1514
- width: ${e.spacing[.75]};
1515
- `}
1516
- `,cr=s.dt.div`
1517
- align-items: center;
1518
- display: flex;
1519
- gap: ${({theme:e})=>e.spacing[.5]};
1520
- justify-content: center;
1521
- margin-top: ${({theme:e})=>e.spacing[2]};
1522
- `,dr=({slides:e,interval:i=300})=>{const{cycle:n,setCycle:r,setProgress:a}=Dt(i,e.length),o=x.useCallback(l=>()=>{r(l),a(0)},[r,a]);return t.jsxs(ar,{"aria-roledescription":"carousel",children:[t.jsx(or,{$currentIndex:n,children:e.map((l,c)=>{const d=`slide-${c}`;return t.jsx(sr,{"aria-label":d,"aria-roledescription":"slide",children:l.content},d)})}),t.jsx(cr,{children:e.map((l,c)=>{const d=`nav-button-${c}`;return t.jsx(lr,{$isActive:c===n,"aria-label":`Go to slide ${c+1}`,"data-testid":c===n?"active":"inactive",onClick:o(c)},d)})})]})},Wt=s.dt.div`
1523
- ${({theme:e})=>`
1524
- background-color: ${e.palette.gray[100]};
1525
- border-radius: ${e.spacing[.25]};
1526
- display: inline-flex;
1527
- padding: ${e.spacing[1]};
1528
- position: relative;
1529
- width: fit-content;
1530
-
1531
- .line-highlight.language-none {
1532
- background: ${e.palette.gray[100]};
1533
- }
1534
-
1535
- .line-highlight {
1536
- background: hsl(354deg 88% 93% / 50%);
1537
- font-family: ${e.typography.type.mono};
1538
- font-size: ${e.typography.text.xs};
1539
- line-height: ${e.spacing[1]};
1540
- }
1541
-
1542
- .line-highlight::before,
1543
- .line-highlight[data-end]::after {
1544
- background: ${e.palette.primary[300]};
1545
- background-color: hsl(355deg 89% 36%);
1546
- color: ${e.palette.white};
1547
- }
1548
-
1549
- pre code {
1550
- color: #161616;
1551
- font-family: ${e.typography.type.mono};
1552
- font-size: ${e.typography.text.xs};
1553
- line-height: ${e.spacing[1]};
1554
- }
1555
-
1556
- pre:not(.line-highlight) {
1557
- margin-top: unset;
1558
- margin-bottom: unset;
1559
- padding: unset;
1560
- width: 100%;
1561
- }
1562
-
1563
- span:hover {
1564
- background-color: ${e.palette.gray[200]};
1565
- }
1566
-
1567
- .no-data,
1568
- pre.line-highlight {
1569
- background-color: ${e.palette.gray[100]};
1570
- padding-top: unset;
1571
- padding-bottom: unset;
1572
- }
1573
- `}
1574
- `,pr=s.dt.div`
1575
- ${({theme:e})=>`
1576
- align-items: end;
1577
- background-color: ${e.palette.gray[100]};
1578
- display: flex;
1579
- flex-direction: column;
1580
- justify-content: space-between;
1581
- min-width: 103px;
1582
- margin-right: ${e.spacing[1]};
1583
- padding-top: ${e.spacing[1]};
1584
- padding-bottom: ${e.spacing[1]};
1585
- position: relative;
1586
- padding-left: unset;
1587
-
1588
- button:hover:not([disabled]) {
1589
- background-color: ${e.palette.gray[200]};
1590
- }
1591
- `}
1592
- `,Bt=({noCodeMessage:e="Code snippet not available",snippet:i,specific:n})=>(x.useEffect(()=>{s.prismExports.highlightAll()},[]),t.jsx(Wt,{"data-private":!0,children:t.jsx("pre",{className:"line-highlight","data-line-offset":s._.isNil(i)||s._.isString(i)?0:i.offset+.7,...n!==void 0?{"data-line":String(Number(n))}:{},children:s._.isNil(i)||s._.isString(i)||s._.isEmpty(i.content)?t.jsx("div",{className:"no-data",children:t.jsx("p",{children:e})}):t.jsx("code",{className:"language-none",children:i.content})})})),gr=({noCodeMessage:e="Code snippet not available",snippet:i,specific:n,variant:r="normal"})=>{const a=s.nt(),[o,l]=x.useState(!1),[c,d]=x.useState(!0),p=x.useCallback(()=>{l(h=>!h)},[l]),g=x.useCallback(()=>{if(s._.isNil(i)||s._.isEmpty(i)||!s._.isString(i))return d(!1),e;const h=i.split(`
1593
- `);return h.length>8&&!o?`${[...h].splice(0,7).join(`
1594
- `)}
1595
- ${h[8]}...`:(h.length<8&&d(!1),i)},[o,i,e]),u=x.useMemo(g,[g]),f=x.useCallback(async()=>{await navigator.clipboard.writeText(u)},[u]);return r==="location"?t.jsx(Bt,{noCodeMessage:e,snippet:i,specific:n}):t.jsxs($,{bgColor:a.palette.gray[100],borderRadius:"4px",display:"inline-flex",minWidth:"565px",position:"relative",children:[t.jsx(Wt,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:u})})}),t.jsxs(pr,{children:[t.jsx(B,{height:a.spacing[2.5],icon:"copy",iconColor:a.palette.gray[700],iconSize:"xs",iconType:"fa-light",onClick:f,variant:"ghost",width:a.spacing[2.5]}),c?t.jsxs(L,{onClick:p,variant:"ghost",children:[o?"Show Less":"Show more",t.jsx(I,{icon:o?"chevron-up":"chevron-down",iconColor:a.palette.gray[700],iconSize:"xxs",iconType:"fa-light",ml:.25,onClick:f})]}):!1]})]})},{getVariant:ur}=q(e=>({fixed:`
1596
- width: 300px;
1597
- padding: ${e.spacing[1.25]};
1598
- overflow: hidden auto;
1599
- `,lg:`
1600
- width: 80%;
1601
-
1602
- @media screen and (min-width: ${e.breakpoints.sm}) {
1603
- width: 72%;
1604
- }
1605
- `,md:`
1606
- width: 60%;
1607
-
1608
- @media screen and (min-width: ${e.breakpoints.sm}) {
1609
- width: 48%;
1610
- }
1611
- `,sm:`
1612
- width: 40%;
1613
-
1614
- @media screen and (min-width: ${e.breakpoints.sm}) {
1615
- width: 32%;
1616
- }
1617
- `})),Ze=s.dt.div.attrs({className:"comp-modal fixed inset-0 overflow-auto"})`
1618
- align-items: center;
1619
- background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
1620
- display: flex;
1621
- justify-content: center;
1622
- z-index: 99999;
1623
- `,Re=s.dt($)`
1624
- ${({theme:e,$size:i})=>`
1625
- background-color: ${e.palette.white};
1626
- border: 1px solid ${e.palette.gray[200]};
1627
- border-radius: ${e.spacing[.25]};
1628
- color: ${e.palette.gray[800]};
1629
- display: flex;
1630
- font-family: ${e.typography.type.primary};
1631
- font-size: ${e.typography.text.sm};
1632
- max-height: 80%;
1633
- min-height: minmax(content-fit, 32%);
1634
- box-shadow: ${e.shadows.lg};
1635
- margin: auto;
1636
- white-space: pre-line;
1637
-
1638
- ${ur(e,i)}
1639
- `}
1640
- `,xr=s.dt.div`
1641
- ${({theme:e})=>`
1642
- background-color: ${e.palette.white};
1643
- border-bottom: 1px solid ${e.palette.gray[200]};
1644
- border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
1645
- display: flex;
1646
- flex-direction: column;
1647
- overflow: hidden auto;
1648
- padding: 0 ${e.spacing[1.5]} ${e.spacing[1.5]} ${e.spacing[1.5]};
1649
- scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
1650
- scroll-padding: ${e.spacing[.5]};
1651
-
1652
- &:has(form) {
1653
- flex-direction: unset;
1654
- overflow: hidden;
1655
- padding: 0;
1656
- }
1657
- `}
1658
- `,fr=s.dt.div`
1659
- border-radius: ${({theme:e})=>`${e.spacing[.25]} ${e.spacing[.25]} 0 0`};
1660
- display: block;
1661
- overflow: unset;
1662
- height: max-content;
1663
- max-height: 100%;
1664
- max-width: 100%;
1665
- padding: ${({theme:e})=>`${e.spacing[1.25]}`};
1666
- padding-bottom: ${({theme:e})=>`${e.spacing[1.5]}`};
1667
- position: sticky;
1668
- `,hr=s.dt.div.attrs({className:"flex items-center justify-between"})``,br=s.dt.div`
1669
- ${({theme:e})=>`
1670
- border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
1671
- display: flex;
1672
- flex-direction: row;
1673
- gap: ${e.spacing[.75]};
1674
- justify-content: space-between;
1675
- max-width: 392px;
1676
-
1677
- > label {
1678
- margin: 0;
1679
- flex: 1 1 auto;
1680
- }
1681
-
1682
- > div {
1683
- display: flex;
1684
- flex-direction: row;
1685
- flex: 1 1 auto;
1686
- gap: ${e.spacing[.75]};
1687
- margin-right: ${e.spacing[.75]};
1688
-
1689
- > button {
1690
- justify-content: center;
1691
- max-width: 190px;
1692
- }
1693
- }
1694
-
1695
- > div:last-child {
1696
- margin-right: 0;
1697
- }
1698
- `}
1699
- `,yr=s.dt.div`
1700
- img {
1701
- margin: 0 calc(-${({theme:e})=>e.spacing[1.25]} - 1px)
1702
- ${({theme:e})=>e.spacing[1.25]};
1703
-
1704
- min-width: calc(100% + 2px + ${({theme:e})=>e.spacing[3]});
1705
- height: 185px;
1706
- object-fit: cover;
1707
-
1708
- ${({$framed:e=!1})=>e?`
1709
- border-radius: 8px;
1710
- min-width: 100%;
1711
- margin-left: 0;
1712
- margin-right: 0;
1713
- `:""}
1714
- }
1715
- `,Ht=({alert:e,modalRef:i,confirmButton:n=void 0,cancelButton:r=void 0})=>{const{close:a}=i,o=x.useCallback(()=>{r!=null&&r.onClick&&r.onClick(),a()},[r,a]),l=x.useCallback(()=>{n!=null&&n.onClick&&n.onClick(),a()},[n,a]);return[n,r].some(d=>!s.lodashExports.isEmpty(d))?t.jsxs($,{display:"flex",flexDirection:"column",gap:.625,position:"sticky",px:1.25,py:1.25,children:[e,t.jsx(br,{children:t.jsxs("div",{children:[r&&t.jsx(L,{id:r.id,onClick:o,variant:"tertiary",width:"100%",children:r.text}),n&&t.jsx(L,{id:n.id,onClick:l,variant:"primary",width:"100%",children:n.text})]})})]}):null},Mt=({title:e,description:i,modalRef:n,otherActions:r,onClose:a})=>{const o=s.nt(),l=x.useCallback(()=>{a==null||a(),n.close()},[n,a]);return x.useEffect(()=>{const c=d=>{d.key==="Escape"&&l()};return window.addEventListener("keydown",c),()=>{window.removeEventListener("keydown",c)}},[l]),t.jsxs(fr,{children:[t.jsxs(hr,{children:[typeof e=="string"?t.jsx(G,{fontWeight:"bold",lineSpacing:1.75,mr:1,size:"sm",children:e}):e,t.jsxs("div",{className:"items-center flex gap-3",children:[r,t.jsx(B,{icon:"close",iconColor:o.palette.gray[400],iconSize:"xs",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:l,px:.25,py:.25,variant:"ghost"})]})]}),i&&s.lodashExports.isString(i)&&!s.lodashExports.isEmpty(i)?t.jsx(C,{mt:.5,size:"sm",children:i}):void 0,i&&!s.lodashExports.isString(i)&&t.jsx(oe,{display:"block",mt:.5,size:"sm",children:i})]})},$r=({disabled:e,id:i="modal-confirm",onCancel:n,onConfirm:r="submit",txtCancel:a,txtConfirm:o})=>{const l=r==="submit";return t.jsxs($,{display:"flex",gap:.75,maxWidth:n?"392px":"190px",mt:1.5,children:[n?t.jsx(L,{id:`${i}-cancel`,justify:"center",onClick:n,variant:"tertiary",width:"100%",children:a??"Cancel"}):void 0,t.jsx(L,{disabled:e,id:i,justify:"center",onClick:l?void 0:r,type:l?"submit":"button",variant:"primary",width:"100%",children:o??"Confirm"})]})},mr=s.dt.button`
1716
- ${({theme:e})=>`
1717
- align-items: center;
1718
- color: ${e.palette.gray[500]};
1719
- display: flex;
1720
- gap: ${e.spacing[.625]};
1721
- justify-content: center;
1722
- padding: ${e.spacing[.75]};
1723
- text-align: center;
1724
- width: 151px;
1725
-
1726
- &.active {
1727
- color: ${e.palette.gray[800]};
1728
- border-bottom: 3px solid ${e.palette.primary[400]};
1729
- }
1730
-
1731
- &:hover {
1732
- color: ${e.palette.gray[800]};
1733
- }
1734
- `}
1735
- `,wr=s.dt.div`
1736
- ${({theme:e})=>`
1737
- align-items: center;
1738
- border-bottom: 2px solid ${e.palette.gray[200]};
1739
- display: flex;
1740
- gap: ${e.spacing[3]};
1741
- height: ${e.spacing[3]};
1742
- width: max-content;
1743
- `}
1744
- `,jr=(e,i,n)=>n?i==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",vr=s.dt.div`
1745
- display: flex;
1746
- flex-direction: row;
1747
- gap: ${({theme:e})=>e.spacing[.25]};
1748
- border-bottom: ${({theme:e,$borderButton:i,$variant:n})=>jr(e,n,i)};
1749
- align-items: center;
1750
- padding: ${({theme:e})=>e.spacing[.625]}
1751
- ${({theme:e})=>e.spacing[.5]};
1752
- padding-bottom: ${({theme:e,$borderButton:i})=>i?`calc(${e.spacing[.625]} - 2px)`:e.spacing[.625]};
1753
-
1754
- &:hover:not([disabled]) {
1755
- background-color: ${({theme:e})=>e.palette.gray[100]};
1756
- color: ${({theme:e})=>e.palette.gray[800]};
1757
- }
1758
-
1759
- a {
1760
- align-items: center;
1761
- background: transparent;
1762
- color: ${({theme:e})=>e.palette.gray[800]};
1763
- font-family: ${({theme:e})=>e.typography.type.primary};
1764
- font-size: ${({theme:e})=>e.typography.text.sm};
1765
- display: flex;
1766
- font-weight: ${({theme:e})=>e.typography.weight.regular};
1767
- position: relative;
1768
- text-align: center;
1769
- text-decoration: unset;
1770
- width: auto;
1771
- cursor: pointer;
1772
-
1773
- &:disabled {
1774
- cursor: not-allowed;
1775
- background-color: ${({theme:e})=>e.palette.gray[300]};
1776
- color: ${({theme:e})=>e.palette.gray[300]};
1777
- }
1778
-
1779
- &.active {
1780
- background-color: transparent;
1781
-
1782
- &:hover {
1783
- background-color: transparent;
1784
- }
1785
- }
1786
- }
1787
- `,kr=s.dt(be)`
1788
- ${({theme:e,$variant:i})=>`
1789
- align-items: center;
1790
- background: ${i==="error"?e.palette.primary[400]:e.palette.warning[500]};
1791
- border-radius: 100%;
1792
- font-family: ${e.typography.type.primary};
1793
- justify-content: center;
1794
- padding: 0;
1795
- position: absolute;
1796
- z-index: 11;
1797
- width: ${e.spacing[.5]};
1798
- height: ${e.spacing[.5]};
1799
- `}
1800
- `,Cr=s.dt.div`
1801
- align-items: center;
1802
- color: ${({theme:e})=>e.palette.white};
1803
- display: flex;
1804
- font-size: 6px;
1805
- font-weight: ${({theme:e})=>e.typography.weight.bold};
1806
- justify-content: center;
1807
- `,Ot=x.forwardRef(function({numberIndicator:i,show:n,variant:r="error",...a},o){return t.jsx(kr,{$variant:r,className:n?"flex":"hidden","data-testid":"notification-sign",ref:o,...a,children:i&&t.jsx(Cr,{children:i<=9?i:9})})}),Vt=({end:e=!1,label:i,id:n,isActive:r=!1,link:a,notificationSign:o,onClick:l,tooltip:c="",variant:d="primary",tag:p})=>{const{pathname:g}=Le.useLocation(),u=r||(d==="primary"?g.includes(a):g.endsWith(a));return t.jsx(U,{display:"flex",id:`${n}-tooltip`,tip:c,children:t.jsxs(vr,{$borderButton:u,$variant:d,children:[t.jsxs(Le.NavLink,{end:e,id:n,onClick:l,to:a,children:[i,t.jsx(Ot,{left:o==null?void 0:o.left,numberIndicator:o==null?void 0:o.numberIndicator,show:o==null?void 0:o.show,top:o==null?void 0:o.top,variant:o==null?void 0:o.variant})]}),p===void 0?null:t.jsx(K,{tagLabel:`${p}`,variant:"default"})]})})},Je=({items:e,borders:i=!0,box:n=!1,variant:r="primary"})=>{const a=s.nt();return t.jsx($,{alignItems:"center",bgColor:a.palette.white,border:n?"1px solid":void 0,borderBottom:i?`1px solid ${a.palette.gray[300]}`:void 0,borderColor:n?a.palette.gray[200]:void 0,borderRadius:n?a.spacing[.25]:void 0,display:"inline-flex",gap:.25,id:"tablist",padding:n?[0,0,0,0]:void 0,pl:i?1.25:void 0,pr:i?1.25:void 0,role:"tablist",width:n?"max-content":"100%",children:e.map(({end:o,id:l,isActive:c,link:d,label:p,notificationSign:g,onClick:u,tag:f,tooltip:h})=>t.jsx(Vt,{end:o,id:l,isActive:c,label:p,link:d,notificationSign:g,onClick:u,tag:f,tooltip:h,variant:r},l))})},ie=x.forwardRef(function({color:i=z.palette.gray[100],mt:n=.5,mb:r=.5,width:a,...o},l){return t.jsx($,{as:"hr",borderTop:`1px solid ${i}`,mb:r,mt:n,ref:l,width:a??"100%",...o})}),Sr=s.dt.li`
1808
- ${({theme:e})=>`
1809
- align-items: center;
1810
- background-color: ${e.palette.white};
1811
- color: ${e.palette.gray[800]};
1812
- cursor: pointer;
1813
- display: flex;
1814
- font-size: ${e.typography.text.sm};
1815
- font-weight: ${e.typography.weight.regular};
1816
- justify-content: space-between;
1817
- gap: ${e.spacing[.625]};
1818
- line-height: ${e.spacing[1.25]};
1819
- list-style-type: none;
1820
- min-height: 40px;
1821
- min-width: 240px;
1822
- padding: ${e.spacing[.625]} ${e.spacing[1]};
1823
-
1824
- p,
1825
- a {
1826
- word-break: break-word;
1827
- }
1828
-
1829
- & > label {
1830
- margin: unset;
1831
- }
1832
-
1833
- a {
1834
- color: ${e.palette.gray[500]};
1835
- }
1836
-
1837
- &[aria-disabled="true"] {
1838
- color: ${e.palette.gray[300]};
1839
- cursor: not-allowed;
1840
-
1841
- a {
1842
- color: ${e.palette.gray[300]};
1843
- }
1844
- }
1845
-
1846
- &[aria-selected="true"] {
1847
- background-color: ${e.palette.gray[200]};
1848
- }
1849
-
1850
- &:hover:not([aria-selected="true"]) {
1851
- background-color: ${e.palette.gray[100]};
1852
- }
1853
- `}
1854
- `,_t=s.dt.ul`
1855
- ${({theme:e})=>`
1856
- background-color: ${e.palette.white};
1857
- border: 1px solid ${e.palette.gray[200]};
1858
- border-radius: ${e.spacing[.25]};
1859
- box-shadow: ${e.shadows.md};
1860
- display: inline-block;
1861
- margin: unset;
1862
- min-width: 240px;
1863
- padding: ${e.spacing[.25]} 0 ${e.spacing[.25]} 0;
1864
- `}
1865
- `,me=({children:e,disabled:i=!1,icon:n,iconType:r="fa-light",href:a,onClick:o,onClickIcon:l,onKeyDown:c,rightIcon:d,selected:p=!1,value:g,...u})=>{const h=s.nt().palette.gray[i?300:800],y=i?x.Children.map(e,m=>x.isValidElement(m)?x.cloneElement(m,{disabled:i,...m.props}):m):e;return t.jsxs(Sr,{"aria-disabled":i,"aria-label":g,"aria-selected":p,"data-testid":g,onClick:o,onKeyDown:c,value:g,...u,children:[n!==void 0||g!==void 0?t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[n?t.jsx(I,{disabled:i,icon:n,iconColor:h,iconSize:"xxs",iconType:r}):null,a===void 0?y:t.jsx(J,{href:a,children:y})]}):null,p||d?t.jsx(I,{disabled:i,icon:d??"check",iconClass:"selected",iconColor:h,iconSize:"xs",iconType:r,onClick:l}):null]})},zr=s.dt(me)`
1866
- margin-top: 10px;
1867
- border: 1px solid ${({theme:e})=>e.palette.gray[300]};
1868
- border-radius: 4px;
1869
- min-width: unset;
1870
-
1871
- svg {
1872
- color: ${({theme:e})=>e.palette.gray[400]};
1873
- }
1874
-
1875
- &[aria-disabled="true"] {
1876
- background: ${({theme:e})=>e.palette.gray[100]};
1877
- color: ${({theme:e})=>e.palette.gray[500]};
1878
- }
1879
-
1880
- &[aria-selected="true"]:not([aria-disabled="true"]) {
1881
- background-color: unset;
1882
- }
1883
- `,Gt=({items:e,onReorder:i,title:n,description:r,onClickClose:a})=>{const o=x.useCallback(l=>()=>{a(l)},[a]);return t.jsxs(s.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:i,style:{height:"max-content",padding:"1.25rem 0",width:"45%"},values:e,children:[t.jsxs($,{display:"flex",gap:.25,children:[t.jsx(G,{display:"flex",size:"xs",children:n}),t.jsx(K,{priority:"high",tagLabel:String(e.filter(l=>l.visible).length),variant:"error"})]}),t.jsx(C,{size:"sm",children:r}),e.map(l=>l.visible?t.jsx(s.ReorderItem,{as:"div",dragListener:!l.locked,item:l.name,value:l,children:t.jsx(zr,{disabled:l.locked,icon:"grid-2",label:l.name,onClickIcon:l.locked?void 0:o(l.id),rightIcon:l.locked?"lock":"close",selected:l.visible,value:l.name,children:l.name})},l.name):void 0)]})},Ir=s.dt(me)`
1884
- padding: 7px 8px;
1885
-
1886
- &[aria-selected="true"] {
1887
- background-color: unset;
1888
- }
1889
-
1890
- svg {
1891
- &.fa-check {
1892
- border-radius: 2px;
1893
- }
1894
-
1895
- &.selected {
1896
- display: none;
1897
- }
1898
- }
1899
- `,Ut=e=>e.reduce((n,r)=>r.group?n[r.group]?{...n,[r.group]:[...n[r.group],r]}:{...n,[r.group]:[r]}:n,{}),Tr=s.dt.input`
1900
- ${({theme:e})=>`
1901
- background: none;
1902
- border: none !important;
1903
- box-shadow: none;
1904
- box-sizing: border-box;
1905
- color: ${e.palette.gray[800]};
1906
- font-family: ${e.typography.type.primary};
1907
- font-size: ${e.typography.text.sm};
1908
- outline: none;
1909
- width: 100%;
1910
-
1911
- &:-webkit-autofill {
1912
- -webkit-background-clip: text;
1913
- }
1914
-
1915
- &::placeholder {
1916
- color: ${e.palette.gray[400]};
1917
- }
1918
-
1919
- &:is(:hover, :focus)::-webkit-search-cancel-button {
1920
- display:none;
1921
- }
1922
-
1923
- ::-webkit-search-decoration,
1924
- ::-webkit-search-results-button,
1925
- ::-webkit-search-results-decoration {
1926
- display:none;
1927
- }
1928
- `}
1929
- `,Fr=s.dt.div`
1930
- ${({theme:e})=>`
1931
- align-items: center;
1932
- background-color: ${e.palette.white};
1933
- border: 1px solid ${e.palette.gray[300]};
1934
- border-radius: ${e.spacing[.5]};
1935
- display: flex;
1936
- height: 40px;
1937
- gap: ${e.spacing[.5]};
1938
- padding: ${e.spacing[.5]};
1939
- width: 100%;
1940
-
1941
- &:hover {
1942
- border-color: ${e.palette.gray[600]};
1943
- }
1944
-
1945
- &:focus-within {
1946
- border: 2px solid ${e.palette.black};
1947
- }
1948
- `}
1949
- `,Nr=s.dt.div`
1950
- ${({theme:e})=>`
1951
- background-color: ${e.palette.white};
1952
- border-radius: ${e.spacing[.5]};
1953
- width: 250px;
1954
- `}
1955
- `,le=x.forwardRef(function({name:i,smallSearch:n=!1,onClear:r,value:a,...o},l){const c=s.nt(),[d,p]=x.useState(!1),{refs:g,floatingStyles:u}=s.useFloating$1(),f=x.useCallback(()=>{p(m=>!m)},[]),h=x.useCallback(m=>{m.key==="Enter"&&m.preventDefault()},[]);$e(g.floating.current,()=>{p(!1)},!0);const y=t.jsxs(Fr,{children:[t.jsx(I,{icon:"magnifying-glass",iconColor:c.palette.gray[700],iconSize:"xs",iconType:"fa-light"}),t.jsx(Tr,{...o,id:i,name:i,onKeyDown:h,ref:l,type:"search",value:a}),!s.lodashExports.isEmpty(a)&&t.jsx(B,{icon:"xmark",iconColor:c.palette.gray[300],iconSize:"xs",iconType:"fa-light",onClick:r,px:.25,py:.25,type:"reset",variant:"ghost"})]});return n?t.jsxs(x.Fragment,{children:[t.jsx(B,{border:`1px solid ${c.palette.gray[300]} !important`,icon:"magnifying-glass",iconSize:"xs",iconType:"fa-light",onClick:f,ref:g.setReference,variant:"ghost"}),d?t.jsx(Nr,{ref:g.setFloating,style:u,children:y}):void 0]}):y}),Yt=({columns:e,formId:i,onChangeHandler:n,variant:r})=>{const a=x.useRef(null),[o,l]=x.useState([]),[c,d]=x.useState(""),p=x.useCallback(u=>{const{value:f}=u.target;d(f)},[]),g=x.useCallback(()=>{a.current&&(a.current.reset(),d(""))},[a]);return x.useEffect(()=>{l(e.filter(u=>{var f;return r==="grouped"?u.name.toLowerCase().includes(c.toLowerCase())||((f=u.group)==null?void 0:f.includes(c.toLowerCase())):u.name.toLowerCase().includes(c.toLowerCase())}))},[e,c,r]),r==="grouped"?t.jsxs($,{display:"flex",flexDirection:"column",gap:.625,height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:a,children:t.jsx(le,{name:"search",onChange:p,onClear:g,value:c})}),t.jsx("form",{"data-testid":i,id:i,onReset:g,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(Ut(o)).map(([u,f],h)=>{const y=`li-checkbox${u}`;return t.jsx(Rt,{checkboxesName:u,defaultCollapsed:h===0,onChange:n,options:f,title:u},y)})})]}):t.jsxs($,{height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:a,children:t.jsx(le,{name:"search",onChange:p,onClear:g,value:c})}),t.jsx("form",{"data-testid":i,id:i,onReset:g,style:{paddingTop:"0.625rem"},children:o.map(u=>{const f=`li-checkbox-${u.name}`;return t.jsx(Ir,{selected:u.visible,value:f,width:"content",children:t.jsx(Ne,{checked:u.visible,disabled:u.locked,label:u.name,name:u.name,onChange:n,value:u.name})},f)})})]})},Er=({_containerId:e="portals",title:i,modalRef:n,variant:r})=>{const a=s.nt(),o=x.useRef(null),[l,c]=x.useState(void 0),d=x.useCallback(u=>{const{checked:f,value:h}=u.target,y=n.columns.map(m=>{var b;return m.name===h?((b=m.toggleVisibility)==null||b.call(m,f),{...m,visible:f}):m});n.setColumns(y)},[n]),p=x.useCallback(u=>{const f=n.columns.map(h=>{var y;return h.id===u?((y=h.toggleVisibility)==null||y.call(h,!1),{...h,visible:!1}):h});n.setColumns(f)},[n]),g=x.useCallback(()=>{var f;const u=(f=o.current)==null?void 0:f.scrollHeight;l!==u&&c(u)},[l]);return n.isOpen?Z.createPortal(t.jsx(Ze,{"aria-label":n.name,"aria-modal":"true",children:t.jsxs(Re,{$size:"md",flexDirection:"column",children:[t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(G,{size:"sm",children:i}),t.jsx(B,{icon:"close",iconColor:a.palette.gray[400],iconSize:"xs",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:n.close,px:.25,py:.25,variant:"ghost"})]}),t.jsx(ie,{mb:0,mt:0}),t.jsxs($,{display:"flex",gap:1.25,onScroll:g,px:1.25,ref:o,scroll:"y",width:"100%",children:[t.jsx(Yt,{columns:n.columns,formId:"columns-visibility",onChangeHandler:d,variant:r}),t.jsx($,{borderLeft:`2px solid ${a.palette.gray[100]}`,height:l?`${l}px`:"auto"}),t.jsx(Gt,{description:"Click and drag to reorder the columns",items:n.columns,onClickClose:p,onReorder:n.setColumns,title:"Reorder columns"})]}),t.jsx(ie,{mb:0,mt:0}),t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(L,{disabled:!n.hasChanged,form:"columns-visibility",id:"columns-modal-cancel",justify:"center",onClick:n.resetToDefault,type:"reset",variant:"tertiary",children:"Reset to default"}),t.jsx(L,{id:"columns-modal-submit",justify:"center",onClick:n.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},Rr=s.dt(me)`
1956
- padding: 8px;
1957
- min-width: unset;
1958
- `,Dr=s.dt.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
1959
- align-items: center;
1960
- background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
1961
- display: flex;
1962
- justify-content: center;
1963
- z-index: 99999;
1964
- `,lt=s.dt(me)`
1965
- padding: 7px 8px;
1966
- word-wrap: break-word;
1967
-
1968
- svg.fa-check {
1969
- border-radius: 2px;
1970
- }
1971
- `,qt=({control:e,option:i,register:n,setValue:r})=>{var a,o,l,c,d;switch(i.type){case"checkboxes":return t.jsx("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:(a=i.options)==null?void 0:a.map(g=>t.jsx(lt,{value:g.value,width:"content",children:t.jsx(Ne,{...n("checkbox"),label:g.label,value:g.value})},`li-checkbox-${g.value}`))});case"radioButton":return t.jsx("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:(o=i.options)==null?void 0:o.map(g=>t.jsx(lt,{value:g.value,width:"content",children:t.jsx(Xe,{...n("radio"),label:g.label,value:g.value})},`li-radio-${g.value}`))});case"select":return t.jsx($t,{control:e,items:((l=i.options)==null?void 0:l.map(g=>({name:g.label??"",value:g.value})))??[],label:i.label,name:`text.${String(i.key)}-${i.filterFn??"caseInsensitive"}`,value:i.value});case"text":const p=`text.${String(i.key)}-${i.filterFn??"caseInsensitive"}`;return t.jsx(Fe,{label:i.label,name:p,register:n,value:i.value});case"numberRange":return t.jsx(Et,{label:i.label,name:String(i.key),propsMax:{placeholder:"Max",register:n,name:"maxValue",value:i.maxValue,setValue:r},propsMin:{placeholder:"Min",register:n,name:"minValue",value:i.minValue,setValue:r},variant:"filters"});case"dateRange":return t.jsx(It,{label:i.label,name:String(i.key),propsMax:{name:"maxValue",value:(c=i.maxValue)==null?void 0:c.toString()},propsMin:{name:"minValue",value:(d=i.minValue)==null?void 0:d.toString()},register:n,setValue:r,variant:"filters"});default:return t.jsx("div",{})}},Kt=({control:e,items:i,register:n,setValue:r})=>t.jsx(t.Fragment,{children:i.map((a,o)=>{const l=`${a.type}-${a.value}-${a.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(qt,{control:e,option:a,register:n,setValue:r}),o<i.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},l)})}),Xt=e=>{var c,d,p,g,u;const[i,n]=x.useState([...e]),{control:r,register:a,handleSubmit:o,setValue:l}=s.useForm({defaultValues:{checkbox:e.filter(f=>f.type==="checkboxes").flatMap(f=>{var h;return((h=f.options)==null?void 0:h.filter(y=>y.checked).map(y=>y.value))??[]}),radio:((p=(d=(c=e.find(f=>f.type==="radioButton"))==null?void 0:c.options)==null?void 0:d.find(({checked:f})=>f))==null?void 0:p.value)??"",text:e.filter(f=>["text","select"].includes(f.type)).reduce((f,h)=>({...f,[`${String(h.key)}-${h.filterFn??"caseInsensitive"}`]:h.value??""}),{}),minValue:(g=e.find(f=>["numberRange","dateRange"].includes(f.type)))==null?void 0:g.minValue,maxValue:(u=e.find(f=>["numberRange","dateRange"].includes(f.type)))==null?void 0:u.maxValue}});return{control:r,items:i,setItems:n,register:a,handleSubmit:o,setValue:l}},Lr=(e,i)=>{var n,r,a,o,l;i("checkbox",e.filter(c=>c.type==="checkboxes").flatMap(c=>{var d;return((d=c.options)==null?void 0:d.filter(p=>p.checked).map(p=>p.value))??[]})),i("radio",((a=(r=(n=e.find(c=>c.type==="radioButton"))==null?void 0:n.options)==null?void 0:r.find(({checked:c})=>c))==null?void 0:a.value)??""),i("text",e.filter(c=>["text","select"].includes(c.type)).reduce((c,d)=>({...c,[`${String(d.key)}-${d.filterFn??"caseInsensitive"}`]:d.value??""}),{})),i("minValue",(o=e.find(c=>["numberRange","dateRange"].includes(c.type)))==null?void 0:o.minValue),i("maxValue",(l=e.find(c=>["numberRange","dateRange"].includes(c.type)))==null?void 0:l.maxValue)},Pr=(e,i)=>e.map(n=>{var r;return n.type==="checkboxes"?{...n,options:(r=n.options)==null?void 0:r.filter(a=>{var o;return((o=a.label)==null?void 0:o.toLowerCase().includes(i.toLowerCase()))??a.value.toLowerCase().includes(i.toLowerCase())})}:n}),Oe=({options:e,onSubmit:i,id:n,open:r,onClose:a})=>{const{control:o,items:l,setItems:c,register:d,handleSubmit:p,setValue:g}=Xt(e),u=e.some(b=>b.type==="checkboxes"),f=x.useCallback(b=>{const{value:w}=b.target,j=Pr(e,w);c(j)},[e,c]),h=x.useCallback(b=>{i&&i(b)},[i]),y=x.useCallback(b=>{var w;b.target===b.currentTarget&&((w=window.getSelection())==null?void 0:w.toString())===""&&a()},[a]);x.useEffect(()=>{c(e),Lr(e,g)},[e,c,g]);const m=t.jsx(Ze,{$bgColor:"transparent",onClick:y,children:t.jsxs(Re,{$size:"fixed",flexDirection:"column",gap:1.25,style:{overflow:"hidden"},children:[u&&t.jsx(le,{onChange:f}),t.jsxs("form",{id:n,onSubmit:p(h),children:[t.jsx(Kt,{control:o,items:l,register:d,setValue:g}),t.jsx(L,{mt:1,type:"submit",children:"Apply"})]})]})});return r?Z.createPortal(m,document.getElementById("portals")??document.body):t.jsx("div",{})},Zt=({options:e,variant:i,onApplyFilters:n})=>{const r=s.nt(),[a,o]=x.useState(e),[l,c]=x.useState([]),[d,p]=x.useState({}),[g,u]=x.useState(""),f=x.useCallback(b=>()=>{const w=a.find(j=>j.label===b);u(b),c((w==null?void 0:w.filterOptions)??[])},[a]),h=x.useCallback(b=>{const w=[...b.checkbox,...Object.values(b.text??{}),...b.radio?[b.radio]:[],...b.minValue?[String(b.minValue)]:[],...b.maxValue?[String(b.maxValue)]:[]];p(S=>w.length>0?{...S,[g]:w}:S);const j=S=>{var N,E;return{...S,options:(N=S.options)==null?void 0:N.map(A=>({...A,checked:b.checkbox.includes(A.value)||b.radio===A.value})),value:["text","select"].includes(S.type)?((E=b.text)==null?void 0:E[`${String(S.key)}-${S.filterFn??"caseInsensitive"}`])??S.value:S.value,minValue:["numberRange","dateRange"].includes(S.type)?b.minValue:S.minValue,maxValue:["numberRange","dateRange"].includes(S.type)?b.maxValue:S.maxValue}},v=S=>S.label===g?{...S,filterOptions:S.filterOptions.map(j)}:S,k=a.map(v);o(S=>S.map(v));const T=k.flatMap(({filterOptions:S})=>S);n(T),c([])},[a,n,g]),y=x.useCallback(()=>{c([])},[]),m=x.useCallback((b,w)=>{const j=`li-filter-option-${b}`;return t.jsxs(Rr,{icon:w,onClick:f(b),style:{minWidth:"180px"},value:j,width:"100%",children:[b,d[b]===void 0?void 0:t.jsx(K,{tagLabel:d[b].length.toString()})]},j)},[d,f]);return x.useEffect(()=>{const b=e.reduce((w,{label:j,filterOptions:v})=>{const k=v.flatMap(({value:N,minValue:E,maxValue:A})=>[E,A,N]).filter(Boolean),T=v.flatMap(({options:N})=>N??[]).filter(({checked:N=!1})=>N).map(({value:N})=>N),S=[...k,...T];return S.length===0?w:{...w,[j]:S}},{});p(b)},[e]),i==="grouped"?t.jsxs($,{display:"flex",flexDirection:"column",flexGrow:1,maxHeight:"360px",position:"relative",style:{columnGap:"10px"},wrap:"wrap",children:[Object.entries(Ut(e)).map(([b,w])=>t.jsxs($,{children:[t.jsx(C,{color:r.palette.gray[400],mb:.25,size:"sm",children:b}),w.map(({label:j,icon:v="filter-list"})=>m(j,v))]},b)),t.jsx(Oe,{id:"filters-options",onClose:y,onSubmit:h,open:l.length>0,options:l})]}):t.jsxs($,{display:"flex",flexDirection:"column",flexGrow:1,maxHeight:"200px",style:{columnGap:"10px"},wrap:"wrap",children:[e.map(({label:b,icon:w="filter-list"})=>m(b,w)),t.jsx(Oe,{id:"filters-options",onClose:y,onSubmit:h,open:l.length>0,options:l})]})},Jt=({_containerId:e="portals",options:i,onApplyFilters:n,modalRef:r,variant:a})=>{const o=s.nt();return r.isOpen?Z.createPortal(t.jsx(Dr,{$bgColor:"transparent","aria-label":r.name,"aria-modal":"true",children:t.jsxs(Re,{$size:"fixed",alignItems:"start",display:"flex",flexDirection:"row",gap:.5,position:"relative",px:1.25,py:1.25,style:{width:"max-content"},children:[t.jsx(Zt,{onApplyFilters:n,options:i,variant:a}),t.jsx(B,{icon:"close",iconColor:o.palette.gray[400],iconSize:"xs",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:r.close,px:.25,py:.25,variant:"ghost"})]})}),document.getElementById(e)??document.body):t.jsx("div",{})};function Ar(e){if(e)return e}function Wr(e){if(!e||e.length===0)return;const i=e.filter(r=>r.checked).map(r=>r.label??r.value);return i.length===0?void 0:i.join(", ")}function Br(e,i){const n=s._.isEmpty(e)&&typeof e!="number"?void 0:Number(e),r=s._.isEmpty(i)&&typeof i!="number"?void 0:Number(String(i));if(!s._.isUndefined(n)&&!s._.isUndefined(r))return`${n} - ${r}`;if(!s._.isUndefined(n))return`Min ${n}`;if(!s._.isUndefined(r))return`Max ${r}`}function Hr(e,i){if(s.dayjs_minExports.extend(s.localizedFormat),!(s._.isUndefined(e)||s._.isUndefined(i))){if(e!==""&&i!=="")return`${s.dayjs(e).format("LL")} - ${s.dayjs(i).format("LL")}`;if(e!=="")return`From ${s.dayjs(e).format("LL")}`;if(i!=="")return`To ${s.dayjs(i).format("LL")}`}}function Mr(e,i,n){return e==="select"?i:`${i} ${n==="includesInsensitive"?"contains":"is"}`}const re=({filter:e,icon:i="filter-list",label:n,onClose:r,filterValue:a})=>s._.isNil(a)||s._.isEmpty(String(a))?null:t.jsx($,{pr:.25,children:t.jsx(K,{filterValues:a,icon:i,id:"remove-filter",onClose:r(e),tagLabel:`${n} `})},n),Qt=({options:e,onClose:i})=>{const n=e.flatMap(r=>r.filterOptions.map(a=>{const{filterFn:o,label:l,type:c,value:d,options:p,minValue:g,maxValue:u}=a;switch(c){case"numberRange":{const f=Br(g,u);return t.jsx(re,{filter:a,filterValue:f,icon:r.icon,label:r.label,onClose:i},l)}case"dateRange":{const f=Hr(g==null?void 0:g.toString(),u==null?void 0:u.toString());return t.jsx(re,{filter:a,filterValue:f,icon:r.icon,label:r.label,onClose:i},l)}case"radioButton":case"checkboxes":{const f=Wr(p);return t.jsx(re,{filter:a,filterValue:f,icon:r.icon,label:r.label,onClose:i},l)}case void 0:case"select":case"text":default:{const f=Ar(d),h=Mr(c,r.label,o);return t.jsx(re,{filter:a,filterValue:f,icon:r.icon,label:h,onClose:i},l)}}})).filter(r=>{if(r===null)return!1;const{filterValue:a}=r.props;return!s._.isNil(a)&&!s._.isEmpty(String(a))});return t.jsx($,{display:"flex",wrap:"wrap",children:n})},Or=(e,i)=>{function n(l,c){if(c.value===""||c.value===void 0||s._.defaultTo(c.isBackFilter,!1))return!0;switch(c.filterFn){case"includesInsensitive":return String(l[c.key]).toLowerCase().includes(c.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(l[c.key]).toLowerCase()===c.value.toLowerCase()}}function r(l,c){if(!c.options||c.options.length===0)return!0;const d=c.options.filter(p=>p.checked).map(p=>p.value);return d.length===0?!0:d.includes(String(l[c.key]))}function a(l,c,d){const p=d(String(l[c.key])),{minValue:g,maxValue:u}=c,f=s._.isEmpty(g)&&typeof g!="number"?void 0:d(String(g)),h=s._.isEmpty(u)&&typeof u!="number"?void 0:d(String(u));return s._.isUndefined(f)&&s._.isUndefined(h)?!0:(f??-1/0)<=p&&p<=(h??1/0)}function o(l){return i.every(c=>{if(typeof c.key=="function")return c.key(l,c.value);switch(c.type){case"radioButton":case"checkboxes":return r(l,c);case"numberRange":return a(l,c,Number);case"dateRange":return a(l,c,d=>new Date(d));case"select":case"text":default:return n(l,c)}})}return e.filter(o)},ct=e=>[...e.flatMap(({options:n})=>n).filter(n=>n==null?void 0:n.checked),...e.flatMap(n=>[n.value,n.maxValue,n.minValue]).filter(Boolean)].length,Vr=e=>{var n;const i=((n=e.options)==null?void 0:n.map(r=>({...r,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:i}},dt="portals",_r=({dataset:e,localStorageKey:i,options:n,setFilteredDataset:r,onFiltersChange:a,variant:o="ungrouped"})=>{const l=Ee("filters-modal"),[c,d]=x.useState([]),[p,g]=x.useState(ct(c)),u=n.map(y=>({...y,filterOptions:y.filterOptions.map(m=>c.find(w=>w.key===m.key&&w.type===m.type&&w.filterFn===m.filterFn)??{...m})})),f=x.useCallback(y=>{d([...y]),localStorage.setItem(i,JSON.stringify(y))},[d,i]),h=x.useCallback(y=>()=>{const m=c.map(b=>b.key===y.key&&b.type===y.type&&b.filterFn===y.filterFn?Vr(b):b);d(m),localStorage.setItem(i,JSON.stringify(m))},[c,i]);return x.useEffect(()=>{const y=localStorage.getItem(i),m=y?JSON.parse(y):n.flatMap(b=>b.filterOptions);d(m)},[i,n]),x.useEffect(()=>{r&&e!==void 0&&r(Or(e,c)),g(ct(c)),a==null||a(c)},[e,c,r,a]),t.jsx(x.Fragment,{children:t.jsxs($,{alignItems:"center",display:"flex",gap:.25,id:dt,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsxs($,{pr:.25,children:[t.jsx(L,{icon:"filter",id:"filterBtn",onClick:l.toggle,tag:p.toString(),variant:"ghost"}),t.jsx(Qt,{onClose:h,options:u})]}),t.jsx(Jt,{_containerId:dt,modalRef:l,onApplyFilters:f,options:u,variant:o})]})})},ei=({_portal:e=!0,alert:i,cancelButton:n=void 0,children:r=void 0,confirmButton:a=void 0,content:o=void 0,description:l=void 0,modalRef:c,otherActions:d=void 0,onClose:p=void 0,tabItems:g=void 0,title:u=void 0,size:f,id:h="modal-container"})=>{const y=s.nt(),m=t.jsx(Ze,{"aria-label":c.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(Re,{$size:f,"data-testid":h,flexDirection:"column",id:h,children:[!s._.isEmpty(u)&&!s._.isNil(u)&&t.jsx(Mt,{description:l,modalRef:c,onClose:p,otherActions:d,title:u}),g&&t.jsx($,{borderTop:`1px solid ${y.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(Je,{items:g})}),(s._.isObject(o)||r)&&t.jsxs(xr,{children:[r,s._.isObject(o)&&s._.isString(o.imageSrc)&&t.jsx(yr,{$framed:o.imageFramed,children:t.jsx(te,{alt:"modal-img",publicId:o.imageSrc})}),s._.isObject(o)&&s._.isString(o.imageText)&&t.jsx(C,{size:"sm",children:o.imageText})]}),t.jsx(Ht,{alert:i,cancelButton:n,confirmButton:a,modalRef:c})]})});return e&&c.isOpen?Z.createPortal(m,document.getElementById("portals")??document.body):c.isOpen?m:null},Gr=()=>{const[e,i]=x.useState(!1),[n,r]=x.useState(),a=x.useRef(null),o=Ee("confirm-dialog-modal"),l=x.useCallback(async g=>(r(g),i(!0),new Promise(u=>{a.current=u})),[]),c=x.useCallback(()=>{var g;i(!1),r(void 0),(g=a.current)==null||g.call(a,!0)},[]),d=x.useCallback(()=>{var g;i(!1),r(void 0),(g=a.current)==null||g.call(a,!1)},[]);return x.useEffect(()=>{o.setIsOpen(e)},[e,o]),{ConfirmDialog:({id:g="confirm-dialog-modal",children:u})=>t.jsxs(ei,{cancelButton:{onClick:d,text:"Cancel"},confirmButton:{id:(n==null?void 0:n.id)??"modal-confirm",onClick:c,text:"Confirm"},description:n==null?void 0:n.message,id:g,modalRef:{...o,close:d},size:"sm",title:n==null?void 0:n.title,children:[n==null?void 0:n.content,u]}),confirm:l}},Ve=({buttonProps:e,variant:i})=>t.jsx(L,{onClick:e.onClick,variant:i,children:e.text}),Ur=s.dt.div`
1972
- display: flex;
1973
- flex-direction: column;
1974
- align-items: center;
1975
- padding: ${({theme:e,$padding:i})=>e.spacing[i]};
1976
- max-width: 900px;
1977
- white-space: pre-line;
1978
- margin: 0 auto;
1979
- `,Yr=s.dt.div`
1980
- display: flex;
1981
- flex-direction: row;
1982
- justify-content: center;
1983
- align-items: center;
1984
- background-color: transparent;
1985
- width: 96px;
1986
- height: 96px;
1987
- margin-bottom: ${({theme:e})=>e.spacing[2]};
1988
-
1989
- > img {
1990
- width: 100%;
1991
- }
1992
- `,qr=s.dt.div`
1993
- display: flex;
1994
- flex-direction: row;
1995
- margin: 0;
1996
- margin-bottom: ${({theme:e})=>e.spacing[2]};
1997
-
1998
- > * {
1999
- margin-right: ${({theme:e})=>e.spacing[.75]};
2000
- }
2001
-
2002
- > *:last-child {
2003
- margin-right: 0;
2004
- }
2005
- `,pt={md:{description:"md",title:"md"},sm:{description:"sm",title:"xs"}},Kr=({cancelButton:e=void 0,confirmButton:i=void 0,description:n,imageSrc:r="integrates/empty/addRoot",padding:a=1.25,title:o,size:l="md"})=>{const c=(i??e)!==void 0;return t.jsxs(Ur,{$padding:a,children:[t.jsx(Yr,{children:t.jsx(te,{alt:"empty-icon",publicId:r})}),t.jsx(G,{fontWeight:"bold",lineSpacing:1.75,mb:.25,size:pt[l].title,textAlign:"center",children:o}),t.jsx(C,{mb:c?2:void 0,size:pt[l].description,textAlign:"center",children:n}),c?t.jsxs(qr,{children:[e&&t.jsx(Ve,{buttonProps:e,variant:"tertiary"}),i&&t.jsx(Ve,{buttonProps:i,variant:"primary"})]}):void 0]})},Xr=({children:e})=>{const i=s.useFormContext();return e({...i})},Zr=s.dt.form`
2006
- ${({theme:e})=>`
2007
- align-items: flex-start;
2008
- align-self: stretch;
2009
- display: flex;
2010
- flex-direction: column;
2011
- gap: ${e.spacing[.5]};
2012
- overflow: hidden auto;
2013
- width: 100%;
2014
- `}
2015
- `,Jr=({alert:e,buttonAlignment:i,cancelButton:n,children:r,confirmButton:a,defaultDisabled:o=!0,id:l="modal-confirm",maxButtonWidth:c="392px",mode:d,onSubmit:p,showButtons:g=!0,yupSchema:u,...f})=>{const h=s.nt(),y=s.useForm({...f,mode:d??"all",resolver:u?s.o(u):void 0});return t.jsx(s.FormProvider,{...y,children:t.jsx(Zr,{onSubmit:y.handleSubmit(p),children:t.jsxs($,{scroll:"y",width:"100%",children:[t.jsx($,{borderRadius:`0 0 ${h.spacing[.25]} ${h.spacing[.25]}`,display:"flex",flexDirection:"column",gap:.5,height:e?"calc(100% - 139px)":"calc(100% - 83px)",pb:1.5,pt:0,px:1.5,scroll:"y",children:r}),g&&t.jsxs($,{borderRadius:`0 0 ${h.spacing[.25]} ${h.spacing[.25]}`,borderTop:`1px solid ${h.palette.gray[200]}`,display:"flex",flexDirection:i?"unset":"column",gap:.625,justify:i??"stretch",position:"sticky",px:1.25,py:1.25,children:[e,t.jsxs($,{display:"flex",gap:.75,maxWidth:c,children:[n?t.jsx(L,{icon:n.icon,id:`${l}-cancel`,justify:"center",onClick:n.onClick,type:"reset",variant:"tertiary",width:"100%",children:n.label??"Cancel"}):void 0,t.jsx(L,{disabled:((a==null?void 0:a.disabled)??!1)||y.formState.isSubmitting||o&&!y.formState.isDirty,icon:a==null?void 0:a.icon,id:l,justify:"center",type:"submit",width:"100%",children:(a==null?void 0:a.label)??"Confirm"})]})]})]})})})},Qr=s.dt(be)`
2016
- display: grid;
2017
- gap: ${({$gap:e=1.25})=>`${e}rem`};
2018
- grid-template-columns: ${({$sm:e})=>`repeat(${e}, 1fr)`};
2019
-
2020
- ${({theme:e,$xl:i,$lg:n,$md:r})=>`
2021
- @media (width >= ${e.breakpoints.sm}) {
2022
- grid-template-columns: repeat(${r}, 1fr);
2023
- }
2024
-
2025
- @media (width >= ${e.breakpoints.md}) {
2026
- grid-template-columns: repeat(${n}, 1fr);
2027
- }
2028
-
2029
- @media (width >= ${e.breakpoints.lg}) {
2030
- grid-template-columns: repeat(${i}, 1fr);
2031
- }
2032
- `}
2033
- `,ea=x.forwardRef(function({children:i,md:n,sm:r,lg:a,xl:o,gap:l,...c},d){return t.jsx(Qr,{$gap:l,$lg:a,$md:n,$sm:r,$xl:o,ref:d,...c,children:i})}),ta=s.dt.div`
2034
- ${({theme:e,$itemsLength:i})=>`
2035
- display: flex;
2036
- background-color: ${e.palette.white};
2037
- border: 1px solid ${e.palette.gray[200]};
2038
- border-radius: ${e.spacing[.25]};
2039
- box-shadow: ${e.shadows.lg};
2040
- flex-direction: column;
2041
- min-width: 507px;
2042
- max-width: ${i<=4?"507px":"980px"};
2043
- padding: ${e.spacing[1.5]};
2044
-
2045
- @media screen and (max-width: 980px) and (min-width: 742px) {
2046
- width: 742px;
2047
- }
2048
- @media screen and (max-width: 742px) {
2049
- width: 507px;
2050
- }
2051
- `}
2052
- `,Qe=s.dt.div`
2053
- ${({theme:e,$isSelected:i})=>`
2054
- align-items: center;
2055
- background-color: ${i?e.palette.gray[100]:e.palette.white};
2056
- border: 1px solid ${e.palette.gray[200]};
2057
- border-radius: ${e.spacing[.25]};
2058
- cursor: pointer;
2059
- display: flex;
2060
- flex-direction: ${i?"row-reverse":"row"};
2061
- min-height: 50px;
2062
- padding: ${e.spacing[1]} ${e.spacing[.625]};
2063
- width: 215px;
2064
-
2065
- &:hover {
2066
- background-color: ${e.palette.gray[100]};
2067
- }
2068
- `}
2069
- `,ti=({isSelected:e=!1,label:i,onSelect:n})=>{const r=s.nt(),a=x.useCallback(()=>{n&&n(i)},[n,i]);return t.jsxs(Qe,{$isSelected:e,onClick:a,children:[e?t.jsx(I,{icon:"check",iconColor:r.palette.gray[800],iconSize:"xs"}):null,t.jsx(C,{color:r.palette.gray[800],fontWeight:"bold",size:"sm",children:i})]})},ia=({isOpen:e=!0,items:i,handleNewOrganization:n,onSelect:r,onClose:a,selectedItem:o,title:l,variant:c})=>{const d=s.nt(),[p,g]=x.useState(i),[u,f]=x.useState(""),h=x.useCallback(b=>{g(w=>w.filter(j=>String(j.name).toLowerCase().includes(b.toLocaleLowerCase())))},[g]),y=x.useCallback(b=>{b.currentTarget&&(f(b.currentTarget.value),h(b.currentTarget.value))},[f,h]);x.useEffect(()=>{g(i),h(u)},[i,h,u]);const m=t.jsx($,{"aria-modal":"true",className:"comp-modal fixed inset-0 overflow-auto",zIndex:99999,children:t.jsx($,{alignItems:"center",bgColor:"rgb(52 64 84 / 70%)",display:"flex",height:"100vh",justify:"center",left:"0",top:"0",width:"100%",children:t.jsxs(ta,{$itemsLength:p.length,children:[t.jsxs($,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(C,{color:d.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(B,{icon:"xmark",iconColor:d.palette.gray[400],iconSize:"xs",iconType:"fa-light",onClick:a,variant:"ghost"})]}),t.jsx($,{mt:1,children:t.jsx(le,{onInput:y,placeholder:"Search"})}),t.jsx(ie,{mb:1,mt:1}),t.jsxs($,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[c==="organization-selector"?t.jsx(Qe,{onClick:n,children:t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsx(I,{icon:"square-plus",iconColor:d.palette.gray[400],iconSize:"xs",iconType:"fa-light",mr:.5}),t.jsx(C,{color:d.palette.gray[400],size:"sm",children:"New organization"})]})}):void 0,p.map(b=>t.jsx(ti,{isSelected:o.toLowerCase()===b.name,label:b.name.charAt(0).toUpperCase()+b.name.slice(1),onSelect:r},b.name))]})]})})});return e?Z.createPortal(m,document.body):t.jsx("div",{})},na=({description:e,height:i="auto",leftIconName:n,children:r,rightIconName:a,title:o,tooltipId:l,tooltipTip:c,tooltipPlace:d="bottom",variant:p="centered",width:g="318px"})=>{const u=s.nt(),f=p==="centered",h=l&&t.jsx(U,{icon:a??n,iconColor:u.palette.gray[800],id:l,place:d,tip:c});return t.jsxs($,{alignItems:f?"center":"flex-start",bgColor:u.palette.gray[50],border:`1px solid ${u.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:f?"column":"column-reverse",gap:.5,height:i,justify:"center",padding:[1.25,1.25,1.25,1.25],width:g,children:[t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[f||s.lodashExports.isUndefined(n)?void 0:h,t.jsx(C,{color:f?u.palette.gray[800]:u.palette.gray[400],size:"md",textAlign:f?"center":"start",children:e}),f||s.lodashExports.isUndefined(a)?void 0:h]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,my:.5,children:[f&&!s.lodashExports.isUndefined(n)?h:void 0,t.jsxs("div",{style:{display:"flex",gap:"12px"},children:[s.lodashExports.isUndefined(o)?void 0:t.jsx(G,{fontWeight:"bold",size:"md",children:o}),r]}),f&&!s.lodashExports.isUndefined(a)?h:void 0]})]})},ra=({actions:e,children:i,header:n,title:r,tabs:a,footer:o})=>{const l=s.nt();return t.jsxs($,{alignItems:"flex-start",bgColor:l.palette.white,borderLeft:`1px solid ${l.palette.gray[300]}`,display:"flex",flexDirection:"column",maxHeight:"750px",width:"480px",children:[t.jsxs($,{alignItems:"flex-start",alignSelf:"stretch",borderBottom:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.25,justify:"space-between",px:1.25,py:1,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsx(C,{color:l.palette.gray[800],fontWeight:"bold",lineSpacing:1.75,size:"xl",children:r}),n]}),e&&t.jsx($,{display:"flex",gap:.25,children:e.map(({icon:c,onClick:d},p)=>t.jsx(B,{icon:c??"paper-plane",iconColor:l.palette.gray[400],iconSize:"xxs",iconType:"fa-light",onClick:d,variant:"ghost"},`${p}-${c}`))})]}),t.jsx($,{display:"flex",pt:.25,width:"100%",children:t.jsx(Je,{items:a})}),t.jsx($,{alignSelf:"stretch",display:"flex",flexDirection:"column",px:1.25,py:1,scroll:"y",children:i}),o&&t.jsx($,{alignSelf:"stretch",borderTop:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:o.map(({icon:c,text:d,onClick:p},g)=>t.jsx(L,{icon:c,onClick:p,variant:g===0?"primary":"tertiary",width:"100%",children:d},`${g}-${d}`))})]})},aa=s.dt.span`
2070
- ${({theme:e,$bgColor:i=e.palette.secondary[500],$txtDecoration:n="none"})=>`
2071
- background-color: ${i};
2072
- border-radius: 5px;
2073
- color: ${e.palette.white};
2074
- font-size: 10px;
2075
- padding: ${e.spacing[.125]} ${e.spacing[.25]} ${e.spacing[.125]} ${e.spacing[.25]};
2076
- text-decoration: ${n}
2077
- `}
2078
- `,oa=({bgColor:e,children:i,txtDecoration:n,ml:r=1})=>t.jsx(aa,{$bgColor:e,$txtDecoration:n,className:`ml-${r}`,children:i}),sa={lg:"56",md:"30",sm:"12"},{getVariant:la}=q(e=>({red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),ca=s.mt`
2079
- 0% {
2080
- transform: rotateZ(0deg);
2081
- }
2082
- 100% {
2083
- transform: rotateZ(360deg)
2084
- }
2085
- `,da=s.mt`
2086
- 0%,
2087
- 25% {
2088
- stroke-dashoffset: 280;
2089
- transform: rotate(0);
2090
- }
2091
-
2092
- 50%,
2093
- 75% {
2094
- stroke-dashoffset: 75;
2095
- transform: rotate(45deg);
2096
- }
2097
-
2098
- 100% {
2099
- stroke-dashoffset: 280;
2100
- transform: rotate(360deg);
2101
- }
2102
- `,pa=s.dt.svg`
2103
- ${({$size:e="md"})=>s.lt`
2104
- animation: ${ca} 2s linear infinite;
2105
- animation-timing-function: linear;
2106
- display: inline-block;
2107
- width: ${sa[e]}px;
2108
- `}
2109
- `,ga=s.dt.circle`
2110
- ${({theme:e,$color:i="red"})=>s.lt`
2111
- animation: 1.4s ease-in-out infinite both ${da};
2112
- display: block;
2113
- fill: transparent;
2114
- stroke-linecap: round;
2115
- stroke-dasharray: 283;
2116
- stroke-dashoffset: 280;
2117
- stroke-width: 10px;
2118
- transform-origin: 50% 50%;
2119
-
2120
- ${la(e,i)}
2121
- `}
2122
- `,ua=s.dt.circle`
2123
- display: block;
2124
- fill: transparent;
2125
- stroke: ${({theme:e})=>e.palette.gray[200]};
2126
- stroke-linecap: round;
2127
- stroke-width: 10px;
2128
- transform-origin: 50% 50%;
2129
- opacity: ${({$color:e})=>e==="white"?"20%":"unset"};
2130
- `,xa=({color:e="red",label:i,size:n})=>{const r=s.nt();return t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsxs(pa,{$size:n,viewBox:"0 0 100 100",children:[t.jsx(ua,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(ga,{$color:e,cx:"50",cy:"50",r:"45"})]}),i&&t.jsx(C,{color:e==="red"?r.palette.gray[700]:r.palette.white,ml:.5,size:"sm",children:i})]})},fa={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},ha=({publicId:e,variant:i})=>t.jsx($,{...fa[i],children:t.jsx(te,{alt:"logo",publicId:e})}),ba=s.dt(s.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
2131
- ${({$size:e=16})=>`
2132
- height: ${e}px;
2133
- width: ${e}px;
2134
- `}
2135
- `,ya=e=>{const{size:i}=e;return t.jsx(ba,{$size:i,...e})},$a=({children:e,commitSha:i,commitShortSha:n,parentElement:r,userInfo:a,setVisibility:o})=>{const l=s.nt(),{userName:c,email:d,phone:p,userRole:g}=a;return $e(r,()=>{o(!1)}),t.jsxs(_t,{children:[t.jsx("li",{className:"user-info",children:t.jsxs($,{display:"inline-flex",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsx(C,{color:l.palette.gray[800],fontWeight:"bold",size:"sm",children:c}),t.jsx(C,{color:l.palette.gray[400],size:"sm",children:d}),s.lodashExports.isUndefined(p)?void 0:t.jsx(C,{color:l.palette.gray[400],size:"sm",children:p})]}),t.jsx($,{children:t.jsx(K,{tagLabel:g,variant:"role"})})]})}),t.jsx(ie,{}),e,t.jsx(ie,{}),t.jsx("li",{className:"commit-info",children:t.jsx(J,{href:`https://gitlab.com/fluidattacks/universe/-/tree/${i}`,iconPosition:"hidden",children:t.jsx(C,{color:l.palette.gray[400],size:"xs",children:`commit : ${n}`})})})]})},ma=s.dt.button`
2136
- align-items: center;
2137
- background-color: transparent;
2138
- border: unset;
2139
- cursor: pointer;
2140
- display: flex;
2141
- justify-content: center;
2142
- gap: 5px;
2143
- padding: 0;
2144
-
2145
- &:hover p {
2146
- color: ${z.palette.primary[200]};
2147
- }
2148
-
2149
- &:hover span {
2150
- color: ${z.palette.primary[200]};
2151
- }
2152
- `,wa=({message:e,onClickButton:i,buttonText:n,buttonFontWeight:r="regular",icon:a,onClose:o,buttonSide:l="end"})=>{const c=s.nt(),[d,p]=x.useState(!0),g=x.useCallback(()=>{p(!1),o==null||o()},[o]),u=t.jsxs(ma,{onClick:i,children:[t.jsx(C,{color:c.palette.white,fontWeight:r,size:"sm",textDecoration:"underline",children:n}),t.jsx(I,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"xs",iconType:r==="bold"?"fa-regular":"fa-light"})]});return t.jsxs($,{alignItems:"center",bgGradient:c.palette.gradients["01"],display:d?"flex":"none",id:"message-banner",justify:"space-between",padding:[.75,.75,.75,.75],children:[t.jsxs($,{display:"flex",gap:.5,justify:"center",width:"100%",children:[l==="start"&&i?u:void 0,t.jsx($,{children:typeof e=="string"?t.jsx(C,{color:c.palette.white,display:"inline",size:"sm",children:e}):e}),l==="end"&&i?u:void 0]}),t.jsx(I,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"xs",iconType:"fa-light",onClick:g})]})},ja=s.dt.div`
2153
- ${({theme:e,$variant:i})=>`
2154
- background: ${e.palette.white};
2155
- border: 1px solid ${e.palette.gray[200]};
2156
- border-radius: ${e.spacing[.25]};
2157
- border-left: 4px solid ${e.palette[i][500]};
2158
- box-shadow: ${e.shadows.md};
2159
- position: relative;
2160
- display: flex;
2161
- width: 360px;
2162
- padding: ${e.spacing[1.25]} ${e.spacing[1]} ${e.spacing[1.25]} ${e.spacing[.75]};
2163
- gap: ${e.spacing[.5]};
2164
-
2165
- button {
2166
- position: absolute;
2167
- top: 20px;
2168
- right: 16px;
2169
- }
2170
- `}
2171
- `,va=s.dt.div`
2172
- ${({theme:e,$variant:i})=>`
2173
- height: ${e.spacing[2.5]};
2174
- width: ${e.spacing[2.5]};
2175
- position: relative;
2176
- flex-shrink: 0;
2177
-
2178
- & .ellipse-1,
2179
- & .ellipse-2,
2180
- & .icon {
2181
- top: 50%;
2182
- left: 50%;
2183
- transform: translate(-50%, -50%);
2184
- position: absolute;
2185
- }
2186
-
2187
- & .ellipse-1 {
2188
- transform: scale(2.5) translate(-20%, -20%);
2189
- color: ${e.palette[i][50]};
2190
- position: absolute;
2191
- }
2192
-
2193
- & .ellipse-2 {
2194
- transform: scale(2) translate(-25%, -25%);
2195
- color: ${e.palette[i][200]};
2196
- }
2197
-
2198
- & .icon {
2199
- color: ${e.palette[i][500]};
2200
- }
2201
- `}
2202
- `,ka=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",Ca=({description:e,onClose:i,title:n,variant:r})=>{const a=s.nt(),o=x.useCallback(()=>{i==null||i()},[i]);return t.jsxs(ja,{$variant:r,className:`notification notification__${r}`,role:"alertdialog",children:[t.jsxs(va,{$variant:r,children:[t.jsx(I,{icon:"circle",iconClass:"ellipse-1",iconSize:"xs"}),t.jsx(I,{icon:"circle",iconClass:"ellipse-2",iconSize:"xs"}),t.jsx(I,{icon:ka(r),iconClass:"icon",iconSize:"xs",iconType:"fa-light"})]}),t.jsxs($,{pr:1.5,children:[t.jsx(G,{fontWeight:"bold",size:"xs",children:n}),t.jsx(C,{size:"sm",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(B,{height:"fit-content",icon:"close",iconColor:a.palette.gray[400],iconSize:"xs",iconType:"fa-light",onClick:o,px:.125,py:.125,variant:"ghost"})]})},Sa=s.dt.div`
2203
- width: fit-content;
2204
- border: ${({theme:e})=>`1px solid ${e.palette.gray[300]}`};
2205
- border-radius: 4px;
2206
- background: none;
2207
- color: ${({theme:e})=>e.palette.black};
2208
- font-family: ${({theme:e})=>e.typography.type.primary};
2209
- font-size: ${({theme:e})=>e.typography.text.md};
2210
- height: 40px;
2211
- display: flex;
2212
- align-items: center;
2213
- justify-content: center;
2214
- padding: 0.5em;
2215
- `,za=s.dt.input`
2216
- width: 4em;
2217
- appearance: textfield;
2218
- border-style: none;
2219
- padding: 0.5rem;
2220
- padding-top: 0.5rem;
2221
- padding-bottom: 0.5rem;
2222
- padding-left: 0.5rem;
2223
- background: none;
2224
-
2225
- &:focus {
2226
- border-color: unset;
2227
- box-shadow: none;
2228
- outline: none;
2229
- }
2230
-
2231
- &::-webkit-outer-spin-button,
2232
- &::-webkit-inner-spin-button {
2233
- opacity: 1;
2234
- }
2235
- `,Ia=x.forwardRef(function({autoUpdate:i=!1,decimalPlaces:n=0,defaultValue:r=0,max:a,min:o,name:l,onEnter:c,tooltipMessage:d,...p},g){const u=n<0?0:n,[f,h]=x.useState(Number(r).toFixed(u)),y=x.useCallback(w=>{const j=s.lodashExports.toNumber(w.target.value);w.target.value.endsWith(".")?h(w.target.value):j>=Number(o)&&j<=Number(a)&&(h(String(j)),i&&c(s.lodashExports.toNumber(j.toFixed(u)))),w.stopPropagation()},[i,u,a,o,c]),m=x.useCallback(w=>{w.currentTarget.contains(w.relatedTarget)||h(Number(r).toFixed(u)),w.stopPropagation()},[u,r]),b=x.useCallback(w=>{w.stopPropagation(),w.key==="Enter"&&!s.lodashExports.isEmpty(w.currentTarget.value)&&c(s.lodashExports.toNumber(w.currentTarget.value))},[c]);return t.jsx(Sa,{onBlur:m,tabIndex:-1,children:t.jsx(U,{id:"numberInputTooltip",tip:d,children:t.jsx(za,{...p,"aria-label":l,"aria-valuemax":Number(a),"aria-valuemin":Number(o),"aria-valuenow":Number(f),max:a,min:o,name:l,onChange:y,onKeyUp:b,ref:g,step:10**-u,type:"number",value:f})})})}),Ta={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},_e=({icon:e,label:i,onClick:n,onlyLabel:r=!1,provider:a="GitLab"})=>{const o=s.nt();return t.jsxs($,{alignItems:"center",bgColorHover:o.palette.gray[100],borderRadius:"4px",cursor:"pointer",display:"flex",flexDirection:"column",gap:.25,height:"62px",justify:"center",minWidth:"64px",onClick:n,pb:.5,pl:.25,pr:.25,pt:.5,children:[r?!1:t.jsx($,{height:"24px",width:"24px",children:e===void 0?t.jsx(te,{alt:`${a} Logo`,height:"100%",publicId:Ta[a],width:"100%"}):t.jsx(I,{icon:e,iconColor:"#000",iconSize:"sm",iconType:"fa-light"})}),t.jsx($,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(C,{color:o.palette.gray[800],display:"inline",size:"xs",textAlign:"center",whiteSpace:r?"break-spaces":"nowrap",wordWrap:"unset",children:i??a})})]})},Fa=({align:e="end",buttonLabel:i="Add Credential",children:n,id:r,manualOption:a,providers:o})=>{const l=s.nt(),[c,d]=x.useState(!1),p=x.useRef(null);$e(p.current,()=>{d(!1)},!0);const g=x.useCallback(h=>{a==null||a.onClick(h),d(!1)},[a]),u=x.useCallback(()=>{d(h=>!h)},[d]),f=x.useCallback(h=>y=>{var m;(m=o[h])==null||m.onClick(y),d(!1)},[o]);return t.jsxs($,{alignItems:e,display:"flex",flexDirection:"column",position:"relative",ref:p,width:"max-content",zIndex:10,children:[t.jsx(L,{icon:"plus",onClick:u,variant:"primary",children:i}),t.jsxs($,{alignItems:"center",bgColor:"#fff",border:`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"flex",gap:.5,height:"78px",id:r,pb:.5,pl:.75,position:"absolute",pr:.75,pt:.5,shadow:"md",top:"40px",visibility:c?"visible":"hidden",zIndex:10,children:[Object.keys(o).map(h=>t.jsx(_e,{onClick:f(h),provider:h},h)),a===void 0?void 0:t.jsx(_e,{icon:"square-plus",label:a.label??"Add manually",onClick:g}),n]})]})},ii=t.jsx($,{alignItems:"center",bgColor:z.palette.primary[25],borderRadius:"8px",gap:.5,justify:"center",padding:[.125,.25,.125,.25],width:"max-content",children:t.jsx(C,{bgGradient:z.palette.gradients["01"],fontWeight:"semibold",size:"xs",textFill:"transparent",children:"Recommended"})}),Na=s.dt.div`
2236
- ${({className:e,theme:i})=>`
2237
- align-items: flex-start;
2238
- border-radius: ${i.spacing[1]};
2239
- background: ${i.palette.white};
2240
- display: flex;
2241
- flex-direction: column;
2242
- gap: ${i.spacing[1]};
2243
- padding: ${i.spacing[1.5]};
2244
- position: relative;
2245
- width: 320px;
2246
-
2247
- button {
2248
- text-align: center;
2249
- width: 100%;
2250
- }
2251
-
2252
- ${e==="essential"?`border: 2px solid ${i.palette.gray[300]};`:`
2253
- box-shadow: 0px 9px 18px 0px rgba(243, 38, 55, 0.06),
2254
- 0px 18px 27px 0px rgba(243, 38, 55, 0.10);
2255
-
2256
- &::before {
2257
- background: ${i.palette.gradients["01"]} border-box;
2258
- border-radius: ${i.spacing[1]};
2259
- content: "";
2260
- position: absolute;
2261
- inset: 0;
2262
- border: 2px solid transparent;
2263
- mask:
2264
- linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
2265
- mask-composite: exclude;
2266
- }
2267
- `}
2268
- `}
2269
- `;s.dt.div`
2270
- ${({className:e,theme:i})=>`
2271
- align-items: flex-start;
2272
- border-radius: ${i.spacing[1]};
2273
- display: flex;
2274
- flex-direction: column;
2275
- justify-content: center;
2276
- gap: ${i.spacing[1.5]};
2277
- padding: ${i.spacing[1.5]};
2278
- width: 466px;
2279
-
2280
- button {
2281
- text-align: center;
2282
- width: 100%;
2283
- }
2284
-
2285
- ${e==="essential"?`
2286
- background: linear-gradient(
2287
- 180deg,
2288
- ${i.palette.primary[400]} 0%,
2289
- ${i.palette.black} 100%
2290
- );`:`
2291
- background: ${i.palette.white};
2292
- box-shadow: 0px 9px 18px 0px rgba(243, 38, 55, 0.06),
2293
- 0px 18px 27px 0px rgba(243, 38, 55, 0.10);
2294
- `}
2295
-
2296
- @media screen and (max-width: ${i.breakpoints.mobile}) {
2297
- width: 320px;
2298
- }
2299
- `}
2300
- `;const Ea={advanced:{title:"Advanced plan",benefits:"Leverage vulnerability scanning + AI + expert intelligence",buttonText:"Contact sales",description:"For teams that want to discover risk exposure with speed and accuracy.",priceGroup:"$1,579"},essential:{title:"Essential plan",benefits:"Leverage vulnerability scanning",buttonText:"Start a 21-day free trial",description:`For teams that want to discover risk exposure quickly
2301
- through our scanning tool.`,priceAuthor:"$499",priceGroup:"$1,579"}},Ra=({description:e,onClick:i,plan:n})=>{const{title:r,description:a,benefits:o,buttonText:l}=Ea[n],c=e??a;return t.jsxs(Na,{className:n,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,pt:n==="essential"?1.75:0,children:[n==="advanced"&&ii,t.jsx(G,{color:z.palette.gray[900],fontWeight:"semibold",size:"sm",sizeSm:"xs",children:r}),t.jsx(C,{color:z.palette.gray[400],fontWeight:"semibold",pb:n==="essential"?1.25:0,size:"sm",sizeSm:"xs",children:o})]}),t.jsx(C,{lineSpacing:1.5,lineSpacingSm:1.25,pb:n==="advanced"?1.5:0,size:"md",sizeSm:"sm",children:c}),t.jsx(L,{onClick:i,variant:"primary",children:l})]})},ni=({description:e="",highlightDescription:i=""})=>{const n=s.nt(),r=typeof i=="string",a=r?"":new RegExp(`(${i.join("|")})`,"u");return i.length>0?t.jsx(C,{display:"inline",lineSpacing:1.5,size:"lg",textAlign:"center",children:r?t.jsxs(x.Fragment,{children:[t.jsx(oe,{color:n.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:"lg",children:i}),e]}):e.split(a).map((o,l)=>i.includes(o)?t.jsx(oe,{color:n.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:"lg",children:o},`${l+1}-bold`):o)}):t.jsx(C,{lineSpacing:1.5,size:"lg",textAlign:"center",children:e})},Da=({_portal:e=!1,cancelButton:i,darkBackground:n=!1,children:r,confirmButton:a,container:o,description:l,highlightDescription:c="",image:d,maxWidth:p,title:g,titleColor:u})=>{const f=s.nt(),{alt:h,src:y,width:m="77px",height:b="77px"}=d,w=x.useCallback(()=>{i==null||i.onClick()},[i]),j=x.useCallback(()=>{a==null||a.onClick()},[a]),v=t.jsx($,{alignItems:"center","aria-label":g,"aria-modal":"true",bgColor:n?"rgba(52, 64, 84, 70%)":"",display:"flex",height:"100vh",justify:"center",left:"0",position:e?"fixed":"absolute",top:"0px",width:"100%",zIndex:99999,children:t.jsxs($,{bgColor:f.palette.white,border:`1px solid ${f.palette.gray[200]}`,borderRadius:"8px",display:"inline-flex",flexDirection:"column",maxWidth:p,pb:2.5,pl:2.5,pr:2.5,pt:2.5,shadow:"lg",width:"100%",zIndex:11,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",width:"100%",children:[t.jsx($,{children:t.jsx(te,{alt:h,height:b,publicId:y,width:m})}),t.jsxs($,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[t.jsx(G,{color:u,fontWeight:"bold",lineSpacing:2.5,size:"lg",textAlign:"center",children:g}),t.jsx(ni,{description:l,highlightDescription:c})]})]}),r&&t.jsx($,{mb:1,scroll:"y",children:t.jsx($,{height:"100%",children:r})}),t.jsxs($,{alignItems:"flex-start",display:"flex",gap:1,justify:"center",children:[s.lodashExports.isObject(a)?t.jsx(L,{onClick:j,variant:(a==null?void 0:a.variant)??"primary",children:a==null?void 0:a.text},a==null?void 0:a.key):void 0,s.lodashExports.isObject(i)?t.jsx(L,{onClick:w,variant:(i==null?void 0:i.variant)??"tertiary",children:i==null?void 0:i.text},i==null?void 0:i.key):void 0]})]})});return e?Z.createPortal(v,o??document.body):v},La=s.dt.div`
2302
- ${({theme:e})=>`
2303
- height: ${e.spacing[1]};
2304
- width: ${e.spacing[1]};
2305
- position: relative;
2306
- flex-shrink: 0;
2307
-
2308
- & .ellipse-1,
2309
- & .ellipse-2,
2310
- & .icon {
2311
- top: 50%;
2312
- left: 50%;
2313
- transform: translate(-50%, -50%);
2314
- position: absolute;
2315
- }
2316
-
2317
- & .ellipse-1 {
2318
- color: ${e.palette.warning[200]};
2319
- position: absolute;
2320
- }
2321
-
2322
- & .ellipse-2 {
2323
- transform: scale(0.75) translate(-67%, -66%);
2324
- color: ${e.palette.warning[400]};
2325
- }
2326
-
2327
- & .icon {
2328
- color: ${e.palette.warning[600]};
2329
- font-size: ${e.spacing[.5]};
2330
- }
2331
- `}
2332
- `,ri=({margin:e,onClick:i,text:n})=>{const r=s.nt(),a=t.jsxs(La,{children:[t.jsx(I,{icon:"circle",iconClass:"ellipse-1",iconSize:"xs"}),t.jsx(I,{icon:"circle",iconClass:"ellipse-2",iconSize:"xs"}),t.jsx(I,{icon:"crown",iconClass:"icon",iconSize:"xs"})]});return n!==void 0?t.jsx($,{cursor:"pointer",display:"inline-block",mr:e,onClick:i,children:t.jsxs($,{alignItems:"center",bgColor:r.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[a,t.jsx(C,{color:r.palette.warning[500],display:"inline",ml:.25,size:"xs",children:n})]})}):t.jsx($,{display:"inline-block",mr:e,onClick:i,children:a})},Pa=({score:e})=>{const i=s.nt(),n=e<=33?"priority-bars-low":"priority-bars-medium",r=e>66||e===0?"priority-bars-high":n;return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(I,{icon:r,iconClass:e<=66?"fa-kit-duotone":"",iconColor:e>0?i.palette.primary[500]:i.palette.gray[200],iconSize:"xs",iconType:"fa-kit",secondaryColor:i.palette.gray[200]}),t.jsx(C,{color:i.palette.gray[800],size:"sm",textAlign:"right",children:e+"%"})]})},{getVariant:Aa}=q(e=>({compliance:`
2333
- display: inline-flex;
2334
-
2335
- &.horizontal {
2336
- height: ${e.spacing[.75]};
2337
- }
2338
- &.vertical {
2339
- width: ${e.spacing[.75]};
2340
- }
2341
- `,default:`
2342
- display: inline-flex;
2343
-
2344
- &.horizontal {
2345
- height: ${e.spacing[.5]};
2346
- }
2347
- &.vertical {
2348
- width: ${e.spacing[.5]};
2349
- }
2350
- .progress-bar {
2351
- background-color: ${e.palette.primary[500]};
2352
- }
2353
- `,progressIndicator:`
2354
- display: flex;
2355
-
2356
- &.horizontal {
2357
- height: ${e.spacing[.125]};
2358
- }
2359
- &.vertical {
2360
- width: ${e.spacing[.125]};
2361
- }
2362
- .progress-bar {
2363
- background-color: ${e.palette.primary[500]};
2364
- }
2365
- `,progressIndicatorError:`
2366
- display: flex;
2367
-
2368
- &.horizontal {
2369
- height: ${e.spacing[.125]};
2370
- }
2371
- &.vertical {
2372
- width: ${e.spacing[.125]};
2373
- }
2374
- .progress-bar {
2375
- background-color: ${e.palette.error[200]};
2376
- }
2377
- `,small:`
2378
- color: ${e.palette.primary[500]};
2379
- display: inline-flex;
2380
-
2381
- &.horizontal {
2382
- height: ${e.spacing[.25]};
2383
- }
2384
- &.vertical {
2385
- width: ${e.spacing[.25]};
2386
- }
2387
- .progress-bar {
2388
- background-color: ${e.palette.primary[500]};
2389
- }
2390
- `})),Wa=(e,i)=>i<50?e.palette.error[500]:i<80?e.palette.warning[500]:e.palette.success[500],Ba=s.dt.div`
2391
- ${({theme:e,$minWidth:i,$orientation:n,$rounded:r,$variant:a})=>`
2392
- background-color: ${e.palette.gray[100]};
2393
- border-radius: ${r?"100px":"unset"};
2394
- ${n==="horizontal"?"min-width":"min-height"}: ${i}px;
2395
- ${n==="horizontal"?"":"height: 100%;"}
2396
-
2397
- ${Aa(e,a)}
2398
-
2399
- `}
2400
- `,Ha=s.dt.div`
2401
- ${({theme:e,$percentage:i,$rounded:n,$variant:r})=>`
2402
- display: inline-flex;
2403
- width: ${i}%;
2404
- max-width: 100%;
2405
- min-width: 0%;
2406
- height: 100%;
2407
- border-radius: ${n?"100px":"unset"};
2408
- border-end-end-radius: ${n&&i<100?"0":"inherit"};
2409
- border-start-end-radius: ${n&&i<100?"0":"inherit"};
2410
- background-color: ${r==="compliance"?Wa(e,i):"inherit"};
2411
- `}
2412
- `,Ma=({minWidth:e=100,percentage:i,percentageLocation:n="right",showPercentage:r=!1,orientation:a="horizontal",rounded:o=!0,variant:l="default"})=>{const c=r&&n==="left",d=r?t.jsx($,{alignItems:"center",display:"flex",justify:c?"flex-end":"flex-start",width:"40px",children:t.jsx(C,{ml:.5,mr:c?.5:0,size:"sm",children:`${i}%`})}):null,p=t.jsx(Ba,{$minWidth:e,$orientation:a,$rounded:o,$variant:l,className:a,children:t.jsx(Ha,{$percentage:i,$rounded:o,$variant:l,className:"progress-bar"})});return t.jsxs($,{alignItems:"center",display:"inline-flex",flexDirection:c?"row-reverse":"row",height:a==="horizontal"?"auto":"100%",maxWidth:c?`${e+43}px`:void 0,minWidth:c?`${e+43}px`:void 0,textAlign:"end",children:[p,d]})},Oa=s.dt.div.attrs({className:"comp-scroll-up"})`
2413
- bottom: 15px;
2414
- position: fixed;
2415
- right: 140px;
2416
- z-index: 100;
2417
- `,Va=({scrollerId:e="dashboard",visibleAt:i=500})=>{const[n,r]=x.useState(!1),[a,o]=x.useState(null);x.useEffect(()=>{o(document.getElementById(e)),a==null||a.addEventListener("scroll",()=>{r(a.scrollTop>i)})},[a,e,i]);const l=x.useCallback(()=>{a==null||a.scrollTo({behavior:"smooth",top:0})},[a]);return n?t.jsx(Oa,{children:t.jsx(B,{height:"40px",icon:"arrow-up",iconSize:"sm",id:"scroll-up",onClick:l,width:"40px"})}):null},_a={critical:{bgColor:z.palette.primary[700],colorL:z.palette.gray[800],colorR:z.palette.white},disable:{bgColor:z.palette.gray[200],colorL:z.palette.gray[400],colorR:z.palette.gray[400]},high:{bgColor:z.palette.error[500],colorL:z.palette.gray[800],colorR:z.palette.white},low:{bgColor:z.palette.warning[200],colorL:z.palette.gray[800],colorR:z.palette.gray[800]},medium:{bgColor:z.palette.warning[500],colorL:z.palette.gray[800],colorR:z.palette.gray[800]}},Ga=({textL:e,textR:i,variant:n})=>{const r=s.nt(),{bgColor:a,colorL:o,colorR:l}=_a[n];return t.jsxs($,{alignItems:"flex-start",display:"inline-flex",children:[e?t.jsx($,{alignItems:"center",bgColor:r.palette.white,border:`1px solid ${a}`,borderRadius:"4px 0px 0px 4px",display:"flex",justify:"center",padding:[0,.25,0,.25],children:t.jsx(C,{color:o,size:"xs",children:e})}):void 0,t.jsx($,{alignItems:"center",bgColor:a,border:`1px solid ${a}`,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(C,{color:l,size:"xs",children:i})})]})},Ua=(e,i)=>{const n={critical:z.palette.primary[700],high:z.palette.error[500],low:z.palette.warning[200],medium:z.palette.warning[500],none:z.palette.gray[200]},r={disabled:z.palette.gray[400],enabled:z.palette.gray[800]},a={critical:z.palette.white,high:z.palette.white,low:z.palette.gray[800],medium:z.palette.gray[800],none:z.palette.gray[400]};return{iconColor:i<1?n.none:n[e],iconText:s.lodashExports.capitalize(e.charAt(0)),iconTextColor:i<1?a.none:a[e],textColor:i<1?r.disabled:r.enabled}},ae=({variant:e,value:i})=>{const{iconColor:n,iconText:r,iconTextColor:a,textColor:o}=Ua(e,i),l=s.lodashExports.capitalize(e.charAt(0))+e.slice(1);return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,minWidth:"43px",children:[t.jsx(U,{id:l,place:"top",tip:l,children:t.jsx($,{alignItems:"center",bgColor:n,borderRadius:"4px",cursor:"pointer",display:"flex",height:"22px",maxWidth:"22px",minWidth:"22px",children:t.jsx(C,{color:a,size:"sm",textAlign:"center",children:r})})}),t.jsx(C,{color:o,size:"sm",children:i})]})},Ya=({critical:e,high:i,medium:n,low:r})=>t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(ae,{value:e,variant:"critical"}),t.jsx(ae,{value:i,variant:"high"}),t.jsx(ae,{value:n,variant:"medium"}),t.jsx(ae,{value:r,variant:"low"})]}),qa=s.dt.div`
2418
- ${({theme:e})=>`
2419
- border-radius: ${e.spacing[.25]};
2420
- cursor: pointer;
2421
- display: flex;
2422
- gap: ${e.spacing[.5]};
2423
- justify-content: end;
2424
- position: relative;
2425
- z-index: 20;
2426
-
2427
- &:hover {
2428
- background-color: ${e.palette.gray[100]};
2429
- }
2430
-
2431
- &:hover > div {
2432
- display: block;
2433
- }
2434
- `}
2435
- `,Ka=({visibleElement:e,hiddenElement:i})=>t.jsxs(qa,{children:[e,t.jsx($,{display:"none",position:"absolute",top:"100%",zIndex:10,children:i})]}),ai=({customBadge:e=void 0,description:i,icon:n,onClick:r,requiresUpgrade:a=!1,title:o})=>{const l=s.nt();return t.jsxs($,{bgColor:l.palette.white,bgColorHover:l.palette.gray[100],cursor:"pointer",display:"flex",gap:.5,onClick:r,px:1.25,py:1,width:"100%",children:[t.jsx($,{alignItems:"center",bgColor:l.palette.gray[300],borderRadius:l.spacing[.25],display:"flex",height:"24px",justify:"center",width:"24px",children:t.jsx(I,{icon:n,iconColor:l.palette.gray[800],iconSize:"xxs",ml:.5,mr:.5})}),t.jsxs($,{children:[t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(C,{color:l.palette.gray[800],size:"sm",children:o}),a?t.jsx(ri,{text:"Upgrade"}):void 0,e]}),t.jsx(C,{color:l.palette.gray[400],size:"xs",children:i})]})]})},Xa=s.dt(s.m.div)`
2436
- ${({theme:e})=>`
2437
- background-color: ${e.palette.white};
2438
- box-shadow: ${e.shadows.lg};
2439
- max-width: 350px;
2440
- min-width: 350px;
2441
- height: 100%;
2442
- position: absolute;
2443
- right: 0;
2444
- top: 0;
2445
- overflow: hidden auto;
2446
- scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
2447
- scroll-padding: ${e.spacing[.5]};
2448
- scrollbar-width: thin;
2449
- z-index: 99999;
2450
-
2451
- > div {
2452
- border: 1px solid ${e.palette.gray[100]};
2453
- width: auto;
2454
- min-height: 100vh;
2455
- height: auto;
2456
- }
2457
- `}
2458
- `,Za=({children:e,closeIconId:i="close-menu",isOpen:n,items:r,onClose:a,primaryButtonText:o,primaryOnClick:l,secondaryButtonText:c,secondaryOnClick:d,title:p})=>{const g=s.nt(),u=x.useRef(null),f=x.useCallback(h=>()=>{h(),a()},[a]);return x.useEffect(()=>{const h=["mousedown","touchstart"],y=m=>{var k;const b=m.target,w=document.getElementById("helpBtn"),j=document.getElementById("filterBtn"),v=(b===w||((w==null?void 0:w.contains(b))??!1)||b===j||(j==null?void 0:j.contains(b)))??!1;n&&!v&&!(((k=u.current)==null?void 0:k.contains(b))??!1)&&a()};return h.forEach(m=>{document.addEventListener(m,y,{passive:!0})}),()=>{h.forEach(m=>{document.removeEventListener(m,y)})}},[n,a]),t.jsx(s.LazyMotion,{features:s.domAnimation,children:t.jsx(Xa,{animate:n?{display:"block",x:0}:{transitionEnd:{display:"none"},x:"100%"},initial:{display:"none",x:"100%"},ref:u,transition:{bounce:0,duration:.6,type:"spring"},children:t.jsxs($,{height:"100%",position:"relative",children:[t.jsxs($,{alignItems:"center",bgColor:g.palette.white,borderBottom:"1px solid",borderColor:g.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(C,{color:g.palette.black,display:"inline",fontWeight:"bold",size:"xl",children:p}),t.jsx(B,{icon:"close",iconColor:g.palette.gray[400],iconSize:"xs",iconTransform:"grow-4",iconType:"fa-light",id:i,onClick:a,px:.25,py:.25,variant:"ghost"})]}),t.jsxs($,{display:"flex",flexDirection:"column",justify:"space-between",minHeight:"100vh",children:[t.jsxs($,{py:1.25,children:[(r??[]).map(({customBadge:h,description:y,icon:m,onClick:b,requiresUpgrade:w,title:j})=>t.jsx(ai,{customBadge:h,description:y,icon:m,onClick:f(b),requiresUpgrade:w,title:j},j)),e&&t.jsx($,{px:1.25,children:e})]}),o===void 0?void 0:t.jsxs($,{alignItems:"center",bgColor:g.palette.white,borderColor:g.palette.gray[200],borderTop:"1px solid",bottom:"0",display:"flex",gap:1.25,justify:"end",padding:[1.25,1.25,1.25,1.25],position:"sticky",width:"100%",zIndex:40,children:[c===void 0?void 0:t.jsx(L,{color:`${g.palette.primary[500]} !important`,onClick:d,pl:.5,pr:.5,variant:"ghost",children:c}),t.jsx(L,{onClick:l,type:"submit",children:o})]})]})]})})})},Ja=(e,i)=>i>=50?`
2459
- ${e.palette.gray[200]} 50%,
2460
- ${e.palette.primary[500]} 50.05%,
2461
- ${e.palette.primary[500]} ${i}%,
2462
- ${e.palette.gray[200]} ${i}%
2463
- `:`
2464
- ${e.palette.gray[200]} ${i}%,
2465
- ${e.palette.primary[500]} ${i}%,
2466
- ${e.palette.primary[500]} 50%,
2467
- ${e.palette.gray[200]} 50.05%,
2468
- ${e.palette.gray[200]} 100%
2469
- `,Qa=s.dt.div`
2470
- ${({theme:e,$min:i,$value:n})=>`
2471
- align-items: center;
2472
- align-self: stretch;
2473
- display: flex;
2474
- flex-direction: column;
2475
- justify-content: end;
2476
- gap: ${e.spacing[.75]};
2477
- width: 100%;
2478
-
2479
- .track {
2480
- background: linear-gradient(
2481
- to right,
2482
- ${i>=0?`
2483
- ${e.palette.primary[500]} ${n}%,
2484
- ${e.palette.gray[200]} ${n}%
2485
- `:Ja(e,n)}
2486
- );
2487
- border-radius: ${e.spacing[.125]};
2488
- height: ${e.spacing[.25]};
2489
- width: 100%;
2490
- }
2491
-
2492
- .track.disabled {
2493
- opacity: 0.4;
2494
- }
2495
-
2496
- .thumb {
2497
- background: ${e.palette.white};
2498
- border-radius: ${e.spacing[1.25]};
2499
- box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
2500
- top: 50%;
2501
- height: 20px;
2502
- width: 20px;
2503
- }
2504
-
2505
- .thumb.dragging {
2506
- border: 1px solid ${e.palette.primary[500]};
2507
- }
2508
- `}
2509
- `,eo=s.dt.div`
2510
- ${({theme:e})=>`
2511
- align-items: center;
2512
- display: flex;
2513
- justify-content: space-between;
2514
- height: ${e.spacing[.625]};
2515
- width: 100%;
2516
-
2517
- p {
2518
- color: ${e.palette.gray[400]};
2519
- font-family: ${e.typography.type.primary};
2520
- font-size: ${e.spacing[.5]};
2521
- }
2522
- `}
2523
- `,to=s.dt.output`
2524
- ${({theme:e})=>`
2525
- align-items: flex-end;
2526
- border-radius: ${e.spacing[.5]};
2527
- border: 1px solid ${e.palette.gray[300]};
2528
- background: ${e.palette.white};
2529
- display: flex;
2530
- gap: ${e.spacing[.625]};
2531
- padding: ${e.spacing[.625]} ${e.spacing[.75]};
2532
- width: 59px;
2533
- `}
2534
- `,oi=({state:e,trackRef:i,index:n,name:r})=>{const a=x.useRef(null),{thumbProps:o,inputProps:l,isDragging:c}=s.$47b897dc8cdb026b$export$8d15029008292ae({index:n,trackRef:i,inputRef:a},e);return t.jsx("div",{...o,className:`thumb ${c?"dragging":""}`,children:t.jsx(s.$5c3e21d68f1c4674$export$439d29a4e110a164,{children:t.jsx("input",{...l,"aria-label":r,ref:a})})})},io=(e,i,n)=>Math.round((n-e)/(i-e)*100),no=e=>{const i=s.nt(),n=x.useRef(null),{label:r,minValue:a=0,maxValue:o=100,name:l,setValue:c,watch:d}=e,p=s.$a916eb452884faea$export$b7a616150fdb9f44(),g=s.$28f99e3e86e6ec45$export$e5fda3247f5d67f9({...e,numberFormatter:p,onChange(y){c==null||c(l,y)},value:d==null?void 0:d(l)}),u=io(a,o,g.getThumbValue(0)),{groupProps:f,trackProps:h}=s.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":l,id:l},g,n);return t.jsx(H,{htmlFor:l,label:r,children:t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(Qa,{...f,$min:a??0,$value:u,className:"slider",children:[t.jsx("div",{...h,className:`track ${g.isDisabled?"disabled":""}`,ref:n,children:t.jsx(oi,{index:0,name:l,state:g,trackRef:n})}),t.jsxs(eo,{children:[t.jsx("p",{children:`${p.format(a)} (Low)`}),a<0&&t.jsx("p",{children:"0"}),t.jsx("p",{children:`${p.format(o)} (High)`})]})]}),t.jsx(to,{children:t.jsx(C,{color:i.palette.gray[800],size:"sm",textAlign:"right",children:g.getThumbValueLabel(0)})})]})})},{getVariant:ro}=q(e=>({completed:`
2535
- background-color: ${e.palette.primary[500]};
2536
- color: ${e.palette.white};
2537
-
2538
- &::after {
2539
- background-color: ${e.palette.primary[500]};
2540
- }
2541
- `,current:`
2542
- background-color: ${e.palette.primary[500]};
2543
- color: ${e.palette.white};
2544
-
2545
- &::after {
2546
- background-color: ${e.palette.gray[200]};
2547
- }
2548
- `,disabled:`
2549
- background-color: ${e.palette.gray[200]};
2550
- outline: 1px solid ${e.palette.gray[400]};
2551
- outline-offset: -1px;
2552
- color: ${e.palette.gray[400]};
2553
-
2554
- &::after {
2555
- background-color: ${e.palette.gray[200]};
2556
- }
2557
- `})),ao=s.dt.div`
2558
- ${({theme:e})=>`
2559
- align-items: stretch;
2560
- background-color: ${e.palette.white};
2561
- display: flex;
2562
- flex-direction: column;
2563
- height: 100%;
2564
- padding: ${`${e.spacing[1]} ${e.spacing[1]}`};
2565
- scroll-behavior: unset;
2566
- `}
2567
- `,oo=s.dt.div`
2568
- display: flex;
2569
- flex-direction: row;
2570
- margin-bottom: ${({theme:e})=>e.spacing[2]};
2571
-
2572
- &:last-child > div:first-child > span::after {
2573
- display: none;
2574
- }
2575
- `,so=s.dt.div`
2576
- ${({theme:e})=>`
2577
- display: inline-flex;
2578
- font-family: ${e.typography.type.primary};
2579
- font-size: ${e.typography.text.sm};
2580
- line-height: ${e.spacing[1.25]};
2581
- margin-top: ${e.spacing[1]};
2582
-
2583
- & > button:first-child {
2584
- margin-right: ${e.spacing[.5]};
2585
- }
2586
- `}
2587
- `,lo=s.dt.span`
2588
- ${({theme:e,$variant:i})=>`
2589
- border-radius: 6px;
2590
- display: inline-block;
2591
- text-align: center;
2592
- font-size: ${e.typography.text.sm};
2593
- font-weight: ${e.typography.weight.bold};
2594
- font-family: ${e.typography.type.primary};
2595
- line-height: ${e.spacing[1]};
2596
- padding: ${`${e.spacing[.5]} ${e.spacing[.5]}`};
2597
- height: ${e.spacing[2]};
2598
- width: ${e.spacing[2]};
2599
-
2600
- &::after {
2601
- content: "";
2602
- position: absolute;
2603
- top: calc(32px + ${e.spacing[.5]});
2604
- left: 50%;
2605
- bottom: 0;
2606
- width: 2px;
2607
- height: calc(100% - ${e.spacing[1]});
2608
- }
2609
-
2610
- ${ro(e,i)}
2611
- `}
2612
- `,co=({button:{disabled:e=!1,text:i,type:n="button",onClick:r},steps:a})=>{const[o,l]=x.useState(1),c=x.useCallback((d,p)=>()=>{l(g=>g+d),p==null||p()},[]);return t.jsx(ao,{children:a.map((d,p)=>{const{content:g,title:u,nextAction:f,previousAction:h}=d,y=p+1,m=y===o?"current":"disabled",b=y<o?"completed":m;return t.jsxs(oo,{children:[t.jsx($,{maxWidth:"40px",position:"relative",children:t.jsx(lo,{$variant:b,children:b==="completed"?t.jsx(I,{icon:"check",iconSize:"xs",iconType:"fa-solid"}):y})}),t.jsxs($,{ml:1.5,width:"100%",children:[t.jsx(G,{fontWeight:"bold",lineSpacing:1.25,mb:1.5,size:"xs",children:u}),b==="current"&&t.jsxs($,{children:[g,t.jsxs(so,{children:[o>1&&t.jsx(L,{disabled:d.isDisabledPrevious??!1,onClick:c(-1,h),variant:"tertiary",children:"Previous"}),o<a.length?t.jsx(L,{disabled:d.isDisabledNext??!1,onClick:c(1,f),variant:"primary",children:"Next step"}):t.jsx(L,{disabled:e,onClick:r,type:n,variant:"primary",children:i})]})]})]})]},d.title)})})},po=s.dt.button`
2613
- ${({theme:e})=>`
2614
- align-items: center;
2615
- background-color: ${e.palette.white};
2616
- border: 1px solid ${e.palette.gray[100]};
2617
- border-radius: ${e.spacing[.25]};
2618
- color: ${e.palette.gray[800]};
2619
- cursor: pointer;
2620
- display: flex;
2621
- font-size: ${e.typography.text.sm};
2622
- gap: ${e.spacing[.25]};
2623
- height: 21px;
2624
- width: 21px;
2625
- justify-content: center;
2626
- padding: 6px;
2627
- transition: all 0.25s ease;
2628
-
2629
- &[aria-label] {
2630
- height: auto;
2631
- width: auto;
2632
- }
2633
-
2634
- &.success {
2635
- border-color: ${e.palette.success[500]};
2636
- color: ${e.palette.success[500]};
2637
-
2638
- &:hover {
2639
- background-color: ${e.palette.success[200]};
2640
- }
2641
- }
2642
-
2643
- &:disabled {
2644
- cursor: not-allowed;
2645
- background: ${e.palette.gray[200]};
2646
- border-color: ${e.palette.gray[200]};
2647
- color: ${e.palette.gray[300]};
2648
- }
2649
-
2650
- &:hover:not(.success) {
2651
- background-color: ${e.palette.gray[100]};
2652
- }
2653
- `}
2654
- `,go={add:{icon:"plus"},approve:{icon:"check"},disabled:{icon:"ban"},reject:{icon:"xmark"},submit:{icon:"arrow-right"},success:{icon:"check"}},uo=({disabled:e=!1,icon:i,id:n,label:r,name:a,onClick:o,type:l="button",variant:c})=>{const d=s.nt(),p=t.jsxs(po,{"aria-label":a??void 0,className:c,disabled:e,id:n,onClick:o,type:l,children:[t.jsx(I,{clickable:!1,icon:i??go[c].icon,iconSize:a===void 0?"xxs":"xs",iconType:"fa-light"}),a??void 0]});return t.jsxs($,{alignItems:"center",display:"flex",children:[p,r&&t.jsx(C,{color:d.palette.gray[800],ml:.5,size:"sm",children:r})]})},xo=({items:e})=>t.jsx(wr,{children:e.map(({isActive:i,label:n,onClick:r},a)=>t.jsx(mr,{className:i?"active":"",onClick:r,type:"button",children:t.jsx(G,{color:"inherit",fontWeight:"semibold",size:"sm",sizeSm:"xs",children:n})},`${n}-${a}`))}),fo=s.dt.div`
2655
- ${({theme:e})=>`
2656
- align-items: center;
2657
- background-color: ${e.palette.white};
2658
- border: 1px solid ${e.palette.gray[200]};
2659
- border-radius: ${e.spacing[.25]};
2660
- display: flex;
2661
- flex-direction: column;
2662
- gap: ${e.spacing[.5]};
2663
- min-height: 180px;
2664
- padding: ${e.spacing[1.5]};
2665
- width: 510px;
2666
-
2667
- p {
2668
- font-style: normal;
2669
- line-height: ${e.spacing[1.25]};
2670
- }
2671
-
2672
- &:hover {
2673
- border: 1px solid ${e.palette.gray[600]};
2674
- }
2675
- `}
2676
- `,ho=s.dt.div`
2677
- ${({theme:e})=>`
2678
- display: flex;
2679
- flex-direction: column;
2680
- gap: ${e.spacing[1.5]};
2681
- position: relative;
2682
- max-width: 1268px;
2683
-
2684
- &::before {
2685
- background-color: ${e.palette.gray[200]};
2686
- border-radius: 5px;
2687
- height: 100%;
2688
- width: 4px;
2689
- transform: translate(-50%, 0);
2690
- }
2691
-
2692
- > * {
2693
- &:nth-child(even) {
2694
- align-self: end;
2695
- }
2696
-
2697
- &:nth-child(odd) {
2698
- align-self: start;
2699
- }
2700
-
2701
- &::before {
2702
- position: absolute;
2703
- background-color: ${e.palette.primary[500]};
2704
- border-radius: 50%;
2705
- height: 14px;
2706
- width: 14px;
2707
- z-index: 1;
2708
- }
2709
- }
2710
-
2711
- &::before,
2712
- > *::before {
2713
- content: "";
2714
- left: 50%;
2715
- position: absolute;
2716
- transform: translateX(-50%);
2717
- }
2718
-
2719
- @media (width <= 1270px) {
2720
- max-width: 540px;
2721
-
2722
- p {
2723
- text-align: center;
2724
- }
2725
-
2726
- &::before,
2727
- > *::before {
2728
- left: 8px;
2729
- }
2730
-
2731
- > * {
2732
- &:nth-child(odd) {
2733
- align-self: end;
2734
- }
2735
- }
2736
-
2737
- @media (width <= 630px) {
2738
- display: block;
2739
-
2740
- .timeline-card {
2741
- width: auto;
2742
- margin-left: 30px;
2743
- }
2744
- }
2745
- }
2746
- `}
2747
- `,si=({date:e,description:i,title:n})=>{const r=s.nt();return t.jsxs(fo,{className:"timeline-card",children:[t.jsx(C,{color:r.palette.gray[800],fontWeight:"bold",lineSpacing:1.75,size:"xl",children:e}),t.jsx(C,{color:r.palette.gray[800],fontWeight:"bold",lineSpacing:1.5,mb:.5,size:"md",textAlign:"center",children:n}),t.jsx("div",{children:i.map((a,o)=>{const l=`${a}#${o}`;return t.jsx(C,{size:"sm",textAlign:"center",wordBreak:"break-word",children:a},l)})})]})},bo=({items:e})=>t.jsx(ho,{children:e.map((i,n)=>t.jsx(si,{date:i.date,description:i.description,title:i.title},`${i.title}-${n}`))}),yo=s.dt.div`
2748
- ${({theme:e})=>`
2749
- align-items: center;
2750
- display: flex;
2751
- position: relative;
2752
- width: 352px;
2753
-
2754
- > button:first-child {
2755
- border-radius: ${e.spacing[2]} 0 0 ${e.spacing[2]};
2756
- }
2757
- > button:last-child {
2758
- --angle-grad: -45deg;
2759
- border-radius: 0 ${e.spacing[2]} ${e.spacing[2]} 0;
2760
- }
2761
-
2762
- &::before {
2763
- background: ${e.palette.gradients["01"]} border-box;
2764
- border-radius: ${e.spacing[2]};
2765
- content: "";
2766
- position: absolute;
2767
- inset: 0;
2768
- border: 2px solid transparent;
2769
- mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
2770
- mask-composite: exclude;
2771
- }
2772
-
2773
- @media screen and (max-width: ${e.breakpoints.mobile}) {
2774
- width: 320px;
2775
- }
2776
- `}
2777
- `,$o=s.dt.button`
2778
- ${({theme:e})=>`
2779
- align-items: center;
2780
- background: linear-gradient(
2781
- var(--angle-grad),
2782
- rgba(243, 38, 55, var(--opacity-grad)),
2783
- rgba(184, 7, 93, var(--opacity-grad))
2784
- );
2785
- color: ${e.palette.primary[500]};
2786
- cursor: pointer;
2787
- display: flex;
2788
- flex: 1 0 0;
2789
- justify-content: center;
2790
- gap: ${e.spacing[.625]};
2791
- height: ${e.spacing[4]};
2792
- padding: ${e.spacing[1.25]};
2793
- position: relative;
2794
- transition: color, --opacity-grad 0.5s ease-in-out;
2795
-
2796
- &.selected {
2797
- --opacity-grad: 1;
2798
- background: linear-gradient(
2799
- var(--angle-grad),
2800
- rgba(243, 38, 55, var(--opacity-grad)),
2801
- rgba(184, 7, 93, var(--opacity-grad))
2802
- );
2803
- color: ${e.palette.white};
2804
- }
2805
- `}
2806
- `,mo=({defaultSelection:e,options:i,handleClick:n})=>{const[r,a]=x.useState(e??i[0]),o=x.useCallback(l=>()=>{a(l),n(l)},[n]);return t.jsx(yo,{children:i.map((l,c)=>t.jsx($o,{className:`${l.includes(r)&&"selected"}`,onClick:o(l),children:t.jsx(C,{color:"inherit",fontWeight:"bold",size:"md",sizeSm:"sm",textAlign:"center",children:l})},`${l}-${c}`))})},wo={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:""},jo=({run:e,steps:i,onFinish:n})=>{const[r,a]=x.useState(e),[o,l]=x.useState(0),c=x.useCallback(d=>{const{action:p,index:g,status:u,type:f}=d;[s.EVENTS.STEP_AFTER,s.EVENTS.TARGET_NOT_FOUND].includes(f)?l(g+(p===s.ACTIONS.PREV?-1:1)):([s.STATUS.FINISHED,s.STATUS.SKIPPED].includes(u)||p==="close")&&(a(!1),s.lodashExports.isUndefined(n)||n())},[n]);return t.jsx(s.components_default,{callback:c,continuous:!0,disableOverlayClose:!0,disableScrollParentFix:!0,run:r,spotlightClicks:!0,stepIndex:o,steps:i,styles:{buttonNext:{display:o===i.length-1?"none":"block"},options:{zIndex:9999}}})};exports.Accordion=Wi;exports.AccordionContent=xt;exports.ActionButton=Me;exports.Alert=Yi;exports.AppliedFilter=re;exports.AppliedFilters=Qt;exports.ArrayField=We;exports.Avatar=tn;exports.BaseButtonComponent=Ge;exports.BaseComponent=be;exports.BaseSpanComponent=Ye;exports.BaseTextComponent=Ue;exports.Button=L;exports.Button$1=ve;exports.ButtonToolbarCenter=zn;exports.ButtonToolbarRow=Tn;exports.ButtonToolbarStartRow=In;exports.Calendar=jt;exports.Calendar$1=zt;exports.Calendar$2=Tt;exports.CalendarCell=wt;exports.CalendarGrid=ze;exports.CardHeader=Se;exports.CardWithImage=an;exports.CardWithInput=qn;exports.CardWithOptions=Rt;exports.CardWithSelector=tr;exports.CardWithSwitch=rr;exports.Carousel=dr;exports.Checkbox=Ne;exports.CodeSnippet=gr;exports.Col=Ae;exports.ColumFilters=Jt;exports.ColumnsModal=Er;exports.ComboBox=$t;exports.ComboBoxField=Pe;exports.Container=$;exports.CustomThemeProvider=Fi;exports.DateField=kt;exports.DateSelector=se;exports.Description=ni;exports.Dialog=Te;exports.Divider=ie;exports.Editable=Sn;exports.EmptyButton=Ve;exports.EmptyState=Kr;exports.FilePreview=bt;exports.FilterControl=qt;exports.FilterForm=Oe;exports.FilterFormContent=Kt;exports.Filters=_r;exports.FiltersList=Zt;exports.FixedTabs=xo;exports.Form=Jr;exports.Gap=En;exports.GridContainer=ea;exports.GroupSelector=ia;exports.Header=Ie;exports.Header$1=Mt;exports.Heading=G;exports.Icon=I;exports.IconButton=B;exports.IndicatorCard=na;exports.InfoSidebar=ra;exports.InnerForm=Xr;exports.Input=Fe;exports.InputArray=Dn;exports.InputDate=St;exports.InputDateRange=It;exports.InputDateTime=Cn;exports.InputFile=Wn;exports.InputNumber=Nt;exports.InputNumberRange=Et;exports.InputTags=Hn;exports.Label=qe;exports.Link=J;exports.ListItem=me;exports.ListItemsWrapper=_t;exports.LittleFlag=oa;exports.Loading=xa;exports.LocationCode=Bt;exports.Logo=ha;exports.Lottie=ya;exports.MemoizedImage=te;exports.Menu=$a;exports.MenuItem=ai;exports.MessageBanner=wa;exports.Modal=ei;exports.ModalConfirm=$r;exports.ModalFooter=Ht;exports.Notification=Ca;exports.NotificationSign=Ot;exports.NumberField=Ce;exports.NumberInput=Ia;exports.OAuthSelector=Fa;exports.Option=yt;exports.OptionBoxContainer=Qe;exports.OptionContainer=_e;exports.OptionContainer$1=ti;exports.OutlineContainer=H;exports.PhoneInput=Un;exports.PlanCard=Ra;exports.PopUp=Da;exports.Popover=ye;exports.PremiumFeature=ri;exports.PreviewPanel=Gt;exports.PriorityScore=Pa;exports.ProgressBar=Ma;exports.RadioButton=Xe;exports.RecommendedTag=ii;exports.Row=Ft;exports.ScrollUpButton=Va;exports.Search=le;exports.SearchPanel=Yt;exports.SeverityBadge=Ga;exports.SeverityOverview=Ya;exports.SeverityOverviewBadge=ae;exports.ShowOnHover=Ka;exports.SlideOutMenu=Za;exports.Slider=no;exports.Span=oe;exports.StepLapse=co;exports.Tab=Vt;exports.TableButton=uo;exports.Tabs=Je;exports.Tag=K;exports.TagsField=He;exports.Text=C;exports.TextArea=Yn;exports.Thumb=oi;exports.TimeField=Ct;exports.TimeLine=bo;exports.TimeLineCard=si;exports.Toggle=At;exports.ToggleButton=mo;exports.Tooltip=U;exports.Tour=jo;exports.baseStep=wo;exports.getStyledConfig=he;exports.hiddenProps=gt;exports.icons=Ii;exports.setBorder=ge;exports.setDisplay=ue;exports.setInteraction=fe;exports.setMargin=de;exports.setPadding=ce;exports.setPosition=pe;exports.setText=xe;exports.theme=z;exports.uniqueIcons=Ti;exports.useCarousel=Dt;exports.useClickOutside=$e;exports.useCloudinaryImage=Lt;exports.useColumnsModal=Xn;exports.useConfirmDialog=Gr;exports.useDebouncedCallback=Pt;exports.useFilterForm=Xt;exports.useModal=Ee;exports.useSearch=Zn;exports.variantBuilder=q;