@fluidattacks/design 3.30.1-pr.6 → 3.30.2-6.pr-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.css +1 -1
- package/dist/components/@core/index.js +1 -1
- package/dist/components/accordion/accordion-content/index.js +1 -1
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/alert/index.js +1 -1
- package/dist/components/alert/index.stories.d.ts +2 -1
- package/dist/components/alert/styles.d.ts +7 -2
- package/dist/components/alert/types.d.ts +4 -0
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/card/card-header/index.js +1 -1
- package/dist/components/card/card-with-image/index.js +1 -1
- package/dist/components/card/card-with-input/index.js +1 -1
- package/dist/components/card/card-with-options/index.js +1 -1
- package/dist/components/card/card-with-selector/index.js +1 -1
- package/dist/components/card/card-with-switch/index.js +1 -1
- package/dist/components/card/index.js +1 -1
- package/dist/components/card/indicator-card/index.js +1 -1
- package/dist/components/card-container/index.js +1 -1
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/cloud-image/index.js +1 -1
- package/dist/components/code-snippet/index.js +1 -1
- package/dist/components/code-snippet/location-code/index.js +1 -1
- package/dist/components/colors/index.js +1 -1
- package/dist/components/conditions-dialog/index.js +1 -1
- package/dist/components/confirm-dialog/index.js +1 -1
- package/dist/components/container/index.js +1 -1
- package/dist/components/copy-button/index.js +1 -1
- package/dist/components/divider/index.js +1 -1
- package/dist/components/dropdown/index.js +1 -1
- package/dist/components/empty-state/empty-button/index.js +1 -1
- package/dist/components/empty-state/index.js +1 -1
- package/dist/components/file-preview/index.js +1 -1
- package/dist/components/form/index.js +1 -1
- package/dist/components/form/inner-form/index.js +1 -1
- package/dist/components/grid-container/index.js +1 -1
- package/dist/components/grid-container/styles.d.ts +3 -0
- package/dist/components/grid-container/types.d.ts +2 -1
- package/dist/components/group-selector/index.js +1 -1
- package/dist/components/group-selector/option-container/index.js +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/indicator-card-db/index.js +1 -1
- package/dist/components/info-sidebar/index.js +1 -1
- package/dist/components/inputs/fields/combobox/field/index.js +1 -1
- package/dist/components/inputs/fields/combobox/index.js +1 -1
- package/dist/components/inputs/fields/combobox/option/index.js +1 -1
- package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -1
- package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -1
- package/dist/components/inputs/fields/date/calendar/header/index.js +1 -1
- package/dist/components/inputs/fields/date/calendar/index.js +1 -1
- package/dist/components/inputs/fields/date/index.js +1 -1
- package/dist/components/inputs/fields/date-range/calendar/index.js +1 -1
- package/dist/components/inputs/fields/date-range/index.js +1 -1
- package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
- package/dist/components/inputs/fields/date-time/index.js +1 -1
- package/dist/components/inputs/fields/editable/index.js +1 -1
- package/dist/components/inputs/fields/input-array/field/index.js +1 -1
- package/dist/components/inputs/fields/input-array/index.js +1 -1
- package/dist/components/inputs/fields/input-file/index.js +1 -1
- package/dist/components/inputs/fields/input-tags/field/index.js +1 -1
- package/dist/components/inputs/fields/input-tags/index.js +1 -1
- package/dist/components/inputs/fields/number/index.js +1 -1
- package/dist/components/inputs/fields/number-range/index.js +1 -1
- package/dist/components/inputs/fields/phone/index.js +1 -1
- package/dist/components/inputs/fields/text-area/index.js +1 -1
- package/dist/components/inputs/fields/text-input/index.js +1 -1
- package/dist/components/inputs/index.js +1 -1
- package/dist/components/inputs/label/index.js +1 -1
- package/dist/components/inputs/outline-container/index.js +1 -1
- package/dist/components/inputs/utils/action-button/index.js +1 -1
- package/dist/components/inputs/utils/calendar-button/index.js +1 -1
- package/dist/components/inputs/utils/date-selector/index.js +1 -1
- package/dist/components/inputs/utils/date-time-field/index.js +1 -1
- package/dist/components/inputs/utils/dialog/index.js +1 -1
- package/dist/components/inputs/utils/number-field/index.js +1 -1
- package/dist/components/inputs/utils/popover/index.js +1 -1
- package/dist/components/item-card-db/index.d.ts +4 -0
- package/dist/components/item-card-db/index.js +1 -0
- package/dist/components/item-card-db/index.stories.d.ts +7 -0
- package/dist/components/item-card-db/styles.d.ts +5 -0
- package/dist/components/item-card-db/types.d.ts +33 -0
- package/dist/components/layout/categories/buttons/index.js +1 -1
- package/dist/components/layout/categories/column/index.js +1 -1
- package/dist/components/layout/categories/gap/index.js +1 -1
- package/dist/components/layout/categories/row/index.js +1 -1
- package/dist/components/layout/index.js +1 -1
- package/dist/components/link/index.js +1 -1
- package/dist/components/list-item/index.js +1 -1
- package/dist/components/little-flag/index.js +1 -1
- package/dist/components/loading/index.js +1 -1
- package/dist/components/logo/index.js +1 -1
- package/dist/components/lottie/index.js +1 -1
- package/dist/components/menu/index.js +1 -1
- package/dist/components/message-banner/index.js +1 -1
- package/dist/components/modal/columns-modal/index.js +1 -1
- package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
- package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
- package/dist/components/modal/filters-modal/applied-filter/index.js +1 -1
- package/dist/components/modal/filters-modal/applied-filters/index.js +1 -1
- package/dist/components/modal/filters-modal/column-filters/index.js +1 -1
- package/dist/components/modal/filters-modal/filter-control/index.js +1 -1
- package/dist/components/modal/filters-modal/filter-control/types.d.ts +1 -0
- package/dist/components/modal/filters-modal/filter-form/form-content/index.js +1 -1
- package/dist/components/modal/filters-modal/filter-form/form-content/types.d.ts +1 -0
- package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
- package/dist/components/modal/filters-modal/filter-form/hooks/types.d.ts +1 -0
- package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
- package/dist/components/modal/filters-modal/filter-form/types.d.ts +3 -0
- package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
- package/dist/components/modal/filters-modal/index.js +1 -1
- package/dist/components/modal/footer/index.js +1 -1
- package/dist/components/modal/header/index.js +1 -1
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/modal-confirm/index.js +1 -1
- package/dist/components/notification/index.js +1 -1
- package/dist/components/notification-sign/index.js +1 -1
- package/dist/components/oauth-selector/index.js +1 -1
- package/dist/components/oauth-selector/option-container/index.js +1 -1
- package/dist/components/pop-up/description/index.js +1 -1
- package/dist/components/pop-up/index.js +1 -1
- package/dist/components/premium-feature/index.js +1 -1
- package/dist/components/priority-cards/card/index.js +1 -1
- package/dist/components/priority-cards/index.js +1 -1
- package/dist/components/priority-score/index.d.ts +1 -1
- package/dist/components/priority-score/index.js +1 -1
- package/dist/components/priority-score/types.d.ts +1 -0
- package/dist/components/progress-bar/index.js +1 -1
- package/dist/components/progress-indicator/in-progress-icon/index.js +1 -1
- package/dist/components/progress-indicator/index.js +1 -1
- package/dist/components/progress-indicator/step/index.js +1 -1
- package/dist/components/radio-button/index.js +1 -1
- package/dist/components/rank-position/icon/index.js +1 -1
- package/dist/components/rank-position/index.js +1 -1
- package/dist/components/scroll-button/index.js +1 -1
- package/dist/components/search/index.d.ts +1 -1
- package/dist/components/search/index.js +1 -1
- package/dist/components/search/types.d.ts +2 -0
- package/dist/components/search-dropdown/index.d.ts +3 -0
- package/dist/components/search-dropdown/index.js +1 -0
- package/dist/components/search-dropdown/index.stories.d.ts +7 -0
- package/dist/components/search-dropdown/styles.d.ts +8 -0
- package/dist/components/search-dropdown/types.d.ts +23 -0
- package/dist/components/severity-badge/index.js +1 -1
- package/dist/components/severity-overview/badge/index.js +1 -1
- package/dist/components/severity-overview/index.js +1 -1
- package/dist/components/show-on-hover/index.js +1 -1
- package/dist/components/slide-out-menu/index.js +1 -1
- package/dist/components/slide-out-menu/menu-item/index.js +1 -1
- package/dist/components/slider/index.js +1 -1
- package/dist/components/slider/thumb/index.js +1 -1
- package/dist/components/step-lapse/index.js +1 -1
- package/dist/components/table/context/index.js +1 -1
- package/dist/components/table/export-csv/index.js +1 -1
- package/dist/components/table/index.js +1 -1
- package/dist/components/table/pagination/pagination-control/index.js +1 -1
- package/dist/components/table/pagination/pagination-dropdown/index.js +1 -1
- package/dist/components/table/pagination/pagination-size/index.js +1 -1
- package/dist/components/table/sort-icon/index.js +1 -1
- package/dist/components/table/table-body/index.js +1 -1
- package/dist/components/table/table-column-toggle/index.js +1 -1
- package/dist/components/table/table-content/head/index.js +1 -1
- package/dist/components/table/table-content/index.js +1 -1
- package/dist/components/table/table-footer/footer-content/index.js +1 -1
- package/dist/components/table/table-footer/index.js +1 -1
- package/dist/components/table/table-options/caption-content/index.js +1 -1
- package/dist/components/table/table-options/controls-content/index.js +1 -1
- package/dist/components/table/table-options/highlighted-content/index.js +1 -1
- package/dist/components/table/table-options/index.js +1 -1
- package/dist/components/table/wrapper/index.js +1 -1
- package/dist/components/table-button/index.js +1 -1
- package/dist/components/table-button/index.stories.d.ts +2 -6
- package/dist/components/table-button/types.d.ts +2 -1
- package/dist/components/table-content/index.d.ts +6 -0
- package/dist/components/table-content/index.js +1 -0
- package/dist/components/table-content/index.stories.d.ts +6 -0
- package/dist/components/table-content/item-content/index.d.ts +3 -0
- package/dist/components/table-content/item-content/index.js +1 -0
- package/dist/components/table-content/styles.d.ts +2 -0
- package/dist/components/table-content/types.d.ts +34 -0
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/tabs/tab/index.js +1 -1
- package/dist/components/tag/index.js +1 -1
- package/dist/components/timeline/card/index.js +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/toggle/index.js +1 -1
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tour/index.js +1 -1
- package/dist/components/typography/heading/index.js +1 -1
- package/dist/components/typography/index.js +1 -1
- package/dist/components/typography/span/index.js +1 -1
- package/dist/components/typography/text/index.js +1 -1
- package/dist/components/weaknesses-card/index.d.ts +1 -1
- package/dist/components/weaknesses-card/index.js +1 -1
- package/dist/components/weaknesses-card/types.d.ts +8 -0
- package/dist/components-B8vfbN75.js +3374 -0
- package/dist/{components-D8KnpXC8.mjs → components-y_S_tDUp.mjs} +3601 -3092
- package/dist/hooks/index.js +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/components-6vjYmYE3.js +0 -3223
|
@@ -1,3223 +0,0 @@
|
|
|
1
|
-
"use strict";const t=require("react/jsx-runtime"),u=require("react"),f=require("styled-components"),y=require("./vendor-B5PNeTrB.js"),le=require("react-dom"),Ge=require("react-router-dom"),go=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},tt=go(u),te=e=>({getVariant:(n,o)=>e(n)[o]}),Ft=["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"],uo={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},xo={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},ho={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},fo={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},yo={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},bo={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},$o={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},mo="linear-gradient(180deg, #BF0B1A 0%, #F32637 100%)",wo={type:{primary:"Roboto, sans-serif",mono:"'Space Mono', monospace"},heading:{lg:"32px",md:"24px",sm:"20px",xs:"16px"},text:{lg:"16px",md:"14px",sm:"12px",xs:"10px"},weight:{bold:"700",regular:"400"}},jo={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)"},vo={sm:"1024px",md:"1440px",lg:"1920px"},ko={0:"0rem",.125:"0.125rem",.25:"0.25rem",.5:"0.5rem",.625:"0.625rem",.75:"0.75rem",.875:"0.875rem",1:"1rem",1.25:"1.25rem",1.5:"1.5rem",1.75:"1.75rem",2:"2rem",2.25:"2.25rem",2.5:"2.5rem",3:"3rem",4:"4rem",5:"5rem",6:"6rem"},Co=["lock-keyhole","bars-sort","bolt","books","brain-circuit","briefcase","bug","buildings","bullseye-pointer","calendar-clock","calendar-xmark","chart-network","clipboard-check","comment","envelope","eye","file","flag","globe","hand-holding-dollar","hands-clapping","headset","hexagon-exclamation","light-emergency-on","magnifying-glass","pen-line","plane-departure","screwdriver-wrench","sensor-triangle-exclamation","shield-check","sidebar","skull","sliders","star-christmas","telescope","trash","unlock","user-group","user-hoodie","xmark","arrow-down","arrow-left","arrow-right","arrow-up","plus","minus","check","circle-question"],F={typography:wo,shadows:jo,breakpoints:vo,spacing:ko,palette:{primary:xo,complementary:ho,error:fo,info:$o,warning:yo,success:bo,black:"#0c111d",gradient:mo,white:"#ffffff",gray:uo}},So=({children:e})=>t.jsx(f.ThemeProvider,{theme:F,children:e}),L=(e,n)=>n===void 0?"":`${e}: ${n};`,$e=e=>{const n=e.py??e.pt??0,o=e.px??e.pr??0,i=e.py??e.pb??0,r=e.px??e.pl??0;if(e.padding){const[a,s,l,c]=e.padding;return`padding: ${F.spacing[a]} ${F.spacing[s]} ${F.spacing[l]} ${F.spacing[c]};`}return`padding: ${F.spacing[n]} ${F.spacing[o]} ${F.spacing[i]} ${F.spacing[r]};`},me=e=>{const n=e.my??e.mt??0,o=e.mx??e.mr??0,i=e.my??e.mb??0,r=e.mx??e.ml??0;if(e.margin){const[a,s,l,c]=e.margin;return`margin: ${F.spacing[a]} ${F.spacing[s]} ${F.spacing[l]} ${F.spacing[c]};`}return`margin: ${F.spacing[n]} ${F.spacing[o]} ${F.spacing[i]} ${F.spacing[r]};`},we=e=>{const n=L("position",e.position),o=L("top",e.top),i=L("right",e.right),r=L("bottom",e.bottom),a=L("left",e.left),s=L("z-index",e.zIndex);return`
|
|
2
|
-
${n}
|
|
3
|
-
${o}
|
|
4
|
-
${i}
|
|
5
|
-
${r}
|
|
6
|
-
${a}
|
|
7
|
-
${s}
|
|
8
|
-
`},je=e=>{const n=L("border",e.border),o=L("border-top",e.borderTop),i=L("border-right",e.borderRight),r=L("border-bottom",e.borderBottom),a=L("border-left",e.borderLeft),s=L("border-color",e.borderColor),l=L("border-radius",e.borderRadius);return`
|
|
9
|
-
${n}
|
|
10
|
-
${o}
|
|
11
|
-
${i}
|
|
12
|
-
${r}
|
|
13
|
-
${a}
|
|
14
|
-
${s}
|
|
15
|
-
${l}
|
|
16
|
-
`},zo=e=>e.includes("x")?"overflow-x: auto;":"",To=e=>e.includes("y")?"overflow-y: auto;":"",ve=e=>{const n=e.scroll?`
|
|
17
|
-
${zo(e.scroll)}
|
|
18
|
-
${To(e.scroll)}
|
|
19
|
-
`:"",o=L("visibility",e.visibility),i=L("display",e.display),r=L("height",e.height),a=L("width",e.width),s=L("max-height",e.maxHeight),l=L("max-width",e.maxWidth),c=L("min-height",e.minHeight),d=L("min-width",e.minWidth),p=L("box-shadow",e.shadow?F.shadows[e.shadow]:void 0),g=L("gap",e.gap===void 0?void 0:F.spacing[e.gap]),x=L("background-color",e.bgColor),h=L("background",e.bgGradient),b=L("flex-direction",e.flexDirection),w=L("flex-grow",e.flexGrow),m=L("justify-content",e.justify),S=L("justify-self",e.justifySelf),C=L("align-items",e.alignItems),v=L("align-self",e.alignSelf),j=L("flex-wrap",e.wrap);return`
|
|
20
|
-
${n}
|
|
21
|
-
${o}
|
|
22
|
-
${i}
|
|
23
|
-
${r}
|
|
24
|
-
${a}
|
|
25
|
-
${s}
|
|
26
|
-
${l}
|
|
27
|
-
${c}
|
|
28
|
-
${d}
|
|
29
|
-
${p}
|
|
30
|
-
${x}
|
|
31
|
-
${h}
|
|
32
|
-
${g}
|
|
33
|
-
${b}
|
|
34
|
-
${w}
|
|
35
|
-
${m}
|
|
36
|
-
${S}
|
|
37
|
-
${C}
|
|
38
|
-
${v}
|
|
39
|
-
${j}
|
|
40
|
-
`},ke=e=>{const n=L("color",e.color),o=L("font-family",e.fontFamily),i=L("font-size",e.fontSize),r=L("font-weight",e.fontWeight),a=L("line-spacing",e.letterSpacing),s=L("line-height",e.lineSpacing),l=L("text-align",e.textAlign),c=L("text-decoration",e.textDecoration),d=L("text-overflow",e.textOverflow),p=L("white-space",e.whiteSpace),g=L("word-break",e.wordBreak),x=L("word-wrap",e.wordWrap);return`
|
|
41
|
-
${n}
|
|
42
|
-
${o}
|
|
43
|
-
${i}
|
|
44
|
-
${r}
|
|
45
|
-
${a}
|
|
46
|
-
${s}
|
|
47
|
-
${l}
|
|
48
|
-
${c}
|
|
49
|
-
${d}
|
|
50
|
-
${p}
|
|
51
|
-
${g}
|
|
52
|
-
${x}
|
|
53
|
-
`},Ce=e=>{const n=L("cursor",e.cursor),o=L("border-color",e.borderColorHover),i=L("background-color",e.bgColorHover),r=L("box-shadow",e.shadowHover===void 0?void 0:F.shadows[e.shadowHover]),a=L("transition",e.transition);return`
|
|
54
|
-
${n}
|
|
55
|
-
|
|
56
|
-
&:hover {
|
|
57
|
-
${a||"transition: all 0.2s;"}
|
|
58
|
-
${o}
|
|
59
|
-
${i}
|
|
60
|
-
${r}
|
|
61
|
-
}
|
|
62
|
-
`},Se={shouldForwardProp:e=>!Ft.includes(e)},ze=f.styled.div.withConfig(Se)`
|
|
63
|
-
${$e}
|
|
64
|
-
${me}
|
|
65
|
-
${we}
|
|
66
|
-
${ve}
|
|
67
|
-
${ke}
|
|
68
|
-
${je}
|
|
69
|
-
${Ce}
|
|
70
|
-
`,nt=f.styled.button.withConfig(Se)`
|
|
71
|
-
${$e}
|
|
72
|
-
${me}
|
|
73
|
-
${we}
|
|
74
|
-
${ve}
|
|
75
|
-
${ke}
|
|
76
|
-
${je}
|
|
77
|
-
${Ce}
|
|
78
|
-
`,ot=f.styled.p.withConfig(Se)`
|
|
79
|
-
${$e}
|
|
80
|
-
${me}
|
|
81
|
-
${we}
|
|
82
|
-
${ve}
|
|
83
|
-
${ke}
|
|
84
|
-
${je}
|
|
85
|
-
${Ce}
|
|
86
|
-
`,it=f.styled.span.withConfig(Se)`
|
|
87
|
-
${$e}
|
|
88
|
-
${me}
|
|
89
|
-
${we}
|
|
90
|
-
${ve}
|
|
91
|
-
${ke}
|
|
92
|
-
${je}
|
|
93
|
-
${Ce}
|
|
94
|
-
`,Io=f.styled(ze)`
|
|
95
|
-
${({theme:e,$center:n=!1,$styleMd:o,$styleSm:i})=>`
|
|
96
|
-
${n?"margin: auto;":""}
|
|
97
|
-
scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
|
|
98
|
-
scroll-padding: ${e.spacing[.5]};
|
|
99
|
-
|
|
100
|
-
@media screen
|
|
101
|
-
and (min-width: ${e.breakpoints.mobile})
|
|
102
|
-
and (max-width: ${e.breakpoints.tablet})
|
|
103
|
-
{
|
|
104
|
-
${o};
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
@media screen and (max-width: ${e.breakpoints.mobile}) {
|
|
108
|
-
${i};
|
|
109
|
-
}
|
|
110
|
-
`}
|
|
111
|
-
`,$=u.forwardRef(function({as:n="div",center:o,children:i,id:r,onHover:a,onLeave:s,styleMd:l,styleSm:c,...d},p){return t.jsx(Io,{$center:o,$styleMd:l,$styleSm:c,as:n,id:r,onMouseLeave:s,onMouseOver:a,ref:p,...d,children:i})}),Lt=(e,n=!1)=>{if(n)switch(e){case"lg":return 2.5;case"md":return 2;case"sm":return 1.75;case"xs":return 1.5}switch(e){case"lg":return 1.5;case"md":case"sm":return 1.25;case"xs":return 1}},Do=f.styled(ot)`
|
|
112
|
-
${({theme:e,$bgGradient:n="unset",$color:o=e.palette.gray[800],$display:i="block",$fontFamily:r=e.typography.type.primary,$fontWeight:a="bold",$letterSpacing:s=0,$overflow:l="unset",$size:c,$sizeMd:d,$textFill:p="unset",$whiteSpace:g="pre-line",$wordBreak:x="normal"})=>`
|
|
113
|
-
background: ${n};
|
|
114
|
-
color: ${o};
|
|
115
|
-
display: ${i};
|
|
116
|
-
font-family: ${r};
|
|
117
|
-
font-size: ${e.typography.heading[c]};
|
|
118
|
-
font-weight: ${e.typography.weight[a]};
|
|
119
|
-
letter-spacing: ${s};
|
|
120
|
-
line-height: ${e.spacing[Lt(c,!0)]};
|
|
121
|
-
overflow: ${l};
|
|
122
|
-
width: ${i==="block"?"100%":"auto"};
|
|
123
|
-
white-space: ${g};
|
|
124
|
-
word-break: ${x};
|
|
125
|
-
background-clip: text;
|
|
126
|
-
-webkit-background-clip: text;
|
|
127
|
-
-webkit-text-fill-color: ${p};
|
|
128
|
-
|
|
129
|
-
@media screen
|
|
130
|
-
and (min-width: ${e.breakpoints.mobile})
|
|
131
|
-
and (max-width: ${e.breakpoints.tablet})
|
|
132
|
-
{
|
|
133
|
-
font-size: ${e.typography.heading[d??c]};
|
|
134
|
-
}
|
|
135
|
-
`}
|
|
136
|
-
`,At=f.styled(ot)`
|
|
137
|
-
${({theme:e,$bgGradient:n="unset",$color:o=e.palette.gray[600],$display:i="block",$fontFamily:r=e.typography.type.primary,$fontWeight:a="regular",$fontStyle:s="normal",$letterSpacing:l=0,$overflow:c="unset",$size:d,$sizeMd:p,$textFill:g="unset",$whiteSpace:x="pre-line",$wordBreak:h="normal"})=>`
|
|
138
|
-
background: ${n};
|
|
139
|
-
color: ${o};
|
|
140
|
-
display: ${i};
|
|
141
|
-
font-family: ${r};
|
|
142
|
-
font-size: ${e.typography.text[d]};
|
|
143
|
-
font-style: ${s};
|
|
144
|
-
font-weight: ${e.typography.weight[a]};
|
|
145
|
-
letter-spacing: ${l};
|
|
146
|
-
line-height: ${e.spacing[Lt(d)]};
|
|
147
|
-
overflow: ${c};
|
|
148
|
-
width: ${i==="block"?"100%":"auto"};
|
|
149
|
-
white-space: ${x};
|
|
150
|
-
word-break: ${h};
|
|
151
|
-
background-clip: text;
|
|
152
|
-
-webkit-background-clip: text;
|
|
153
|
-
-webkit-text-fill-color: ${g};
|
|
154
|
-
|
|
155
|
-
@media screen
|
|
156
|
-
and (min-width: ${e.breakpoints.mobile})
|
|
157
|
-
and (max-width: ${e.breakpoints.tablet})
|
|
158
|
-
{
|
|
159
|
-
font-size: ${e.typography.text[p??d]};
|
|
160
|
-
}
|
|
161
|
-
`}
|
|
162
|
-
`,Eo=f.styled(it)`
|
|
163
|
-
${({theme:e,$color:n=e.palette.gray[600],$content:o=void 0,$display:i="inline",$fontWeight:r="regular",$size:a,$lineSpacing:s=1.25})=>`
|
|
164
|
-
color: ${n};
|
|
165
|
-
display: ${i};
|
|
166
|
-
font-family: ${e.typography.type.primary};
|
|
167
|
-
font-size: ${e.typography.text[a]};
|
|
168
|
-
font-weight: ${e.typography.weight[r]};
|
|
169
|
-
line-height: ${e.spacing[s]};
|
|
170
|
-
max-width: 100%;
|
|
171
|
-
width: ${i==="block"?"100%":"auto"};
|
|
172
|
-
|
|
173
|
-
${o===void 0?"":`&::after { content: "${o}"; }`}
|
|
174
|
-
`}
|
|
175
|
-
`,V=u.forwardRef(function({bgGradient:n,children:o,className:i,color:r,display:a,fontFamily:s,fontWeight:l,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:w,whiteSpace:m,wordBreak:S,...C},v){return t.jsx(Do,{$bgGradient:n,$color:r,$display:a,$fontFamily:s,$fontWeight:l,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:w,$whiteSpace:m,$wordBreak:S,className:i,ref:v,...C,children:o})}),he=u.forwardRef(function({children:n,color:o,content:i,display:r,fontFamily:a,fontWeight:s,letterSpacing:l,lineSpacing:c,lineSpacingSm:d,size:p,sizeMd:g,sizeSm:x,...h},b){return t.jsx(Eo,{$color:o,$content:i,$display:r,$fontFamily:a,$fontWeight:s,$letterSpacing:l,$lineSpacing:c,$lineSpacingSm:d,$size:p,$sizeMd:g,$sizeSm:x,ref:b,...h,children:n})}),I=u.forwardRef(function({bgGradient:n,children:o,className:i,color:r,display:a,fontFamily:s,fontWeight:l,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:w,whiteSpace:m,wordBreak:S,fontStyle:C,...v},j){return t.jsx(At,{$bgGradient:n,$color:r,$display:a,$fontFamily:s,$fontStyle:C,$fontWeight:l,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:w,$whiteSpace:m,$wordBreak:S,className:i,ref:j,...v,children:o})}),Pt=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(I,{mb:e.extraElement?.5:void 0,size:"md",children:e.description}):e.description??void 0;return t.jsxs($,{display:"block",id:`panel-${e.title}`,padding:[.875,.875,.875,.875],children:[n,e.extraElement?t.jsx($,{children:e.extraElement}):void 0]})},Ve={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},Ro=e=>Ve[e]?Ve[e]:typeof e=="string"&&e.includes("px")?e:Ve.md,No=f.styled(it)`
|
|
176
|
-
${({$clickable:e,$color:n="inherit",$disabled:o=!1,$hoverColor:i,$rotation:r,$size:a,$secondaryColor:s})=>{const l=i?"":"brightness(50%)",c=i??"";return`
|
|
177
|
-
color: ${n};
|
|
178
|
-
cursor: ${e?"pointer":"inherit"};
|
|
179
|
-
font-size: ${Ro(a)};
|
|
180
|
-
line-height: 0;
|
|
181
|
-
vertical-align: middle;
|
|
182
|
-
pointer-events: inherit;
|
|
183
|
-
opacity: ${o?"0.5":"1"};
|
|
184
|
-
|
|
185
|
-
> svg {
|
|
186
|
-
--fa-secondary-color: ${s};
|
|
187
|
-
transform: ${r===void 0?"":`rotate(${r}deg)`};
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.fill-gradient-01 path {
|
|
191
|
-
fill: url(/gradients.svg#gradient-01);
|
|
192
|
-
fill: url(#gradient-01);
|
|
193
|
-
}
|
|
194
|
-
.fill-gradient-02 path {
|
|
195
|
-
fill: url(/gradients.svg#gradient-02);
|
|
196
|
-
fill: url(#gradient-02);
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
${e?`&:hover {
|
|
200
|
-
filter: ${l};
|
|
201
|
-
color: ${c};
|
|
202
|
-
}`:""}
|
|
203
|
-
`}}
|
|
204
|
-
`;f.styled.div`
|
|
205
|
-
cursor: pointer;
|
|
206
|
-
transition: all 0.2s ease-in-out;
|
|
207
|
-
|
|
208
|
-
&:hover:not([disabled]) {
|
|
209
|
-
transform: scale(1.2);
|
|
210
|
-
}
|
|
211
|
-
`;const R=u.forwardRef(function({clickable:n,disabled:o,hoverColor:i,icon:r,iconClass:a="",iconColor:s,iconMask:l,iconSize:c,iconTransform:d,iconType:p="fa-solid",onClick:g,rotation:x,spanClass:h,secondaryColor:b,...w},m){return t.jsx(No,{$clickable:n,$color:s,$disabled:o,$hoverColor:i,$rotation:x,$secondaryColor:b,$size:c,className:h,"data-testid":`${r}-icon`,onClick:g,ref:m,...w,children:t.jsx("i",{className:`${p} fa-${r} ${a}`,...l!==void 0?{"data-fa-mask":l}:{},...d!==void 0?{"data-fa-transform":d}:{}})},`${p}-${r}`)}),Fo=u.forwardRef(function({aligned:n="end",items:o,bgColor:i},r){const a=f.useTheme(),[s,l]=u.useState(o.map(d=>d.expanded??!1)),c=u.useCallback(d=>p=>{p.preventDefault(),l(g=>g.map((x,h)=>h===d?!x:x))},[]);return t.jsx($,{borderColor:a.palette.gray[200],borderTop:"1px solid",ref:r,children:o.map((d,p)=>{const g=s[p];return t.jsxs($,{bgColor:i??a.palette.white,borderBottom:"1px solid",borderColor:a.palette.gray[200],children:[t.jsx($,{"aria-controls":`panel-${d.title}`,"aria-expanded":g,"aria-label":d.title,as:"button",bgColor:i??a.palette.white,bgColorHover:a.palette.gray[100],cursor:"pointer",display:"flex",onClick:c(p),padding:[.875,.875,.875,.875],width:"100%",children:t.jsxs($,{as:"summary",display:"flex",flexDirection:n==="end"?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[t.jsx(I,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:d.title}),t.jsx(R,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(Pt,{item:d})]},d.title)})})}),Lo=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:Ao}=te(e=>({error:`
|
|
212
|
-
background: ${e.palette.error[50]};
|
|
213
|
-
border: 1px solid ${e.palette.error[500]};
|
|
214
|
-
color: ${e.palette.error[700]};
|
|
215
|
-
|
|
216
|
-
button {
|
|
217
|
-
color: ${e.palette.error[700]};
|
|
218
|
-
|
|
219
|
-
&:hover:not([disabled]) {
|
|
220
|
-
background-color: ${e.palette.error[200]};
|
|
221
|
-
color: ${e.palette.error[700]};
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
`,info:`
|
|
225
|
-
background: ${e.palette.info[50]};
|
|
226
|
-
border: 1px solid ${e.palette.info[500]};
|
|
227
|
-
color: ${e.palette.info[700]};
|
|
228
|
-
|
|
229
|
-
button {
|
|
230
|
-
color: ${e.palette.info[700]};
|
|
231
|
-
|
|
232
|
-
&:hover:not([disabled]) {
|
|
233
|
-
background-color: ${e.palette.info[200]};
|
|
234
|
-
color: ${e.palette.info[700]};
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
`,success:`
|
|
238
|
-
background: ${e.palette.success[50]};
|
|
239
|
-
border: 1px solid ${e.palette.success[500]};
|
|
240
|
-
color: ${e.palette.success[700]};
|
|
241
|
-
|
|
242
|
-
button {
|
|
243
|
-
color: ${e.palette.success[700]};
|
|
244
|
-
|
|
245
|
-
&:hover:not([disabled]) {
|
|
246
|
-
background-color: ${e.palette.success[200]};
|
|
247
|
-
color: ${e.palette.success[700]};
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
`,warning:`
|
|
251
|
-
background: ${e.palette.warning[50]};
|
|
252
|
-
border: 1px solid ${e.palette.warning[500]};
|
|
253
|
-
color: ${e.palette.warning[700]};
|
|
254
|
-
|
|
255
|
-
button {
|
|
256
|
-
color: ${e.palette.warning[700]};
|
|
257
|
-
|
|
258
|
-
&:hover:not([disabled]) {
|
|
259
|
-
background-color: ${e.palette.warning[200]};
|
|
260
|
-
color: ${e.palette.warning[700]};
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
`})),Po=f.styled.div`
|
|
264
|
-
${({theme:e,$variant:n})=>`
|
|
265
|
-
background: transparent;
|
|
266
|
-
align-items: center;
|
|
267
|
-
border-radius: ${e.spacing[.25]};
|
|
268
|
-
display: inline-flex;
|
|
269
|
-
font-family: ${e.typography.type.primary};
|
|
270
|
-
font-size: ${e.typography.text.md};
|
|
271
|
-
font-weight: ${e.typography.weight.bold};
|
|
272
|
-
line-height: ${e.spacing[1.25]};
|
|
273
|
-
min-width: 250px;
|
|
274
|
-
width: 100%;
|
|
275
|
-
padding: ${e.spacing[.75]};
|
|
276
|
-
position: relative;
|
|
277
|
-
gap: ${e.spacing[.75]};
|
|
278
|
-
|
|
279
|
-
button {
|
|
280
|
-
background-color: transparent;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
${Ao(e,n??"error")}
|
|
284
|
-
`}
|
|
285
|
-
`,Oo=f.styled.div`
|
|
286
|
-
padding-right: 4px;
|
|
287
|
-
width: 100%;
|
|
288
|
-
`,{getVariant:Mo}=te(e=>({ghost:`
|
|
289
|
-
background: transparent;
|
|
290
|
-
border: none;
|
|
291
|
-
color: ${e.palette.gray[800]};
|
|
292
|
-
--btn-padding-x: ${e.spacing[.5]};
|
|
293
|
-
--btn-padding-y: ${e.spacing[.625]};
|
|
294
|
-
--btn-spacing: ${e.spacing[.25]};
|
|
295
|
-
|
|
296
|
-
&:disabled {
|
|
297
|
-
color: ${e.palette.gray[400]};
|
|
298
|
-
cursor: not-allowed;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
&:hover:not([disabled]) {
|
|
302
|
-
background-color: ${e.palette.gray[100]};
|
|
303
|
-
color: ${e.palette.gray[800]};
|
|
304
|
-
}
|
|
305
|
-
`,link:`
|
|
306
|
-
--btn-padding-x: 0;
|
|
307
|
-
--btn-padding-y: 0;
|
|
308
|
-
color: ${e.palette.gray[800]};
|
|
309
|
-
|
|
310
|
-
&:hover {
|
|
311
|
-
color: ${e.palette.gray[500]};
|
|
312
|
-
}
|
|
313
|
-
`,primary:`
|
|
314
|
-
background: ${e.palette.primary[500]};
|
|
315
|
-
border: none;
|
|
316
|
-
color: ${e.palette.white};
|
|
317
|
-
--btn-spacing: ${e.spacing[.25]};
|
|
318
|
-
|
|
319
|
-
&:disabled {
|
|
320
|
-
background: ${e.palette.gray[200]};
|
|
321
|
-
color: ${e.palette.gray[400]};
|
|
322
|
-
cursor: not-allowed;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
&:hover:not([disabled]) {
|
|
326
|
-
background-color: ${e.palette.primary[700]};
|
|
327
|
-
color: ${e.palette.white};
|
|
328
|
-
}
|
|
329
|
-
`,secondary:`
|
|
330
|
-
background: ${e.palette.gray[800]};
|
|
331
|
-
border: none;
|
|
332
|
-
color: ${e.palette.white};
|
|
333
|
-
--btn-spacing: ${e.spacing[.25]};
|
|
334
|
-
|
|
335
|
-
&:disabled {
|
|
336
|
-
background: ${e.palette.gray[200]};
|
|
337
|
-
color: ${e.palette.gray[400]};
|
|
338
|
-
cursor: not-allowed;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
&:hover:not([disabled]) {
|
|
342
|
-
background-color: ${e.palette.gray[600]};
|
|
343
|
-
color: ${e.palette.white};
|
|
344
|
-
}
|
|
345
|
-
`,tertiary:`
|
|
346
|
-
background: transparent;
|
|
347
|
-
border: 1px solid ${e.palette.primary[500]};
|
|
348
|
-
color: ${e.palette.primary[500]};
|
|
349
|
-
--btn-spacing: ${e.spacing[.25]};
|
|
350
|
-
|
|
351
|
-
&:disabled {
|
|
352
|
-
background: transparent;
|
|
353
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
354
|
-
color: ${e.palette.gray[300]};
|
|
355
|
-
cursor: not-allowed;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
&:hover:not([disabled]) {
|
|
359
|
-
background-color: ${e.palette.primary[500]};
|
|
360
|
-
color: ${e.palette.white};
|
|
361
|
-
}
|
|
362
|
-
`})),Ot=f.styled(nt)`
|
|
363
|
-
${({theme:e,justify:n,$variant:o})=>`
|
|
364
|
-
align-items: center;
|
|
365
|
-
border-radius: var(--btn-spacing);
|
|
366
|
-
cursor: pointer;
|
|
367
|
-
display: inline-flex;
|
|
368
|
-
font-family: ${e.typography.type.primary};
|
|
369
|
-
font-size: ${e.typography.text.md};
|
|
370
|
-
font-weight: ${e.typography.weight.regular};
|
|
371
|
-
gap: var(--btn-spacing);
|
|
372
|
-
justify-content: ${n??"center"};
|
|
373
|
-
line-height: ${e.spacing[1.25]};
|
|
374
|
-
padding: var(--btn-padding-y) var(--btn-padding-x);
|
|
375
|
-
position: relative;
|
|
376
|
-
text-align: start;
|
|
377
|
-
transition: all 0.5s ease;
|
|
378
|
-
white-space: nowrap;
|
|
379
|
-
|
|
380
|
-
@media screen and (max-width: ${e.breakpoints.mobile}) {
|
|
381
|
-
${o!=="link"?`--btn-padding-y: ${e.spacing[1]}`:""};
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
${Mo(e,o??"primary")}
|
|
385
|
-
`}
|
|
386
|
-
`,Wo=f.styled(Ot)`
|
|
387
|
-
${({theme:e,disabled:n,borderRadius:o="4px",px:i=.5,py:r=.5,$variant:a})=>`
|
|
388
|
-
--btn-spacing: ${o};
|
|
389
|
-
--btn-padding-x: ${e.spacing[i]};
|
|
390
|
-
--btn-padding-y: ${e.spacing[r]};
|
|
391
|
-
|
|
392
|
-
align-items: center;
|
|
393
|
-
line-height: 0;
|
|
394
|
-
text-align: center;
|
|
395
|
-
${a==="ghost"?`color: ${e.palette.gray[700]};`:""}
|
|
396
|
-
|
|
397
|
-
> span {
|
|
398
|
-
margin: 0 !important;
|
|
399
|
-
${n?`color: ${e.palette.gray[300]};`:""}
|
|
400
|
-
}
|
|
401
|
-
`}
|
|
402
|
-
`,Bo=f.styled(ze)``,Ho=f.styled.div`
|
|
403
|
-
${({theme:e,$maxWidth:n="320px"})=>`
|
|
404
|
-
background-color: ${e.palette.gray[700]};
|
|
405
|
-
border-radius: 8px;
|
|
406
|
-
color: ${e.palette.white};
|
|
407
|
-
font-size: ${e.typography.text.sm};
|
|
408
|
-
max-width: ${n};
|
|
409
|
-
padding: ${e.spacing[.75]};
|
|
410
|
-
width: max-content;
|
|
411
|
-
z-index: 999999;
|
|
412
|
-
`}
|
|
413
|
-
`,_o=f.styled.div`
|
|
414
|
-
position: absolute;
|
|
415
|
-
width: 16px;
|
|
416
|
-
height: 8px;
|
|
417
|
-
${({$placement:e})=>{switch(e){case"top":return`
|
|
418
|
-
bottom: -8px;
|
|
419
|
-
left: 50%;
|
|
420
|
-
transform: translateX(-50%);
|
|
421
|
-
`;case"bottom":return`
|
|
422
|
-
top: -8px;
|
|
423
|
-
left: 50%;
|
|
424
|
-
transform: translateX(-50%) rotate(180deg);
|
|
425
|
-
`;case"left":return`
|
|
426
|
-
right: -12px;
|
|
427
|
-
top: 50%;
|
|
428
|
-
transform: translateY(-50%) rotate(-90deg);
|
|
429
|
-
`;case"right":return`
|
|
430
|
-
left: -12px;
|
|
431
|
-
top: 50%;
|
|
432
|
-
transform: translateY(-50%) rotate(90deg);
|
|
433
|
-
`;default:return`
|
|
434
|
-
top: -8px;
|
|
435
|
-
left: 50%;
|
|
436
|
-
transform: translateX(-50%) rotate(180deg);
|
|
437
|
-
`}}}
|
|
438
|
-
`,q=({children:e,disabled:n=!1,display:o="inline-block",height:i,icon:r,iconColor:a,iconSize:s,id:l,maxWidth:c,nodeTip:d,place:p="bottom",tip:g="",title:x="",hide:h=g===""&&x===""&&d===void 0,width:b})=>{const w=f.useTheme(),[m,S]=u.useState(!1),{refs:C,floatingStyles:v,context:j,placement:k}=y.useFloating({middleware:[y.flip({fallbackAxisSideDirection:"start"}),y.offset({mainAxis:10}),y.shift()],onOpenChange:S,open:m,placement:p,whileElementsMounted:y.autoUpdate}),z=y.useHover(j,{delay:{close:0,open:500},move:!1}),N=y.useFocus(j),D=y.useRole(j,{role:r?"label":"tooltip"}),{getReferenceProps:E,getFloatingProps:T}=y.useInteractions([z,N,D]),A=u.useMemo(()=>k.startsWith("top")?"top":k.startsWith("bottom")?"bottom":k.startsWith("left")?"left":k.startsWith("right")?"right":"bottom",[k]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(Bo,{...E(),display:o,height:i,id:l,ref:C.setReference,width:b,children:r?t.jsx(R,{clickable:!0,disabled:n,icon:r,iconColor:a,iconSize:s??"sm",iconType:m?"fa-solid":"fa-light"}):e}),m&&!h&&le.createPortal(t.jsxs(Ho,{...T(),$maxWidth:c,id:`floating-${l}`,ref:C.setFloating,style:v,children:[y.lodashExports.isEmpty(x)?void 0:t.jsx(I,{color:w.palette.white,fontWeight:"bold",mb:.25,size:"sm",textAlign:"start",wordWrap:"break-word",children:x}),y.lodashExports.isEmpty(g)?void 0:t.jsx(I,{color:w.palette.gray[100],size:"sm",textAlign:"start",whiteSpace:"normal",wordWrap:"break-word",children:g}),y.lodashExports.isEmpty(d)?void 0:d,t.jsx(_o,{$placement:A,children:t.jsx("svg",{fill:"none",height:"8",viewBox:"0 0 16 8",width:"16",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M16 0L0 0L6.58579 6.58579C7.36684 7.36684 8.63317 7.36684 9.41421 6.58579L16 0Z",fill:w.palette.gray[700]})})})]}),document.getElementById("root")??document.body)]})},B=u.forwardRef(function({borderRadius:n,disabled:o,icon:i,iconColor:r,iconSize:a="sm",iconTransform:s,iconType:l,id:c,justify:d="center",onClick:p,px:g,py:x,type:h="button",tooltip:b,tooltipPlace:w,value:m,variant:S="primary",...C},v){const j=t.jsx(Wo,{$variant:S,"aria-disabled":o,"aria-label":c,borderRadius:n,disabled:o,id:c,justify:d,onClick:p,px:g,py:x,ref:v,type:h,value:m,...C,children:t.jsx(R,{clickable:!1,icon:i,iconColor:r,iconSize:a,iconTransform:s,iconType:l})}),z=(h+(S??"")+(c??i)).replace(/ /u,"_");return b===void 0?j:t.jsx(q,{id:`${z}-tooltip`,place:w,tip:b,children:j})}),Vo=u.forwardRef(function({autoHide:n=!1,children:o,closable:i=!1,iconEnabled:r=!0,onTimeOut:a,show:s=!0,time:l=8,variant:c="error",id:d,...p},g){const[x,h]=u.useState(s),b=u.useCallback(()=>{h(!1)},[]);return u.useEffect(()=>{const w=setTimeout(()=>{a==null||a(!0),n&&b()},l*1e3);return()=>{clearTimeout(w)}},[n,b,l,a]),u.useEffect(()=>{h(s)},[s,h]),t.jsx($,{display:x?"block":"none",ref:g,role:"alert",...p,children:t.jsxs(Po,{$variant:c,id:d,children:[r?t.jsx(R,{clickable:!1,icon:Lo(c),iconSize:"lg",iconType:"fa-light"}):void 0,t.jsx(Oo,{children:o}),i?t.jsx(B,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:b,px:.125,py:.125,variant:"ghost"}):void 0]})})}),$t=f.styled.div`
|
|
439
|
-
${({theme:e})=>`
|
|
440
|
-
align-items: center;
|
|
441
|
-
background-color: ${e.palette.gray[200]};
|
|
442
|
-
border-radius: 100%;
|
|
443
|
-
color: ${e.palette.gray[800]};
|
|
444
|
-
display: flex;
|
|
445
|
-
font-family: ${e.typography.type.primary};
|
|
446
|
-
font-size: ${e.typography.text.sm};
|
|
447
|
-
font-weight: 500;
|
|
448
|
-
line-height: 18px;
|
|
449
|
-
justify-content: center;
|
|
450
|
-
text-align: center;
|
|
451
|
-
width: ${e.spacing[1.25]};
|
|
452
|
-
height: ${e.spacing[1.25]};
|
|
453
|
-
`}
|
|
454
|
-
`,Uo=f.styled.div`
|
|
455
|
-
ul,
|
|
456
|
-
ol {
|
|
457
|
-
padding-top: 6px;
|
|
458
|
-
padding-bottom: 6px;
|
|
459
|
-
background-color: #fff;
|
|
460
|
-
position: absolute;
|
|
461
|
-
top: 40px;
|
|
462
|
-
right: 1px;
|
|
463
|
-
z-index: 1;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.no-hover,
|
|
467
|
-
.user-info {
|
|
468
|
-
text-decoration: none;
|
|
469
|
-
display: flex;
|
|
470
|
-
justify-content: space-between;
|
|
471
|
-
height: auto;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.user-info,
|
|
475
|
-
.commit-info {
|
|
476
|
-
padding-left: 16px;
|
|
477
|
-
padding-right: 16px;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.user-info {
|
|
481
|
-
padding-top: 10px;
|
|
482
|
-
padding-bottom: 1px;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
.commit-info {
|
|
486
|
-
padding-top: 1px;
|
|
487
|
-
padding-bottom: 10px;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
li {
|
|
491
|
-
list-style-type: none;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
span {
|
|
495
|
-
white-space: nowrap;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
a {
|
|
499
|
-
color: ${({theme:e})=>e.palette.gray[800]};
|
|
500
|
-
text-decoration: none;
|
|
501
|
-
padding: unset;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
a:hover {
|
|
505
|
-
text-decoration: none;
|
|
506
|
-
color: ${({theme:e})=>e.palette.gray[800]};
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
#menu-profile-container ul {
|
|
510
|
-
min-width: unset;
|
|
511
|
-
width: auto;
|
|
512
|
-
z-index: 10;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
#menu-profile-container li div {
|
|
516
|
-
min-width: unset;
|
|
517
|
-
}
|
|
518
|
-
`,Go=f.styled(ze)`
|
|
519
|
-
${({theme:e,$variant:n,$numberIndicator:o})=>{const i=o!=null&&o>0;return`
|
|
520
|
-
align-items: center;
|
|
521
|
-
background: ${n==="error"?e.palette.primary[400]:e.palette.warning[500]};
|
|
522
|
-
border-radius: ${i?"100px":"100%"};
|
|
523
|
-
font-family: ${e.typography.type.primary};
|
|
524
|
-
justify-content: center;
|
|
525
|
-
padding: 2px 4px;
|
|
526
|
-
position: ${i?"unset":"absolute"};
|
|
527
|
-
z-index: ${i?"unset":"11"};
|
|
528
|
-
max-width: fit-content;
|
|
529
|
-
min-width: ${i?e.spacing[1.25]:e.spacing[.5]};
|
|
530
|
-
height: ${i?"14px":e.spacing[.5]}};
|
|
531
|
-
`}}
|
|
532
|
-
`,Yo=f.styled.div`
|
|
533
|
-
align-items: center;
|
|
534
|
-
color: ${({theme:e})=>e.palette.white};
|
|
535
|
-
display: flex;
|
|
536
|
-
font-size: ${({theme:e})=>e.typography.text.sm};
|
|
537
|
-
font-weight: ${({theme:e})=>e.typography.weight.regular};
|
|
538
|
-
justify-content: center;
|
|
539
|
-
`,Ne=u.forwardRef(function({numberIndicator:n,show:o,variant:i="error",...r},a){return t.jsx(Go,{$numberIndicator:n,$variant:i,className:o?"flex":"hidden","data-testid":"notification-sign",ref:a,...r,children:n&&t.jsx(Yo,{children:n<=9?n:9})})}),{getVariant:Ko}=te(e=>({default:`
|
|
540
|
-
background-color: ${e.palette.gray[200]};
|
|
541
|
-
color: ${e.palette.gray[800]};
|
|
542
|
-
`,error:`
|
|
543
|
-
&.high {
|
|
544
|
-
background-color: ${e.palette.error[700]};
|
|
545
|
-
color: ${e.palette.white};
|
|
546
|
-
}
|
|
547
|
-
&.low {
|
|
548
|
-
background-color: ${e.palette.error[50]};
|
|
549
|
-
color: ${e.palette.error[700]};
|
|
550
|
-
}
|
|
551
|
-
&.medium {
|
|
552
|
-
background-color: ${e.palette.error[500]};
|
|
553
|
-
color: ${e.palette.error[50]};
|
|
554
|
-
}
|
|
555
|
-
`,inactive:`
|
|
556
|
-
background-color: ${e.palette.gray[200]};
|
|
557
|
-
color: ${e.palette.gray[600]};
|
|
558
|
-
`,info:`
|
|
559
|
-
&.high {
|
|
560
|
-
background-color: ${e.palette.info[700]};
|
|
561
|
-
color: ${e.palette.white};
|
|
562
|
-
}
|
|
563
|
-
&.low {
|
|
564
|
-
background-color: ${e.palette.info[50]};
|
|
565
|
-
color: ${e.palette.info[700]};
|
|
566
|
-
}
|
|
567
|
-
&.medium {
|
|
568
|
-
background-color: ${e.palette.info[500]};
|
|
569
|
-
color: ${e.palette.info[50]};
|
|
570
|
-
}
|
|
571
|
-
`,reachable:`
|
|
572
|
-
background-color: ${e.palette.gray[50]};
|
|
573
|
-
color: ${e.palette.gray[800]};
|
|
574
|
-
`,remediation:`
|
|
575
|
-
background-color: inherit;
|
|
576
|
-
border: 1px solid ${e.palette.gray[300]};
|
|
577
|
-
color: ${e.palette.gray[400]};
|
|
578
|
-
`,role:`
|
|
579
|
-
background-color: ${e.palette.gray[800]};
|
|
580
|
-
color: ${e.palette.white};
|
|
581
|
-
`,success:`
|
|
582
|
-
&.high {
|
|
583
|
-
background-color: ${e.palette.success[700]};
|
|
584
|
-
color: ${e.palette.white};
|
|
585
|
-
}
|
|
586
|
-
&.low {
|
|
587
|
-
background-color: ${e.palette.success[50]};
|
|
588
|
-
color: ${e.palette.success[700]};
|
|
589
|
-
}
|
|
590
|
-
&.medium {
|
|
591
|
-
background-color: ${e.palette.success[500]};
|
|
592
|
-
color: ${e.palette.success[50]};
|
|
593
|
-
}
|
|
594
|
-
`,technique:`
|
|
595
|
-
--tag-padding-y: ${e.spacing[.25]};
|
|
596
|
-
--tag-padding-x: ${e.spacing[.75]};
|
|
597
|
-
|
|
598
|
-
background-color: inherit;
|
|
599
|
-
border: 1px solid ${e.palette.success[800]};
|
|
600
|
-
color: ${e.palette.success[800]};
|
|
601
|
-
`,warning:`
|
|
602
|
-
&.high {
|
|
603
|
-
background-color: ${e.palette.warning[600]};
|
|
604
|
-
color: ${e.palette.white};
|
|
605
|
-
}
|
|
606
|
-
&.low {
|
|
607
|
-
background-color: ${e.palette.warning[50]};
|
|
608
|
-
color: ${e.palette.warning[700]};
|
|
609
|
-
}
|
|
610
|
-
&.medium {
|
|
611
|
-
background-color: ${e.palette.warning[400]};
|
|
612
|
-
color: ${e.palette.warning[700]};
|
|
613
|
-
}
|
|
614
|
-
`})),qo=f.styled.span`
|
|
615
|
-
${({theme:e,$fontSize:n=e.typography.text.sm,$variant:o})=>`
|
|
616
|
-
align-items: center;
|
|
617
|
-
border-radius: ${e.spacing[o==="technique"?1:.25]};
|
|
618
|
-
display: inline-flex;
|
|
619
|
-
gap: ${e.spacing[.25]};
|
|
620
|
-
font-family: ${e.typography.type.primary};
|
|
621
|
-
font-size: ${n};
|
|
622
|
-
font-style: normal;
|
|
623
|
-
font-weight: ${e.typography.weight.regular};
|
|
624
|
-
justify-content: center;
|
|
625
|
-
line-height: 18px;
|
|
626
|
-
padding: var(--tag-padding-y) var(--tag-padding-x);
|
|
627
|
-
white-space: nowrap;
|
|
628
|
-
width: max-content;
|
|
629
|
-
|
|
630
|
-
~ a {
|
|
631
|
-
font-size: ${e.typography.text.xs};
|
|
632
|
-
display: flex;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
${Ko(e,o)}
|
|
636
|
-
`}
|
|
637
|
-
`,{getVariant:Zo}=te(e=>({highRelevance:`
|
|
638
|
-
color: ${e.palette.primary[500]};
|
|
639
|
-
|
|
640
|
-
&:hover:not([disabled]) {
|
|
641
|
-
color: ${e.palette.primary[400]};
|
|
642
|
-
}
|
|
643
|
-
`,lowRelevance:`
|
|
644
|
-
color: ${e.palette.gray[800]};
|
|
645
|
-
|
|
646
|
-
&:hover:not([disabled]) {
|
|
647
|
-
color: ${e.palette.gray[500]};
|
|
648
|
-
}
|
|
649
|
-
`})),Mt=f.css`
|
|
650
|
-
${({theme:e,$color:n,$variant:o,$wrap:i})=>`
|
|
651
|
-
align-items: center;
|
|
652
|
-
cursor: pointer;
|
|
653
|
-
font-family: ${e.typography.type.primary};
|
|
654
|
-
font-size: ${e.typography.text.md};
|
|
655
|
-
font-weight: ${e.typography.weight.regular};
|
|
656
|
-
gap: ${e.spacing[.25]};
|
|
657
|
-
line-height: ${e.spacing[1.25]};
|
|
658
|
-
text-decoration: underline;
|
|
659
|
-
${i?`
|
|
660
|
-
word-break: normal;
|
|
661
|
-
word-wrap: normal;
|
|
662
|
-
`:`
|
|
663
|
-
word-break: break-word;
|
|
664
|
-
word-wrap: break-word;
|
|
665
|
-
`}
|
|
666
|
-
|
|
667
|
-
&:disabled {
|
|
668
|
-
color: ${e.palette.gray[300]};
|
|
669
|
-
cursor: not-allowed;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
&:has(button) {
|
|
673
|
-
text-decoration: none;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
${n?`color: ${n}`:Zo(e,o)}
|
|
677
|
-
`}
|
|
678
|
-
`,Xo=f.styled.a`
|
|
679
|
-
${Mt}
|
|
680
|
-
`,Jo=f.styled(Ge.Link)`
|
|
681
|
-
${Mt}
|
|
682
|
-
`,J=({children:e,color:n,download:o,href:i,iconPosition:r="right",onClick:a,target:s,variant:l="lowRelevance",wrap:c=!1})=>{const d=i.startsWith("https://"),p=t.jsx(R,{icon:o===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"sm",iconType:"fa-light",ml:.25,mr:.25});return d?t.jsxs(Xo,{$color:n,$variant:l,$wrap:c,download:o,href:i,onClick:a,rel:"nofollow noopener noreferrer",target:s??"_blank",children:[r==="left"?p:void 0,e,r==="right"?p:void 0]}):t.jsxs(Jo,{$variant:l,$wrap:c,download:o,onClick:a,rel:"nofollow noopener noreferrer",target:s,to:i,children:[s!==void 0&&r==="left"?p:void 0,e,s!==void 0&&r==="right"?p:void 0]})},Q=({disabled:e,icon:n,iconColor:o="inherit",iconType:i="fa-light",id:r="close-tag",filterValues:a="",fontSize:s,href:l,linkLabel:c,onClose:d,priority:p="default",tagTitle:g="",tagLabel:x,variant:h="default"})=>{const b=x.length>25&&y.lodashExports.isEmpty(g+a),w=`${x.slice(0,25)}...`;return t.jsxs(he,{className:"gap-0.5",display:l===void 0?"initial":"flex",size:"md",children:[t.jsxs(qo,{$fontSize:s,$variant:h,className:p,children:[n&&t.jsx(R,{icon:n,iconColor:o,iconSize:"sm",iconType:i}),t.jsxs("span",{className:"w-full",children:[t.jsx("strong",{children:g}),t.jsx("span",{children:b?w:x}),t.jsx("strong",{className:"w-full",children:a})]}),d?t.jsx(B,{disabled:e,icon:"xmark",iconSize:"sm",iconType:"fa-light",id:r,onClick:d,px:.125,py:.125,variant:"ghost"}):void 0]}),l===void 0?void 0:t.jsx(J,{href:l,children:c})]})},Wt=(e,n=!0)=>{const o=window.open(e,n?void 0:"_self","noopener,noreferrer,");y.lodashExports.isObject(o)&&(o.opener=null)},M=u.forwardRef(function({children:n,disabled:o=!1,external:i=!1,href:r,id:a,icon:s,iconColor:l,iconType:c,name:d,dotNotification:p,notification:g,onClick:x,rightIcon:h,tag:b,type:w="button",tooltip:m,tooltipPlace:S="bottom",underline:C=!1,value:v,variant:j="primary",width:k,...z},N){const D=m!==void 0,E=`${a}-tooltip`,T=u.useCallback(()=>{r&&Wt(r,i)},[i,r]),A=t.jsxs(Ot,{$variant:j,"aria-disabled":o,className:C?"underline":void 0,disabled:o,id:a,name:d,onClick:j==="link"?T:x,ref:N,type:w,value:v,width:k,...D?{"data-tooltip-id":E}:{},...z,children:[p&&j==="ghost"&&!o?t.jsx(Ne,{left:s!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,s!==void 0&&t.jsx(R,{icon:s,iconColor:l??void 0,iconSize:"lg",iconType:c??"fa-light"}),n,h||j==="link"?t.jsx(R,{icon:h??"arrow-right",iconSize:"lg",iconType:"fa-light"}):void 0,b===void 0||o?null:t.jsx(Q,{tagLabel:b,variant:"default"}),g!==void 0&&j==="ghost"&&!o?t.jsx(Ne,{numberIndicator:g,show:!0,variant:"error"}):void 0]});return D?t.jsx(q,{disabled:!D,id:E,place:S,tip:m,width:k,children:A}):A}),Qo=u.forwardRef(function({children:n,onClick:o,userName:i,showIcon:r=!1,showUsername:a=!1},s){const l=!!o,c=f.useTheme();return t.jsx($,{id:"navbar-user-profile",ref:s,zIndex:9999,children:t.jsxs($,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[l?t.jsxs(M,{onClick:o,px:.5,py:.5,variant:"ghost",children:[t.jsx($t,{children:i[0].toUpperCase()}),a?t.jsx(I,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:i.split(" ")[0]}):void 0,r?t.jsx(R,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}):t.jsxs($,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx($t,{children:i[0].toUpperCase()}),a?t.jsxs(I,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",i.split(" ")[0],"!"]}):void 0,r?t.jsx(R,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(Uo,{children:n})]})})}),Ae=({authorEmail:e,date:n,description:o,descriptionColor:i,id:r,title:a,titleColor:s,textAlign:l,textSpacing:c=0,tooltip:d})=>{const p=f.useTheme();return t.jsxs($,{width:"100%",children:[typeof a=="string"||d?t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,width:"100%",children:[typeof a=="string"?t.jsx(I,{color:s??p.palette.gray[800],fontWeight:"bold",mb:c,size:"md",textAlign:l,wordBreak:"break-word",children:a}):a,d&&t.jsx(q,{icon:"circle-info",id:r,place:"top",tip:d})]}):void 0,t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[o&&t.jsx(I,{color:i??p.palette.gray[800],fontWeight:o===void 0?"bold":"regular",size:"md",textAlign:l,wordBreak:"break-word",children:o}),n&&t.jsx(I,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:l,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(I,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:l,wordBreak:"break-word",children:`Author: ${e}`})]})]})},mt=f.styled($).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
|
|
683
|
-
& img {
|
|
684
|
-
display: block;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
&::after {
|
|
688
|
-
content: "";
|
|
689
|
-
position: absolute;
|
|
690
|
-
top: 0;
|
|
691
|
-
left: 0;
|
|
692
|
-
width: 100%;
|
|
693
|
-
height: 100%;
|
|
694
|
-
pointer-events: none;
|
|
695
|
-
${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
|
|
696
|
-
}
|
|
697
|
-
`,ei=e=>{if(y._.isNil(e))return"";const n=e.split(".");return(n.length>1?y._.last(n):"").toLowerCase()},ti=(e,n)=>y._.isUndefined(n)?!1:y._.includes(e,ei(n)),Bt=({alt:e,fileType:n,width:o="100%",opacity:i=0,src:r,height:a="auto",videoViewStatus:s})=>{const[l,c]=u.useState({start:!1,half:!1,end:!1}),d=u.useCallback(p=>{if(!s)return;const g=p.target,x=g.currentTime/g.duration*100;x>5&&x<50?(l.start||s("start"),c({start:!0,half:!1,end:!1})):x>=50&&x<99?(l.half||s("half"),c({start:!0,half:!0,end:!1})):x>=99?(l.end||s("end"),c({start:!0,half:!0,end:!0})):c({start:!1,half:!1,end:!1})},[s,l]);return n==="video"||ti(["webm"],r)?t.jsx(mt,{$opacity:i,children:t.jsx(J,{href:r,iconPosition:"hidden",children:t.jsxs("video",{controls:!0,muted:!0,onTimeUpdate:d,style:{height:a,width:o},children:[t.jsx("source",{src:r,type:"video/webm"}),r]})})}):t.jsx(mt,{$opacity:i,children:t.jsx("img",{alt:e,src:r,style:{height:a,width:o}})})},ni=({alt:e,authorEmail:n,date:o,description:i,src:r,children:a,isEditing:s,onClick:l,title:c,hideDescription:d=!1,headerType:p="image",showMaximize:g=!0,videoViewStatus:x})=>{const h=f.useTheme(),[b,w]=u.useState(!1),m=u.useCallback(()=>{w(!0)},[]),S=u.useCallback(()=>{w(!1)},[]);return t.jsxs($,{bgColor:"transparent",border:"1px solid transparent",borderColorHover:"black",borderRadius:h.spacing[.25],display:"flex",flexDirection:"column",gap:1,onHover:m,onLeave:S,padding:[.5,.5,.5,.5],width:"100%",children:[t.jsx($,{bgColor:h.palette.black,borderRadius:h.spacing[.25],cursor:s?"unset":"pointer",display:"inline-flex",justify:"center",onClick:l,position:"relative",width:"100%",children:a===void 0?t.jsxs(tt.default.Fragment,{children:[t.jsx(Bt,{alt:e,fileType:p,height:"147px",opacity:b?.3:0,src:r,videoViewStatus:x,width:"100%"}),g?t.jsx($,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(B,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),d?null:t.jsx(Ae,{authorEmail:n,date:o,description:i,descriptionColor:h.palette.gray[600],id:`${e}-card-header`,title:c})]})},oi=f.styled.div`
|
|
698
|
-
${({theme:e,$align:n="center",$minWidth:o="auto",$minHeight:i="auto"})=>`
|
|
699
|
-
display: flex;
|
|
700
|
-
background-color: ${e.palette.white};
|
|
701
|
-
border-radius: ${e.spacing[.25]};
|
|
702
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
703
|
-
flex-direction: column;
|
|
704
|
-
justify-content: center;
|
|
705
|
-
gap: ${e.spacing[.5]};
|
|
706
|
-
min-width: ${o};
|
|
707
|
-
min-height: ${i};
|
|
708
|
-
padding: ${e.spacing[1]};
|
|
709
|
-
|
|
710
|
-
input {
|
|
711
|
-
color: ${e.palette.gray[800]};
|
|
712
|
-
line-height: ${e.spacing[1.5]};
|
|
713
|
-
text-align: ${n};
|
|
714
|
-
}
|
|
715
|
-
`}
|
|
716
|
-
`,rt=({htmlFor:e,label:n,link:o,required:i,tooltip:r,weight:a="normal"})=>{const s=f.useTheme(),l=`${e}-tooltip`,c=r!==void 0&&!y.lodashExports.isEmpty(r);return t.jsxs("label",{className:"flex gap-1 w-full",htmlFor:e,style:{fontFamily:s.typography.type.primary,fontWeight:s.typography.weight[a]},children:[n,i&&t.jsx(R,{icon:"asterisk",iconColor:s.palette.error[500],iconSize:"xs",spanClass:"required-icon"}),c?t.jsx(q,{display:"inline-flex",icon:"circle-info",id:l,place:"top",tip:r}):null,o?t.jsx(J,{href:o,target:"_blank"}):null]})},ii=f.styled.div`
|
|
717
|
-
${({theme:e})=>`
|
|
718
|
-
align-items: flex-start;
|
|
719
|
-
display: inline-flex;
|
|
720
|
-
flex-direction: column;
|
|
721
|
-
gap: ${e.spacing[.25]};
|
|
722
|
-
position: relative;
|
|
723
|
-
width: 100%;
|
|
724
|
-
|
|
725
|
-
label {
|
|
726
|
-
color: ${e.palette.gray[800]};
|
|
727
|
-
|
|
728
|
-
> *:not(.required-icon) {
|
|
729
|
-
align-items: center;
|
|
730
|
-
display: flex;
|
|
731
|
-
|
|
732
|
-
span {
|
|
733
|
-
margin: 0;
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
&:has(input.date-input) {
|
|
739
|
-
div {
|
|
740
|
-
padding-right: 0;
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
&:has(input[type="file"]) {
|
|
745
|
-
div {
|
|
746
|
-
border-right: unset;
|
|
747
|
-
padding-right: 0;
|
|
748
|
-
|
|
749
|
-
&:hover, &:focus-within {
|
|
750
|
-
border-right: unset;
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
> *:not(.error-msg) {
|
|
756
|
-
font-family: ${e.typography.type.primary};
|
|
757
|
-
font-size: ${e.typography.text.md};
|
|
758
|
-
font-style: normal;
|
|
759
|
-
font-weight: ${e.typography.weight.regular};
|
|
760
|
-
line-height: ${e.spacing[1.25]};
|
|
761
|
-
}
|
|
762
|
-
`}
|
|
763
|
-
`,X=f.styled.div`
|
|
764
|
-
${({theme:e,$overflowX:n,$variant:o})=>`
|
|
765
|
-
align-items: center;
|
|
766
|
-
display: flex;
|
|
767
|
-
justify-content: space-between;
|
|
768
|
-
border-radius: ${e.spacing[.5]};
|
|
769
|
-
border: 1px solid;
|
|
770
|
-
border-color: ${e.palette.gray[300]};
|
|
771
|
-
color: ${e.palette.gray[600]};
|
|
772
|
-
gap: ${e.spacing[.625]};
|
|
773
|
-
height: 40px;
|
|
774
|
-
overflow-x: ${n??"unset"};
|
|
775
|
-
white-space: nowrap;
|
|
776
|
-
padding: ${o==="compact"?`0 0 0 ${e.spacing[.75]}`:n===void 0?`${e.spacing[.625]} ${e.spacing[.75]}`:`${e.spacing[.25]} ${e.spacing[.75]}`};
|
|
777
|
-
width: ${o==="compact"?"110px":"100%"};
|
|
778
|
-
font-size: ${e.typography.text.md};
|
|
779
|
-
|
|
780
|
-
font-family: ${e.typography.type.primary};
|
|
781
|
-
input, textarea {
|
|
782
|
-
background: inherit;
|
|
783
|
-
color: ${e.palette.gray[800]};
|
|
784
|
-
cursor: inherit;
|
|
785
|
-
outline: none;
|
|
786
|
-
resize: none;
|
|
787
|
-
width: 100%;
|
|
788
|
-
|
|
789
|
-
&::placeholder {
|
|
790
|
-
color: ${e.palette.gray[400]};
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
&:focus-visible {
|
|
794
|
-
outline: none;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
&[type="number"] {
|
|
798
|
-
appearance: textfield;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
&::-webkit-outer-spin-button,
|
|
802
|
-
&::-webkit-inner-spin-button {
|
|
803
|
-
appearance: none;
|
|
804
|
-
margin: 0;
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
&::-webkit-calendar-picker-indicator {
|
|
808
|
-
display: none !important;
|
|
809
|
-
}
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
input.date-input {
|
|
813
|
-
display: none;
|
|
814
|
-
width: 0;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
&:has(textarea) {
|
|
818
|
-
align-items: start;
|
|
819
|
-
height: auto;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
&:has(input[type="number"]) {
|
|
823
|
-
padding-right: 0;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
textarea {
|
|
827
|
-
min-height: ${e.spacing[6]};
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
span:not(.action) {
|
|
831
|
-
font-size: ${e.typography.text.md};
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
&.disabled {
|
|
835
|
-
background: ${e.palette.gray[100]};
|
|
836
|
-
border-color: ${e.palette.gray[300]};
|
|
837
|
-
cursor: not-allowed;
|
|
838
|
-
|
|
839
|
-
> * {
|
|
840
|
-
color: ${e.palette.gray[500]};
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
&.error:not(.disabled) {
|
|
845
|
-
border: 1px solid ${e.palette.error[500]};
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
&.success:not(.disabled) {
|
|
849
|
-
border: 1px solid ${e.palette.success[500]};
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
&:focus-within:not(.disabled, .error) {
|
|
853
|
-
background: ${e.palette.white};
|
|
854
|
-
border: 2px solid ${e.palette.black};
|
|
855
|
-
|
|
856
|
-
button.action-btn {
|
|
857
|
-
height: 36px;
|
|
858
|
-
width: 40px;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
* > .success-icon {
|
|
862
|
-
display: none;
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
&:hover:not(:focus-within, .disabled, .error, .success) {
|
|
867
|
-
background: ${e.palette.white};
|
|
868
|
-
border: 1px solid ${e.palette.gray[600]};
|
|
869
|
-
}
|
|
870
|
-
`}
|
|
871
|
-
`,ri=f.styled.div`
|
|
872
|
-
height: 1px;
|
|
873
|
-
background-color: ${({theme:e})=>e.palette.gray[300]};
|
|
874
|
-
flex-shrink: 0;
|
|
875
|
-
transition: background-color 0.2s ease;
|
|
876
|
-
|
|
877
|
-
${X}:hover:not(:focus-within, .disabled, .error, .success) & {
|
|
878
|
-
background-color: ${({theme:e})=>e.palette.gray[600]};
|
|
879
|
-
transition: none;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
${X}:focus-within:not(.disabled, .error) & {
|
|
883
|
-
border: 1px solid ${({theme:e})=>e.palette.black};
|
|
884
|
-
}
|
|
885
|
-
`,ai=f.styled.div`
|
|
886
|
-
${({theme:e,$show:n})=>`
|
|
887
|
-
align-items: center;
|
|
888
|
-
align-self: stretch;
|
|
889
|
-
color: ${e.palette.error[500]};
|
|
890
|
-
display: ${n?"flex":"none"};
|
|
891
|
-
font-family: ${e.typography.type.primary};
|
|
892
|
-
font-size: ${e.typography.text.md};
|
|
893
|
-
font-weight: ${e.typography.weight.regular};
|
|
894
|
-
gap: 4px;
|
|
895
|
-
line-height: 18px;
|
|
896
|
-
text-align: left;
|
|
897
|
-
`}
|
|
898
|
-
`,K=({children:e,disabled:n,id:o,error:i,helpLink:r,helpLinkText:a="Link here",helpText:s,htmlFor:l,label:c,linkPosition:d="down",maxLength:p,required:g,tooltip:x,value:h,weight:b})=>{const w=f.useTheme(),m=h?h.length:0;return t.jsxs(ii,{id:o,children:[c===void 0?void 0:t.jsx(rt,{htmlFor:l,label:c,link:d==="up"?r:void 0,required:g,tooltip:x,weight:b}),e,i||p?t.jsxs($,{display:"flex",justify:i===void 0?"end":"space-between",width:"100%",children:[i&&t.jsx(I,{className:"error-msg",color:w.palette.error[500],display:"block",size:"md",children:i}),p&&t.jsx(Q,{priority:"low",tagLabel:`${m}/${p}`,variant:n?"inactive":"error"})]}):void 0,s||r?t.jsxs($,{alignItems:"center",display:"flex",gap:.25,width:"100%",children:[s&&t.jsxs(t.Fragment,{children:[t.jsx(R,{icon:"circle-info",iconColor:w.palette.gray[400],iconSize:"sm",iconType:"fa-light"}),t.jsx(I,{color:w.palette.gray[400],display:"inline-block",size:"md",children:s})]}),r&&d==="down"?t.jsx(J,{href:r,children:a}):void 0]}):void 0]})},Te=({className:e,children:n,isFilter:o=!1,popoverRef:i,state:r,triggerRef:a,...s})=>{var x;const l=f.useTheme(),c=u.useRef(null),d=(x=a==null?void 0:a.current)==null?void 0:x.getBoundingClientRect(),{popoverProps:p}=y.$f2f8a6077418541e$export$542a6fd13ac93354({...s,popoverRef:i??c,triggerRef:a,isNonModal:i?!0:void 0,shouldFlip:e==="dropdown"},r),g=u.useCallback(h=>{h.preventDefault()},[]);return t.jsx(y.$337b884510726a0d$export$c6fdb837b070b4ff,{children:t.jsx("div",{...p,className:e,id:"popover",onPointerDown:o?g:void 0,ref:i??c,style:{...p.style,maxHeight:300,overflowY:"auto",scrollbarColor:`${l.palette.gray[600]} ${l.palette.gray[100]}`,scrollPadding:l.spacing[.5],...e==="dropdown"?{display:"flex",justifyContent:"center",width:d==null?void 0:d.width}:{}},children:n})})},si=f.styled.ul`
|
|
899
|
-
${({theme:e,$multiSelection:n,$width:o})=>`
|
|
900
|
-
align-self: center;
|
|
901
|
-
background: ${e.palette.white};
|
|
902
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
903
|
-
border-radius: ${e.spacing[.25]};
|
|
904
|
-
box-shadow: ${e.shadows.md};
|
|
905
|
-
list-style: none;
|
|
906
|
-
max-height: 200px;
|
|
907
|
-
min-width: ${o<240?o:240}px;
|
|
908
|
-
overflow: hidden auto;
|
|
909
|
-
padding: ${e.spacing[.25]} 0;
|
|
910
|
-
scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
|
|
911
|
-
scroll-padding: ${e.spacing[.5]};
|
|
912
|
-
width: 95%;
|
|
913
|
-
|
|
914
|
-
> li:first-child {
|
|
915
|
-
border-bottom: ${n?`1px solid ${e.palette.gray[200]}`:"unset"};
|
|
916
|
-
}
|
|
917
|
-
`}
|
|
918
|
-
`,li=f.styled.li`
|
|
919
|
-
${({theme:e,$multiSelection:n})=>`
|
|
920
|
-
align-items: center;
|
|
921
|
-
color: ${e.palette.gray[800]};
|
|
922
|
-
cursor: pointer;
|
|
923
|
-
display: flex;
|
|
924
|
-
gap: ${e.spacing[.5]};
|
|
925
|
-
justify-content: space-between;
|
|
926
|
-
line-height: ${e.spacing[1.25]};
|
|
927
|
-
padding: ${n?`${e.spacing[.125]} ${e.spacing[.75]}`:`${e.spacing[.25]} ${e.spacing[1]}`};
|
|
928
|
-
|
|
929
|
-
a, p, label {
|
|
930
|
-
display: inline-flex;
|
|
931
|
-
overflow: hidden;
|
|
932
|
-
padding: ${n?e.spacing[.25]:"0"};
|
|
933
|
-
width: 100%;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
> div {
|
|
937
|
-
width: 100%;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
span {
|
|
941
|
-
color: ${e.palette.gray[700]};
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
&:hover:not(.disabled, .selected) {
|
|
945
|
-
background: ${e.palette.gray[100]};
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
&.selected {
|
|
949
|
-
background: ${n?"unset":e.palette.gray[200]};
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
&.disabled {
|
|
953
|
-
background: ${e.palette.gray[100]};
|
|
954
|
-
cursor: not-allowed;
|
|
955
|
-
|
|
956
|
-
p, span {
|
|
957
|
-
color: ${e.palette.gray[500]};
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
`}
|
|
961
|
-
`,ci=f.styled.label`
|
|
962
|
-
${({theme:e})=>`
|
|
963
|
-
align-items: center;
|
|
964
|
-
color: ${e.palette.gray[600]};
|
|
965
|
-
display: flex;
|
|
966
|
-
cursor: pointer;
|
|
967
|
-
font-family: ${e.typography.type.primary};
|
|
968
|
-
font-size: ${e.typography.text.md};
|
|
969
|
-
font-weight: ${e.typography.weight.regular};
|
|
970
|
-
line-height: ${e.spacing[1.25]};
|
|
971
|
-
letter-spacing: 0;
|
|
972
|
-
position: relative;
|
|
973
|
-
text-align: left;
|
|
974
|
-
|
|
975
|
-
&[aria-disabled="true"] {
|
|
976
|
-
color: ${e.palette.gray[400]};
|
|
977
|
-
cursor: not-allowed;
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
input {
|
|
981
|
-
position: absolute;
|
|
982
|
-
opacity: 0;
|
|
983
|
-
cursor: pointer;
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
svg {
|
|
987
|
-
background-color: ${e.palette.white};
|
|
988
|
-
border-radius: ${e.spacing[.25]};
|
|
989
|
-
border: 1px solid ${e.palette.gray[600]};
|
|
990
|
-
top: 0;
|
|
991
|
-
left: 0;
|
|
992
|
-
height: ${e.spacing[.5]};
|
|
993
|
-
margin-right: ${e.spacing[.5]};
|
|
994
|
-
width: ${e.spacing[.5]};
|
|
995
|
-
padding: ${e.spacing[.25]};
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
svg > path {
|
|
999
|
-
fill: ${e.palette.white};
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
input:checked ~ span > svg {
|
|
1003
|
-
background-color: ${e.palette.primary[500]};
|
|
1004
|
-
border: 1px solid ${e.palette.primary[500]};
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
input:disabled ~ span > svg {
|
|
1008
|
-
border: 1px solid ${e.palette.gray[300]};
|
|
1009
|
-
cursor: not-allowed;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
input:not(:disabled):hover ~ span > svg {
|
|
1013
|
-
box-shadow: 0 0 0 4px ${e.palette.gray[100]};
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
input:checked:disabled ~ span > svg {
|
|
1017
|
-
background-color: ${e.palette.gray[300]};
|
|
1018
|
-
border: 1px solid ${e.palette.gray[300]};
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
input:not(:disabled):hover:checked ~ span > svg {
|
|
1022
|
-
box-shadow: 0 0 0 4px ${e.palette.primary[50]};
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
input:checked ~ span > svg > path {
|
|
1026
|
-
fill: ${e.palette.white};
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
input:checked:disabled ~ span > svg > path {
|
|
1030
|
-
fill: ${e.palette.white};
|
|
1031
|
-
}
|
|
1032
|
-
`}
|
|
1033
|
-
`,re=u.forwardRef(function({checked:n,disabled:o=!1,label:i,name:r,onChange:a,onClick:s,onFocus:l,onKeyDown:c,tooltip:d,value:p,...g},x){return t.jsxs("div",{className:"gap-1 inline-flex items-start",children:[t.jsxs(ci,{"aria-disabled":o,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":o,"aria-hidden":!1,"aria-label":r,checked:n,"data-testid":i??p,disabled:o,id:r,name:r,onChange:a,onClick:s,onFocus:l,onKeyDown:c,ref:x,type:"checkbox",value:p,...g}),t.jsx(R,{disabled:o,icon:"check",iconSize:"xl"}),i??p]}),d===void 0?void 0:t.jsx(q,{icon:"circle-info",id:d,place:"right",tip:d})]})}),ne=(e,n,o=!1,i)=>{u.useEffect(()=>{var a;const r=s=>{e&&!e.contains(s.target)&&!(i!=null&&i.contains(s.target))&&n()};return o?(document.addEventListener("mousedown",r,!0),()=>{document.removeEventListener("mousedown",r,!0)}):((a=document.getElementById("root"))==null||a.addEventListener("mousedown",r,!0),()=>{var s;(s=document.getElementById("root"))==null||s.removeEventListener("mousedown",r,!0)})},[o,e,i,n])},Ht=({item:e,multiSelection:n,name:o,register:i,setInputValue:r,setValue:a,state:s,watch:l})=>{var N,D,E;const c=f.useTheme(),d=u.useRef(null),p=e.props.hrefLang,g=s.disabledKeys,x=Array.from(s.collection.getKeys()).filter(T=>!Array.from(g).includes(T)&&T!=="All"),{optionProps:h,isSelected:b,isFocused:w,isDisabled:m}=y.$293f70390ea03370$export$497855f14858aa34({key:e.key},s,d),S=[b?"selected":"",w?"focused":"",m?"disabled":""].join(" "),C=u.useCallback(T=>{r(""),a==null||a(`${o}Options`,""),T.currentTarget.checked&&(r(T.currentTarget.value),a==null||a(`${o}Options`,x))},[x,o,r,a]),v=u.useCallback(()=>{const T=l==null?void 0:l(`${o}Options`),A=typeof T=="string"?[T]:T;y.isEqual(x,A)&&!Array.from(g).includes("All")?(a==null||a("checkAll","All vulnerability types"),r("All vulnerability types")):(a==null||a("checkAll",""),r((A==null?void 0:A.length)<=2?A.join(", "):`${A.slice(0,2).join(", ")+`, +${A.length-2} more`}`))},[g,x,o,r,a,l]),j=e.key==="All"?t.jsx(re,{...i==null?void 0:i("checkAll",{onChange:C}),label:(N=e.rendered)==null?void 0:N.toString(),name:"checkAll",value:(D=e.rendered)==null?void 0:D.toString()}):t.jsx(re,{...i==null?void 0:i(`${o}Options`,{onChange:v}),label:(E=e.rendered)==null?void 0:E.toString(),name:`${o}Options`,value:e.key.toString()}),k=n&&!m?j:t.jsx(I,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),z=u.useCallback(T=>{var A;T.preventDefault(),r(((A=e.rendered)==null?void 0:A.toString())??""),s.setSelectedKey(e.key),setTimeout(()=>{s.setOpen(!1)},50),Wt(p)},[p,e.key,e.rendered,s,r]);return ne(document.getElementsByClassName("dropdown")[0],()=>{n&&s.close()},!0,document.getElementById("combobox")),t.jsxs(li,{...!n&&!p?h:{},$multiSelection:n,className:S,ref:d,children:[p?t.jsx(J,{href:p,onClick:z,children:k}):k,b&&!m&&!n?t.jsx(R,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(Q,{tagLabel:e.textValue,variant:"inactive"})]})},Ye=({field:e,disabled:n=!1,disabledKeys:o,error:i,helpLink:r,helpLinkText:a,helpText:s,label:l,loadingItems:c,name:d,multiSelection:p=!1,items:g,onBlur:x,onChange:h,placeholder:b,register:w,required:m,setValue:S,tooltip:C,value:v,watch:j,weight:k})=>{var ft,yt;const z=f.useTheme(),N=n?void 0:i,D=(e==null?void 0:e.value)??v,[E,T]=u.useState(((ft=g.find(P=>P.value===D))==null?void 0:ft.name)??""),[A,O]=u.useState(D),[H,U]=u.useState(g),[_,W]=u.useState(!1),{contains:ee}=y.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),ce=u.useRef(null),Be=u.useRef(null),He=u.useRef(null),Ee=u.useRef(null),_e=u.useRef(null),eo=u.useMemo(()=>g.toSorted((P,G)=>{const Y=Array.from(o??[]),de=Y.includes(P.value),bt=Y.includes(G.value);return de&&!bt?1:!de&&bt?-1:0}).map(P=>ee(P.name,E)||_?t.jsx(y.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":P.value,hrefLang:P.href,textValue:P.tag,children:P.name},P.value):null),[ee,o,E,g,_]),to=u.useCallback(P=>{const G=P.split(/,|\s/u).slice(-1)[0].trim();T(p?G:P),P===""||P.endsWith(",")?W(!0):(W(!1),O(Y=>{const de=P===""?"":Y;return e&&e.onChange(de),h&&h(P),de}),U(g.filter(Y=>ee(Y.name,p?G:P))))},[ee,g,e,p,h]),no=u.useCallback(P=>{var G;T(((G=g.find(Y=>Y.value===P))==null?void 0:G.name)??""),O(P?String(P):""),e&&e.onChange(P),h&&h(P?String(P):""),U(g)},[g,e,h]),ht=u.useCallback(P=>{P.key==="Enter"&&P.preventDefault(),W(!1)},[]),oo=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),io=u.useCallback(()=>{W(!0)},[]),Z=y.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:o,inputValue:E,items:H,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:A,onBlur:oo,onInputChange:to,onKeyDown:ht,onKeyUp:io,onOpenChange(P,G){W(P&&(G==="manual"||G==="focus")),P&&setTimeout(()=>{var Y;return(Y=ce.current)==null?void 0:Y.focus()},50)},onSelectionChange:p?void 0:no,children:eo}),{buttonProps:ro,inputProps:ao,listBoxProps:so}=y.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:E,buttonRef:Be,id:d,inputRef:ce,label:l??d,listBoxRef:He,name:d,placeholder:b,popoverRef:_e},Z),{listBoxProps:lo}=y.$c132121280ec012d$export$50eacbbf140a3141(so,Z,He),{buttonProps:co}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(ro,Be),{width:po}=((yt=Ee.current)==null?void 0:yt.getBoundingClientRect())??{width:240};return ne(Ee.current,()=>{Z.isOpen&&!p&&Z.close()},!0,_e.current),u.useEffect(()=>{var P;if((c===!1||!D)&&!p){const G=((P=g.find(Y=>Y.value===D))==null?void 0:P.name)??"";T(G),O(G)}},[D,g,c,p]),t.jsxs(K,{error:N,helpLink:r,helpLinkText:a,helpText:s,htmlFor:d,id:"combobox",label:l,required:m,tooltip:C,weight:k,children:[t.jsxs(X,{className:`${n?"disabled":""} ${N?"error":""}`,ref:Ee,children:[t.jsx("input",{...ao,"aria-invalid":N?"true":"false","aria-label":d,disabled:n,onKeyDown:ht,ref:ce}),N?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:z.palette.error[500],iconSize:"lg"}):void 0,t.jsx(B,{...co,className:"action",disabled:n,icon:Z.isOpen&&!n?"chevron-up":"chevron-down",iconColor:z.palette.gray[400],iconSize:"sm",iconType:"fa-light",px:.125,py:.125,ref:Be,type:"button",variant:"ghost"})]}),Z.isOpen&&Z.collection.size>0&&!n?t.jsx(Te,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:_e,state:Z,triggerRef:Ee,children:t.jsx(si,{...lo,$multiSelection:p&&!Array.from(o??[]).includes("All"),$width:po,ref:He,children:[...Z.collection].map(P=>t.jsx(Ht,{item:P,multiSelection:p,name:d,register:w,setInputValue:T,setValue:S,state:Z,watch:j},P.key))})}):null]})},at=({control:e,disabled:n=!1,disabledKeys:o,error:i,helpLink:r,helpLinkText:a,helpText:s,label:l,loadingItems:c,name:d,multiSelection:p,items:g,onBlur:x,onChange:h,placeholder:b,register:w,required:m,setValue:S,tooltip:C,value:v,watch:j,weight:k})=>e?t.jsx(y.Controller,{control:e,name:d,render:({field:z,fieldState:N})=>{var D;return t.jsx(Ye,{disabled:n,disabledKeys:o,error:(D=N.error)==null?void 0:D.message,field:z,helpLink:r,helpLinkText:a,helpText:s,items:g,label:l,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,placeholder:b,register:w,required:m,setValue:S,tooltip:C,value:v,watch:j,weight:k})},rules:{required:m}}):t.jsx(Ye,{disabled:n,disabledKeys:o,error:i,helpLink:r,helpLinkText:a,helpText:s,items:g,label:l,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,placeholder:b,required:m,tooltip:C,value:v,weight:k}),di=f.styled.div`
|
|
1034
|
-
${({theme:e})=>`
|
|
1035
|
-
align-items: center;
|
|
1036
|
-
color: ${e.palette.gray[800]};
|
|
1037
|
-
display: flex;
|
|
1038
|
-
font-family: ${e.typography.type.primary};
|
|
1039
|
-
font-size: ${e.typography.text.md};
|
|
1040
|
-
font-weight: ${e.typography.weight.bold};
|
|
1041
|
-
gap: ${e.spacing[.5]};
|
|
1042
|
-
height: 40px;
|
|
1043
|
-
justify-content: center;
|
|
1044
|
-
line-height: ${e.spacing[1.25]};
|
|
1045
|
-
text-align: center;
|
|
1046
|
-
padding: ${e.spacing[.5]} 0;
|
|
1047
|
-
width: 200px;
|
|
1048
|
-
word-spacing: ${e.spacing[.25]};
|
|
1049
|
-
|
|
1050
|
-
&:not(:hover) .year-selection {
|
|
1051
|
-
display: none;
|
|
1052
|
-
}
|
|
1053
|
-
`}
|
|
1054
|
-
`,pi=f.styled.div.attrs({className:"year-selection"})`
|
|
1055
|
-
align-items: flex-start;
|
|
1056
|
-
display: flex;
|
|
1057
|
-
flex-direction: column;
|
|
1058
|
-
gap: 6px;
|
|
1059
|
-
height: 14px;
|
|
1060
|
-
justify-content: center;
|
|
1061
|
-
margin-bottom: 10px;
|
|
1062
|
-
padding: 0 0.5px;
|
|
1063
|
-
position: relative;
|
|
1064
|
-
width: 8px;
|
|
1065
|
-
`,wt=f.styled.tr`
|
|
1066
|
-
align-items: flex-start;
|
|
1067
|
-
display: flex;
|
|
1068
|
-
padding: ${({theme:e})=>e.spacing[.25]} 0;
|
|
1069
|
-
width: 100%;
|
|
1070
|
-
`,_t=f.css`
|
|
1071
|
-
${({theme:e})=>`
|
|
1072
|
-
align-items: center;
|
|
1073
|
-
color: ${e.palette.gray[800]};
|
|
1074
|
-
cursor: pointer;
|
|
1075
|
-
display: flex;
|
|
1076
|
-
flex-direction: column;
|
|
1077
|
-
font-family: ${e.typography.type.primary};
|
|
1078
|
-
font-size: ${e.typography.text.md};
|
|
1079
|
-
font-weight: ${e.typography.weight.regular};
|
|
1080
|
-
height: ${e.spacing[2.5]};
|
|
1081
|
-
justify-content: center;
|
|
1082
|
-
line-height: ${e.spacing[1.25]};
|
|
1083
|
-
text-align: center;
|
|
1084
|
-
width: ${e.spacing[2.5]};
|
|
1085
|
-
`}
|
|
1086
|
-
`,gi=f.styled.th`
|
|
1087
|
-
${_t}
|
|
1088
|
-
`,ui=f.styled.td`
|
|
1089
|
-
${({theme:e})=>`
|
|
1090
|
-
${_t}
|
|
1091
|
-
height: ${e.spacing[2.5]};
|
|
1092
|
-
width: ${e.spacing[2.5]};
|
|
1093
|
-
|
|
1094
|
-
&#range {
|
|
1095
|
-
background: ${e.palette.primary[25]};
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
div:not(.dot) {
|
|
1099
|
-
align-items: center;
|
|
1100
|
-
display: flex;
|
|
1101
|
-
flex-direction: column;
|
|
1102
|
-
font-size: ${e.typography.text.md};
|
|
1103
|
-
justify-content: center;
|
|
1104
|
-
height: ${e.spacing[2.5]};
|
|
1105
|
-
line-height: ${e.spacing[1.25]};
|
|
1106
|
-
position: relative;
|
|
1107
|
-
text-align: center;
|
|
1108
|
-
width: ${e.spacing[2.5]};
|
|
1109
|
-
|
|
1110
|
-
&:focus-visible {
|
|
1111
|
-
outline: none;
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
&:hover:not(.disabled, .selected, .range) {
|
|
1115
|
-
background: ${e.palette.gray[100]};
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
&.disabled {
|
|
1119
|
-
color: ${e.palette.gray[400]};
|
|
1120
|
-
cursor: auto;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
&.selected {
|
|
1124
|
-
background: ${e.palette.primary[500]};
|
|
1125
|
-
color: ${e.palette.white};
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
&.focused {
|
|
1129
|
-
border: 2px solid ${e.palette.primary[500]};
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
&.today:not(.selected) {
|
|
1133
|
-
color: ${e.palette.primary[500]};
|
|
1134
|
-
font-weight: ${e.typography.weight.bold};
|
|
1135
|
-
}
|
|
1136
|
-
}
|
|
1137
|
-
`}
|
|
1138
|
-
`,xi=f.styled.div.attrs({className:"dot"})`
|
|
1139
|
-
position: absolute;
|
|
1140
|
-
top: 48%;
|
|
1141
|
-
|
|
1142
|
-
> span {
|
|
1143
|
-
font-size: 4px;
|
|
1144
|
-
}
|
|
1145
|
-
`,jt=f.styled.button`
|
|
1146
|
-
cursor: pointer;
|
|
1147
|
-
display: flex;
|
|
1148
|
-
|
|
1149
|
-
> span {
|
|
1150
|
-
height: 3.5px;
|
|
1151
|
-
width: 7px;
|
|
1152
|
-
}
|
|
1153
|
-
`,st=f.styled.div`
|
|
1154
|
-
${({theme:e})=>`
|
|
1155
|
-
align-items: end;
|
|
1156
|
-
border-top: 1px solid ${e.palette.gray[200]};
|
|
1157
|
-
display: flex;
|
|
1158
|
-
flex-direction: row-reverse;
|
|
1159
|
-
gap: ${e.spacing[.5]};
|
|
1160
|
-
height: 44px;
|
|
1161
|
-
margin-bottom: ${e.spacing[.25]};
|
|
1162
|
-
padding: 0 ${e.spacing[.25]};
|
|
1163
|
-
width: 100%;
|
|
1164
|
-
`}
|
|
1165
|
-
`,Vt=({state:e,date:n})=>{const o=u.useRef(null),i=y.$14e0f24ef4ac5c92$export$629b0a497aa65267(n,y.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:r,buttonProps:a,isSelected:s,isDisabled:l,formattedDate:c}=y.$36a0ac60f04457c5$export$136073280381448e({date:n},e,o),d="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.start):s,p="highlightedRange"in e&&!y.lodashExports.isNull(e.highlightedRange)?y.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.end):s,g=s&&!l&&!(d||p)?"range":"";return t.jsx(ui,{id:g,...r,children:t.jsxs("div",{...a,className:`cell ${d||p?"selected":""}
|
|
1166
|
-
${l?"disabled":""} ${i?"today":""}
|
|
1167
|
-
${!e.isFocused&&!i?"focused":""} ${g}`,ref:o,children:[c,i?t.jsx(xi,{children:t.jsx(R,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Pe=({state:e,...n})=>{const{locale:o}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),{weekDays:i}=y.$e3031d1f8c9d64eb$export$cb95147730a423f5(n,e),r=y.$14e0f24ef4ac5c92$export$ccc1b2479e7dd654(e.visibleRange.start,o);return t.jsxs("table",{children:[t.jsx("thead",{children:t.jsx(wt,{children:i.map((a,s)=>{const l=`key_${s}`;return t.jsx(gi,{children:a},l)})})}),t.jsx("tbody",{children:[...new Array(r).keys()].map(a=>t.jsx(wt,{children:e.getDatesInWeek(a).map((s,l)=>{const c=`key_${l}`;return s?t.jsx(Vt,{date:s,state:e},c):t.jsx("td",{},c)})},a))})]})},hi=f.styled(nt)`
|
|
1168
|
-
align-items: center;
|
|
1169
|
-
background-color: inherit;
|
|
1170
|
-
border-color: inherit;
|
|
1171
|
-
display: flex;
|
|
1172
|
-
height: 38px;
|
|
1173
|
-
justify-content: center;
|
|
1174
|
-
width: 40px;
|
|
1175
|
-
margin: ${({$margin:e="0"})=>f.css`
|
|
1176
|
-
${e}
|
|
1177
|
-
`};
|
|
1178
|
-
|
|
1179
|
-
&:disabled {
|
|
1180
|
-
cursor: not-allowed;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
&:hover:not(:disabled) {
|
|
1184
|
-
background-color: ${({theme:e})=>e.palette.gray[100]};
|
|
1185
|
-
cursor: pointer;
|
|
1186
|
-
}
|
|
1187
|
-
`,fi=f.styled.div`
|
|
1188
|
-
${({theme:e})=>`
|
|
1189
|
-
align-items: flex-start;
|
|
1190
|
-
background: ${e.palette.white};
|
|
1191
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
1192
|
-
border-radius: ${e.spacing[.5]};
|
|
1193
|
-
box-shadow: ${e.shadows.md};
|
|
1194
|
-
display: inline-flex;
|
|
1195
|
-
flex-direction: column;
|
|
1196
|
-
gap: ${e.spacing[.25]};
|
|
1197
|
-
height: auto;
|
|
1198
|
-
padding: ${e.spacing[.25]};
|
|
1199
|
-
width: 292px;
|
|
1200
|
-
`}
|
|
1201
|
-
`,yi=f.styled.button`
|
|
1202
|
-
${({theme:e,$disabled:n,$focus:o,$header:i})=>{const r=o?"34px":"40px";return`
|
|
1203
|
-
align-items: center;
|
|
1204
|
-
border-radius: ${i?`0 ${e.spacing[.5]} ${e.spacing[.5]} 0`:"4px"};
|
|
1205
|
-
border-left: inherit;
|
|
1206
|
-
display: flex;
|
|
1207
|
-
height: ${i?"38px":r};
|
|
1208
|
-
justify-content: center;
|
|
1209
|
-
outline: none;
|
|
1210
|
-
width: ${i?"38px":"40px"};
|
|
1211
|
-
|
|
1212
|
-
&:hover {
|
|
1213
|
-
background-color: ${e.palette.gray[n?500:100]};
|
|
1214
|
-
}
|
|
1215
|
-
`}}
|
|
1216
|
-
`,bi=f.styled.div`
|
|
1217
|
-
${({theme:e})=>`
|
|
1218
|
-
align-items: center;
|
|
1219
|
-
background: transparent;
|
|
1220
|
-
border-radius: ${e.spacing[.5]} 0 0 ${e.spacing[.5]};
|
|
1221
|
-
border-color: inherit;
|
|
1222
|
-
display: flex;
|
|
1223
|
-
height: 100%;
|
|
1224
|
-
justify-content: space-between;
|
|
1225
|
-
width: calc(100% - 40px);
|
|
1226
|
-
`}
|
|
1227
|
-
`,$i=f.styled.div`
|
|
1228
|
-
align-items: center;
|
|
1229
|
-
display: flex;
|
|
1230
|
-
justify-content: flex-end;
|
|
1231
|
-
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1232
|
-
flex: 1 0 0;
|
|
1233
|
-
`,vt=f.styled.div`
|
|
1234
|
-
${({theme:e})=>`
|
|
1235
|
-
align-items: center;
|
|
1236
|
-
align-self: stretch;
|
|
1237
|
-
background-color: ${e.palette.gray[200]};
|
|
1238
|
-
border-radius: ${e.spacing[.25]};
|
|
1239
|
-
display: flex;
|
|
1240
|
-
font-family: ${e.typography.type.primary};
|
|
1241
|
-
gap: ${e.spacing[.25]};
|
|
1242
|
-
line-height: ${e.spacing[1.5]};
|
|
1243
|
-
padding: 2px ${e.spacing[.25]};
|
|
1244
|
-
`}
|
|
1245
|
-
`,kt=f.styled.button`
|
|
1246
|
-
${({theme:e})=>`
|
|
1247
|
-
align-items: center;
|
|
1248
|
-
background-color: inherit;
|
|
1249
|
-
border: 0.5px solid ${e.palette.gray[200]};
|
|
1250
|
-
border-radius: 7px;
|
|
1251
|
-
color: ${e.palette.gray[800]};
|
|
1252
|
-
cursor: pointer;
|
|
1253
|
-
display: flex;
|
|
1254
|
-
font-weight: ${e.typography.weight.regular};
|
|
1255
|
-
justify-content: center;
|
|
1256
|
-
gap: 10px;
|
|
1257
|
-
padding: 2px 10px;
|
|
1258
|
-
|
|
1259
|
-
&#active {
|
|
1260
|
-
background-color: ${e.palette.white};
|
|
1261
|
-
box-shadow: ${e.shadows.md};
|
|
1262
|
-
font-weight: ${e.typography.weight.bold};
|
|
1263
|
-
}
|
|
1264
|
-
`}
|
|
1265
|
-
`,Fe=({disabled:e=!1,icon:n,props:o})=>{const i=u.useRef(null),{buttonProps:r}=y.$701a24aa0da5b062$export$ea18c227d4417cc3(o,i);return t.jsx(yi,{...r,$disabled:e,$focus:!!r["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:i,type:"button",children:t.jsx(R,{icon:n,iconColor:F.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},Oe=({state:e,prevButtonProps:n,nextButtonProps:o,title:i})=>{const r=e.focusedDate,a=f.useTheme(),s=u.useCallback(()=>{e.setFocusedDate(r.add({years:1}))},[r,e]),l=u.useCallback(()=>{e.setFocusedDate(r.subtract({years:1}))},[r,e]);return t.jsxs("div",{className:"header flex items-start",style:{position:"sticky",top:0,zIndex:2,background:a.palette.white},children:[t.jsx(Fe,{icon:"chevron-left",props:n}),t.jsxs(di,{children:[i,t.jsxs(pi,{children:[t.jsx(jt,{"aria-label":"top",onClick:s,children:t.jsx(R,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(jt,{"aria-label":"bottom",onClick:l,children:t.jsx(R,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(Fe,{icon:"chevron-right",props:o})]})},Ut=({onClose:e,props:n})=>{const{locale:o}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),i=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:o}),{prevButtonProps:r,nextButtonProps:a,title:s}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(n,i);return t.jsxs("div",{className:"calendar",children:[t.jsx(Oe,{nextButtonProps:a,prevButtonProps:r,state:i,title:s}),t.jsx(Pe,{state:i}),t.jsx(st,{children:t.jsx(M,{onClick:e,variant:"ghost",children:"Cancel"})})]})},Gt=({segment:e,state:n})=>{const o=f.useTheme(),i=u.useRef(null),a={...e,placeholder:{day:"dd",dayPeriod:"(AM/PM)",era:"",hour:"hh",literal:"",minute:"mm",month:"mm",second:"",timeZoneName:"",year:"yyyy"}[e.type]},{segmentProps:s}=y.$32489daedd52963e$export$1315d136e6f7581(a,n,i),l=o.palette.gray[a.isEditable?800:500];return t.jsx("div",{...a.type!=="literal"&&{...s,className:"segment-cell"},ref:i,style:a.type==="literal"?void 0:{color:a.isPlaceholder?o.palette.gray[400]:l},children:a.isPlaceholder?a.placeholder:a.text})},Yt=({disabled:e,error:n=!1,props:o})=>{const i=f.useTheme(),r=u.useRef(null),a=y.$3c0fc76039f1c516$export$60e84778edff6d26({...o,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:"en-US"}),{fieldProps:s}=y.$16f0b7bb276bc17e$export$5591b0b878c1a989(o,a,r),l=u.useCallback(c=>{const d=document.getElementsByClassName("segment-cell"),p=c.currentTarget;Object.values(d).some(g=>g.contains(p))||(c.preventDefault(),c.stopPropagation())},[]);return t.jsxs(bi,{...s,onClick:l,children:[t.jsx("div",{className:"flex flex-row",style:{color:i.palette.gray[y.lodashExports.isNil(a.value)?400:800]},tabIndex:-1,children:a.segments.map((c,d)=>{const p=`key_${d}`;return t.jsx(Gt,{segment:{...c,isEditable:!e},state:a},p)})}),n?t.jsx(R,{icon:"exclamation-circle",iconColor:i.palette.error[500],iconSize:"lg"}):void 0]})},Kt=e=>{const n=u.useRef(null),o=y.$eff5d8ee529ac4bb$export$fd53cef0cc796101({...e,locale:"en-US",shouldForceLeadingZeros:!0}),{timeValue:i}=o,r=!y.lodashExports.isNil(i)&&i.hour<12?"AM":"PM",[a,s]=u.useState(y.lodashExports.isNil(i)?"AM":r),{fieldProps:l}=y.$16f0b7bb276bc17e$export$4c842f6a241dc825(e,o,n),c=u.useCallback(d=>{const p=d.currentTarget.name;p!==a&&(y.lodashExports.isNil(i)||(p==="AM"?o.setSegment("dayPeriod",0):p==="PM"&&o.setSegment("dayPeriod",12))),s(p)},[a,o,i]);return t.jsxs($i,{children:[t.jsx(vt,{...l,ref:n,children:o.segments.slice(0,-2).map((d,p)=>{const g=`key_${p}`;return t.jsx(Gt,{segment:d,state:o},g)})}),t.jsxs(vt,{children:[t.jsx(kt,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(kt,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Le=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD"):"-",mi=e=>e&&e!=="-"?y.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",Ct=(e,n)=>y.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),fe=({error:e,buttonProps:n,datePickerRef:o,disabled:i=!1,granularity:r="day",fieldProps:a,groupProps:s,name:l,register:c,required:d,setValue:p,value:g})=>{const x=u.useCallback(h=>{if(!h)return;const b=r==="day"?Le(String(h)):mi(String(h));a.onChange&&a.onChange(h??null),p&&p(l,b,{shouldDirty:!0})},[a,r,l,p]);return t.jsxs(X,{...s,className:`${i?"disabled":""} ${e?"error":""}`,ref:o,children:[t.jsx(Yt,{disabled:i,error:e!=null,props:{...a,autoFocus:!1,granularity:r,onChange:x,shouldForceLeadingZeros:!0}}),t.jsx(Fe,{disabled:i,icon:r==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...c==null?void 0:c(l,{required:d}),"aria-label":l,className:"date-input",disabled:i,id:l,name:l,type:"text",value:g??""})]})},Me=({children:e,...n})=>{const o=u.useRef(null),{dialogProps:i}=y.$40df3f8667284809$export$d55e7ee900f34e93(n,o);return t.jsx(fi,{...i,ref:o,children:e})},qt=({disabled:e=!1,error:n,helpLink:o,helpLinkText:i,helpText:r,required:a,label:s,name:l,register:c,setValue:d,tooltip:p,watch:g,...x})=>{const h=u.useRef(null),b=g==null?void 0:g(l),w=u.useCallback(N=>{d&&N&&d(l,Le(String(N)),{shouldDirty:!0})},[l,d]),m=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(N){w(N)},...!y._.isNil(b)&&!y._.isEmpty(b)&&y.dayjs(b).isValid()?{defaultValue:y.$fae977aafc393c5c$export$6b862160d295c8e(b.replace(/\//gu,"-"))}:{}}),{close:S}=m,{groupProps:C,fieldProps:v,buttonProps:j,dialogProps:k,calendarProps:z}=y.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":s??l,name:l},m,h);return t.jsxs(K,{error:e?void 0:n,helpLink:o,helpLinkText:i,helpText:r,htmlFor:l,label:s,required:a,tooltip:p,children:[t.jsx(fe,{buttonProps:j,datePickerRef:h,disabled:e,error:n,fieldProps:v,groupProps:C,name:l,register:c,required:a,setValue:d,value:b}),m.isOpen&&!e?t.jsx(Te,{offset:8,placement:"bottom start",state:m,triggerRef:h,children:t.jsx(Me,{...k,children:t.jsx(Ut,{onClose:S,props:z})})}):null]})},Zt=({onClose:e,props:n})=>{const{locale:o}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),i=u.useRef(null),r=y.$9a36b6ba2fb1a7c5$export$9a987164d97ecc90({...n,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:o}),{prevButtonProps:a,nextButtonProps:s,title:l}=y.$46a4342aab3d8076$export$87e0539f600c24e5(n,r,i);return t.jsxs("div",{className:"calendar-range",ref:i,children:[t.jsx(Oe,{nextButtonProps:s,prevButtonProps:a,state:r,title:l}),t.jsx(Pe,{state:r}),t.jsx(st,{children:t.jsx(M,{onClick:e,variant:"ghost",children:"Cancel"})})]})},wi=f.styled.div`
|
|
1266
|
-
${({theme:e,$disabled:n,$show:o})=>`
|
|
1267
|
-
border-color: ${o?e.palette.error[500]:e.palette.gray[300]};
|
|
1268
|
-
display: flex;
|
|
1269
|
-
gap: ${e.spacing[.25]};
|
|
1270
|
-
width: 100%;
|
|
1271
|
-
|
|
1272
|
-
~ div {
|
|
1273
|
-
background: ${n?e.palette.gray[200]:e.palette.white};
|
|
1274
|
-
}
|
|
1275
|
-
`}
|
|
1276
|
-
`,Xt=({disabled:e=!1,error:n,label:o,name:i,required:r,tooltip:a,register:s,setValue:l,propsMax:c,propsMin:d,variant:p="default",...g})=>{const x=`${i}Max`,h=`${i}Min`,b=u.useRef(null),w=u.useCallback(D=>{l&&D&&(l((c==null?void 0:c.name)??x,Le(String(D.end))),l((d==null?void 0:d.name)??h,Le(String(D.start))))},[x,h,l,c,d]),m=y.$93c38a5e28be6249$export$e50a61c1de9f574({...g,endName:(c==null?void 0:c.name)??x,startName:(d==null?void 0:d.name)??h,onChange(D){w(D)}}),{close:S}=m,{groupProps:C,startFieldProps:v,endFieldProps:j,buttonProps:k,dialogProps:z,calendarProps:N}=y.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...g,"aria-label":o??i},m,b);return t.jsxs(K,{error:e?void 0:n,htmlFor:i,label:o,required:r,tooltip:a,children:[t.jsxs(wi,{$disabled:e,$show:n!==void 0,ref:b,style:{flexDirection:p==="filters"?"column":"row"},children:[t.jsx(fe,{buttonProps:k,datePickerRef:b,disabled:e,error:n,fieldProps:{...v,"aria-label":`${v["aria-label"]} ${i}`,validate:D=>j.value&&D>j.value?"Start date must be less than or equal to end date":null},groupProps:C,name:(d==null?void 0:d.name)??h,register:s,setValue:l,value:d==null?void 0:d.value}),t.jsx(fe,{buttonProps:k,datePickerRef:b,disabled:e,error:n,fieldProps:{...j,"aria-label":`${j["aria-label"]} ${i}`,validate:D=>v.value&&D<v.value?"End date must be greater than or equal to start date":null},groupProps:C,name:(c==null?void 0:c.name)??x,register:s,setValue:l,value:c==null?void 0:c.value})]}),m.isOpen&&!e?t.jsx(Te,{offset:8,placement:"bottom start",state:m,triggerRef:b,children:t.jsx(Me,{...z,children:t.jsx(Zt,{onClose:S,props:N})})}):null]})},ji=f.styled.div`
|
|
1277
|
-
${({theme:e})=>`
|
|
1278
|
-
align-items: center;
|
|
1279
|
-
border-top: 1px solid ${e.palette.gray[200]};
|
|
1280
|
-
display: flex;
|
|
1281
|
-
gap: ${e.spacing[1.5]};
|
|
1282
|
-
justify-content: center;
|
|
1283
|
-
padding: ${e.spacing[.5]} ${e.spacing[1.25]};
|
|
1284
|
-
`}
|
|
1285
|
-
`,vi=f.styled.div`
|
|
1286
|
-
align-items: center;
|
|
1287
|
-
display: flex;
|
|
1288
|
-
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1289
|
-
justify-content: flex-end;
|
|
1290
|
-
flex: 1 0 0;
|
|
1291
|
-
`,Jt=({handleTimeChange:e,onClose:n,props:o,timeState:i})=>{const r=f.useTheme(),{locale:a}=y.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),s=y.$131cf43a05231e1e$export$6d095e787d2b5e1f({...o,createCalendar:y.$64244302c3013299$export$dd0bbc9b26defe37,locale:a}),{prevButtonProps:l,nextButtonProps:c,title:d}=y.$9942cad8a072a530$export$3ee915f8151bd4f1(o,s);return t.jsxs("div",{className:"calendar",children:[t.jsx(Oe,{nextButtonProps:c,prevButtonProps:l,state:s,title:d}),t.jsx(Pe,{state:s}),t.jsxs(ji,{children:[t.jsx(I,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(vi,{children:t.jsx(Kt,{hourCycle:12,label:"time-field",onChange:e,value:i.timeValue})})]}),t.jsx(st,{children:t.jsx(M,{onClick:n,variant:"ghost",children:"Cancel"})})]})},ki=e=>{const{disabled:n=!1,error:o,required:i,label:r,name:a,tooltip:s,register:l,setValue:c,watch:d}=e,p=d==null?void 0:d(a),g=u.useRef(null),x=y.$ab5bf3f618090389$export$87194bb378cc3ac2({...e,granularity:"minute",hourCycle:12,isDisabled:n,isRequired:i,shouldCloseOnSelect:!1,value:y._.isNil(p)||y._.isEmpty(p)||p==="-"||y.dayjs(p,"YYYY/MM/DD hh:mm A").isValid()===!1?null:y.$fae977aafc393c5c$export$588937bcd60ade55(y.dayjs(p,"YYYY/MM/DD hh:mm A").format("YYYY-MM-DDTHH:mm:ss"))}),{close:h}=x,{groupProps:b,fieldProps:w,buttonProps:m,dialogProps:S,calendarProps:C}=y.$6057a3d2a53a12fd$export$42df105a73306d51(e,x,g),v=u.useCallback(k=>{if(C.onChange&&C.onChange(k),x.timeValue){const z=Ct(k,x.timeValue);c==null||c(a,z,{shouldDirty:!0})}else x.setDateValue(k)},[C,a,c,x]),j=u.useCallback(k=>{if(k){x.setTimeValue(k);const z=x.dateValue;if(z){const N=Ct(z,k);c==null||c(a,N,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(K,{error:n?void 0:o,htmlFor:a,label:r,required:i,tooltip:s,children:[t.jsx(fe,{buttonProps:m,datePickerRef:g,disabled:n,error:o,fieldProps:w,granularity:"minute",groupProps:b,name:a,register:l,setValue:c,value:p}),x.isOpen&&!n?t.jsx(Te,{offset:8,placement:"bottom start",state:x,triggerRef:g,children:t.jsx(Me,{...S,children:t.jsx(Jt,{handleTimeChange:j,onClose:h,props:{...C,onChange:v},timeState:x})})}):null]})},Ci=({children:e,currentValue:n,externalLink:o,isEditing:i,label:r,name:a,tooltip:s})=>{if(i)return t.jsx("div",{children:e});const l=y.lodashExports.isNil(n)?"":n,c=String(o??l);return t.jsxs($,{children:[t.jsx(rt,{htmlFor:a,label:r,tooltip:s,weight:"bold"}),c.startsWith("https://")?t.jsx(J,{href:c,children:l}):t.jsx(I,{size:"md",children:l})]})},We=({disabled:e=!1,hasIcon:n=!1,helpLink:o,helpLinkText:i,helpText:r,error:a,id:s,indexArray:l=0,isValid:c,isTouched:d,label:p,name:g,maskValue:x=!1,onPaste:h,placeholder:b,removeItemArray:w,register:m,suggestions:S,tooltip:C,type:v="text",weight:j,...k})=>{const{required:z,onBlur:N,onChange:D}=k,E=f.useTheme(),T=e?void 0:a,[A,O]=u.useState(""),H=u.useCallback(W=>{O(W.target.value),D==null||D(W)},[D]),U=c&&d&&!e&&A.trim()!=="",_=u.useCallback(W=>{W.key==="Enter"&&W.preventDefault()},[]);return t.jsxs(K,{error:T,helpLink:o,helpLinkText:i,helpText:r,htmlFor:g,label:p,required:z,tooltip:C,weight:j,children:[t.jsxs(X,{className:`
|
|
1292
|
-
${e?"disabled":""} ${T?"error":""} ${U?"success":""}
|
|
1293
|
-
`,children:[n?t.jsx(R,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":T?"true":"false","aria-label":g,"aria-required":z,autoComplete:"off",className:x?"sr-block":"","data-testid":`${g}-input`,disabled:e,id:g,list:S?`list_${g}`:void 0,onKeyDown:_,onPaste:h,placeholder:b,type:v,...m?m(g,{required:z,onBlur:N,onChange:H}):{...k,onChange:H}}),T?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:E.palette.error[500],iconSize:"lg"}):void 0,U?t.jsx(R,{icon:"check-circle",iconClass:"success-icon",iconColor:E.palette.success[500],iconSize:"lg"}):void 0,s==="array"&&l>0?t.jsx(B,{color:E.palette.gray[400],icon:"trash",iconSize:"sm",iconType:"fa-light",onClick:w?w(l):void 0,variant:"ghost"}):void 0]}),S?t.jsx("datalist",{id:`list_${g}`,children:S.map(W=>t.jsx("option",{value:W},W))}):void 0]})},Si=f.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,zi=f.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
|
|
1294
|
-
gap: 12px;
|
|
1295
|
-
`,Ti=f.styled.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
|
|
1296
|
-
gap: 8px;
|
|
1297
|
-
`,Re=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,Ii=f.styled.div.attrs({className:"comp-col"})`
|
|
1298
|
-
word-wrap: break-word;
|
|
1299
|
-
|
|
1300
|
-
${({$width:e=null})=>e===null?"":`width: ${e}`};
|
|
1301
|
-
|
|
1302
|
-
${({$paddingTop:e})=>`padding-top: ${e??0}px;`}
|
|
1303
|
-
|
|
1304
|
-
@media (width <= 768px) {
|
|
1305
|
-
${({$sm:e})=>Re(e)}
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
@media (width >= 768px) and (width <= 992px) {
|
|
1309
|
-
${({$md:e})=>Re(e)}
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
@media (width >= 992px) {
|
|
1313
|
-
${({$lg:e})=>Re(e)}
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
${({$xl:e})=>y.isNumber(e)?`@media (min-width: 1200px) { ${Re(e)} }`:""}
|
|
1317
|
-
|
|
1318
|
-
> .comp-card {
|
|
1319
|
-
height: 100%;
|
|
1320
|
-
}
|
|
1321
|
-
`,Ke=({children:e,xl:n,lg:o,md:i,sm:r,paddingTop:a,width:s})=>t.jsx(Ii,{$lg:o,$md:i,$paddingTop:a,$sm:r,$width:s,$xl:n,children:e}),Di=f.styled.div.attrs({className:"comp-gap"})`
|
|
1322
|
-
${({$disp:e="flex",$mh:n=4,$mv:o=4})=>`
|
|
1323
|
-
align-items: center;
|
|
1324
|
-
display: ${e};
|
|
1325
|
-
margin: ${-o}px ${-n}px;
|
|
1326
|
-
|
|
1327
|
-
> * {
|
|
1328
|
-
margin: ${o}px ${n}px;
|
|
1329
|
-
}
|
|
1330
|
-
`}
|
|
1331
|
-
`,Ei=({children:e,disp:n,mh:o,mv:i})=>t.jsx(Di,{$disp:n,$mh:o,$mv:i,children:e}),Ri=f.styled.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
|
|
1332
|
-
${({$align:e="stretch",$cols:n=100,$colsPadding:o=6,$justify:i="start"})=>`
|
|
1333
|
-
align-items: ${e};
|
|
1334
|
-
justify-content: ${i};
|
|
1335
|
-
margin: -6px;
|
|
1336
|
-
text-align: ${i};
|
|
1337
|
-
|
|
1338
|
-
--cols: ${n};
|
|
1339
|
-
|
|
1340
|
-
> *:not(.comp-col) {
|
|
1341
|
-
width: 100%;
|
|
1342
|
-
margin: 6px;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
> .comp-col {
|
|
1346
|
-
padding: ${o}px;
|
|
1347
|
-
}
|
|
1348
|
-
`}
|
|
1349
|
-
`,Qt=({align:e,children:n,cols:o,colsPadding:i,justify:r})=>t.jsx(Ri,{$align:e,$cols:o,$colsPadding:i,$justify:r,children:n}),qe=({addText:e,append:n,disabled:o=!1,fields:i,fieldState:r,initValue:a="",index:s=0,required:l,label:c,max:d=100,name:p,onBlur:g,onChange:x,placeholder:h,tooltip:b,remove:w,value:m})=>{var v;const S=u.useCallback(()=>{n==null||n(a)},[n,a]),C=u.useCallback(j=>()=>{w==null||w(j)},[w]);return t.jsxs(Qt,{align:"start",children:[t.jsx(Ke,{lg:75,md:75,sm:75,children:t.jsx(We,{disabled:o,error:r?(v=r.error)==null?void 0:v.message:void 0,id:"array",indexArray:s,isTouched:r?r.isTouched:void 0,isValid:r?!r.invalid:void 0,label:c,name:p,onBlur:g,onChange:x,placeholder:h,removeItemArray:C,required:l,tooltip:b,value:m})}),s<d-1&&s+1===(i==null?void 0:i.length)?t.jsx(Ke,{lg:25,md:25,sm:25,children:t.jsx(M,{disabled:o,icon:"plus",onClick:S,variant:"ghost",width:"max-content",children:e??"Add"})}):void 0]})},Ni=({addText:e,append:n,control:o,disabled:i,fields:r,initValue:a="",required:s,label:l,max:c=void 0,name:d="array-field",onChange:p,placeholder:g,remove:x,tooltip:h})=>o&&r?t.jsx(u.Fragment,{children:r.map((b,w)=>t.jsx(y.Controller,{control:o,name:`${d}.${w}`,render:({field:m,fieldState:S})=>t.jsx(qe,{addText:e,append:n,disabled:i,fieldState:S,fields:r,index:w,initValue:a,label:l,max:c,name:m.name,onBlur:m.onBlur,onChange:p??m.onChange,placeholder:g,remove:x,required:s,tooltip:h,value:typeof m.value=="object"?m.value.value:m.value}),index:w},b.id))}):t.jsx(qe,{addText:e,disabled:i,initValue:a,label:l,max:c,name:d,onChange:p,placeholder:g,required:s,tooltip:h}),Fi=f.styled(At)`
|
|
1350
|
-
white-space: nowrap;
|
|
1351
|
-
margin-right: ${({theme:e})=>e.spacing[.25]};
|
|
1352
|
-
text-overflow: ellipsis;
|
|
1353
|
-
overflow: hidden;
|
|
1354
|
-
max-width: 80%;
|
|
1355
|
-
`,Li=f.styled.input`
|
|
1356
|
-
opacity: 0;
|
|
1357
|
-
position: absolute;
|
|
1358
|
-
visibility: hidden;
|
|
1359
|
-
width: 0;
|
|
1360
|
-
`,ye=(e,n,o)=>{const i=new Event(e);return Object.defineProperty(i,"target",{value:{name:n,value:o}}),i},Ai=e=>{const n=e;return n?Array.from(n).map(o=>o.name).join(", "):""},Pi=({accept:e,disabled:n=!1,error:o,label:i,helpLink:r,helpText:a,id:s,multiple:l,name:c,onChange:d,required:p,register:g,setValue:x,tooltip:h,watch:b,weight:w})=>{const m=f.useTheme(),S=n?void 0:o,C=u.useRef(null),v=g==null?void 0:g(c,{required:p}),j=b==null?void 0:b(c),k=Ai(j),z=u.useCallback(()=>{const E=ye("change",c,void 0);x&&x(c,void 0),v&&v.onChange(E)},[v,c,x]),N=u.useCallback(E=>{const{files:T}=E.currentTarget,A=ye("change",c,T&&T.length>0?T:void 0);T&&T.length>0&&(d==null||d(A),x&&x(c,T),v&&v.onChange(A))},[v,c,d,x]),D=u.useCallback(E=>{n?E.preventDefault():C.current&&C.current.click()},[n]);return t.jsxs(K,{error:S,helpLink:r,helpText:a,htmlFor:s??c,label:i,required:p,tooltip:h,weight:w,children:[t.jsxs(X,{className:`${n?"disabled":""} ${S?"error":""}`,children:[t.jsx(Fi,{$size:"md",children:k}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[y.lodashExports.isEmpty(k)||n?void 0:t.jsx(B,{color:m.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:z,variant:"ghost",width:"20px"}),S&&t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:m.palette.error[500],iconSize:"lg"}),t.jsxs(M,{border:n?`1px solid ${m.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:n,height:"40px",onClick:D,variant:"primary",width:"96px",children:[t.jsx(R,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),t.jsx(Li,{...v,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:s??c,multiple:l,name:c,onChange:N,ref:C,type:"file"})]})},Oi=f.styled.input`
|
|
1361
|
-
border: none;
|
|
1362
|
-
background: transparent;
|
|
1363
|
-
min-width: 15rem;
|
|
1364
|
-
padding: 0;
|
|
1365
|
-
flex: 1;
|
|
1366
|
-
`,Ze=({disabled:e=!1,error:n,field:o,helpLink:i,helpLinkText:r,helpText:a,label:s,name:l="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>{const w=f.useTheme(),m=e?void 0:n,[S,C]=u.useState(""),v=c?h:o==null?void 0:o.value,j=u.useMemo(()=>v&&typeof v=="string"?v.split(",").filter(Boolean):[],[v]),k=u.useCallback(T=>{const O=[...new Set(T.filter(Boolean))].join(","),H=ye("change",l,O);o&&o.onChange(H),c&&c(H)},[o,l,c]),z=u.useCallback(T=>{C(T.target.value)},[]),N=u.useCallback(T=>{const A=S.trim();A.length&&!j.includes(A)&&(T.preventDefault(),k([...j,A]),C("")),o&&o.onBlur()},[S,o,k,j]),D=u.useCallback(T=>{const A=S.trim();T.key==="Enter"&&A.length===0&&T.preventDefault(),["Enter",","].includes(T.key)&&A.length>0&&!j.includes(A)?(T.preventDefault(),k([...j,A]),C("")):T.key==="Backspace"&&!A.length&&j.length&&(T.preventDefault(),d==null||d(j[j.length-1]),k(j.slice(0,-1)))},[S,d,k,j]),E=u.useCallback(T=>()=>{d==null||d(T),k(j.filter(A=>A!==T))},[d,k,j]);return t.jsx(K,{error:m,helpLink:i,helpLinkText:r,helpText:a,htmlFor:l,label:s,required:g,tooltip:x,weight:b,children:t.jsxs(X,{$overflowX:"auto",className:`${e?"disabled":""} ${m?"error":""}`,children:[j.map(T=>t.jsx(Q,{disabled:e,onClose:E(T),tagLabel:T},T)),t.jsx(Oi,{"aria-hidden":!1,"aria-invalid":m?"true":"false","aria-label":l,"aria-required":g,autoComplete:"off",disabled:e,id:l,onBlur:N,onChange:z,onKeyDown:D,placeholder:j.length===0?p:void 0,ref:o==null?void 0:o.ref,type:"text",value:S}),m?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:w.palette.error[500],iconSize:"lg"}):void 0]})})},Mi=({disabled:e=!1,control:n,error:o,helpLink:i,helpLinkText:r,helpText:a,label:s,name:l="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>n?t.jsx(y.Controller,{control:n,name:l,render:({field:w})=>t.jsx(Ze,{disabled:e,error:o,field:w,helpLink:i,helpLinkText:r,helpText:a,label:s,name:l,onRemove:d,placeholder:p,required:g,tooltip:x,weight:b}),rules:{required:g}}):t.jsx(Ze,{disabled:e,error:o,helpLink:i,helpLinkText:r,helpText:a,label:s,name:l,onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b}),pe=u.forwardRef(function({disabled:n,icon:o,margin:i,onClick:r,...a},s){return t.jsx(hi,{$margin:i,"aria-label":o,className:"action-btn",disabled:n,onClick:r,ref:s,type:"button",...a,children:t.jsx(R,{icon:o,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),be=({error:e,decimalPlaces:n=0,disabled:o=!1,id:i,maxLength:r,max:a=1/0,min:s=0,name:l,onChange:c,onEnter:d,placeholder:p,register:g,required:x,setValue:h,tooltipMessage:b,value:w,variant:m="full",defaultValue:S})=>{const C=f.useTheme(),v=o?void 0:e,j=n<0?0:n,[k,z]=u.useState(w?y._.toNumber(w):S?y._.toNumber(S):0),N=u.useCallback(()=>{const O=(k-10**-j).toFixed(j),H=Math.max(Number(s),Number(O));h&&h(l,H,{shouldDirty:!0}),z(H);const U=ye("change",l,O);c&&c(U)},[k,j,s,h,l,c]),D=u.useCallback(()=>{const O=(k+10**-j).toFixed(j),H=Math.min(Number(a),Number(O)>Number(s)?Number(O):Number(s));h&&h(l,H,{shouldDirty:!0}),z(H);const U=ye("change",l,O);c&&c(U)},[k,j,a,s,h,l,c]),E=u.useCallback(O=>{const{value:H}=O.target,U=/\d+/u.test(H)&&!y._.isEmpty(H);h&&h(l,U?H:void 0),c&&c(O),z(Number(H))},[l,c,h]),T=u.useCallback(O=>{O.stopPropagation(),O.key==="Enter"&&!y.lodashExports.isEmpty(O.currentTarget.value)&&(d==null||d(y.lodashExports.toNumber(O.currentTarget.value)))},[d]),A=()=>t.jsx("input",{"aria-hidden":!1,"aria-invalid":v?"true":"false","aria-label":l,"aria-required":x,autoComplete:"off",disabled:o,id:i??l,max:a,min:s,onChange:E,onKeyUp:T,placeholder:p,required:x,step:10**-j,type:"number",value:k,...g==null?void 0:g(l,{maxLength:r,max:a,min:s,onChange:E,value:w,valueAsNumber:!0})});return t.jsxs(X,{$variant:m,className:`${o?"disabled":""} ${v?"error":""}`,children:[m==="compact"&&b?t.jsx(q,{id:`numberInputTooltip-${l}`,tip:b,width:"100%",children:A()}):A(),v&&t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:C.palette.error[500],iconSize:"lg"}),m==="compact"?t.jsxs("div",{style:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",borderLeft:"inherit"},children:[t.jsx(pe,{borderRadius:`0 ${C.spacing[.5]} 0 0`,disabled:o,icon:"plus",onClick:D,px:.25}),t.jsx(ri,{}),t.jsx(pe,{borderRadius:`0 0 ${C.spacing[.5]} 0`,disabled:o,icon:"minus",onClick:N,px:.25})]}):t.jsxs(t.Fragment,{children:[t.jsx(pe,{borderLeft:"inherit",borderRight:"inherit",disabled:o,icon:"minus",margin:"0 -0.625rem 0 0",onClick:N,px:.75,py:.75}),t.jsx(pe,{borderRadius:`0 ${C.spacing[.5]} ${C.spacing[.5]} 0`,disabled:o,icon:"plus",onClick:D,px:.75,py:.75})]})]})},en=({autoUpdate:e,decimalPlaces:n,disabled:o=!1,error:i,helpLink:r,helpLinkText:a,helpText:s,id:l,label:c,linkPosition:d,maxLength:p,max:g,min:x,name:h,onChange:b,onEnter:w,placeholder:m,register:S,required:C,setValue:v,tooltip:j,tooltipMessage:k,value:z,variant:N="full",watch:D,weight:E,defaultValue:T})=>N==="compact"?t.jsx(be,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:T??Number(z??0),disabled:o,max:g,min:x,name:h,onEnter:w??(()=>{}),tooltipMessage:k,value:z,variant:N}):t.jsx(K,{error:o?void 0:i,helpLink:r,helpLinkText:a,helpText:s,htmlFor:h,label:c,linkPosition:d,maxLength:p,required:C,tooltip:j,weight:E,children:t.jsx(be,{decimalPlaces:n,disabled:o,error:i,id:l,max:g,maxLength:p,min:x,name:h,onChange:b,placeholder:m,register:S,required:C,setValue:v,value:D?D(h):z,variant:N})}),tn=({disabled:e=!1,error:n,name:o,label:i,propsMax:r,propsMin:a,required:s,tooltip:l,variant:c="default"})=>{const d=`${o}Max`,p=`${o}Min`;return t.jsx(K,{error:e?void 0:n,htmlFor:o,label:i,required:s,tooltip:l,children:t.jsxs($,{display:"flex",flexDirection:c==="filters"?"column":"row",gap:.25,width:"100%",children:[t.jsx(be,{...a,disabled:e,error:n,name:(a==null?void 0:a.name)??p}),t.jsx(be,{...r,disabled:e,error:n,name:(r==null?void 0:r.name)??d})]})})},Wi=f.styled.div`
|
|
1367
|
-
${({theme:e})=>`
|
|
1368
|
-
align-items: flex-start;
|
|
1369
|
-
align-self: stretch;
|
|
1370
|
-
display: flex;
|
|
1371
|
-
gap: ${e.spacing[.5]};
|
|
1372
|
-
|
|
1373
|
-
> button, div {
|
|
1374
|
-
border: 1px solid ${e.palette.gray[300]};
|
|
1375
|
-
border-radius: ${e.spacing[.5]};
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
&.disabled {
|
|
1379
|
-
> button, div {
|
|
1380
|
-
background: ${e.palette.gray[100]};
|
|
1381
|
-
color: ${e.palette.gray[400]};
|
|
1382
|
-
cursor: not-allowed;
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
&.error:not(.disabled) {
|
|
1387
|
-
> button, div {
|
|
1388
|
-
border: 1px solid ${e.palette.error[500]};
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
&:focus-within:not(.disabled, .error) {
|
|
1393
|
-
> button, div {
|
|
1394
|
-
background: ${e.palette.white};
|
|
1395
|
-
border: 2px solid ${e.palette.black};
|
|
1396
|
-
}
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
&:hover:not(:focus-within, .disabled, .error) {
|
|
1400
|
-
> button, div {
|
|
1401
|
-
background: ${e.palette.white};
|
|
1402
|
-
border-color: ${e.palette.gray[600]};
|
|
1403
|
-
}
|
|
1404
|
-
}
|
|
1405
|
-
`}
|
|
1406
|
-
`,Bi=f.styled.button`
|
|
1407
|
-
${({theme:e})=>`
|
|
1408
|
-
align-items: center;
|
|
1409
|
-
background: inherit;
|
|
1410
|
-
border-color: inherit;
|
|
1411
|
-
display: flex;
|
|
1412
|
-
gap: ${e.spacing[.25]};
|
|
1413
|
-
height: 40px;
|
|
1414
|
-
min-width: 67px;
|
|
1415
|
-
padding: ${e.spacing[.625]} ${e.spacing[1]};
|
|
1416
|
-
|
|
1417
|
-
&:disabled {
|
|
1418
|
-
background: ${e.palette.gray[100]};
|
|
1419
|
-
cursor: not-allowed;
|
|
1420
|
-
}
|
|
1421
|
-
`}
|
|
1422
|
-
`,Hi=f.styled.ul`
|
|
1423
|
-
${({theme:e})=>`
|
|
1424
|
-
align-items: flex-start;
|
|
1425
|
-
box-shadow: ${e.shadows.md};
|
|
1426
|
-
display: flex;
|
|
1427
|
-
flex-direction: column;
|
|
1428
|
-
margin-top: ${e.spacing[.25]};
|
|
1429
|
-
max-height: 190px;
|
|
1430
|
-
overflow: hidden auto;
|
|
1431
|
-
scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
|
|
1432
|
-
scroll-padding: ${e.spacing[.5]};
|
|
1433
|
-
scrollbar-width: thin;
|
|
1434
|
-
width: max-content;
|
|
1435
|
-
`}
|
|
1436
|
-
`,_i=f.styled.li`
|
|
1437
|
-
${({theme:e})=>`
|
|
1438
|
-
align-items: center;
|
|
1439
|
-
background: ${e.palette.white};
|
|
1440
|
-
cursor: pointer;
|
|
1441
|
-
display: inline-flex;
|
|
1442
|
-
font-size: ${e.typography.text.md};
|
|
1443
|
-
gap: ${e.spacing[.5]};
|
|
1444
|
-
height: 38px;
|
|
1445
|
-
line-height: ${e.spacing[1.25]};
|
|
1446
|
-
padding: ${e.spacing[.5]} ${e.spacing[1]};
|
|
1447
|
-
width: 190px;
|
|
1448
|
-
|
|
1449
|
-
&:hover {
|
|
1450
|
-
background: ${e.palette.gray[100]};
|
|
1451
|
-
}
|
|
1452
|
-
`}
|
|
1453
|
-
`,Vi=f.styled.p`
|
|
1454
|
-
color: ${({theme:e})=>e.palette.gray[800]};
|
|
1455
|
-
font-size: inherit;
|
|
1456
|
-
min-width: 55%;
|
|
1457
|
-
overflow: hidden;
|
|
1458
|
-
text-overflow: ellipsis;
|
|
1459
|
-
white-space: nowrap;
|
|
1460
|
-
`,Ui=({disabled:e,error:n,label:o,name:i,placeholder:r,required:a,register:s,tooltip:l,value:c,watch:d,weight:p})=>{const g=f.useTheme(),x=u.useRef(null),h=e?void 0:n,b=(d==null?void 0:d(i))??c,[w,m]=u.useState(!1),[S,C]=u.useState(""),{refs:v,floatingStyles:j}=y.useFloating$1({placement:"bottom-start",whileElementsMounted:y.autoUpdate}),{inputRef:k,inputValue:z,handlePhoneValueChange:N,country:D,setCountry:E}=y.ee({countries:y._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),T=u.useCallback(_=>{_.key==="Enter"&&_.preventDefault()},[]),A=u.useCallback(_=>{_.preventDefault(),m(W=>!W),w||C("")},[w]),O=u.useCallback(_=>()=>{E(_),m(!1),C("")},[E,m]),H=u.useCallback(_=>{_.key.length===1?C(W=>W+_.key):_.key==="Backspace"&&C(W=>W.slice(0,-1))},[]),U=y._$1.filter(_=>{const{name:W}=y.M(_);return W.toLowerCase().includes(S.toLowerCase())});return ne(v.floating.current,()=>{m(!1),C("")},!0),t.jsx(K,{error:h,htmlFor:i,label:o,required:a,tooltip:l,weight:p,children:t.jsxs(Wi,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Bi,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:A,onKeyDown:H,ref:v.setReference,children:[t.jsx(y.q,{iso2:D.iso2,size:"16px"}),t.jsx(R,{icon:"angle-down",iconColor:g.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(X,{className:`${e?"disabled":""} ${h?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":h?"true":"false","aria-label":i,"aria-required":a,autoComplete:"off","data-testid":`${i}-input`,disabled:e,id:i,name:i,onKeyDown:T,placeholder:r,ref:k,type:"tel",value:z,...s==null?void 0:s(i,{required:a,onChange:N})}),h?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),w&&le.createPortal(t.jsx(Hi,{ref:v.setFloating,style:j,children:U.map(_=>{const{dialCode:W,iso2:ee,name:ce}=y.M(_);return t.jsxs(_i,{onClick:O(ee),value:ee,children:[t.jsx(y.q,{iso2:ee,size:"16px"}),t.jsx(Vi,{children:ce}),t.jsx(I,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+W})]},ee)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},Gi=({disabled:e=!1,error:n,helpLink:o,helpLinkText:i,helpText:r,isTouched:a,isValid:s,label:l,name:c="input-text",id:d,maskValue:p=!1,maxLength:g,onBlur:x,placeholder:h,register:b,required:w,rows:m,tooltip:S,watch:C,weight:v,value:j})=>{const k=f.useTheme(),z=(C==null?void 0:C(c))??j,N=s&&a&&!e,D=e?void 0:n;return t.jsx(K,{disabled:e,error:D,helpLink:o,helpLinkText:i,helpText:r,htmlFor:c,label:l,maxLength:g,required:w,tooltip:S,value:z?String(z):void 0,weight:v,children:t.jsxs(X,{className:`
|
|
1461
|
-
${e?"disabled":""} ${D?"error":""} ${N?"success":""}
|
|
1462
|
-
`,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":D?"true":"false","aria-label":c,"aria-required":w,className:p?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:g,placeholder:h,rows:m,value:z,...b==null?void 0:b(c,{required:w,onBlur:x})}),D?t.jsx(R,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:k.palette.error[500],iconSize:"lg"}):void 0,N?t.jsx(R,{icon:"check-circle",iconClass:"success-icon",iconColor:k.palette.success[500],iconSize:"lg"}):void 0]})})},Yi=({control:e,description:n,disabled:o,id:i,items:r,align:a,inputType:s="text",inputNumberProps:l,minHeight:c,minWidth:d,name:p,placeholder:g,textAlign:x,tooltip:h,title:b,value:w,isTouched:m,isValid:S,error:C,onChange:v,register:j,setValue:k,watch:z})=>{const N=u.useMemo(()=>{if(s==="text")return t.jsx(We,{disabled:o,error:C,isTouched:m,isValid:S,name:p,placeholder:g,register:j});if(s==="date")return t.jsx(qt,{disabled:o,error:C,name:p,register:j,setValue:k,watch:z});if(s==="select"&&r)return t.jsx(at,{control:e,disabled:o,items:r,name:p,placeholder:g,value:w});const{decimalPlaces:D,max:E,min:T}=l??{};return t.jsx(en,{decimalPlaces:D,disabled:o,error:C,max:E,min:T,name:p,onChange:v,placeholder:g,register:j,setValue:k,value:w,watch:z})},[e,o,C,l,s,m,S,r,p,v,g,j,k,w,z]);return t.jsxs(oi,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(Ae,{description:n,id:i,textAlign:x,title:b,tooltip:h}),N]})},nn=({options:e,title:n,checkboxesName:o,defaultBgColor:i,defaultCollapsed:r,onChange:a})=>{const s=f.useTheme(),[l,c]=u.useState(r??!1),d=u.useCallback(()=>{c(p=>!p)},[]);return t.jsxs($,{"aria-label":n,bgColor:l&&!i?s.palette.gray[50]:s.palette.white,border:"1px solid"+s.palette.gray[300],borderRadius:"8px",display:"inline-flex",flexDirection:"column",gap:.625,px:.75,py:.625,role:"region",width:"100%",children:[t.jsxs($,{alignItems:"center",cursor:"pointer",display:"flex",onClick:d,children:[t.jsx(I,{color:s.palette.gray[800],fontWeight:"bold",size:"md",children:n}),t.jsx(R,{icon:l?"chevron-up":"chevron-down",iconColor:s.palette.gray[400],iconSize:"lg"})]}),l?t.jsx($,{display:"flex",gap:.75,wrap:"wrap",children:e.map(p=>t.jsx($,{bgColor:s.palette.white,border:"1px solid",borderColor:s.palette.gray[300],borderRadius:s.spacing[.25],px:.5,py:.5,children:t.jsx(re,{checked:p.visible,disabled:p.locked,label:p.name,name:`${o}-${p.name}`,onChange:a,value:p.name})},p.name))}):void 0]})},Ki=f.styled.div`
|
|
1463
|
-
display: flex;
|
|
1464
|
-
align-self: flex-start;
|
|
1465
|
-
margin-left: auto;
|
|
1466
|
-
width: 40px;
|
|
1467
|
-
height: auto;
|
|
1468
|
-
`,on=(e,n)=>{const[i,r]=u.useState(0),[a,s]=u.useState(0);return u.useEffect(()=>{a===100&&(()=>{r(c=>c===n-1?0:c+1)})()},[a,n]),u.useEffect(()=>{const l=setInterval(()=>{s(c=>c===100?0:c+1)},e);return()=>{clearInterval(l)}},[e]),{cycle:i,progress:a,setCycle:r,setProgress:s}},rn=({publicId:e,format:n="webp"})=>{const o=u.useMemo(()=>new y.Cloudinary({cloud:{cloudName:"fluid-attacks"}}),[]);return u.useMemo(()=>o.image(e).format(n),[o,e,n])},Ie=e=>{const[n,o]=u.useState(!1),i=u.useCallback(()=>{o(!0)},[]),r=u.useCallback(()=>{o(!1)},[]),a=u.useCallback(()=>{o(s=>!s)},[]);return{close:r,isOpen:n,name:e,open:i,setIsOpen:o,toggle:a}},qi=e=>e.reduce((n,o)=>({...n,[o.id]:o.visible}),{}),an=({name:e,items:n,columnOrder:o,setColumnOrder:i,setColumnVisibility:r})=>{const a=u.useMemo(()=>[...n.filter(({locked:g})=>g).map(({locked:g,...x})=>({...x,visible:!0,locked:g})),...n.filter(({locked:g})=>!g)],[n]),[s,l]=u.useState(a),c=u.useCallback(g=>{const x=g.filter(({locked:m})=>!m),b=[...g.filter(({locked:m})=>m),...x],w=b.map(({name:m})=>m);l(m=>[...b,...m.filter(({name:S})=>!w.includes(S))]),i&&i(b.map(({id:m})=>m))},[i]),d=u.useCallback(()=>{const g=s.map(x=>({...x,visible:x.locked||((o==null?void 0:o.includes(x.id))??!1)})).toSorted((x,h)=>{if(x.locked&&!h.locked)return-1;if(!x.locked&&h.locked)return 1;if(Number(h.visible)!==Number(x.visible))return Number(h.visible)-Number(x.visible);const b=(o==null?void 0:o.indexOf(x.id))??0,w=(o==null?void 0:o.indexOf(h.id))??0;return b-w});r==null||r(qi(g)),c(g)},[s,o,c,r]),p=u.useMemo(()=>y.some(s,g=>((o==null?void 0:o.includes(g.id))??!1)!==g.visible),[s,o]);return{setColumns:c,resetToDefault:d,columns:s,...Ie(e),hasChanged:p}},lt=(e,n)=>u.useMemo(()=>y._.debounce(e,n),[e,n]),Zi=e=>{const[n,o]=u.useState(),i=lt(r=>{o(r)},(e==null?void 0:e.debounceWait)??300);return[n,i]},Xi=({alt:e="img",height:n="",width:o="",plugins:i=[y.lazyload(),y.placeholder()],publicId:r})=>{const a=rn({publicId:r});return t.jsx(y.AdvancedImage,{alt:e,cldImg:a,height:n,plugins:i,width:o})},ie=tt.default.memo(Xi),Ji=f.styled.label`
|
|
1469
|
-
${({theme:e})=>`
|
|
1470
|
-
align-items: center;
|
|
1471
|
-
display: flex;
|
|
1472
|
-
color: ${e.palette.gray[600]};
|
|
1473
|
-
cursor: pointer;
|
|
1474
|
-
font-family: ${e.typography.type.primary};
|
|
1475
|
-
font-size: ${e.typography.text.md};
|
|
1476
|
-
font-weight: ${e.typography.weight.regular};
|
|
1477
|
-
gap: ${e.spacing[.5]};
|
|
1478
|
-
line-height: ${e.spacing[1.25]};
|
|
1479
|
-
text-align: left;
|
|
1480
|
-
position: relative;
|
|
1481
|
-
|
|
1482
|
-
&[aria-disabled="true"] {
|
|
1483
|
-
color: ${e.palette.gray[400]};
|
|
1484
|
-
cursor: not-allowed;
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
input {
|
|
1488
|
-
position: absolute;
|
|
1489
|
-
opacity: 0;
|
|
1490
|
-
cursor: pointer;
|
|
1491
|
-
width: 0;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
.checkmark {
|
|
1495
|
-
position: relative;
|
|
1496
|
-
top: 0;
|
|
1497
|
-
left: 0;
|
|
1498
|
-
height: 16px;
|
|
1499
|
-
width: 16px;
|
|
1500
|
-
background-color: ${e.palette.white};
|
|
1501
|
-
border-radius: 50%;
|
|
1502
|
-
border: 1px solid ${e.palette.gray[600]};
|
|
1503
|
-
}
|
|
1504
|
-
|
|
1505
|
-
input:disabled ~ .checkmark {
|
|
1506
|
-
border: 1px solid ${e.palette.gray[300]};
|
|
1507
|
-
background-color: ${e.palette.white};
|
|
1508
|
-
cursor: not-allowed;
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
input:not(:disabled):checked ~ .checkmark {
|
|
1512
|
-
background-color: ${e.palette.white};
|
|
1513
|
-
border: 1px solid ${e.palette.primary[500]};
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
input:not(:disabled):hover ~ .checkmark {
|
|
1517
|
-
background-color: ${e.palette.white};
|
|
1518
|
-
box-shadow: 0 0 0 4px ${e.palette.gray[100]};
|
|
1519
|
-
}
|
|
1520
|
-
|
|
1521
|
-
input:not(:disabled):hover:checked ~ .checkmark {
|
|
1522
|
-
background-color: ${e.palette.white};
|
|
1523
|
-
box-shadow: 0 0 0 4px ${e.palette.primary[50]};
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
.checkmark::after {
|
|
1527
|
-
content: "";
|
|
1528
|
-
position: absolute;
|
|
1529
|
-
display: none;
|
|
1530
|
-
top: 3px;
|
|
1531
|
-
left: 3px;
|
|
1532
|
-
width: 8px;
|
|
1533
|
-
height: 8px;
|
|
1534
|
-
border-radius: 50%;
|
|
1535
|
-
background: ${e.palette.primary[500]};
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
input:checked ~ .checkmark::after {
|
|
1539
|
-
display: block;
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
input:disabled:checked ~ .checkmark::after {
|
|
1543
|
-
background-color: ${e.palette.gray[300]};
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
`}
|
|
1547
|
-
`,Qi=f.styled.span.attrs({className:"checkmark"})``,ct=u.forwardRef(function({checked:n,disabled:o=!1,label:i,name:r,onChange:a,onClick:s,value:l,...c},d){return t.jsxs(Ji,{"aria-disabled":o,"aria-label":i??r,role:"radiogroup",children:[t.jsx("input",{"aria-checked":n,"aria-disabled":o,"aria-label":i??r,checked:n,disabled:o,name:r,onChange:a,onClick:s,ref:d,type:"radio",value:l,...c}),t.jsx(Qi,{}),i??null]})}),er=({alt:e,customDescription:n,imageId:o,icon:i,selectorProps:r,onClick:a,register:s,bgColor:l,title:c,isATag:d=!1,width:p="fit-content"})=>{const g=f.useTheme();return t.jsxs($,{alignItems:"center",bgColor:l??"",border:`1px solid ${g.palette.gray[200]}`,borderColorHover:g.palette.gray[600],borderRadius:g.spacing[.25],display:"inline-flex",pr:d?1:0,shadowHover:"md",width:p,children:[t.jsxs($,{display:"inline-flex",padding:[1,1,1,1],children:[t.jsx($,{alignSelf:"start",display:"flex",width:"fit-content",children:t.jsx(ct,{defaultChecked:r.defaultChecked,name:r.name,onClick:a,value:r.value,...s==null?void 0:s(r.name)})}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,justify:"space-between",ml:1,mr:1,width:"100%",children:[!d&&o!==void 0&&t.jsx(ie,{alt:e??"card image",height:"32px",publicId:o,width:"32px"}),i===void 0?void 0:t.jsx(R,{icon:i,iconSize:"xl",iconType:"fa-light"}),t.jsxs($,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(I,{color:g.palette.gray[800],fontWeight:"bold",size:"md",children:c}),n===void 0?void 0:t.jsx($,{children:n})]})]})]}),d&&t.jsx(Ki,{children:t.jsx(ie,{alt:e??"tag image",height:"40px",publicId:o??"tag image",width:"40px"})})]})},ge=f.styled.div`
|
|
1548
|
-
${({theme:e})=>`
|
|
1549
|
-
align-items: center;
|
|
1550
|
-
background-color: ${e.palette.gray[200]};
|
|
1551
|
-
border-radius: 34px;
|
|
1552
|
-
cursor: pointer;
|
|
1553
|
-
display: flex;
|
|
1554
|
-
height: 20px;
|
|
1555
|
-
position: relative;
|
|
1556
|
-
transition: 0.2s;
|
|
1557
|
-
width: 36px;
|
|
1558
|
-
`}
|
|
1559
|
-
`,tr=f.styled.div`
|
|
1560
|
-
${({theme:e})=>`
|
|
1561
|
-
background-color: ${e.palette.white};
|
|
1562
|
-
border-radius: 50%;
|
|
1563
|
-
height: ${e.spacing[1]};
|
|
1564
|
-
left: 2px;
|
|
1565
|
-
position: absolute;
|
|
1566
|
-
transition: 0.2s;
|
|
1567
|
-
width: ${e.spacing[1]};
|
|
1568
|
-
z-index: 1;
|
|
1569
|
-
`}
|
|
1570
|
-
`,nr=f.styled.label`
|
|
1571
|
-
display: inline-block;
|
|
1572
|
-
|
|
1573
|
-
input {
|
|
1574
|
-
position: absolute;
|
|
1575
|
-
height: 0;
|
|
1576
|
-
opacity: 0;
|
|
1577
|
-
width: 0;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
input:checked + ${ge} {
|
|
1581
|
-
background-color: ${({theme:e})=>e.palette.primary[500]};
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
input:checked + ${ge} > div {
|
|
1585
|
-
transform: translateX(100%);
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
input:disabled + ${ge} {
|
|
1589
|
-
cursor: not-allowed;
|
|
1590
|
-
background-color: ${({theme:e})=>e.palette.gray[100]};
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
input:disabled + ${ge} > div {
|
|
1594
|
-
background-color: ${({theme:e})=>e.palette.gray[200]};
|
|
1595
|
-
border: 1px solid ${({theme:e})=>e.palette.gray[200]};
|
|
1596
|
-
}
|
|
1597
|
-
`,sn=u.forwardRef(function({defaultChecked:n,disabled:o=!1,justify:i,name:r,leftDescription:a,leftDescriptionMinWidth:s,rightDescription:l,onChange:c,...d},p){const g=n===!0?"on":"off",x=typeof a=="object"&&a.on&&a.off?a[g]:a,h=u.useCallback(b=>{b.stopPropagation()},[]);return t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:i,children:[t.jsx($,{minWidth:s,children:x}),t.jsxs(nr,{onClick:h,role:"switch",children:[t.jsx("input",{...d,"aria-disabled":o,"aria-label":r,checked:n===!0,disabled:o,name:r,onChange:c,ref:p,type:"checkbox"}),t.jsx(ge,{"aria-label":"Toggle Switch",id:`${r}Toggle`,children:t.jsx(tr,{})})]}),l]})}),or=({id:e,title:n,toggles:o,minWidth:i="auto",height:r="auto"})=>{const a=f.useTheme();return t.jsxs($,{alignItems:"center",bgColor:a.palette.white,border:`1px solid ${a.palette.gray[200]}`,borderRadius:a.spacing[.25],display:"flex",flexDirection:"column",gap:.5,height:r,justify:"center",minHeight:"100px",minWidth:i,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(Ae,{id:e,title:n}),t.jsx($,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:o.map(s=>t.jsx(sn,{...s},`$card-toggle-${s.name}`))})]})},ir=({description:e,height:n="auto",leftIconName:o,children:i,rightIconName:r,title:a,tooltipId:s,tooltipTip:l,tooltipPlace:c="bottom",variant:d="centered",width:p="318px"})=>{const g=f.useTheme(),x=d==="centered",h=s&&l?t.jsx(q,{display:"flex",icon:r??o,iconColor:g.palette.gray[800],id:s,place:c,tip:l}):void 0;return t.jsxs($,{alignItems:x?"center":"flex-start",bgColor:g.palette.gray[50],border:`1px solid ${g.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:x?"column":"column-reverse",gap:.5,height:n,justify:"center",padding:[1.25,1.25,1.25,1.25],width:p,children:[t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[x||y.isUndefined(o)?void 0:h,t.jsx(I,{color:x?g.palette.gray[800]:g.palette.gray[400],size:"md",textAlign:x?"center":"start",children:e}),x||y.isUndefined(r)?void 0:h]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[x&&!y.isUndefined(o)?h:void 0,t.jsxs("div",{style:{display:"flex",gap:"12px"},children:[y.isUndefined(a)?void 0:t.jsx(V,{fontWeight:"bold",size:"sm",children:a}),i]}),x&&!y.isUndefined(r)?h:void 0]})]})},rr=.5,St=1.25,ar=({children:e,bgColor:n,border:o,gap:i=rr,px:r=St,py:a=St,...s})=>{const l=f.useTheme();return t.jsx($,{bgColor:n??l.palette.white,border:o??`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:"column",gap:i,px:r,py:a,...s,children:e})},sr=f.styled.div`
|
|
1598
|
-
position: relative;
|
|
1599
|
-
margin: auto;
|
|
1600
|
-
overflow: hidden;
|
|
1601
|
-
`,lr=f.styled.div`
|
|
1602
|
-
display: flex;
|
|
1603
|
-
transition: transform 0.5s ease-in-out;
|
|
1604
|
-
transform: translateX(
|
|
1605
|
-
${({$currentIndex:e})=>-e*100}%
|
|
1606
|
-
);
|
|
1607
|
-
`,cr=f.styled.div`
|
|
1608
|
-
align-items: center;
|
|
1609
|
-
display: flex;
|
|
1610
|
-
justify-content: center;
|
|
1611
|
-
min-width: 100%;
|
|
1612
|
-
`,dr=f.styled.button`
|
|
1613
|
-
${({theme:e,$isActive:n})=>`
|
|
1614
|
-
background-color: ${n?e.palette.primary[400]:e.palette.white};
|
|
1615
|
-
border: none;
|
|
1616
|
-
border-radius: 50%;
|
|
1617
|
-
cursor: pointer;
|
|
1618
|
-
height: ${e.spacing[.75]};
|
|
1619
|
-
width: ${e.spacing[.75]};
|
|
1620
|
-
`}
|
|
1621
|
-
`,pr=f.styled.div`
|
|
1622
|
-
align-items: center;
|
|
1623
|
-
display: flex;
|
|
1624
|
-
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1625
|
-
justify-content: center;
|
|
1626
|
-
margin-top: ${({theme:e})=>e.spacing[2]};
|
|
1627
|
-
`,gr=({slides:e,interval:n=300})=>{const{cycle:o,setCycle:i,setProgress:r}=on(n,e.length),a=u.useCallback(s=>()=>{i(s),r(0)},[i,r]);return t.jsxs(sr,{"aria-roledescription":"carousel",children:[t.jsx(lr,{$currentIndex:o,children:e.map((s,l)=>{const c=`slide-${l}`;return t.jsx(cr,{"aria-label":c,"aria-roledescription":"slide",children:s.content},c)})}),t.jsx(pr,{children:e.map((s,l)=>{const c=`nav-button-${l}`;return t.jsx(dr,{$isActive:l===o,"aria-label":`Go to slide ${l+1}`,"data-testid":l===o?"active":"inactive",onClick:a(l)},c)})})]})},ln=f.styled.div`
|
|
1628
|
-
${({theme:e})=>`
|
|
1629
|
-
background-color: ${e.palette.gray[100]};
|
|
1630
|
-
border-radius: ${e.spacing[.25]};
|
|
1631
|
-
display: inline-flex;
|
|
1632
|
-
padding-right: ${e.spacing[1]};
|
|
1633
|
-
position: relative;
|
|
1634
|
-
width: fit-content;
|
|
1635
|
-
|
|
1636
|
-
.line-highlight.language-none {
|
|
1637
|
-
background: ${e.palette.gray[100]};
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
.line-highlight {
|
|
1641
|
-
background: hsl(354deg 100% 85% / 40%);
|
|
1642
|
-
font-family: ${e.typography.type.mono};
|
|
1643
|
-
font-size: ${e.typography.text.md};
|
|
1644
|
-
line-height: ${e.spacing[1]};
|
|
1645
|
-
color: ${e.palette.black} !important;
|
|
1646
|
-
border-radius: ${e.spacing[1]};
|
|
1647
|
-
isolation: isolate;
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
.line-highlight code * {
|
|
1651
|
-
color: ${e.palette.black} !important;
|
|
1652
|
-
mix-blend-mode: darken;
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
.line-highlight::before,
|
|
1656
|
-
.line-highlight::after {
|
|
1657
|
-
display: none !important;
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
pre[data-line] .line-highlight::before {
|
|
1661
|
-
background-color: ${e.palette.primary[400]} !important;
|
|
1662
|
-
font-weight: 400;
|
|
1663
|
-
font-size: 9px;
|
|
1664
|
-
font-family: ${e.typography.type.mono};
|
|
1665
|
-
width: 18px !important;
|
|
1666
|
-
height: 12px !important;
|
|
1667
|
-
display: flex !important;
|
|
1668
|
-
align-items: center !important;
|
|
1669
|
-
justify-content: center !important;
|
|
1670
|
-
position: absolute !important;
|
|
1671
|
-
box-shadow: none !important;
|
|
1672
|
-
text-shadow: none !important;
|
|
1673
|
-
border: none !important;
|
|
1674
|
-
outline: none !important;
|
|
1675
|
-
transform: translateX(-2.5px) translateY(-1.2px) !important;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
pre code {
|
|
1679
|
-
color: #161616;
|
|
1680
|
-
font-family: ${e.typography.type.mono};
|
|
1681
|
-
font-size: ${e.typography.text.md};
|
|
1682
|
-
line-height: ${e.spacing[1]};
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
pre:not(.line-highlight) {
|
|
1686
|
-
margin-top: unset;
|
|
1687
|
-
margin-bottom: unset;
|
|
1688
|
-
padding: unset;
|
|
1689
|
-
width: 100%;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
span:hover {
|
|
1693
|
-
background-color: ${e.palette.gray[200]};
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
|
-
.no-data,
|
|
1697
|
-
pre.line-highlight {
|
|
1698
|
-
background-color: ${e.palette.gray[100]};
|
|
1699
|
-
padding-top: unset;
|
|
1700
|
-
padding-bottom: unset;
|
|
1701
|
-
}
|
|
1702
|
-
`}
|
|
1703
|
-
`,ur=f.styled.div`
|
|
1704
|
-
${({theme:e})=>`
|
|
1705
|
-
align-items: end;
|
|
1706
|
-
background-color: ${e.palette.gray[100]};
|
|
1707
|
-
display: flex;
|
|
1708
|
-
flex-direction: column;
|
|
1709
|
-
justify-content: space-between;
|
|
1710
|
-
min-width: 103px;
|
|
1711
|
-
margin-right: ${e.spacing[1]};
|
|
1712
|
-
position: relative;
|
|
1713
|
-
|
|
1714
|
-
button:hover:not([disabled]) {
|
|
1715
|
-
background-color: ${e.palette.gray[200]};
|
|
1716
|
-
}
|
|
1717
|
-
`}
|
|
1718
|
-
`,cn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:o})=>(u.useEffect(()=>{y.prismExports.highlightAll()},[]),t.jsx(ln,{"data-private":!0,children:t.jsx("pre",{className:"line-highlight","data-line-offset":y._.isNil(n)||y._.isString(n)?0:n.offset+.7,...o!==void 0?{"data-line":String(Number(o))}:{},children:y._.isNil(n)||y._.isString(n)||y._.isEmpty(n.content)?t.jsx("div",{className:"no-data",children:t.jsx("p",{children:e})}):t.jsx("code",{className:"language-none",children:n.content})})})),xr=({noCodeMessage:e="Code snippet not available",snippet:n,specific:o,variant:i="normal",expanded:r=!1})=>{const a=f.useTheme(),[s,l]=u.useState(!1),[c,d]=u.useState(!0),p=u.useCallback(()=>{l(b=>!b)},[l]),g=u.useCallback(()=>{if(y._.isNil(n)||y._.isEmpty(n)||!y._.isString(n))return d(!1),e;const b=n.split(`
|
|
1719
|
-
`);return b.length>8&&!s?`${[...b].splice(0,7).join(`
|
|
1720
|
-
`)}
|
|
1721
|
-
${b[8]}...`:(b.length<8&&d(!1),n)},[s,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(async()=>{await navigator.clipboard.writeText(x)},[x]);return i==="location"?t.jsx(cn,{noCodeMessage:e,snippet:n,specific:o}):t.jsxs($,{bgColor:a.palette.gray[100],borderRadius:"4px",display:"inline-flex",justify:r?"space-between":"center",minWidth:"565px",position:"relative",px:1,py:1,width:r?"100%":"fit-content",children:[t.jsx(ln,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:x})})}),t.jsxs(ur,{children:[t.jsx(B,{height:a.spacing[2.5],icon:"copy",iconColor:a.palette.gray[700],iconSize:"lg",iconType:"fa-light",onClick:h,variant:"ghost",width:a.spacing[2.5]}),c?t.jsxs(M,{onClick:p,variant:"ghost",children:[s?"Show Less":"Show more",t.jsx(R,{icon:s?"chevron-up":"chevron-down",iconColor:a.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:h})]}):!1]})]})},{getVariant:hr}=te(e=>({fixed:`
|
|
1722
|
-
height: auto;
|
|
1723
|
-
min-width: 300px;
|
|
1724
|
-
padding: ${e.spacing[1.25]};
|
|
1725
|
-
overflow: hidden auto;
|
|
1726
|
-
`,lg:`
|
|
1727
|
-
width: 80%;
|
|
1728
|
-
|
|
1729
|
-
@media screen and (min-width: ${e.breakpoints.sm}) {
|
|
1730
|
-
width: 72%;
|
|
1731
|
-
}
|
|
1732
|
-
`,md:`
|
|
1733
|
-
width: 60%;
|
|
1734
|
-
|
|
1735
|
-
@media screen and (min-width: ${e.breakpoints.sm}) {
|
|
1736
|
-
width: 48%;
|
|
1737
|
-
}
|
|
1738
|
-
`,sm:`
|
|
1739
|
-
width: 40%;
|
|
1740
|
-
|
|
1741
|
-
@media screen and (min-width: ${e.breakpoints.sm}) {
|
|
1742
|
-
width: 32%;
|
|
1743
|
-
}
|
|
1744
|
-
`})),dn=f.styled.div.attrs({className:"comp-modal fixed inset-0 overflow-auto"})`
|
|
1745
|
-
align-items: center;
|
|
1746
|
-
background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
|
|
1747
|
-
display: flex;
|
|
1748
|
-
justify-content: center;
|
|
1749
|
-
z-index: 99999;
|
|
1750
|
-
`,dt=f.styled($)`
|
|
1751
|
-
${({theme:e,$size:n})=>`
|
|
1752
|
-
background-color: ${e.palette.white};
|
|
1753
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
1754
|
-
border-radius: ${e.spacing[.25]};
|
|
1755
|
-
color: ${e.palette.gray[800]};
|
|
1756
|
-
display: flex;
|
|
1757
|
-
font-family: ${e.typography.type.primary};
|
|
1758
|
-
font-size: ${e.typography.text.md};
|
|
1759
|
-
max-height: 80%;
|
|
1760
|
-
min-height: minmax(content-fit, 32%);
|
|
1761
|
-
box-shadow: ${e.shadows.lg};
|
|
1762
|
-
margin: auto;
|
|
1763
|
-
white-space: pre-line;
|
|
1764
|
-
|
|
1765
|
-
${hr(e,n)}
|
|
1766
|
-
`}
|
|
1767
|
-
`,fr=f.styled.div`
|
|
1768
|
-
${({theme:e})=>`
|
|
1769
|
-
background-color: ${e.palette.white};
|
|
1770
|
-
border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
|
|
1771
|
-
display: flex;
|
|
1772
|
-
flex-direction: column;
|
|
1773
|
-
overflow: hidden auto;
|
|
1774
|
-
padding: 0 ${e.spacing[1.5]} ${e.spacing[1.5]} ${e.spacing[1.5]};
|
|
1775
|
-
scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
|
|
1776
|
-
scroll-padding: ${e.spacing[.5]};
|
|
1777
|
-
|
|
1778
|
-
&:has(form) {
|
|
1779
|
-
flex-direction: unset;
|
|
1780
|
-
overflow: hidden;
|
|
1781
|
-
padding: 0;
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
|
-
&:has(#footer) {
|
|
1785
|
-
flex-direction: column;
|
|
1786
|
-
overflow: hidden;
|
|
1787
|
-
height: 100%;
|
|
1788
|
-
|
|
1789
|
-
> *:not(#footer) {
|
|
1790
|
-
flex: 1 1 auto;
|
|
1791
|
-
overflow-y: auto;
|
|
1792
|
-
}
|
|
1793
|
-
}
|
|
1794
|
-
`}
|
|
1795
|
-
`,yr=f.styled.div`
|
|
1796
|
-
border-radius: ${({theme:e})=>`${e.spacing[.25]} ${e.spacing[.25]} 0 0`};
|
|
1797
|
-
display: block;
|
|
1798
|
-
overflow: unset;
|
|
1799
|
-
height: max-content;
|
|
1800
|
-
max-height: 100%;
|
|
1801
|
-
max-width: 100%;
|
|
1802
|
-
padding: ${({theme:e})=>`${e.spacing[1.25]}`};
|
|
1803
|
-
padding-bottom: ${({theme:e})=>`${e.spacing[1.5]}`};
|
|
1804
|
-
position: sticky;
|
|
1805
|
-
`,br=f.styled.div.attrs({className:"flex items-center justify-between"})``,$r=f.styled.div`
|
|
1806
|
-
${({theme:e})=>`
|
|
1807
|
-
border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
|
|
1808
|
-
display: flex;
|
|
1809
|
-
flex-direction: row;
|
|
1810
|
-
gap: ${e.spacing[.75]};
|
|
1811
|
-
justify-content: space-between;
|
|
1812
|
-
max-width: 392px;
|
|
1813
|
-
|
|
1814
|
-
> label {
|
|
1815
|
-
margin: 0;
|
|
1816
|
-
flex: 1 1 auto;
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
> div {
|
|
1820
|
-
display: flex;
|
|
1821
|
-
flex-direction: row;
|
|
1822
|
-
flex: 1 1 auto;
|
|
1823
|
-
gap: ${e.spacing[.75]};
|
|
1824
|
-
margin-right: ${e.spacing[.75]};
|
|
1825
|
-
|
|
1826
|
-
> button {
|
|
1827
|
-
justify-content: center;
|
|
1828
|
-
max-width: 190px;
|
|
1829
|
-
}
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
|
-
> div:last-child {
|
|
1833
|
-
margin-right: 0;
|
|
1834
|
-
}
|
|
1835
|
-
`}
|
|
1836
|
-
`,mr=f.styled.div`
|
|
1837
|
-
img {
|
|
1838
|
-
margin: 0 calc(-${({theme:e})=>e.spacing[1.25]} - 1px)
|
|
1839
|
-
${({theme:e})=>e.spacing[1.25]};
|
|
1840
|
-
|
|
1841
|
-
min-width: calc(100% + 2px + ${({theme:e})=>e.spacing[3]});
|
|
1842
|
-
height: 185px;
|
|
1843
|
-
object-fit: cover;
|
|
1844
|
-
|
|
1845
|
-
${({$framed:e=!1})=>e?`
|
|
1846
|
-
border-radius: 8px;
|
|
1847
|
-
min-width: 100%;
|
|
1848
|
-
margin-left: 0;
|
|
1849
|
-
margin-right: 0;
|
|
1850
|
-
`:""}
|
|
1851
|
-
}
|
|
1852
|
-
`,pn=({alert:e,modalRef:n,confirmButton:o=void 0,cancelButton:i=void 0})=>{const{close:r}=n,a=u.useCallback(()=>{i!=null&&i.onClick&&i.onClick(),r()},[i,r]),s=u.useCallback(()=>{o!=null&&o.onClick&&o.onClick(),r()},[o,r]);return[o,i].some(c=>!y.lodashExports.isEmpty(c))?t.jsxs($,{display:"flex",flexDirection:"column",gap:.625,position:"sticky",px:1.25,py:1.25,children:[e,t.jsx($r,{children:t.jsxs("div",{children:[i&&t.jsx(M,{id:i.id,onClick:a,variant:"tertiary",width:"100%",children:i.text}),o&&t.jsx(M,{id:o.id,onClick:s,variant:"primary",width:"100%",children:o.text})]})})]}):null},gn=({title:e,description:n,modalRef:o,otherActions:i,onClose:r})=>{const a=f.useTheme(),s=u.useCallback(()=>{r==null||r(),o.close()},[o,r]);return u.useEffect(()=>{const l=c=>{c.key==="Escape"&&s()};return window.addEventListener("keydown",l),()=>{window.removeEventListener("keydown",l)}},[s]),t.jsxs(yr,{children:[t.jsxs(br,{children:[typeof e=="string"?t.jsx(V,{fontWeight:"bold",mr:1,size:"sm",wordBreak:"break-word",children:e}):e,t.jsxs("div",{className:"items-center flex gap-3",children:[i,t.jsx(B,{icon:"close",iconColor:a.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:s,px:.25,py:.25,variant:"ghost"})]})]}),n&&y.lodashExports.isString(n)&&!y.lodashExports.isEmpty(n)?t.jsx(I,{mt:.5,size:"md",children:n}):void 0,n&&!y.lodashExports.isString(n)&&t.jsx(he,{display:"block",mt:.5,size:"md",children:n})]})},un=({disabled:e,id:n="modal-confirm",onCancel:o,onConfirm:i="submit",txtCancel:r,txtConfirm:a})=>{const s=i==="submit";return t.jsxs($,{display:"flex",gap:.75,id:"footer",maxWidth:o?"392px":"190px",mt:1.5,children:[o?t.jsx(M,{id:`${n}-cancel`,justify:"center",onClick:o,variant:"tertiary",width:"100%",children:r??"Cancel"}):void 0,t.jsx(M,{disabled:e,id:n,justify:"center",onClick:s?void 0:i,type:s?"submit":"button",variant:"primary",width:"100%",children:a??"Confirm"})]})},wr=(e,n,o)=>o?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",jr=f.styled.div`
|
|
1853
|
-
display: flex;
|
|
1854
|
-
flex-direction: row;
|
|
1855
|
-
gap: ${({theme:e})=>e.spacing[.25]};
|
|
1856
|
-
border-bottom: ${({theme:e,$borderButton:n,$variant:o})=>wr(e,o,n)};
|
|
1857
|
-
align-items: center;
|
|
1858
|
-
padding: ${({theme:e})=>e.spacing[.625]}
|
|
1859
|
-
${({theme:e})=>e.spacing[.5]};
|
|
1860
|
-
padding-bottom: ${({theme:e,$borderButton:n})=>n?`calc(${e.spacing[.625]} - 2px)`:e.spacing[.625]};
|
|
1861
|
-
|
|
1862
|
-
&:hover:not([disabled]) {
|
|
1863
|
-
background-color: ${({theme:e})=>e.palette.gray[100]};
|
|
1864
|
-
color: ${({theme:e})=>e.palette.gray[800]};
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
a {
|
|
1868
|
-
align-items: center;
|
|
1869
|
-
background: transparent;
|
|
1870
|
-
color: ${({theme:e})=>e.palette.gray[800]};
|
|
1871
|
-
font-family: ${({theme:e})=>e.typography.type.primary};
|
|
1872
|
-
font-size: ${({theme:e})=>e.typography.text.md};
|
|
1873
|
-
display: flex;
|
|
1874
|
-
font-weight: ${({theme:e})=>e.typography.weight.regular};
|
|
1875
|
-
position: relative;
|
|
1876
|
-
text-align: center;
|
|
1877
|
-
text-decoration: unset;
|
|
1878
|
-
width: auto;
|
|
1879
|
-
cursor: pointer;
|
|
1880
|
-
|
|
1881
|
-
&:disabled {
|
|
1882
|
-
cursor: not-allowed;
|
|
1883
|
-
background-color: ${({theme:e})=>e.palette.gray[300]};
|
|
1884
|
-
color: ${({theme:e})=>e.palette.gray[300]};
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
&.active {
|
|
1888
|
-
background-color: transparent;
|
|
1889
|
-
|
|
1890
|
-
&:hover {
|
|
1891
|
-
background-color: transparent;
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
`,xn=({end:e=!1,label:n,id:o,isActive:i=!1,link:r,notificationSign:a,onClick:s,tooltip:l="",variant:c="primary",tag:d})=>{const{pathname:p}=Ge.useLocation(),g=i||(c==="primary"?p.includes(r):p.endsWith(r));return t.jsx(q,{display:"flex",id:`${o}-tooltip`,tip:l,children:t.jsxs(jr,{$borderButton:g,$variant:c,children:[t.jsx(Ge.NavLink,{end:e,id:o,onClick:s,to:r,children:n}),t.jsx(Ne,{left:a==null?void 0:a.left,numberIndicator:a==null?void 0:a.numberIndicator,show:a==null?void 0:a.show,top:a==null?void 0:a.top,variant:a==null?void 0:a.variant}),d===void 0?null:t.jsx(Q,{tagLabel:`${d}`,variant:"default"})]})})},pt=({items:e,borders:n=!0,box:o=!1,variant:i="primary"})=>{const r=f.useTheme();return t.jsx($,{alignItems:"center",bgColor:r.palette.white,border:o?"1px solid":void 0,borderBottom:n?`1px solid ${r.palette.gray[300]}`:void 0,borderColor:o?r.palette.gray[200]:void 0,borderRadius:o?r.spacing[.25]:void 0,display:"inline-flex",gap:.25,id:"tablist",padding:o?[0,0,0,0]:void 0,pl:n?1.25:void 0,pr:n?1.25:void 0,role:"tablist",width:o?"max-content":"100%",children:e.map(({end:a,id:s,isActive:l,link:c,label:d,notificationSign:p,onClick:g,tag:x,tooltip:h})=>t.jsx(xn,{end:a,id:s,isActive:l,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:i},s))})},ae=u.forwardRef(function({color:n=F.palette.gray[100],mt:o=.5,mb:i=.5,width:r,...a},s){return t.jsx($,{as:"hr",borderTop:`1px solid ${n}`,mb:i,mt:o,ref:s,width:r??"100%",...a})}),vr=f.styled.li`
|
|
1896
|
-
${({theme:e})=>`
|
|
1897
|
-
align-items: center;
|
|
1898
|
-
background-color: ${e.palette.white};
|
|
1899
|
-
color: ${e.palette.gray[800]};
|
|
1900
|
-
cursor: pointer;
|
|
1901
|
-
display: flex;
|
|
1902
|
-
font-size: ${e.typography.text.md};
|
|
1903
|
-
font-weight: ${e.typography.weight.regular};
|
|
1904
|
-
justify-content: space-between;
|
|
1905
|
-
gap: ${e.spacing[.625]};
|
|
1906
|
-
line-height: ${e.spacing[1.25]};
|
|
1907
|
-
list-style-type: none;
|
|
1908
|
-
min-height: 40px;
|
|
1909
|
-
min-width: 240px;
|
|
1910
|
-
padding: ${e.spacing[.625]} ${e.spacing[1]};
|
|
1911
|
-
|
|
1912
|
-
p,
|
|
1913
|
-
a {
|
|
1914
|
-
word-break: break-word;
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
& > label {
|
|
1918
|
-
margin: unset;
|
|
1919
|
-
}
|
|
1920
|
-
|
|
1921
|
-
a {
|
|
1922
|
-
color: ${e.palette.gray[500]};
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
&[aria-disabled="true"] {
|
|
1926
|
-
color: ${e.palette.gray[300]};
|
|
1927
|
-
cursor: not-allowed;
|
|
1928
|
-
|
|
1929
|
-
a {
|
|
1930
|
-
color: ${e.palette.gray[300]};
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
&[aria-selected="true"] {
|
|
1935
|
-
background-color: ${e.palette.gray[200]};
|
|
1936
|
-
}
|
|
1937
|
-
|
|
1938
|
-
&:hover:not([aria-selected="true"]) {
|
|
1939
|
-
background-color: ${e.palette.gray[100]};
|
|
1940
|
-
}
|
|
1941
|
-
`}
|
|
1942
|
-
`,hn=f.styled.ul`
|
|
1943
|
-
${({theme:e})=>`
|
|
1944
|
-
background-color: ${e.palette.white};
|
|
1945
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
1946
|
-
border-radius: ${e.spacing[.25]};
|
|
1947
|
-
box-shadow: ${e.shadows.md};
|
|
1948
|
-
display: inline-block;
|
|
1949
|
-
margin: unset;
|
|
1950
|
-
min-width: 240px;
|
|
1951
|
-
padding: ${e.spacing[.25]} 0 ${e.spacing[.25]} 0;
|
|
1952
|
-
`}
|
|
1953
|
-
`,De=({children:e,disabled:n=!1,icon:o,iconType:i="fa-light",href:r,onClick:a,onClickIcon:s,onKeyDown:l,rightIcon:c,selected:d=!1,value:p,...g})=>{const h=f.useTheme().palette.gray[n?300:800],b=n?u.Children.map(e,w=>u.isValidElement(w)?u.cloneElement(w,{disabled:n,...w.props}):w):e;return t.jsxs(vr,{"aria-disabled":n,"aria-label":p,"aria-selected":d,"data-testid":p,onClick:a,onKeyDown:l,value:p,...g,children:[o!==void 0||p!==void 0?t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[o?t.jsx(R,{disabled:n,icon:o,iconColor:h,iconSize:"sm",iconType:i}):null,r===void 0?b:t.jsx(J,{href:r,children:b})]}):null,d||c?t.jsx(R,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:i,onClick:s}):null]})},kr=f.styled(De)`
|
|
1954
|
-
margin-top: 10px;
|
|
1955
|
-
border: 1px solid ${({theme:e})=>e.palette.gray[300]};
|
|
1956
|
-
border-radius: 4px;
|
|
1957
|
-
min-width: unset;
|
|
1958
|
-
|
|
1959
|
-
svg {
|
|
1960
|
-
color: ${({theme:e})=>e.palette.gray[400]};
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
&[aria-disabled="true"] {
|
|
1964
|
-
background: ${({theme:e})=>e.palette.gray[100]};
|
|
1965
|
-
color: ${({theme:e})=>e.palette.gray[500]};
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
&[aria-selected="true"]:not([aria-disabled="true"]) {
|
|
1969
|
-
background-color: unset;
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
${({$isDragging:e,theme:n})=>e?`
|
|
1973
|
-
border: 2px solid ${n.palette.black};
|
|
1974
|
-
background-color: ${n.palette.white} !important;
|
|
1975
|
-
`:""}
|
|
1976
|
-
`,fn=({items:e,onReorder:n,title:o,description:i,onClickClose:r})=>{const[a,s]=u.useState(null),l=u.useCallback(g=>()=>{r(g)},[r]),c=u.useCallback(g=>{s(g.name)},[]),d=u.useCallback(()=>{s(null)},[]),p=u.useCallback(g=>()=>{c(g)},[c]);return t.jsxs(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:n,style:{height:"max-content",padding:"1.25rem 0",width:"45%"},values:e,children:[t.jsxs($,{display:"flex",gap:.25,children:[t.jsx(V,{display:"flex",size:"xs",children:o}),t.jsx(Q,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(I,{size:"md",children:i}),e.map(g=>g.visible?t.jsx(y.ReorderItem,{as:"div",dragListener:!g.locked,item:g.name,onDragEnd:d,onDragStart:p(g),style:{zIndex:a===g.name?9999:"auto",position:a===g.name?"relative":"static"},value:g,children:t.jsx(kr,{$isDragging:a===g.name,disabled:g.locked,icon:"grip-vertical",iconType:"fa-light",label:g.name,onClickIcon:g.locked?void 0:l(g.id),rightIcon:g.locked?"lock":"close",selected:g.visible,value:g.name,children:g.name})},g.name):void 0)]})},Cr=f.styled(De)`
|
|
1977
|
-
padding: 7px 8px;
|
|
1978
|
-
|
|
1979
|
-
&[aria-selected="true"] {
|
|
1980
|
-
background-color: unset;
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
|
-
svg {
|
|
1984
|
-
&.fa-check {
|
|
1985
|
-
border-radius: 2px;
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
&.selected {
|
|
1989
|
-
display: none;
|
|
1990
|
-
}
|
|
1991
|
-
}
|
|
1992
|
-
`,gt=e=>e.reduce((o,i)=>i.group?o[i.group]?{...o,[i.group]:[...o[i.group],i]}:{...o,[i.group]:[i]}:o,{}),Sr=f.styled.input`
|
|
1993
|
-
${({theme:e})=>`
|
|
1994
|
-
background: none;
|
|
1995
|
-
border: none !important;
|
|
1996
|
-
box-shadow: none;
|
|
1997
|
-
box-sizing: border-box;
|
|
1998
|
-
color: ${e.palette.gray[800]};
|
|
1999
|
-
font-family: ${e.typography.type.primary};
|
|
2000
|
-
font-size: ${e.typography.text.md};
|
|
2001
|
-
outline: none;
|
|
2002
|
-
width: 100%;
|
|
2003
|
-
|
|
2004
|
-
&:-webkit-autofill {
|
|
2005
|
-
-webkit-background-clip: text;
|
|
2006
|
-
}
|
|
2007
|
-
|
|
2008
|
-
&::placeholder {
|
|
2009
|
-
color: ${e.palette.gray[400]};
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
&:is(:hover, :focus)::-webkit-search-cancel-button {
|
|
2013
|
-
display:none;
|
|
2014
|
-
}
|
|
2015
|
-
|
|
2016
|
-
::-webkit-search-decoration,
|
|
2017
|
-
::-webkit-search-results-button,
|
|
2018
|
-
::-webkit-search-results-decoration {
|
|
2019
|
-
display:none;
|
|
2020
|
-
}
|
|
2021
|
-
`}
|
|
2022
|
-
`,zr=f.styled.div`
|
|
2023
|
-
${({theme:e})=>`
|
|
2024
|
-
align-items: center;
|
|
2025
|
-
background-color: ${e.palette.white};
|
|
2026
|
-
border: 1px solid ${e.palette.gray[300]};
|
|
2027
|
-
border-radius: ${e.spacing[.5]};
|
|
2028
|
-
display: flex;
|
|
2029
|
-
height: 40px;
|
|
2030
|
-
gap: ${e.spacing[.5]};
|
|
2031
|
-
padding: ${e.spacing[.5]};
|
|
2032
|
-
width: 100%;
|
|
2033
|
-
|
|
2034
|
-
&:hover {
|
|
2035
|
-
border-color: ${e.palette.gray[600]};
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
|
-
&:focus-within {
|
|
2039
|
-
border: 2px solid ${e.palette.black};
|
|
2040
|
-
}
|
|
2041
|
-
`}
|
|
2042
|
-
`,Tr=f.styled.div`
|
|
2043
|
-
${({theme:e})=>`
|
|
2044
|
-
background-color: ${e.palette.white};
|
|
2045
|
-
border-radius: ${e.spacing[.5]};
|
|
2046
|
-
width: 250px;
|
|
2047
|
-
`}
|
|
2048
|
-
`,se=({name:e,smallSearch:n=!1,onClear:o,onChange:i,value:r,...a})=>{const s=u.useRef(null),l=f.useTheme(),[c,d]=u.useState(!1),[p,g]=u.useState(r??""),{refs:x,floatingStyles:h}=y.useFloating$1(),b=u.useCallback(()=>{d(v=>!v)},[]),w=u.useCallback(v=>{v.key==="Enter"&&v.preventDefault()},[]),m=u.useCallback(v=>{g(v.target.value),i==null||i(v)},[i]),S=u.useCallback(()=>{g(""),o==null||o()},[o]);ne(x.floating.current,()=>{d(!1)},!0);const C=t.jsxs(zr,{children:[t.jsx(R,{icon:"magnifying-glass",iconColor:l.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx(Sr,{id:e,name:e,onChange:m,onKeyDown:w,ref:s,type:"search",value:p,...a}),!y.lodashExports.isEmpty(p)&&t.jsx(B,{icon:"xmark",iconColor:l.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:S,px:.25,py:.25,type:"reset",variant:"ghost"})]});return n?t.jsxs(u.Fragment,{children:[t.jsx(B,{border:`1px solid ${l.palette.gray[300]} !important`,icon:"magnifying-glass",iconSize:"lg",iconType:"fa-light",onClick:b,ref:x.setReference,variant:"ghost"}),c?t.jsx(Tr,{ref:x.setFloating,style:h,children:C}):void 0]}):C},yn=({columns:e,formId:n,onChangeHandler:o,variant:i})=>{const r=u.useRef(null),[a,s]=u.useState([]),[l,c]=u.useState(""),d=u.useCallback(g=>{const{value:x}=g.target;c(x)},[]),p=u.useCallback(()=>{r.current&&(r.current.reset(),c(""))},[r]);return u.useEffect(()=>{s(e.filter(g=>{var x;return i==="grouped"?g.name.toLowerCase().includes(l.toLowerCase())||((x=g.group)==null?void 0:x.includes(l.toLowerCase())):g.name.toLowerCase().includes(l.toLowerCase())}))},[e,l,i]),i==="grouped"?t.jsxs($,{display:"flex",flexDirection:"column",gap:.625,height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:r,children:t.jsx(se,{name:"search",onChange:d,onClear:p,value:l})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(gt(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx(nn,{checkboxesName:g,defaultBgColor:!0,defaultCollapsed:h===0,onChange:o,options:x,title:g},b)})})]}):t.jsxs($,{height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:r,children:t.jsx(se,{name:"search",onChange:d,onClear:p,value:l})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{paddingTop:"0.625rem"},children:a.map(g=>{const x=`li-checkbox-${g.name}`;return t.jsx(Cr,{selected:g.visible,value:x,width:"content",children:t.jsx(re,{checked:g.visible,disabled:g.locked,label:g.name,name:g.name,onChange:o,value:g.name})},x)})})]})},bn=({_containerId:e="portals",title:n,modalRef:o,variant:i})=>{const r=f.useTheme(),a=u.useRef(null),[s,l]=u.useState(void 0),c=u.useCallback(g=>{const{checked:x,value:h}=g.target,b=o.columns.map(w=>{var m;return w.name===h?((m=w.toggleVisibility)==null||m.call(w,x),{...w,visible:x}):w});o.setColumns(b)},[o]),d=u.useCallback(g=>{const x=o.columns.map(h=>{var b;return h.id===g?((b=h.toggleVisibility)==null||b.call(h,!1),{...h,visible:!1}):h});o.setColumns(x)},[o]),p=u.useCallback(()=>{var x;const g=(x=a.current)==null?void 0:x.scrollHeight;s!==g&&l(g)},[s]);return o.isOpen?le.createPortal(t.jsx(dn,{"aria-label":o.name,"aria-modal":"true",children:t.jsxs(dt,{$size:"md",flexDirection:"column",children:[t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(V,{size:"sm",children:n}),t.jsx(B,{icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:o.close,px:.25,py:.25,variant:"ghost"})]}),t.jsx(ae,{mb:0,mt:0}),t.jsxs($,{display:"flex",gap:1.25,onScroll:p,px:1.25,ref:a,scroll:"y",width:"100%",children:[t.jsx(yn,{columns:o.columns,formId:"columns-visibility",onChangeHandler:c,variant:i}),t.jsx($,{borderLeft:`2px solid ${r.palette.gray[100]}`,height:s?`${s}px`:"auto"}),t.jsx(fn,{description:"Click and drag to reorder the columns",items:o.columns,onClickClose:d,onReorder:o.setColumns,title:"Reorder columns"})]}),t.jsx(ae,{mb:0,mt:0}),t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(M,{disabled:!o.hasChanged,form:"columns-visibility",id:"columns-modal-cancel",justify:"center",onClick:o.resetToDefault,type:"reset",variant:"tertiary",children:"Reset to default"}),t.jsx(M,{id:"columns-modal-submit",justify:"center",onClick:o.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},Ir=f.styled(De)`
|
|
2049
|
-
padding: 8px;
|
|
2050
|
-
min-height: 36px;
|
|
2051
|
-
min-width: unset;
|
|
2052
|
-
`,Dr=(e,n)=>(e==null?void 0:e.filter(o=>{var i;return((i=o.label)==null?void 0:i.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??o.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],Er=50,zt=e=>[...e].sort((n,o)=>{var a,s;const i=((a=n.label)==null?void 0:a.toLowerCase())??n.value.toLowerCase(),r=((s=o.label)==null?void 0:s.toLowerCase())??o.value.toLowerCase();return i.localeCompare(r)}),Rr=(e,n,o)=>{const i=e.filter((g,x,h)=>h.findIndex(b=>b.value===g.value)===x),r=i.filter(g=>o.includes(g.value)),a=i.filter(g=>!o.includes(g.value)),s=n.trim()?Dr(a,n):a,l=zt(r),c=zt(s),d=Er-l.length,p=c.slice(0,Math.max(0,d));return[...l,...p]},Nr=f.styled.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
|
|
2053
|
-
align-items: center;
|
|
2054
|
-
background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
|
|
2055
|
-
display: flex;
|
|
2056
|
-
justify-content: center;
|
|
2057
|
-
z-index: 99999;
|
|
2058
|
-
`,Tt=f.styled(De)`
|
|
2059
|
-
padding: 7px 8px;
|
|
2060
|
-
word-wrap: break-word;
|
|
2061
|
-
|
|
2062
|
-
svg.fa-check {
|
|
2063
|
-
border-radius: 2px;
|
|
2064
|
-
}
|
|
2065
|
-
`,$n=({control:e,option:n,register:o,watch:i,setValue:r})=>{var a,s,l,c;switch(n.type){case"checkboxes":{const p=i("search")??"",g=i("checkbox")??[],x=n.options??[],h=Rr(x,p,g);return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[!n.label||n.label===""?void 0:null,h.map(b=>t.jsx(Tt,{value:b.value,width:"content",children:t.jsx(re,{...o("checkbox"),label:b.label,value:b.value})},`li-checkbox-${b.value}`))]})}case"radioButton":return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[n.label,(a=n.options)==null?void 0:a.map(p=>t.jsx(Tt,{value:p.value,width:"content",children:t.jsx(ct,{...o("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(at,{control:e,items:((s=n.options)==null?void 0:s.map(p=>({name:p.label??"",value:p.value})))??[],label:n.label,name:`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`,placeholder:n.placeholder,value:n.value});case"text":const d=`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`;return t.jsx(We,{label:n.label,name:d,placeholder:n.placeholder,register:o,value:n.value});case"numberRange":return t.jsx(tn,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:o,name:"maxValue",value:n.maxValue,setValue:r},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:o,name:"minValue",value:n.minValue,setValue:r},variant:"filters"});case"dateRange":return t.jsx(Xt,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(l=n.maxValue)==null?void 0:l.toString()},propsMin:{name:"minValue",value:(c=n.minValue)==null?void 0:c.toString()},register:o,setValue:r,variant:"filters"});default:return t.jsx("div",{})}},mn=({control:e,items:n,register:o,setValue:i,watch:r})=>t.jsx(t.Fragment,{children:n.map((a,s)=>{const l=`${a.type}-${a.value}-${a.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx($n,{control:e,option:a,register:o,setValue:i,watch:r}),s<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},l)})}),wn=e=>{var c,d,p,g,x;const[n,o]=u.useState([...e]),{control:i,register:r,handleSubmit:a,setValue:s,watch:l}=y.useForm({defaultValues:{checkbox:e.filter(h=>h.type==="checkboxes").flatMap(h=>{var b;return((b=h.options)==null?void 0:b.filter(w=>w.checked).map(w=>w.value))??[]}),radio:((p=(d=(c=e.find(h=>h.type==="radioButton"))==null?void 0:c.options)==null?void 0:d.find(({checked:h})=>h))==null?void 0:p.value)??"",text:e.filter(h=>["text","select"].includes(h.type)).reduce((h,b)=>({...h,[`${String(b.key)}-${b.filterFn??"caseInsensitive"}`]:b.value??""}),{}),minValue:(g=e.find(h=>["numberRange","dateRange"].includes(h.type)))==null?void 0:g.minValue,maxValue:(x=e.find(h=>["numberRange","dateRange"].includes(h.type)))==null?void 0:x.maxValue,search:""}});return{control:i,items:n,setItems:o,register:r,handleSubmit:a,setValue:s,watch:l}},Xe=({options:e,onSearch:n,onSubmit:o,id:i,selectedFilter:r})=>{const{control:a,items:s,register:l,handleSubmit:c,setValue:d,watch:p}=wn(e),g=e.some(w=>w.type==="checkboxes"&&w.hideSearch!==!0),x=e.some(w=>w.label&&w.label!==""),h=u.useCallback(async w=>{const{value:m}=w.target;d("search",m),n&&n(m)},[n,d]),b=u.useCallback(w=>{o&&o(w)},[o]);return t.jsxs("div",{className:"flex flex-col gap-[8px]",id:i,style:{writingMode:"horizontal-tb",maxWidth:"300px",width:"100%"},children:[g&&t.jsxs("div",{children:[x?r:void 0,t.jsx(se,{onChange:h,placeholder:"Search"})]}),t.jsxs("form",{id:i,onSubmit:c(b),children:[t.jsx(mn,{control:a,items:s,register:l,setValue:d,watch:p}),t.jsx(M,{mt:1,type:"submit",children:"Apply"})]})]})},jn=({options:e,variant:n,onApplyFilters:o,onSearch:i,setDirection:r,setHandler:a,onFilterStateChange:s})=>{const l=f.useTheme(),[c,d]=u.useState(e),[p,g]=u.useState([]),[x,h]=u.useState({}),[b,w]=u.useState(""),m=u.useCallback(v=>()=>{const j=c.find(z=>z.label===v),k=!(j!=null&&j.filterOptions.some(z=>z.type==="dateRange"||z.type==="select"));a==null||a(k??!0),w(v),g((j==null?void 0:j.filterOptions)??[])},[c,a]),S=u.useCallback(v=>{const j=[...v.checkbox,...Object.values(v.text??{}),...v.radio?[v.radio]:[],...v.minValue?[String(v.minValue)]:[],...v.maxValue?[String(v.maxValue)]:[]];h(E=>j.length>0?{...E,[b]:j}:E);const k=E=>{var T,A;return{...E,options:(T=E.options)==null?void 0:T.map(O=>({...O,checked:v.checkbox.includes(O.value)||v.radio===O.value})),value:["text","select"].includes(E.type)?((A=v.text)==null?void 0:A[`${String(E.key)}-${E.filterFn??"caseInsensitive"}`])??E.value:E.value,minValue:["numberRange","dateRange"].includes(E.type)?v.minValue:E.minValue,maxValue:["numberRange","dateRange"].includes(E.type)?v.maxValue:E.maxValue}},z=E=>E.label===b?{...E,filterOptions:E.filterOptions.map(k)}:E,N=c.map(z);d(E=>E.map(z));const D=N.flatMap(({filterOptions:E})=>E);o(D),g([])},[c,o,b]),C=u.useCallback((v,j)=>{const k=`li-filter-option-${v}`;return t.jsxs(Ir,{icon:j,onClick:m(v),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:k,width:"100%",children:[v,x[v]===void 0?void 0:t.jsx(Q,{tagLabel:x[v].length.toString()})]},k)},[x,m]);return u.useEffect(()=>{const v=e.reduce((j,{label:k,filterOptions:z})=>{const N=z.flatMap(({value:T,minValue:A,maxValue:O})=>[A,O,T]).filter(Boolean),D=z.flatMap(({options:T})=>T??[]).filter(({checked:T=!1})=>T).map(({value:T})=>T),E=[...N,...D];return E.length===0?j:{...j,[k]:E}},{});h(v),p.length>0&&r&&r("column")},[p,e,r]),u.useEffect(()=>{s==null||s(p.length>0)},[p.length,s]),n==="grouped"?t.jsx($,{display:"flex",flexDirection:"row",maxHeight:p.length>0?"unset":"360px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:p.length>0?t.jsx(Xe,{id:"filters-options",onSearch:i,onSubmit:S,options:p,selectedFilter:b}):Object.entries(gt(e)).map(([v,j])=>t.jsxs($,{style:{writingMode:"horizontal-tb"},children:[t.jsx(I,{color:l.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:v}),j.map(({label:k,icon:z="filter-list"})=>C(k,z))]},v))}):t.jsx($,{display:"flex",flexDirection:"row",maxHeight:p.length>0?"unset":"200px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:p.length>0?t.jsx(Xe,{id:"filters-options",onSearch:i,onSubmit:S,options:p,selectedFilter:b}):e.map(({label:v,icon:j="filter-list"})=>C(v,j))})},vn=({options:e,onApplyFilters:n,onSearch:o,modalRef:i,variant:r})=>{const[a,s]=u.useState("row"),[l,c]=u.useState(!0),[d,p]=u.useState(!1),x=(r==="grouped"?Object.values(gt(e)).reduce((m,S)=>m+S.length,0):e.length)>5&&!d,h=f.useTheme(),b=u.useRef(null),w=t.jsx(B,{icon:"close",iconColor:h.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:i.close,px:.25,py:.25,variant:"ghost"});return u.useEffect(()=>{const m=S=>{const C=b.current;C&&!C.contains(S.target)&&i.close()};if(l)return document.addEventListener("mousedown",m,!0),()=>{document.removeEventListener("mousedown",m,!0)}},[b,l,i]),t.jsx(Nr,{$bgColor:"transparent","aria-label":i.name,children:t.jsxs(dt,{$size:"fixed",alignItems:a==="row"?"start":"end",display:"flex",flexDirection:a,gap:.5,id:"filters-list",justify:"space-between",position:"relative",px:1.25,py:1.25,ref:b,style:{maxWidth:"620px",overflow:"hidden",width:"fit-content",paddingBottom:x?"0":void 0},children:[a==="column"?w:void 0,t.jsx(jn,{onApplyFilters:n,onFilterStateChange:p,onSearch:o,options:e,setDirection:s,setHandler:c,variant:r}),a==="row"?w:void 0]})})};function Fr(e){if(e)return e}function kn(e){if(!e||e.length===0)return;const n=e.filter(i=>i.checked).map(i=>i.label??i.value);return n.length===0?void 0:n.join(", ")}function Lr(e,n,o){const i=o??"",r=y._.isEmpty(e)&&typeof e!="number"||Number.isNaN(e)?void 0:Number(e),a=y._.isEmpty(n)&&typeof n!="number"||Number.isNaN(n)?void 0:Number(String(n));if(!y._.isUndefined(r)&&!y._.isUndefined(a))return`${r}${i} - ${a}${i}`;if(!y._.isUndefined(r))return`Min ${r}${i}`;if(!y._.isUndefined(a))return`Max ${a}${i}`}function Ar(e,n){if(y.dayjs_minExports.extend(y.localizedFormat),!(y._.isUndefined(e)&&y._.isUndefined(n))){if(e!==""&&n!==""&&!y._.isUndefined(e)&&!y._.isUndefined(n))return`${y.dayjs(e).format("LL")} - ${y.dayjs(n).format("LL")}`;if(e!==""&&!y._.isUndefined(e))return`From ${y.dayjs(e).format("LL")}`;if(n!==""&&!y._.isUndefined(n))return`To ${y.dayjs(n).format("LL")}`}}function Pr(e,n,o){return e==="select"?n:`${n} ${o==="includesInsensitive"?"contains":"is"}`}const ue=({filter:e,icon:n="filter-list",label:o,onClose:i,filterValue:r})=>y._.isNil(r)||y._.isEmpty(String(r))?null:t.jsx(Q,{filterValues:r,icon:n,id:"remove-filter",onClose:i(e),tagLabel:`${o} `}),Or=({options:e,onClose:n})=>{const o=e.flatMap(i=>i.filterOptions.map(r=>{const{filterFn:a,label:s,type:l,value:c,options:d,minValue:p,maxValue:g}=r;switch(l){case"numberRange":{const x=Lr(p,g,i.placeholder);return t.jsx(ue,{filter:r,filterValue:x,icon:i.icon,label:i.label,onClose:n},s)}case"dateRange":{const x=Ar(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(ue,{filter:r,filterValue:x,icon:i.icon,label:i.label,onClose:n},s)}case"radioButton":case"checkboxes":{const x=kn(d);return t.jsx(ue,{filter:r,filterValue:x,icon:i.icon,label:i.label,onClose:n},s)}case void 0:case"select":case"text":default:{const x=Fr(c),h=Pr(l,i.label,a);return t.jsx(ue,{filter:r,filterValue:x,icon:i.icon,label:h,onClose:n},s)}}})).filter(i=>{if(i===null)return!1;const{filterValue:r}=i.props;return!y._.isNil(r)&&!y._.isEmpty(String(r))});return o.length>0?t.jsx($,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:o}):null},Mr=e=>e.map(n=>{const o={key:String(n.key),type:n.type},i=(()=>{let r={...o};if(n.filterFn&&(r={...r,filterFn:n.filterFn}),n.value&&(r={...r,value:n.value}),n.minValue!==void 0&&n.minValue!==null&&(r={...r,minValue:n.minValue}),n.maxValue!==void 0&&n.maxValue!==null&&(r={...r,maxValue:n.maxValue}),n.options&&n.options.length>0){const a=n.options.filter(s=>s.checked).map(s=>s.value);a.length>0&&(r={...r,selectedValues:a})}return r})();return Object.keys(i).length>2?i:null}).filter(Boolean),Wr=(e,n)=>n.map(o=>{const i=e.find(a=>a.key===String(o.key)&&a.type===o.type);return i?(()=>{let a={...o};return i.filterFn&&(a={...a,filterFn:i.filterFn}),i.value!==void 0&&i.value!==null&&(a={...a,value:i.value}),i.minValue!==void 0&&i.minValue!==null&&(a={...a,minValue:i.minValue}),i.maxValue!==void 0&&i.maxValue!==null&&(a={...a,maxValue:i.maxValue}),i.selectedValues&&o.options&&(a={...a,options:o.options.map(s=>{var l;return{...s,checked:((l=i.selectedValues)==null?void 0:l.includes(s.value))??!1}})}),a})():o}),Ue=(e,n)=>{const o=Mr(e);n(JSON.stringify(o))},Br=(e,n)=>{const o=e();if(!o)return n;try{const i=JSON.parse(o);return Wr(i,n)}catch{return n}},Hr=(e,n)=>{function o(s,l){if(l.value===""||l.value===void 0||y._.defaultTo(l.isBackFilter,!1))return!0;switch(l.filterFn){case"includesInsensitive":return String(s[l.key]).toLowerCase().includes(l.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(s[l.key]).toLowerCase()===l.value.toLowerCase()}}function i(s,l){if(!l.options||l.options.length===0)return!0;const c=l.options.filter(d=>d.checked).map(d=>d.value);return c.length===0?!0:c.includes(String(s[l.key]))}function r(s,l,c){const d=c(String(s[l.key])),{minValue:p,maxValue:g}=l,x=y._.isEmpty(p)&&typeof p!="number"?void 0:c(String(p)),h=y._.isEmpty(g)&&typeof g!="number"?void 0:c(String(g));return y._.isUndefined(x)&&y._.isUndefined(h)?!0:(x??-1/0)<=d&&d<=(h??1/0)}function a(s){return n.every(l=>{if(typeof l.key=="function")return l.key(s,l.value);switch(l.type){case"radioButton":case"checkboxes":return i(s,l);case"numberRange":return r(s,l,Number);case"dateRange":return r(s,l,c=>new Date(c));case"select":case"text":default:return o(s,l)}})}return e.filter(a)},_r=e=>[...e.flatMap(({options:o})=>o).filter(o=>o==null?void 0:o.checked),...e.flatMap(o=>[o.value,o.maxValue,o.minValue]).filter(Boolean)].length,Vr=e=>{var o;const n=((o=e.options)==null?void 0:o.map(i=>({...i,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:n}},Ur=({dataset:e,setValues:n,getValues:o,options:i,setFilteredDataset:r,onFiltersChange:a,onReset:s,onSearch:l,variant:c="ungrouped"})=>{const d=Ie("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=_r(x),w=i.map(j=>({...j,filterOptions:j.filterOptions.map(k=>x.find(N=>N.key===k.key&&N.type===k.type&&N.filterFn===k.filterFn)??{...k})})),m=u.useCallback(j=>{h([...j]),Ue(j,n)},[h,n]),S=u.useCallback(()=>{s&&s(),d.isOpen||g(!0),d.toggle()},[d,s]),C=u.useCallback(j=>()=>{s&&s();const k=x.map(z=>z.key===j.key&&z.type===j.type&&z.filterFn===j.filterFn?Vr(z):z);h(k),Ue(k,n)},[x,s,n]);return u.useEffect(()=>{const j=i.flatMap(N=>N.filterOptions),k=o();if((()=>{if(!k)return!1;try{const N=JSON.parse(k);return Array.isArray(N)&&N.length>0}catch{return!1}})()){const N=Br(o,j);h(N)}else j.flatMap(D=>D.value).filter(Boolean).length>0||j.flatMap(D=>D.options).filter(D=>(D==null?void 0:D.checked)===!0).length>0?(h(j),p&&Ue(j,n)):h(j)},[i,h,n,o,p]),u.useEffect(()=>{r&&e!==void 0&&r(Hr(e,x)),a==null||a(x)},[e,x,r,a]),{Filters:()=>t.jsxs($,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx($,{pr:.25,children:t.jsx(M,{icon:"filter",id:"filter-btn",onClick:S,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(vn,{modalRef:d,onApplyFilters:m,onSearch:l,options:w,variant:c})]}),options:w,removeFilter:C}},ut=({_portal:e=!0,alert:n,cancelButton:o=void 0,children:i=void 0,confirmButton:r=void 0,content:a=void 0,description:s=void 0,modalRef:l,otherActions:c=void 0,onClose:d=void 0,tabItems:p=void 0,title:g=void 0,size:x,id:h="modal-container"})=>{const b=f.useTheme(),[w,m]=u.useState(void 0),S=u.useRef(null),C=u.useRef(!1),v=Array.isArray(p)&&p.length>0,j=o??r;u.useEffect(()=>{if(v&&!C.current&&S.current){const z=S.current.getBoundingClientRect().height;z>50&&(m(z),C.current=!0)}l.isOpen||(m(void 0),C.current=!1)},[v,l.isOpen]);const k=t.jsx(dn,{"aria-label":l.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(dt,{$size:x,"data-testid":h,flexDirection:"column",id:h,ref:v?S:void 0,style:v&&w?{height:w}:void 0,children:[!y._.isEmpty(g)&&!y._.isNil(g)&&t.jsx(gn,{description:s,modalRef:l,onClose:d,otherActions:c,title:g}),p&&t.jsx($,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(pt,{items:p})}),(y._.isObject(a)||i)&&t.jsxs(fr,{style:j?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[i,y._.isObject(a)&&y._.isString(a.imageSrc)&&t.jsx(mr,{$framed:a.imageFramed,children:t.jsx(ie,{alt:"modal-img",publicId:a.imageSrc})}),y._.isObject(a)&&y._.isString(a.imageText)&&t.jsx(I,{size:"md",children:a.imageText})]}),t.jsx(pn,{alert:n,cancelButton:o,confirmButton:r,modalRef:l})]})});return e&&l.isOpen?le.createPortal(k,document.getElementById("portals")??document.body):l.isOpen?k:null},Gr=(e,n,o)=>{const i=Ie("confirm-dialog-modal"),r=u.useRef(null),a=u.useCallback(async()=>(i.open(),new Promise(d=>{r.current=d})),[i]),s=u.useCallback(()=>{var d;i.close(),(d=r.current)==null||d.call(r,!0)},[i]),l=u.useCallback(()=>{var d;i.close(),(d=r.current)==null||d.call(r,!1)},[i]);return[a,({children:d})=>{const[p,g]=u.useState(o),x=u.useCallback(()=>{g({...o})},[]),h=u.useCallback(m=>()=>{g(S=>({...S,[m]:{...S[m],state:!S[m].state}}))},[]),b=!Object.values(p).every(({state:m})=>m),w=Object.entries(p).map(([m,{state:S,label:C}])=>t.jsx(re,{defaultChecked:S,label:C,name:m,onChange:h(m)},m));return t.jsxs(ut,{"data-testid":e,id:e,modalRef:{...i,close:l},onClose:x,size:"sm",title:n,children:[d,t.jsx($,{display:"flex",flexDirection:"column",gap:.5,children:w}),t.jsx(un,{disabled:b,id:e,onConfirm:s})]})}]},Yr=()=>{const[e,n]=u.useState(!1),[o,i]=u.useState(),r=u.useRef(null),a=Ie("confirm-dialog-modal"),s=u.useCallback(async p=>(i(p),n(!0),new Promise(g=>{r.current=g})),[]),l=u.useCallback(()=>{var p;n(!1),i(void 0),(p=r.current)==null||p.call(r,!0)},[]),c=u.useCallback(()=>{var p;n(!1),i(void 0),(p=r.current)==null||p.call(r,!1)},[]);return u.useEffect(()=>{a.setIsOpen(e)},[e,a]),{ConfirmDialog:({id:p="confirm-dialog-modal",children:g})=>t.jsxs(ut,{cancelButton:{onClick:c,text:"Cancel"},confirmButton:{id:(o==null?void 0:o.id)??"modal-confirm",onClick:l,text:"Confirm"},description:o==null?void 0:o.message,id:p,modalRef:{...a,close:c},size:"sm",title:o==null?void 0:o.title,children:[o==null?void 0:o.content,g]}),confirm:s}},Kr=2e3,qr=({content:e})=>{const[n,o]=u.useState("Copy"),i=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{o("Copied"),setTimeout(()=>{o("Copy")},Kr)}).catch(()=>{o("Failed to copy")})},[e]);return t.jsx(B,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:i,tooltip:n,variant:"ghost"})},Zr=f.styled.ul`
|
|
2066
|
-
${({theme:e})=>`
|
|
2067
|
-
align-items: flex-start;
|
|
2068
|
-
border-radius: ${e.spacing[.25]};
|
|
2069
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
2070
|
-
background: ${e.palette.white};
|
|
2071
|
-
box-shadow: ${e.shadows.md};
|
|
2072
|
-
display: flex;
|
|
2073
|
-
flex-direction: column;
|
|
2074
|
-
padding: ${e.spacing[.25]} 0;
|
|
2075
|
-
width: 166px;
|
|
2076
|
-
z-index: 9999;
|
|
2077
|
-
`}
|
|
2078
|
-
`,Xr=f.styled.li`
|
|
2079
|
-
${({theme:e})=>`
|
|
2080
|
-
align-items: center;
|
|
2081
|
-
background: ${e.palette.white}
|
|
2082
|
-
color: ${e.palette.gray[800]};
|
|
2083
|
-
cursor: pointer;
|
|
2084
|
-
display: flex;
|
|
2085
|
-
font-family: ${e.typography.type.primary};
|
|
2086
|
-
font-size: ${e.typography.text.md};
|
|
2087
|
-
font-style: normal;
|
|
2088
|
-
font-weight: ${e.typography.weight.regular};
|
|
2089
|
-
gap: ${e.spacing[.5]};
|
|
2090
|
-
line-height: ${e.spacing[1.25]};
|
|
2091
|
-
padding: ${e.spacing[.25]} ${e.spacing[1]};
|
|
2092
|
-
width: 100%;
|
|
2093
|
-
|
|
2094
|
-
&:hover:not([aria-disabled="true"]) {
|
|
2095
|
-
background: ${e.palette.gray[100]};
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
&[aria-disabled="true"] {
|
|
2099
|
-
background: ${e.palette.gray[100]};
|
|
2100
|
-
color: ${e.palette.gray[500]};
|
|
2101
|
-
cursor: not-allowed;
|
|
2102
|
-
}
|
|
2103
|
-
`}
|
|
2104
|
-
`,Jr=({icon:e,iconColor:n,id:o,showChevron:i,options:r,title:a})=>{const s=f.useTheme(),[l,c]=u.useState(!1),d=l?"chevron-up":"chevron-down",{refs:p,floatingStyles:g}=y.useFloating({middleware:[y.offset({mainAxis:4})],placement:"bottom-start"}),x=u.useCallback(()=>{c(h=>!h)},[]);return ne(l?p.floating.current:null,()=>{c(!1)},!0,document.getElementById(`dropdown-toggle-${o}`)),t.jsxs(u.Fragment,{children:[t.jsx(M,{"aria-label":a,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${o}`,onClick:x,ref:p.setReference,rightIcon:i?d:void 0,variant:"ghost",children:a}),l?t.jsx(Zr,{ref:p.setFloating,style:g,children:r.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs(Xr,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(R,{icon:h.icon,iconColor:h.iconColor??s.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},Je=({buttonProps:e,variant:n})=>t.jsx(M,{onClick:e.onClick,variant:n,children:e.text}),Qr=f.styled.div`
|
|
2105
|
-
display: flex;
|
|
2106
|
-
flex-direction: column;
|
|
2107
|
-
align-items: center;
|
|
2108
|
-
padding: ${({theme:e,$padding:n})=>e.spacing[n]};
|
|
2109
|
-
max-width: 900px;
|
|
2110
|
-
white-space: pre-line;
|
|
2111
|
-
margin: 0 auto;
|
|
2112
|
-
`,ea=f.styled.div`
|
|
2113
|
-
display: flex;
|
|
2114
|
-
flex-direction: row;
|
|
2115
|
-
justify-content: center;
|
|
2116
|
-
align-items: center;
|
|
2117
|
-
background-color: transparent;
|
|
2118
|
-
width: 96px;
|
|
2119
|
-
height: 96px;
|
|
2120
|
-
margin-bottom: ${({theme:e})=>e.spacing[2]};
|
|
2121
|
-
|
|
2122
|
-
> img {
|
|
2123
|
-
width: 100%;
|
|
2124
|
-
}
|
|
2125
|
-
`,ta=f.styled.div`
|
|
2126
|
-
display: flex;
|
|
2127
|
-
flex-direction: row;
|
|
2128
|
-
margin: 0;
|
|
2129
|
-
margin-bottom: ${({theme:e})=>e.spacing[2]};
|
|
2130
|
-
|
|
2131
|
-
> * {
|
|
2132
|
-
margin-right: ${({theme:e})=>e.spacing[.75]};
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
> *:last-child {
|
|
2136
|
-
margin-right: 0;
|
|
2137
|
-
}
|
|
2138
|
-
`,It={md:{description:"md",title:"md"},sm:{description:"md",title:"xs"}},na=({cancelButton:e=void 0,confirmButton:n=void 0,description:o,imageSrc:i="integrates/empty/addRoot",padding:r=1.25,title:a,size:s="md"})=>{const l=(n??e)!==void 0;return t.jsxs(Qr,{$padding:r,children:[t.jsx(ea,{children:t.jsx(ie,{alt:"empty-icon",publicId:i})}),t.jsx(V,{fontWeight:"bold",mb:.25,size:It[s].title,textAlign:"center",children:a}),t.jsx(I,{mb:l?2:void 0,size:It[s].description,textAlign:"center",children:o}),l?t.jsxs(ta,{children:[e&&t.jsx(Je,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(Je,{buttonProps:n,variant:"primary"})]}):void 0]})},oa=({children:e})=>{const n=y.useFormContext();return e({...n})},ia=f.styled.form`
|
|
2139
|
-
${({theme:e})=>`
|
|
2140
|
-
align-items: flex-start;
|
|
2141
|
-
align-self: stretch;
|
|
2142
|
-
display: flex;
|
|
2143
|
-
flex-direction: column;
|
|
2144
|
-
gap: ${e.spacing[.5]};
|
|
2145
|
-
overflow: hidden auto;
|
|
2146
|
-
width: 100%;
|
|
2147
|
-
`}
|
|
2148
|
-
`,ra=({alert:e,buttonAlignment:n,cancelButton:o,children:i,confirmButton:r,defaultDisabled:a=!0,id:s="modal-confirm",maxButtonWidth:l="392px",mode:c,onSubmit:d,padding:p=!0,showButtons:g=!0,yupSchema:x,...h})=>{const b=f.useTheme(),w=y.useForm({...h,mode:c??"all",resolver:x?y.o(x):void 0});function m(j){j.stopPropagation(),w.handleSubmit(d)(j)}const C=g?`calc(100% - ${e?"139px":"83px"})`:"100%",v=p?1.5:0;return t.jsx(y.FormProvider,{...w,children:t.jsx(ia,{onSubmit:m,children:t.jsxs($,{scroll:"y",width:"100%",children:[t.jsx($,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,display:"flex",flexDirection:"column",gap:.5,height:C,pb:v,pt:0,px:v,scroll:"y",children:i}),g&&t.jsxs($,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,borderTop:`1px solid ${b.palette.gray[200]}`,display:"flex",flexDirection:n?"unset":"column",gap:.625,justify:n??"stretch",position:"sticky",px:1.25,py:1.25,children:[e,t.jsxs($,{display:"flex",gap:.75,maxWidth:l,children:[o?t.jsx(M,{icon:o.icon,id:`${s}-cancel`,justify:"center",onClick:o.onClick,type:"reset",variant:"tertiary",width:"100%",children:o.label??"Cancel"}):void 0,t.jsx(M,{disabled:((r==null?void 0:r.disabled)??!1)||w.formState.isSubmitting||a&&!w.formState.isDirty,icon:r==null?void 0:r.icon,id:s,justify:"center",type:"submit",width:"100%",children:(r==null?void 0:r.label)??"Confirm"})]})]})]})})})},aa=f.styled(ze)`
|
|
2149
|
-
display: grid;
|
|
2150
|
-
gap: ${({$gap:e=1.25})=>`${e}rem`};
|
|
2151
|
-
grid-template-columns: ${({$sm:e})=>`repeat(${e}, 1fr)`};
|
|
2152
|
-
|
|
2153
|
-
${({theme:e,$xl:n,$lg:o,$md:i})=>`
|
|
2154
|
-
@media (width >= ${e.breakpoints.sm}) {
|
|
2155
|
-
grid-template-columns: repeat(${i}, 1fr);
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
|
-
@media (width >= ${e.breakpoints.md}) {
|
|
2159
|
-
grid-template-columns: repeat(${o}, 1fr);
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
|
-
@media (width >= ${e.breakpoints.lg}) {
|
|
2163
|
-
grid-template-columns: repeat(${n}, 1fr);
|
|
2164
|
-
}
|
|
2165
|
-
`}
|
|
2166
|
-
`,sa=u.forwardRef(function({children:n,md:o,sm:i,lg:r,xl:a,gap:s,...l},c){return t.jsx(aa,{$gap:s,$lg:r,$md:o,$sm:i,$xl:a,ref:c,...l,children:n})}),la=f.styled.div`
|
|
2167
|
-
${({theme:e,$itemsLength:n})=>`
|
|
2168
|
-
display: flex;
|
|
2169
|
-
background-color: ${e.palette.white};
|
|
2170
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
2171
|
-
border-radius: ${e.spacing[.25]};
|
|
2172
|
-
box-shadow: ${e.shadows.lg};
|
|
2173
|
-
flex-direction: column;
|
|
2174
|
-
min-width: 507px;
|
|
2175
|
-
max-width: ${n<=4?"507px":"980px"};
|
|
2176
|
-
padding: ${e.spacing[1.5]};
|
|
2177
|
-
|
|
2178
|
-
@media screen and (max-width: 980px) and (min-width: 742px) {
|
|
2179
|
-
width: 742px;
|
|
2180
|
-
}
|
|
2181
|
-
@media screen and (max-width: 742px) {
|
|
2182
|
-
width: 507px;
|
|
2183
|
-
}
|
|
2184
|
-
`}
|
|
2185
|
-
`,xt=f.styled.div`
|
|
2186
|
-
${({theme:e,$isSelected:n})=>`
|
|
2187
|
-
align-items: center;
|
|
2188
|
-
background-color: ${n?e.palette.gray[100]:e.palette.white};
|
|
2189
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
2190
|
-
border-radius: ${e.spacing[.25]};
|
|
2191
|
-
cursor: pointer;
|
|
2192
|
-
display: flex;
|
|
2193
|
-
flex-direction: ${n?"row-reverse":"row"};
|
|
2194
|
-
min-height: 50px;
|
|
2195
|
-
padding: ${e.spacing[1]} ${e.spacing[.625]};
|
|
2196
|
-
width: 215px;
|
|
2197
|
-
|
|
2198
|
-
&:hover {
|
|
2199
|
-
background-color: ${e.palette.gray[100]};
|
|
2200
|
-
}
|
|
2201
|
-
`}
|
|
2202
|
-
`,Cn=({isSelected:e=!1,label:n,onSelect:o})=>{const i=f.useTheme(),r=u.useCallback(()=>{o&&o(n)},[o,n]);return t.jsxs(xt,{$isSelected:e,onClick:r,children:[e?t.jsx(R,{icon:"check",iconColor:i.palette.gray[800],iconSize:"lg"}):null,t.jsx(I,{color:i.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},ca=({isOpen:e=!0,items:n,handleNewOrganization:o,onSelect:i,onClose:r,selectedItem:a,title:s,variant:l})=>{const c=f.useTheme(),[d,p]=u.useState(n),[g,x]=u.useState(""),h=u.useCallback(m=>{p(S=>S.filter(C=>String(C.name).toLowerCase().includes(m.toLocaleLowerCase())))},[p]),b=u.useCallback(m=>{m.currentTarget&&(x(m.currentTarget.value),h(m.currentTarget.value))},[x,h]);u.useEffect(()=>{p(n),h(g)},[n,h,g]);const w=t.jsx($,{"aria-modal":"true",className:"comp-modal fixed inset-0 overflow-auto",zIndex:99999,children:t.jsx($,{alignItems:"center",bgColor:"rgb(52 64 84 / 70%)",display:"flex",height:"100vh",justify:"center",left:"0",top:"0",width:"100%",children:t.jsxs(la,{$itemsLength:d.length,children:[t.jsxs($,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(I,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:s}),t.jsx(B,{icon:"xmark",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:r,variant:"ghost"})]}),t.jsx($,{mt:1,children:t.jsx(se,{onInput:b,placeholder:"Search"})}),t.jsx(ae,{mb:1,mt:1}),t.jsxs($,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[l==="organization-selector"?t.jsx(xt,{onClick:o,children:t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsx(R,{icon:"square-plus",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",mr:.5}),t.jsx(I,{color:c.palette.gray[400],size:"md",children:"New organization"})]})}):void 0,d.map(m=>t.jsx(Cn,{isSelected:a.toLowerCase()===m.name,label:m.name.charAt(0).toUpperCase()+m.name.slice(1),onSelect:i},m.name))]})]})})});return e?le.createPortal(w,document.body):t.jsx("div",{})},da=f.styled.div`
|
|
2203
|
-
${({theme:e,$backgroundColor:n=e.palette.white})=>`
|
|
2204
|
-
align-items: flex-start;
|
|
2205
|
-
display: flex;
|
|
2206
|
-
background: ${n};
|
|
2207
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
2208
|
-
border-radius: ${e.spacing[.75]};
|
|
2209
|
-
box-shadow: ${e.shadows.sm};
|
|
2210
|
-
flex-direction: column;
|
|
2211
|
-
gap: ${e.spacing[.75]};
|
|
2212
|
-
padding: ${e.spacing[1]};
|
|
2213
|
-
|
|
2214
|
-
.fill-gradient-01 path {
|
|
2215
|
-
fill: url(/gradients.svg#gradient-01);
|
|
2216
|
-
fill: url(#gradient-01);
|
|
2217
|
-
}
|
|
2218
|
-
`}
|
|
2219
|
-
`,pa=({backgroundColor:e,title:n,indicator:o,description:i,icon:r})=>{const a=f.useTheme(),s=e?a.palette.white:void 0,l=y.$a916eb452884faea$export$b7a616150fdb9f44();return t.jsxs(da,{$backgroundColor:e,children:[t.jsxs($,{alignItems:"center","aria-label":n,"data-testid":n,display:"flex",gap:.75,justify:"space-between",width:"100%",children:[t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",children:[t.jsx(I,{fontWeight:"bold",size:"lg",...s?{color:s}:{},children:n}),t.jsx(V,{fontWeight:"bold",size:"lg",...s?{color:s}:{},children:l.format(Number(o))})]}),t.jsxs("span",{className:"fa-stack fa-2x",children:[t.jsx("i",{className:"fa-solid fa-square fa-stack-2x",style:{color:a.palette.primary[25]}}),t.jsx("i",{className:`fa-solid fa-${r} fa-stack-1x fill-gradient-01`,style:{width:"24px",height:"24px"}})]},r)]}),i?t.jsx(I,{size:"md",...s?{color:s}:{},children:i}):void 0]})},ga=({actions:e,children:n,header:o,title:i,tabs:r,footer:a})=>{const s=f.useTheme();return t.jsxs($,{alignItems:"flex-start",bgColor:s.palette.white,borderLeft:`1px solid ${s.palette.gray[300]}`,display:"flex",flexDirection:"column",maxHeight:"750px",width:"480px",children:[t.jsxs($,{alignItems:"flex-start",alignSelf:"stretch",borderBottom:`1px solid ${s.palette.gray[300]}`,display:"flex",gap:.25,justify:"space-between",px:1.25,py:1,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsx(I,{color:s.palette.gray[800],fontWeight:"bold",size:"lg",children:i}),o]}),e&&t.jsx($,{display:"flex",gap:.25,children:e.map(({icon:l,onClick:c},d)=>t.jsx(B,{icon:l??"paper-plane",iconColor:s.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:c,variant:"ghost"},`${d}-${l}`))})]}),t.jsx($,{display:"flex",pt:.25,width:"100%",children:t.jsx(pt,{items:r})}),t.jsx($,{alignSelf:"stretch",display:"flex",flexDirection:"column",px:1.25,py:1,scroll:"y",children:n}),a&&t.jsx($,{alignSelf:"stretch",borderTop:`1px solid ${s.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:a.map(({icon:l,text:c,onClick:d},p)=>t.jsx(M,{icon:l,onClick:d,variant:p===0?"primary":"tertiary",width:"100%",children:c},`${p}-${c}`))})]})},ua=f.styled.span`
|
|
2220
|
-
${({theme:e,$bgColor:n=e.palette.secondary[500],$txtDecoration:o="none"})=>`
|
|
2221
|
-
background-color: ${n};
|
|
2222
|
-
border-radius: 5px;
|
|
2223
|
-
color: ${e.palette.white};
|
|
2224
|
-
font-size: 10px;
|
|
2225
|
-
padding: ${e.spacing[.125]} ${e.spacing[.25]} ${e.spacing[.125]} ${e.spacing[.25]};
|
|
2226
|
-
text-decoration: ${o}
|
|
2227
|
-
`}
|
|
2228
|
-
`,xa=({bgColor:e,children:n,txtDecoration:o,ml:i=1})=>t.jsx(ua,{$bgColor:e,$txtDecoration:o,className:`ml-${i}`,children:n}),ha={lg:"56",md:"30",sm:"12"},{getVariant:fa}=te(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),ya=f.keyframes`
|
|
2229
|
-
0% {
|
|
2230
|
-
transform: rotateZ(0deg);
|
|
2231
|
-
}
|
|
2232
|
-
100% {
|
|
2233
|
-
transform: rotateZ(360deg)
|
|
2234
|
-
}
|
|
2235
|
-
`,ba=f.keyframes`
|
|
2236
|
-
0%,
|
|
2237
|
-
25% {
|
|
2238
|
-
stroke-dashoffset: 280;
|
|
2239
|
-
transform: rotate(0);
|
|
2240
|
-
}
|
|
2241
|
-
|
|
2242
|
-
50%,
|
|
2243
|
-
75% {
|
|
2244
|
-
stroke-dashoffset: 75;
|
|
2245
|
-
transform: rotate(45deg);
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
100% {
|
|
2249
|
-
stroke-dashoffset: 280;
|
|
2250
|
-
transform: rotate(360deg);
|
|
2251
|
-
}
|
|
2252
|
-
`,$a=f.styled.svg`
|
|
2253
|
-
${({$size:e="md"})=>f.css`
|
|
2254
|
-
animation: ${ya} 2s linear infinite;
|
|
2255
|
-
animation-timing-function: linear;
|
|
2256
|
-
display: inline-block;
|
|
2257
|
-
width: ${ha[e]}px;
|
|
2258
|
-
`}
|
|
2259
|
-
`,ma=f.styled.circle`
|
|
2260
|
-
${({theme:e,$color:n="red"})=>f.css`
|
|
2261
|
-
animation: 1.4s ease-in-out infinite both ${ba};
|
|
2262
|
-
display: block;
|
|
2263
|
-
fill: transparent;
|
|
2264
|
-
stroke-linecap: round;
|
|
2265
|
-
stroke-dasharray: 283;
|
|
2266
|
-
stroke-dashoffset: 280;
|
|
2267
|
-
stroke-width: 10px;
|
|
2268
|
-
transform-origin: 50% 50%;
|
|
2269
|
-
|
|
2270
|
-
${fa(e,n)}
|
|
2271
|
-
`}
|
|
2272
|
-
`,wa=f.styled.circle`
|
|
2273
|
-
display: block;
|
|
2274
|
-
fill: transparent;
|
|
2275
|
-
stroke: ${({theme:e})=>e.palette.gray[200]};
|
|
2276
|
-
stroke-linecap: round;
|
|
2277
|
-
stroke-width: 10px;
|
|
2278
|
-
transform-origin: 50% 50%;
|
|
2279
|
-
opacity: ${({$color:e})=>e==="white"?"20%":"unset"};
|
|
2280
|
-
`,Sn=({color:e="red",label:n,size:o})=>{const i=f.useTheme();return t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsxs($a,{$size:o,viewBox:"0 0 100 100",children:[t.jsx(wa,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(ma,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(I,{color:e==="red"||e==="blue"?i.palette.gray[700]:i.palette.white,ml:.5,size:"md",children:n})]})},ja={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},va=({publicId:e,variant:n})=>t.jsx($,{...ja[n],children:t.jsx(ie,{alt:"logo",publicId:e})}),ka=f.styled(y.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
|
|
2281
|
-
${({$size:e=16})=>`
|
|
2282
|
-
height: ${e}px;
|
|
2283
|
-
width: ${e}px;
|
|
2284
|
-
`}
|
|
2285
|
-
`,Ca=e=>{const{size:n}=e;return t.jsx(ka,{$size:n,...e})},Sa=({children:e,commitSha:n,commitShortSha:o,parentElement:i,userInfo:r,setVisibility:a})=>{const s=f.useTheme(),{userName:l,email:c,phone:d,userRole:p}=r;return ne(i,()=>{a(!1)}),t.jsxs(hn,{children:[t.jsx("li",{className:"user-info",children:t.jsxs($,{display:"inline-flex",gap:.25,width:"100%",children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsx(I,{color:s.palette.gray[800],fontWeight:"bold",size:"md",children:l}),t.jsx(I,{color:s.palette.gray[400],size:"md",children:c}),y.lodashExports.isUndefined(d)?void 0:t.jsx(I,{color:s.palette.gray[400],size:"md",children:d})]}),t.jsx($,{children:t.jsx(Q,{tagLabel:p,variant:"role"})})]})}),t.jsx(ae,{}),e,t.jsx(ae,{}),t.jsx("li",{className:"commit-info",children:t.jsx(J,{href:`https://github.com/fluidattacks/universe/tree/${n}`,iconPosition:"hidden",children:t.jsx(I,{color:s.palette.gray[400],size:"sm",children:`commit : ${o}`})})})]})},za=f.styled.button`
|
|
2286
|
-
align-items: center;
|
|
2287
|
-
background-color: transparent;
|
|
2288
|
-
border: unset;
|
|
2289
|
-
cursor: pointer;
|
|
2290
|
-
display: flex;
|
|
2291
|
-
justify-content: center;
|
|
2292
|
-
gap: 5px;
|
|
2293
|
-
padding: 0;
|
|
2294
|
-
|
|
2295
|
-
&:hover p {
|
|
2296
|
-
color: ${F.palette.primary[200]};
|
|
2297
|
-
}
|
|
2298
|
-
|
|
2299
|
-
&:hover span {
|
|
2300
|
-
color: ${F.palette.primary[200]};
|
|
2301
|
-
}
|
|
2302
|
-
`,Ta=({message:e,onClickButton:n,buttonText:o,buttonFontWeight:i="regular",show:r=!0,icon:a,onClose:s,buttonSide:l="end"})=>{const c=f.useTheme(),[d,p]=u.useState(r),g=u.useCallback(()=>{p(!1),s==null||s()},[s]);u.useEffect(()=>{p(r)},[r,p]);const x=t.jsxs(za,{onClick:n,children:[t.jsx(I,{color:c.palette.white,fontWeight:i,size:"md",textDecoration:"underline",children:o}),t.jsx(R,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"lg",iconType:i==="bold"?"fa-regular":"fa-light"})]});return t.jsxs($,{alignItems:"center",bgGradient:"linear-gradient(45deg, #f32637 0%, #b8075d 100%)",display:d?"flex":"none",id:"message-banner",justify:"space-between",padding:[.75,.75,.75,.75],children:[t.jsxs($,{display:"flex",gap:.5,justify:"center",width:"100%",children:[l==="start"&&n?x:void 0,t.jsx($,{children:typeof e=="string"?t.jsx(I,{color:c.palette.white,display:"inline",size:"md",children:e}):e}),l==="end"&&n?x:void 0]}),t.jsx(R,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},Ia=f.styled.div`
|
|
2303
|
-
${({theme:e,$variant:n})=>`
|
|
2304
|
-
background: ${e.palette.white};
|
|
2305
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
2306
|
-
border-radius: ${e.spacing[.25]};
|
|
2307
|
-
border-left: 4px solid ${e.palette[n][500]};
|
|
2308
|
-
box-shadow: ${e.shadows.md};
|
|
2309
|
-
position: relative;
|
|
2310
|
-
display: flex;
|
|
2311
|
-
width: 360px;
|
|
2312
|
-
padding: ${e.spacing[1]} ${e.spacing[1]} ${e.spacing[1]} ${e.spacing[1]};
|
|
2313
|
-
gap: ${e.spacing[.5]};
|
|
2314
|
-
|
|
2315
|
-
button {
|
|
2316
|
-
position: absolute;
|
|
2317
|
-
top: 20px;
|
|
2318
|
-
right: 16px;
|
|
2319
|
-
}
|
|
2320
|
-
`}
|
|
2321
|
-
`,Da=f.styled(V)`
|
|
2322
|
-
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2323
|
-
`,Ea=f.styled.div`
|
|
2324
|
-
${({theme:e,$variant:n})=>`
|
|
2325
|
-
height: ${e.spacing[2.5]};
|
|
2326
|
-
width: ${e.spacing[2.5]};
|
|
2327
|
-
position: relative;
|
|
2328
|
-
flex-shrink: 0;
|
|
2329
|
-
|
|
2330
|
-
& .ellipse-1,
|
|
2331
|
-
& .ellipse-2,
|
|
2332
|
-
& .icon {
|
|
2333
|
-
top: 50%;
|
|
2334
|
-
left: 50%;
|
|
2335
|
-
transform: translate(-50%, -50%);
|
|
2336
|
-
position: absolute;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
& .ellipse-1 {
|
|
2340
|
-
transform: scale(2.5) translate(-20%, -20%);
|
|
2341
|
-
color: ${e.palette[n][50]};
|
|
2342
|
-
position: absolute;
|
|
2343
|
-
}
|
|
2344
|
-
|
|
2345
|
-
& .ellipse-2 {
|
|
2346
|
-
transform: scale(2) translate(-25%, -25%);
|
|
2347
|
-
color: ${e.palette[n][200]};
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
|
-
& .icon {
|
|
2351
|
-
color: ${e.palette[n][500]};
|
|
2352
|
-
}
|
|
2353
|
-
`}
|
|
2354
|
-
`,Ra=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",Na=({description:e,onClose:n,title:o,variant:i})=>{const r=f.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(Ia,{$variant:i,className:`notification notification__${i}`,role:"alertdialog",children:[t.jsxs(Ea,{$variant:i,children:[t.jsx(R,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(R,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(R,{icon:Ra(i),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs($,{pr:1.5,children:[t.jsx(Da,{fontWeight:"bold",size:"xs",children:o}),t.jsx(I,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(B,{height:"fit-content",icon:"close",iconColor:r.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},Fa={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},Qe=({icon:e,label:n,onClick:o,onlyLabel:i=!1,provider:r="GitLab"})=>{const a=f.useTheme();return t.jsxs($,{alignItems:"center",bgColorHover:a.palette.gray[100],borderRadius:"4px",cursor:"pointer",display:"flex",flexDirection:"column",gap:.25,height:"62px",justify:"center",minWidth:"64px",onClick:o,pb:.5,pl:.25,pr:.25,pt:.5,children:[i?!1:t.jsx($,{height:"24px",width:"24px",children:e===void 0?t.jsx(ie,{alt:`${r} Logo`,height:"100%",publicId:Fa[r],width:"100%"}):t.jsx(R,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx($,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(I,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:i?"break-spaces":"nowrap",wordWrap:"unset",children:n??r})})]})},La=({align:e="end",buttonLabel:n="Add Credential",children:o,id:i,manualOption:r,providers:a})=>{const s=f.useTheme(),[l,c]=u.useState(!1),d=u.useRef(null);ne(d.current,()=>{c(!1)},!0);const p=u.useCallback(h=>{r==null||r.onClick(h),c(!1)},[r]),g=u.useCallback(()=>{c(h=>!h)},[c]),x=u.useCallback(h=>b=>{var w;(w=a[h])==null||w.onClick(b),c(!1)},[a]);return t.jsxs($,{alignItems:e,display:"flex",flexDirection:"column",position:"relative",ref:d,width:"max-content",zIndex:10,children:[t.jsx(M,{icon:"plus",onClick:g,variant:"primary",children:n}),t.jsxs($,{alignItems:"center",bgColor:"#fff",border:`1px solid ${s.palette.gray[200]}`,borderRadius:"4px",display:"flex",gap:.5,height:"78px",id:i,pb:.5,pl:.75,position:"absolute",pr:.75,pt:.5,shadow:"md",top:"40px",visibility:l?"visible":"hidden",zIndex:10,children:[Object.keys(a).map(h=>t.jsx(Qe,{onClick:x(h),provider:h},h)),r===void 0?void 0:t.jsx(Qe,{icon:"square-plus",label:r.label??"Add manually",onClick:p}),o]})]})},Aa=f.styled.div`
|
|
2355
|
-
${({theme:e})=>`
|
|
2356
|
-
height: ${e.spacing[1]};
|
|
2357
|
-
width: ${e.spacing[1]};
|
|
2358
|
-
position: relative;
|
|
2359
|
-
flex-shrink: 0;
|
|
2360
|
-
|
|
2361
|
-
& .ellipse-1,
|
|
2362
|
-
& .ellipse-2,
|
|
2363
|
-
& .icon {
|
|
2364
|
-
top: 50%;
|
|
2365
|
-
left: 50%;
|
|
2366
|
-
transform: translate(-50%, -50%);
|
|
2367
|
-
position: absolute;
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
& .ellipse-1 {
|
|
2371
|
-
color: ${e.palette.warning[200]};
|
|
2372
|
-
position: absolute;
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
& .ellipse-2 {
|
|
2376
|
-
transform: scale(0.75) translate(-67%, -66%);
|
|
2377
|
-
color: ${e.palette.warning[400]};
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
& .icon {
|
|
2381
|
-
color: ${e.palette.warning[600]};
|
|
2382
|
-
font-size: ${e.spacing[.5]};
|
|
2383
|
-
}
|
|
2384
|
-
`}
|
|
2385
|
-
`,zn=({margin:e,onClick:n,text:o})=>{const i=f.useTheme(),r=t.jsxs(Aa,{children:[t.jsx(R,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(R,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(R,{icon:"crown",iconClass:"icon",iconSize:"lg"})]});return o!==void 0?t.jsx($,{cursor:"pointer",display:"inline-block",mr:e,onClick:n,children:t.jsxs($,{alignItems:"center",bgColor:i.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[r,t.jsx(I,{color:i.palette.warning[500],display:"inline",ml:.25,size:"sm",children:o})]})}):t.jsx($,{display:"inline-block",mr:e,onClick:n,children:r})},Pa=f.styled.div`
|
|
2386
|
-
${({theme:e,$isDragging:n})=>`
|
|
2387
|
-
align-items: center;
|
|
2388
|
-
display: flex;
|
|
2389
|
-
background-color: ${e.palette.white};
|
|
2390
|
-
gap: ${e.spacing[.625]};
|
|
2391
|
-
border-top: 1px solid ${e.palette.gray[200]};
|
|
2392
|
-
border-right: 1px solid ${e.palette.gray[200]};
|
|
2393
|
-
border-left: 1px solid ${e.palette.gray[200]};
|
|
2394
|
-
width: 100%;
|
|
2395
|
-
|
|
2396
|
-
${n?`border: 1px solid ${e.palette.black};`:""}
|
|
2397
|
-
`}
|
|
2398
|
-
`,Tn=({color:e,icon:n})=>t.jsxs("span",{style:{display:"inline-flex",position:"relative"},children:[t.jsxs("span",{className:"fa-stack",style:{zIndex:0,height:"20px",width:"20px"},children:[t.jsx("i",{className:"fa-solid fa-square fa-stack-2x",style:{color:e,height:"20px",width:"20px"}}),t.jsx("i",{className:"fa-solid fa-circle fa-stack-1x",style:{color:"#ffffff",height:"14px",width:"14px"}})]}),t.jsx("i",{className:`fa-regular fa-${n}`,style:{color:e,position:"absolute",height:"14px",left:"3px",top:"3px",width:"14px"}})]},`${n}-${e}`),In=({rank:e})=>{const n=f.useTheme(),o={1:{color:n.palette.error[700],icon:"gauge-max"},2:{color:n.palette.error[500],icon:"gauge-high"},3:{color:n.palette.warning[500],icon:"gauge"},4:{color:n.palette.success[500],icon:"gauge-low"},5:{color:n.palette.info[700],icon:"gauge-min"},6:{color:n.palette.gray[400],icon:"gauge-min"}};return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(Tn,{color:o[e].color,icon:o[e].icon}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e})]})},Dn=({item:e,disabled:n,draggedItem:o,position:i,handleDragEnd:r,handleItemDragStart:a})=>{const s=f.useTheme();return t.jsx(y.ReorderItem,{as:"div",dragListener:!n,item:e.title,onDragEnd:r,onDragStart:a(e.title),style:{zIndex:o===e.title?9999:"auto",position:o===e.title?"relative":"static"},value:e,children:t.jsxs(Pa,{$isDragging:o===e.title,children:[t.jsxs($,{alignItems:"center",borderRight:"1px solid "+s.palette.gray[200],display:"flex",gap:.625,minWidth:"200px",px:1,py:1,width:"200px",children:[!n&&t.jsx(R,{icon:"grip-vertical",iconColor:s.palette.gray[400],iconSize:"md",mx:.75,my:.75}),t.jsx(V,{fontWeight:"bold",size:"xs",children:e.title})]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,justify:"space-between",pl:1,pr:1.75,py:1,width:"100%",children:[t.jsx(I,{size:"sm",children:e.description}),t.jsx(In,{rank:i+1})]})]})},e.title)},Oa=({disabled:e,items:n,handleSetItems:o})=>{const i=f.useTheme(),[r,a]=u.useState(n),[s,l]=u.useState(void 0);u.useEffect(()=>{a(n)},[n]);const c=u.useCallback(x=>{a([...x])},[]),d=u.useCallback(x=>{l(x)},[]),p=u.useCallback(()=>{l(void 0),o(r)},[o,r]),g=u.useCallback(x=>()=>{d(x)},[d]);return t.jsx(y.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:c,style:{borderBottom:`1px solid ${i.palette.gray[200]}`},values:r,children:r.map((x,h)=>t.jsx(Dn,{disabled:e,draggedItem:s,handleDragEnd:p,handleItemDragStart:g,item:x,position:h},x.title))})},Ma=({score:e})=>{const n=f.useTheme(),o=e<=33?"priority-bars-low":"priority-bars-medium",i=e>66||e===0?"priority-bars-high":o;return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(R,{icon:i,iconClass:e<=66?"fa-kit-duotone":"",iconColor:e>0?n.palette.primary[500]:n.palette.gray[200],iconSize:"lg",iconType:"fa-kit",secondaryColor:n.palette.gray[200]}),t.jsx(I,{color:n.palette.gray[800],size:"md",textAlign:"right",children:e+"%"})]})},{getVariant:Wa}=te(e=>({compliance:`
|
|
2399
|
-
display: inline-flex;
|
|
2400
|
-
|
|
2401
|
-
&.horizontal {
|
|
2402
|
-
height: ${e.spacing[.75]};
|
|
2403
|
-
}
|
|
2404
|
-
&.vertical {
|
|
2405
|
-
width: ${e.spacing[.75]};
|
|
2406
|
-
}
|
|
2407
|
-
`,default:`
|
|
2408
|
-
display: inline-flex;
|
|
2409
|
-
|
|
2410
|
-
&.horizontal {
|
|
2411
|
-
height: ${e.spacing[.5]};
|
|
2412
|
-
}
|
|
2413
|
-
&.vertical {
|
|
2414
|
-
width: ${e.spacing[.5]};
|
|
2415
|
-
}
|
|
2416
|
-
.progress-bar {
|
|
2417
|
-
background-color: ${e.palette.primary[500]};
|
|
2418
|
-
}
|
|
2419
|
-
`,progressIndicator:`
|
|
2420
|
-
display: flex;
|
|
2421
|
-
|
|
2422
|
-
&.horizontal {
|
|
2423
|
-
height: ${e.spacing[.125]};
|
|
2424
|
-
}
|
|
2425
|
-
&.vertical {
|
|
2426
|
-
width: ${e.spacing[.125]};
|
|
2427
|
-
}
|
|
2428
|
-
.progress-bar {
|
|
2429
|
-
background-color: ${e.palette.primary[500]};
|
|
2430
|
-
}
|
|
2431
|
-
`,progressIndicatorError:`
|
|
2432
|
-
display: flex;
|
|
2433
|
-
|
|
2434
|
-
&.horizontal {
|
|
2435
|
-
height: ${e.spacing[.125]};
|
|
2436
|
-
}
|
|
2437
|
-
&.vertical {
|
|
2438
|
-
width: ${e.spacing[.125]};
|
|
2439
|
-
}
|
|
2440
|
-
.progress-bar {
|
|
2441
|
-
background-color: ${e.palette.error[200]};
|
|
2442
|
-
}
|
|
2443
|
-
`,small:`
|
|
2444
|
-
color: ${e.palette.primary[500]};
|
|
2445
|
-
display: inline-flex;
|
|
2446
|
-
|
|
2447
|
-
&.horizontal {
|
|
2448
|
-
height: ${e.spacing[.25]};
|
|
2449
|
-
}
|
|
2450
|
-
&.vertical {
|
|
2451
|
-
width: ${e.spacing[.25]};
|
|
2452
|
-
}
|
|
2453
|
-
.progress-bar {
|
|
2454
|
-
background-color: ${e.palette.primary[500]};
|
|
2455
|
-
}
|
|
2456
|
-
`})),Ba=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],Ha=f.styled.div`
|
|
2457
|
-
${({theme:e,$minWidth:n,$orientation:o,$rounded:i,$variant:r})=>`
|
|
2458
|
-
background-color: ${e.palette.gray[100]};
|
|
2459
|
-
border-radius: ${i?"100px":"unset"};
|
|
2460
|
-
${o==="horizontal"?"min-width":"min-height"}: ${n}px;
|
|
2461
|
-
${o==="horizontal"?"":"height: 100%;"}
|
|
2462
|
-
|
|
2463
|
-
${Wa(e,r)}
|
|
2464
|
-
|
|
2465
|
-
`}
|
|
2466
|
-
`,_a=f.styled.div`
|
|
2467
|
-
${({theme:e,$percentage:n,$rounded:o,$variant:i})=>`
|
|
2468
|
-
display: inline-flex;
|
|
2469
|
-
width: ${n}%;
|
|
2470
|
-
max-width: 100%;
|
|
2471
|
-
min-width: 0%;
|
|
2472
|
-
height: 100%;
|
|
2473
|
-
border-radius: ${o?"100px":"unset"};
|
|
2474
|
-
border-end-end-radius: ${o&&n<100?"0":"inherit"};
|
|
2475
|
-
border-start-end-radius: ${o&&n<100?"0":"inherit"};
|
|
2476
|
-
background-color: ${i==="compliance"?Ba(e,n):"inherit"};
|
|
2477
|
-
`}
|
|
2478
|
-
`,En=({minWidth:e=100,percentage:n,percentageLocation:o="right",showPercentage:i=!1,orientation:r="horizontal",rounded:a=!0,variant:s="default"})=>{const l=i&&o==="left",c=i?t.jsx($,{alignItems:"center",display:"flex",justify:l?"flex-end":"flex-start",width:"40px",children:t.jsx(I,{ml:.5,mr:l?.5:0,size:"md",children:`${n}%`})}):null,d=t.jsx(Ha,{$minWidth:e,$orientation:r,$rounded:a,$variant:s,className:r,children:t.jsx(_a,{$percentage:n,$rounded:a,$variant:s,className:"progress-bar"})});return t.jsxs($,{alignItems:"center",display:"inline-flex",flexDirection:l?"row-reverse":"row",height:r==="horizontal"?"auto":"100%",maxWidth:l?`${e+43}px`:void 0,minWidth:l?`${e+43}px`:void 0,textAlign:"end",children:[d,c]})},Rn=({onClick:e})=>t.jsx("svg",{className:"in-progress-icon",fill:"none",height:"13",onClick:e,viewBox:"0 0 12 13",width:"12",xmlns:"http://www.w3.org/2000/svg",children:t.jsxs("g",{id:"Group 8",children:[t.jsx("path",{d:"M9.40199 3.00342L9.95715 2.34182C9.42087 1.88791 8.80949 1.53109 8.15051 1.28741L7.8552 2.09852C8.41952 2.30786 8.94298 2.61408 9.40199 3.00342Z",fill:"#1D2939"}),t.jsx("path",{d:"M11.1498 6.08815L11.9998 5.90982C11.8803 5.21957 11.6409 4.55558 11.2923 3.94793L10.5444 4.36018C10.8429 4.89758 11.0476 5.48194 11.1498 6.08815Z",fill:"#1D2939"}),t.jsx("path",{d:"M7.8552 11.8057L8.15051 12.6168C8.80949 12.3731 9.42087 12.0163 9.95715 11.5624L9.40199 10.9008C8.94298 11.2901 8.41952 11.5963 7.8552 11.8057Z",fill:"#1D2939"}),t.jsx("path",{d:"M10.5444 9.54409L11.2923 9.97608C11.6411 9.36144 11.8805 8.69095 12 7.99444L11.1498 7.84459C11.0476 8.44177 10.8427 9.01676 10.5444 9.54409Z",fill:"#1D2939"}),t.jsx("path",{d:"M6.04789 13V0.904236C4.44389 0.904236 2.90559 1.54142 1.77139 2.67562C0.637187 3.80982 0 5.34813 0 6.95213C0 8.55613 0.637187 10.0944 1.77139 11.2286C2.90559 12.3628 4.44389 13 6.04789 13Z",fill:"#1D2939"})]})}),Nn=(e,n)=>{switch(e){case"completed":return n.palette.success[500];case"disabled":return n.palette.gray[300];case"error":return n.palette.error[500];case"in progress":return n.palette.gray[800];case"not completed":default:return n.palette.gray[800]}},Va=f.styled(R)`
|
|
2479
|
-
box-sizing: border-box;
|
|
2480
|
-
|
|
2481
|
-
border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${Nn("in progress",e)}`:"unset"};
|
|
2482
|
-
border-radius: 50%;
|
|
2483
|
-
`,Ua=f.styled.div`
|
|
2484
|
-
${({$minWidth:e,$orientation:n})=>`
|
|
2485
|
-
display: flex;
|
|
2486
|
-
flex-direction: ${n==="horizontal"?"row":"column"};
|
|
2487
|
-
|
|
2488
|
-
@media (width <= ${e}) {
|
|
2489
|
-
display: flex;
|
|
2490
|
-
flex-flow: row wrap;
|
|
2491
|
-
}
|
|
2492
|
-
`}
|
|
2493
|
-
`,Ga=150,Ya=({label:e,minWidth:n=Ga,state:o="not completed",stepNumber:i=1,title:r,onClick:a,orientation:s="horizontal"})=>{const l=f.useTheme(),c={completed:"circle-check",disabled:"circle-dashed",error:"circle-exclamation","in progress":"circle-half","not completed":"circle-dashed"},d=o==="disabled";return t.jsxs($,{display:"inline-flex",flexDirection:s==="horizontal"?"column":"row",minWidth:`${n}px`,children:[t.jsx(En,{minWidth:n,orientation:s,percentage:d||o==="not completed"?0:100,rounded:!1,variant:o==="error"?"progressIndicatorError":"progressIndicator"}),t.jsxs($,{display:"flex",gap:.5,px:.5,py:.5,width:"100%",children:[o==="in progress"?t.jsx(Rn,{onClick:a}):t.jsx(Va,{$variant:o,clickable:!d,disabled:d,icon:c[o],iconColor:Nn(o,l),iconSize:"lg",iconType:"fa-light",onClick:d?void 0:a}),t.jsxs($,{children:[t.jsx(I,{color:l.palette.gray[d?300:800],fontWeight:"bold",size:"md",children:`${i}.${r}`}),e===void 0?null:t.jsx(I,{color:l.palette.gray[d?300:600],size:"sm",children:e})]})]})]})},Ka=150,qa=({children:e,orientation:n="horizontal",minWidth:o=Ka})=>{const i=u.Children.toArray(e),r=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>r*o,[r,o]);return t.jsx(Ua,{$minWidth:`${a}px`,$orientation:n,children:i.map(s=>u.cloneElement(s,{minWidth:o,orientation:n}))})},Fn=({description:e="",highlightDescription:n="",mobile:o})=>{const i=f.useTheme(),r=o?"md":"lg",a=typeof n=="string",s=a?"":new RegExp(`(${n.join("|")})`,"u");return n.length>0?t.jsx(I,{display:"inline",lineSpacing:1.5,size:r,textAlign:o?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx(he,{color:i.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:n}),e]}):e.split(s).map((l,c)=>n.includes(l)?t.jsx(he,{color:i.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:r,children:l},`${c+1}-bold`):l)}):t.jsx(I,{lineSpacing:1.5,size:r,textAlign:o?"start":"center",children:e})},Za=({_portal:e=!1,cancelButton:n,darkBackground:o=!1,children:i,confirmButton:r,container:a,description:s,highlightDescription:l="",image:c,maxWidth:d,mobile:p=!1,title:g,titleColor:x})=>{const h=f.useTheme(),{alt:b,src:w,width:m="77px",height:S="77px"}=c,C=u.useCallback(()=>{n==null||n.onClick()},[n]),v=u.useCallback(()=>{r==null||r.onClick()},[r]),j=t.jsx(V,{color:x,fontWeight:"bold",lineSpacing:p?1.5:2.5,mb:p?1.5:0,size:p?"sm":"md",textAlign:p?"start":"center",children:g}),k=t.jsx(ie,{alt:b,height:S,publicId:w,width:m}),z=t.jsx($,{alignItems:"center","aria-label":g,"aria-modal":"true",bgColor:o?"rgba(52, 64, 84, 70%)":"",display:"flex",height:"100vh",justify:"center",left:"0",position:e?"fixed":"absolute",top:"0px",width:"100%",zIndex:99999,children:t.jsxs($,{bgColor:h.palette.white,border:`1px solid ${h.palette.gray[200]}`,borderRadius:"8px",display:"inline-flex",flexDirection:"column",maxWidth:d,position:"relative",px:p?1.5:2.5,py:p?1.5:2.5,shadow:"lg",width:p?"335px":"100%",zIndex:11,children:[t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"column",width:"100%",children:[p?j:void 0,p?t.jsx($,{alignItems:"center",height:S,justify:"center",mr:0,children:t.jsx($,{bgColor:h.palette.gray[100],left:"0",position:"absolute",textAlign:"center",width:"100%",children:k})}):k,t.jsxs($,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[p?void 0:j,t.jsx(Fn,{description:s,highlightDescription:l,mobile:p})]})]}),i&&t.jsx($,{mb:1,scroll:"y",children:t.jsx($,{height:"100%",children:i})}),t.jsxs($,{alignItems:"flex-start",display:"flex",gap:1,justify:p?"start":"center",children:[y.lodashExports.isObject(r)?t.jsx(M,{onClick:v,variant:(r==null?void 0:r.variant)??"primary",children:r==null?void 0:r.text},r==null?void 0:r.key):void 0,y.lodashExports.isObject(n)?t.jsx(M,{onClick:C,variant:(n==null?void 0:n.variant)??"tertiary",children:n==null?void 0:n.text},n==null?void 0:n.key):void 0]})]})});return e?le.createPortal(z,a??document.body):z},Xa=f.styled.div.attrs({className:"comp-scroll-up"})`
|
|
2494
|
-
position: fixed;
|
|
2495
|
-
bottom: ${({bottom:e})=>e??"unset"};
|
|
2496
|
-
right: ${({right:e})=>e??"unset"};
|
|
2497
|
-
z-index: ${({zIndex:e})=>e??"unset"};
|
|
2498
|
-
left: ${({left:e})=>e??"unset"};
|
|
2499
|
-
`,Ja=({scrollerId:e="dashboard",left:n,visibleAt:o=500,bottom:i,right:r,zIndex:a=100})=>{const[s,l]=u.useState(!1),[c,d]=u.useState(null),p=f.useTheme();u.useEffect(()=>{d(document.getElementById(e)),c==null||c.addEventListener("scroll",()=>{l(c.scrollTop>o)})},[c,e,o]);const g=u.useCallback(()=>{c==null||c.scrollTo({behavior:"smooth",top:0})},[c]);return s?t.jsx(Xa,{bottom:i,left:n,right:r,zIndex:a,children:t.jsx(B,{borderRadius:"50%",height:"40px",icon:"arrow-up",iconSize:"xl",id:"scroll-up",onClick:g,style:{backgroundColor:p.palette.black,borderRadius:"50%",color:p.palette.white},width:"40px"})}):null},Qa={critical:{bgColor:F.palette.primary[700],colorL:F.palette.gray[800],colorR:F.palette.white},disable:{bgColor:F.palette.gray[200],colorL:F.palette.gray[400],colorR:F.palette.gray[400]},high:{bgColor:F.palette.error[500],colorL:F.palette.gray[800],colorR:F.palette.white},low:{bgColor:F.palette.warning[200],colorL:F.palette.gray[800],colorR:F.palette.gray[800]},medium:{bgColor:F.palette.warning[500],colorL:F.palette.gray[800],colorR:F.palette.gray[800]}},Ln=({textL:e,textR:n,variant:o})=>{const i=f.useTheme(),{bgColor:r,colorL:a,colorR:s}=Qa[o];return t.jsxs($,{alignItems:"flex-start",display:"inline-flex",children:[e?t.jsx($,{alignItems:"center",bgColor:i.palette.white,border:`1px solid ${r}`,borderRadius:"4px 0px 0px 4px",display:"flex",justify:"center",padding:[0,.25,0,.25],children:t.jsx(I,{color:a,size:"md",children:e})}):void 0,t.jsx($,{alignItems:"center",bgColor:r,border:`1px solid ${r}`,borderRadius:e?"0px 4px 4px 0px":"4px",display:"flex",padding:e?[0,.25,0,.125]:[0,.25,0,.25],pb:.125,pl:.125,pr:.125,pt:.125,children:t.jsx(I,{color:s,size:"md",children:n})})]})},es=(e,n)=>{const o={critical:F.palette.primary[700],high:F.palette.error[500],low:F.palette.warning[200],medium:F.palette.warning[500],none:F.palette.gray[200]},i={disabled:F.palette.gray[400],enabled:F.palette.gray[800]},r={critical:F.palette.white,high:F.palette.white,low:F.palette.gray[800],medium:F.palette.gray[800],none:F.palette.gray[400]};return{iconColor:n<1?o.none:o[e],iconText:y.lodashExports.capitalize(e.charAt(0)),iconTextColor:n<1?r.none:r[e],textColor:n<1?i.disabled:i.enabled}},xe=({variant:e,value:n})=>{const{iconColor:o,iconText:i,iconTextColor:r,textColor:a}=es(e,n),s=y.lodashExports.capitalize(e.charAt(0))+e.slice(1);return t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,minWidth:"43px",children:[t.jsx(q,{id:s,place:"top",tip:s,children:t.jsx($,{alignItems:"center",bgColor:o,borderRadius:"4px",cursor:"pointer",display:"flex",height:"22px",maxWidth:"22px",minWidth:"22px",children:t.jsx(I,{color:r,size:"md",textAlign:"center",children:i})})}),t.jsx(I,{color:a,size:"md",children:n})]})},ts=({critical:e,high:n,medium:o,low:i})=>t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(xe,{value:e,variant:"critical"}),t.jsx(xe,{value:n,variant:"high"}),t.jsx(xe,{value:o,variant:"medium"}),t.jsx(xe,{value:i,variant:"low"})]}),ns=f.styled.div`
|
|
2500
|
-
${({theme:e})=>`
|
|
2501
|
-
border-radius: ${e.spacing[.25]};
|
|
2502
|
-
cursor: pointer;
|
|
2503
|
-
display: flex;
|
|
2504
|
-
gap: ${e.spacing[.5]};
|
|
2505
|
-
justify-content: end;
|
|
2506
|
-
position: relative;
|
|
2507
|
-
z-index: 20;
|
|
2508
|
-
|
|
2509
|
-
&:hover {
|
|
2510
|
-
background-color: ${e.palette.gray[100]};
|
|
2511
|
-
}
|
|
2512
|
-
|
|
2513
|
-
&:hover > div {
|
|
2514
|
-
display: block;
|
|
2515
|
-
}
|
|
2516
|
-
`}
|
|
2517
|
-
`,os=({visibleElement:e,hiddenElement:n})=>t.jsxs(ns,{children:[e,t.jsx($,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),An=({customBadge:e=void 0,description:n,icon:o,onClick:i,requiresUpgrade:r=!1,title:a})=>{const s=f.useTheme();return t.jsxs($,{bgColor:s.palette.white,bgColorHover:s.palette.gray[100],cursor:"pointer",display:"flex",gap:.5,onClick:i,px:1.25,py:1,width:"100%",children:[t.jsx($,{alignItems:"center",bgColor:s.palette.gray[300],borderRadius:s.spacing[.25],display:"flex",height:"24px",justify:"center",width:"24px",children:t.jsx(R,{icon:o,iconColor:s.palette.gray[800],iconSize:"sm",ml:.5,mr:.5})}),t.jsxs($,{children:[t.jsxs($,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(I,{color:s.palette.gray[800],size:"md",children:a}),r?t.jsx(zn,{text:"Upgrade"}):void 0,e]}),t.jsx(I,{color:s.palette.gray[400],size:"sm",children:n})]})]})},is=f.styled(y.m.div)`
|
|
2518
|
-
${({theme:e})=>`
|
|
2519
|
-
background-color: ${e.palette.white};
|
|
2520
|
-
box-shadow: ${e.shadows.lg};
|
|
2521
|
-
max-width: 350px;
|
|
2522
|
-
min-width: 350px;
|
|
2523
|
-
height: 100%;
|
|
2524
|
-
position: absolute;
|
|
2525
|
-
right: 0;
|
|
2526
|
-
top: 0;
|
|
2527
|
-
overflow: hidden auto;
|
|
2528
|
-
scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
|
|
2529
|
-
scroll-padding: ${e.spacing[.5]};
|
|
2530
|
-
scrollbar-width: thin;
|
|
2531
|
-
z-index: 99999;
|
|
2532
|
-
|
|
2533
|
-
> div {
|
|
2534
|
-
border: 1px solid ${e.palette.gray[100]};
|
|
2535
|
-
width: auto;
|
|
2536
|
-
min-height: 100vh;
|
|
2537
|
-
height: auto;
|
|
2538
|
-
}
|
|
2539
|
-
`}
|
|
2540
|
-
`,rs=({children:e,closeIconId:n="close-menu",isOpen:o,items:i,onClose:r,title:a})=>{const s=f.useTheme(),l=u.useRef(null),c=u.useCallback(d=>()=>{d(),r()},[r]);return u.useEffect(()=>{const d=["mousedown","touchstart"],p=g=>{var m;const x=g.target,h=document.getElementById("helpBtn"),b=document.getElementById("filter-btn"),w=(x===h||((h==null?void 0:h.contains(x))??!1)||x===b||(b==null?void 0:b.contains(x)))??!1;o&&!w&&!(((m=l.current)==null?void 0:m.contains(x))??!1)&&r()};return d.forEach(g=>{document.addEventListener(g,p,{passive:!0})}),()=>{d.forEach(g=>{document.removeEventListener(g,p)})}},[o,r]),t.jsx(y.LazyMotion,{features:y.domAnimation,children:t.jsx(is,{animate:o?{display:"block",x:0}:{transitionEnd:{display:"none"},x:"100%"},initial:{display:"none",x:"100%"},ref:l,transition:{bounce:0,duration:.6,type:"spring"},children:t.jsxs($,{height:"100%",position:"relative",children:[t.jsxs($,{alignItems:"center",bgColor:s.palette.white,borderBottom:"1px solid",borderColor:s.palette.gray[200],display:"flex",gap:1.25,justify:"space-between",padding:[1.25,1.25,1.25,1.25],position:"sticky",top:"0",zIndex:40,children:[t.jsx(I,{color:s.palette.black,display:"inline",fontWeight:"bold",size:"lg",children:a}),t.jsx(B,{icon:"close",iconColor:s.palette.gray[400],iconSize:"lg",iconTransform:"grow-4",iconType:"fa-light",id:n,onClick:r,px:.25,py:.25,variant:"ghost"})]}),t.jsx($,{display:"flex",flexDirection:"column",justify:"space-between",minHeight:"100vh",children:t.jsxs($,{py:1.25,children:[(i??[]).map(({customBadge:d,description:p,icon:g,onClick:x,requiresUpgrade:h,title:b})=>t.jsx(An,{customBadge:d,description:p,icon:g,onClick:c(x),requiresUpgrade:h,title:b},b)),e&&t.jsx($,{px:1.25,children:e})]})})]})})})},as=(e,n)=>n>=50?`
|
|
2541
|
-
${e.palette.gray[200]} 50%,
|
|
2542
|
-
${e.palette.primary[500]} 50.05%,
|
|
2543
|
-
${e.palette.primary[500]} ${n}%,
|
|
2544
|
-
${e.palette.gray[200]} ${n}%
|
|
2545
|
-
`:`
|
|
2546
|
-
${e.palette.gray[200]} ${n}%,
|
|
2547
|
-
${e.palette.primary[500]} ${n}%,
|
|
2548
|
-
${e.palette.primary[500]} 50%,
|
|
2549
|
-
${e.palette.gray[200]} 50.05%,
|
|
2550
|
-
${e.palette.gray[200]} 100%
|
|
2551
|
-
`,ss=f.styled.div`
|
|
2552
|
-
${({theme:e,$min:n,$value:o})=>`
|
|
2553
|
-
align-items: center;
|
|
2554
|
-
align-self: stretch;
|
|
2555
|
-
display: flex;
|
|
2556
|
-
flex-direction: column;
|
|
2557
|
-
justify-content: end;
|
|
2558
|
-
gap: ${e.spacing[.75]};
|
|
2559
|
-
width: 100%;
|
|
2560
|
-
|
|
2561
|
-
.track {
|
|
2562
|
-
background: linear-gradient(
|
|
2563
|
-
to right,
|
|
2564
|
-
${n>=0?`
|
|
2565
|
-
${e.palette.primary[500]} ${o}%,
|
|
2566
|
-
${e.palette.gray[200]} ${o}%
|
|
2567
|
-
`:as(e,o)}
|
|
2568
|
-
);
|
|
2569
|
-
border-radius: ${e.spacing[.125]};
|
|
2570
|
-
height: ${e.spacing[.25]};
|
|
2571
|
-
width: 100%;
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
|
-
.track.disabled {
|
|
2575
|
-
opacity: 0.4;
|
|
2576
|
-
}
|
|
2577
|
-
|
|
2578
|
-
.thumb {
|
|
2579
|
-
background: ${e.palette.white};
|
|
2580
|
-
border-radius: ${e.spacing[1.25]};
|
|
2581
|
-
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
|
|
2582
|
-
top: 50%;
|
|
2583
|
-
height: 20px;
|
|
2584
|
-
width: 20px;
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
|
-
.thumb.dragging {
|
|
2588
|
-
border: 1px solid ${e.palette.primary[500]};
|
|
2589
|
-
}
|
|
2590
|
-
`}
|
|
2591
|
-
`,ls=f.styled.div`
|
|
2592
|
-
${({theme:e})=>`
|
|
2593
|
-
align-items: center;
|
|
2594
|
-
display: flex;
|
|
2595
|
-
justify-content: space-between;
|
|
2596
|
-
height: ${e.spacing[.625]};
|
|
2597
|
-
width: 100%;
|
|
2598
|
-
|
|
2599
|
-
p {
|
|
2600
|
-
color: ${e.palette.gray[400]};
|
|
2601
|
-
font-family: ${e.typography.type.primary};
|
|
2602
|
-
font-size: ${e.spacing[.5]};
|
|
2603
|
-
}
|
|
2604
|
-
`}
|
|
2605
|
-
`,cs=f.styled.output`
|
|
2606
|
-
${({theme:e})=>`
|
|
2607
|
-
align-items: flex-end;
|
|
2608
|
-
border-radius: ${e.spacing[.5]};
|
|
2609
|
-
border: 1px solid ${e.palette.gray[300]};
|
|
2610
|
-
background: ${e.palette.white};
|
|
2611
|
-
display: flex;
|
|
2612
|
-
gap: ${e.spacing[.625]};
|
|
2613
|
-
padding: ${e.spacing[.625]} ${e.spacing[.75]};
|
|
2614
|
-
width: 59px;
|
|
2615
|
-
`}
|
|
2616
|
-
`,Pn=({state:e,trackRef:n,index:o,name:i})=>{const r=u.useRef(null),{thumbProps:a,inputProps:s,isDragging:l}=y.$47b897dc8cdb026b$export$8d15029008292ae({index:o,trackRef:n,inputRef:r},e);return t.jsx("div",{...a,className:`thumb ${l?"dragging":""}`,children:t.jsx(y.$5c3e21d68f1c4674$export$439d29a4e110a164,{children:t.jsx("input",{...s,"aria-label":i,ref:r})})})},ds=(e,n,o)=>Math.round((o-e)/(n-e)*100),ps=e=>{const n=f.useTheme(),o=u.useRef(null),{label:i,minValue:r=0,maxValue:a=100,name:s,setValue:l,watch:c}=e,d=y.$a916eb452884faea$export$b7a616150fdb9f44(),p=y.$28f99e3e86e6ec45$export$e5fda3247f5d67f9({...e,numberFormatter:d,onChange(b){l==null||l(s,b)},value:c==null?void 0:c(s)}),g=ds(r,a,p.getThumbValue(0)),{groupProps:x,trackProps:h}=y.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":s,id:s},p,o);return t.jsx(K,{htmlFor:s,label:i,children:t.jsxs($,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(ss,{...x,$min:r??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${p.isDisabled?"disabled":""}`,ref:o,children:t.jsx(Pn,{index:0,name:s,state:p,trackRef:o})}),t.jsxs(ls,{children:[t.jsx("p",{children:`${d.format(r)} (Low)`}),r<0&&t.jsx("p",{children:"0"}),t.jsx("p",{children:`${d.format(a)} (High)`})]})]}),t.jsx(cs,{children:t.jsx(I,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:gs}=te(e=>({completed:`
|
|
2617
|
-
background-color: ${e.palette.primary[500]};
|
|
2618
|
-
color: ${e.palette.white};
|
|
2619
|
-
|
|
2620
|
-
&::after {
|
|
2621
|
-
background-color: ${e.palette.primary[500]};
|
|
2622
|
-
}
|
|
2623
|
-
`,current:`
|
|
2624
|
-
background-color: ${e.palette.primary[500]};
|
|
2625
|
-
color: ${e.palette.white};
|
|
2626
|
-
|
|
2627
|
-
&::after {
|
|
2628
|
-
background-color: ${e.palette.gray[200]};
|
|
2629
|
-
}
|
|
2630
|
-
`,disabled:`
|
|
2631
|
-
background-color: ${e.palette.gray[200]};
|
|
2632
|
-
outline: 1px solid ${e.palette.gray[400]};
|
|
2633
|
-
outline-offset: -1px;
|
|
2634
|
-
color: ${e.palette.gray[400]};
|
|
2635
|
-
|
|
2636
|
-
&::after {
|
|
2637
|
-
background-color: ${e.palette.gray[200]};
|
|
2638
|
-
}
|
|
2639
|
-
`})),us=f.styled.div`
|
|
2640
|
-
${({theme:e})=>`
|
|
2641
|
-
align-items: stretch;
|
|
2642
|
-
background-color: ${e.palette.white};
|
|
2643
|
-
display: flex;
|
|
2644
|
-
flex-direction: column;
|
|
2645
|
-
height: 100%;
|
|
2646
|
-
padding: ${`${e.spacing[1]} ${e.spacing[1]}`};
|
|
2647
|
-
scroll-behavior: unset;
|
|
2648
|
-
`}
|
|
2649
|
-
`,xs=f.styled.div`
|
|
2650
|
-
display: flex;
|
|
2651
|
-
flex-direction: row;
|
|
2652
|
-
margin-bottom: ${({theme:e})=>e.spacing[2]};
|
|
2653
|
-
|
|
2654
|
-
&:last-child > div:first-child > span::after {
|
|
2655
|
-
display: none;
|
|
2656
|
-
}
|
|
2657
|
-
`,hs=f.styled.div`
|
|
2658
|
-
${({theme:e})=>`
|
|
2659
|
-
display: inline-flex;
|
|
2660
|
-
font-family: ${e.typography.type.primary};
|
|
2661
|
-
font-size: ${e.typography.text.md};
|
|
2662
|
-
line-height: ${e.spacing[1.25]};
|
|
2663
|
-
margin-top: ${e.spacing[1]};
|
|
2664
|
-
|
|
2665
|
-
& > button:first-child {
|
|
2666
|
-
margin-right: ${e.spacing[.5]};
|
|
2667
|
-
}
|
|
2668
|
-
`}
|
|
2669
|
-
`,fs=f.styled.span`
|
|
2670
|
-
${({theme:e,$variant:n})=>`
|
|
2671
|
-
border-radius: 6px;
|
|
2672
|
-
display: inline-block;
|
|
2673
|
-
text-align: center;
|
|
2674
|
-
font-size: ${e.typography.text.md};
|
|
2675
|
-
font-weight: ${e.typography.weight.bold};
|
|
2676
|
-
font-family: ${e.typography.type.primary};
|
|
2677
|
-
line-height: ${e.spacing[1]};
|
|
2678
|
-
padding: ${`${e.spacing[.5]} ${e.spacing[.5]}`};
|
|
2679
|
-
height: ${e.spacing[2]};
|
|
2680
|
-
width: ${e.spacing[2]};
|
|
2681
|
-
|
|
2682
|
-
&::after {
|
|
2683
|
-
content: "";
|
|
2684
|
-
position: absolute;
|
|
2685
|
-
top: calc(32px + ${e.spacing[.5]});
|
|
2686
|
-
left: 50%;
|
|
2687
|
-
bottom: 0;
|
|
2688
|
-
width: 2px;
|
|
2689
|
-
height: calc(100% - ${e.spacing[1]});
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
${gs(e,n)}
|
|
2693
|
-
`}
|
|
2694
|
-
`,ys=({button:{disabled:e=!1,text:n,type:o="button",onClick:i},steps:r})=>{const[a,s]=u.useState(1),l=u.useCallback((c,d)=>()=>{s(p=>p+c),d==null||d()},[]);return t.jsx(us,{children:r.map((c,d)=>{const{content:p,title:g,nextAction:x,previousAction:h}=c,b=d+1,w=b===a?"current":"disabled",m=b<a?"completed":w;return t.jsxs(xs,{children:[t.jsx($,{maxWidth:"40px",position:"relative",children:t.jsx(fs,{$variant:m,children:m==="completed"?t.jsx(R,{icon:"check",iconSize:"lg",iconType:"fa-solid"}):b})}),t.jsxs($,{ml:1.5,width:"100%",children:[t.jsx(V,{fontWeight:"bold",lineSpacing:1.25,mb:1.5,size:"xs",children:g}),m==="current"&&t.jsxs($,{children:[p,t.jsxs(hs,{children:[a>1&&t.jsx(M,{disabled:c.isDisabledPrevious??!1,onClick:l(-1,h),variant:"tertiary",children:"Previous"}),a<r.length?t.jsx(M,{disabled:c.isDisabledNext??!1,onClick:l(1,x),variant:"primary",children:"Next step"}):t.jsx(M,{disabled:e,onClick:i,type:o,variant:"primary",children:n})]})]})]})]},c.title)})})},bs=e=>{const n=(r,a)=>a.reduce((l,[c,d])=>{if(u.isValidElement(d)||c==="__typename")return l.concat([["",""]]);if(typeof d=="object"&&d){const g=Object.entries(d);return l.concat(n(c,g))}const p=r===""?"":`${r}.`;return l.concat([[p+c,d]])},[]),o=Object.entries(e),i=n("",o).filter(([r])=>r!=="");return Object.fromEntries(i)},Dt=e=>e.map(bs),On=({csvConfig:e={},data:n,children:o})=>{const{columns:i=void 0,export:r=!1,headers:a={},name:s="Report"}=e,l=u.useMemo(()=>y._.isUndefined(i)?Dt(n):Dt(n).map(p=>y._.pick(p,i)),[n,i]),c=u.useMemo(()=>l.length>0&&!y._.isEmpty(a),[l.length,a]),d=u.useMemo(()=>(c?Object.keys(l[0]):[]).map(p=>y._.includes(Object.keys(a),p)?{key:p,label:a[p]}:{key:p,label:p}),[c,l,a]);return r?t.jsx(y.CSVLink,{data:l,filename:s,headers:c?d:void 0,children:o}):t.jsx(u.Fragment,{children:o})},Mn=e=>{const{table:n}=e,{meta:o}=n.options,[i,r]=u.useState(0),[,a]=n.getHeaderGroups(),s=n.getState(),l=u.useMemo(()=>n.getAllLeafColumns().filter(g=>g.id!=="selection"),[n]),c=u.useMemo(()=>l.map(g=>{var x;return{group:(x=g.parent)==null?void 0:x.id,id:g.id,locked:g.getIsPinned()==="left",name:g.columnDef.header,toggleVisibility:g.toggleVisibility,visible:g.getIsVisible()}}),[l]),d=an({columnOrder:(o==null?void 0:o.defaultColumnOrder)??[],items:c,name:"table-column-management",setColumnOrder:n.setColumnOrder,setColumnVisibility:n.setColumnVisibility}),p=u.useCallback(()=>{d.toggle()},[d]);return u.useEffect(()=>{r(n.getVisibleLeafColumns().filter(g=>g.id!=="selection").length)},[n,s]),t.jsxs("div",{id:"columns-filter",children:[t.jsx(M,{icon:"columns",id:"columns-toggle-btn",onClick:p,tag:i.toString(),variant:"ghost"}),t.jsx(bn,{modalRef:d,title:"Manage columns",variant:y.isNil(a)?"ungrouped":"grouped"})]})},oe=u.createContext({containerRef:void 0,elementName:"",handleUnselectAll:void 0,hidden:!1,onKeyDown:void 0,selected:0,tableSize:0,tableRef:void 0,table:void 0}),$s=f.styled.span`
|
|
2695
|
-
transition: all 150ms;
|
|
2696
|
-
width: 5px;
|
|
2697
|
-
height: 10px;
|
|
2698
|
-
padding: ${({theme:e})=>e.spacing[.625]};
|
|
2699
|
-
display: flex;
|
|
2700
|
-
flex-direction: column;
|
|
2701
|
-
justify-content: center;
|
|
2702
|
-
gap: 0.125rem;
|
|
2703
|
-
align-items: center;
|
|
2704
|
-
|
|
2705
|
-
svg {
|
|
2706
|
-
margin-top: -4px;
|
|
2707
|
-
margin-bottom: -2px;
|
|
2708
|
-
}
|
|
2709
|
-
|
|
2710
|
-
span:first-child {
|
|
2711
|
-
transition: opacity 150ms;
|
|
2712
|
-
opacity: ${({$variant:e})=>e==="desc"?0:1};
|
|
2713
|
-
}
|
|
2714
|
-
|
|
2715
|
-
span:last-child {
|
|
2716
|
-
transition: opacity 150ms;
|
|
2717
|
-
opacity: ${({$variant:e})=>e==="asc"?0:1};
|
|
2718
|
-
}
|
|
2719
|
-
`,et=e=>{const n=f.useTheme(),{variant:o}=e;return t.jsxs($s,{$variant:o,children:[t.jsx(R,{icon:"caret-up",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"}),t.jsx(R,{icon:"caret-down",iconColor:n.palette.gray[600],iconSize:"xs",iconType:"fa-solid"})]})},ms=f.styled.div`
|
|
2720
|
-
position: relative;
|
|
2721
|
-
|
|
2722
|
-
div:has(table) {
|
|
2723
|
-
scrollbar-color: ${({theme:e})=>e.palette.gray[600]}
|
|
2724
|
-
transparent;
|
|
2725
|
-
scrollbar-width: thin;
|
|
2726
|
-
overflow-x: auto;
|
|
2727
|
-
margin-left: -3px;
|
|
2728
|
-
padding-left: 3px;
|
|
2729
|
-
padding-bottom: 5px;
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
|
-
table {
|
|
2733
|
-
overflow-x: hidden;
|
|
2734
|
-
white-space: nowrap;
|
|
2735
|
-
margin: 0;
|
|
2736
|
-
border-collapse: collapse;
|
|
2737
|
-
width: 100%;
|
|
2738
|
-
}
|
|
2739
|
-
|
|
2740
|
-
table thead {
|
|
2741
|
-
background-color: ${({theme:e})=>e.palette.gray[50]};
|
|
2742
|
-
position: sticky;
|
|
2743
|
-
z-index: 1;
|
|
2744
|
-
top: 0;
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
|
-
table tbody {
|
|
2748
|
-
background-color: ${({theme:e})=>e.palette.white};
|
|
2749
|
-
}
|
|
2750
|
-
|
|
2751
|
-
table tr {
|
|
2752
|
-
height: ${({theme:e})=>e.spacing[2.5]};
|
|
2753
|
-
border: 1px solid ${({theme:e})=>e.palette.gray[200]};
|
|
2754
|
-
}
|
|
2755
|
-
|
|
2756
|
-
table thead tr {
|
|
2757
|
-
background-color: transparent;
|
|
2758
|
-
border-bottom: none;
|
|
2759
|
-
}
|
|
2760
|
-
|
|
2761
|
-
table thead tr:hover {
|
|
2762
|
-
background-color: transparent;
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
|
-
table thead tr:first-child {
|
|
2766
|
-
height: ${({theme:e})=>e.spacing[2.5]};
|
|
2767
|
-
border: none;
|
|
2768
|
-
}
|
|
2769
|
-
|
|
2770
|
-
table tbody tr {
|
|
2771
|
-
&:has(input[disabled]) {
|
|
2772
|
-
background-color: ${({theme:e})=>e.palette.gray[100]};
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
&:has(input[disabled]):hover {
|
|
2776
|
-
background-color: ${({theme:e})=>e.palette.gray[100]};
|
|
2777
|
-
}
|
|
2778
|
-
}
|
|
2779
|
-
|
|
2780
|
-
table tr:hover:not([aria-expanded="true"], #description) {
|
|
2781
|
-
background-color: ${({theme:e})=>e.palette.gray[50]};
|
|
2782
|
-
}
|
|
2783
|
-
|
|
2784
|
-
table tr#description {
|
|
2785
|
-
align-items: center;
|
|
2786
|
-
background-color: ${({theme:e})=>e.palette.gray[50]};
|
|
2787
|
-
}
|
|
2788
|
-
|
|
2789
|
-
table tbody tr.row-no-data {
|
|
2790
|
-
&:hover {
|
|
2791
|
-
background-color: ${({theme:e})=>e.palette.white};
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
tr {
|
|
2796
|
-
&:first-child th:first-child > div {
|
|
2797
|
-
border-top-left-radius: 8px;
|
|
2798
|
-
}
|
|
2799
|
-
|
|
2800
|
-
&:first-child th:last-child > div {
|
|
2801
|
-
border-top-right-radius: 8px;
|
|
2802
|
-
}
|
|
2803
|
-
|
|
2804
|
-
th {
|
|
2805
|
-
position: relative;
|
|
2806
|
-
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2807
|
-
font-weight: ${({theme:e})=>e.typography.weight.bold};
|
|
2808
|
-
color: ${({theme:e})=>e.palette.gray[600]};
|
|
2809
|
-
padding: unset;
|
|
2810
|
-
height: ${({theme:e})=>e.spacing[3]};
|
|
2811
|
-
white-space: pre-line;
|
|
2812
|
-
|
|
2813
|
-
&:hover div:first-child {
|
|
2814
|
-
background-color: ${({theme:e})=>e.palette.gray[300]};
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
&:first-child {
|
|
2818
|
-
border-right: 1px solid
|
|
2819
|
-
${({theme:e})=>e.palette.gray[300]};
|
|
2820
|
-
|
|
2821
|
-
svg {
|
|
2822
|
-
margin-right: unset;
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
&:has(input) {
|
|
2826
|
-
padding: unset;
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
&:has(input) + th:nth-child(2) {
|
|
2830
|
-
border-right: 1px solid
|
|
2831
|
-
${({theme:e})=>e.palette.gray[25]};
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
&:hover div:first-child {
|
|
2835
|
-
background-color: ${({theme:e})=>e.palette.gray[200]};
|
|
2836
|
-
}
|
|
2837
|
-
}
|
|
2838
|
-
}
|
|
2839
|
-
}
|
|
2840
|
-
|
|
2841
|
-
tbody tr:not(.row-no-data) td {
|
|
2842
|
-
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2843
|
-
white-space: pre-line;
|
|
2844
|
-
padding-left: 8px;
|
|
2845
|
-
padding-right: 8px;
|
|
2846
|
-
|
|
2847
|
-
&.clickable {
|
|
2848
|
-
cursor: pointer;
|
|
2849
|
-
|
|
2850
|
-
&:hover p {
|
|
2851
|
-
text-decoration: underline;
|
|
2852
|
-
color: ${({theme:e})=>e.palette.gray[400]};
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
|
-
&:has(input) {
|
|
2856
|
-
padding: ${({theme:e})=>e.spacing[.5]};
|
|
2857
|
-
|
|
2858
|
-
& + td:hover p {
|
|
2859
|
-
text-decoration: underline;
|
|
2860
|
-
color: ${({theme:e})=>e.palette.gray[400]};
|
|
2861
|
-
}
|
|
2862
|
-
}
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
|
-
&:first-child {
|
|
2866
|
-
border-right: 1px solid ${({theme:e})=>e.palette.gray[200]};
|
|
2867
|
-
|
|
2868
|
-
svg {
|
|
2869
|
-
margin-right: unset;
|
|
2870
|
-
}
|
|
2871
|
-
|
|
2872
|
-
&:has(input) {
|
|
2873
|
-
padding: ${({theme:e})=>e.spacing[.5]};
|
|
2874
|
-
|
|
2875
|
-
& + td {
|
|
2876
|
-
cursor: pointer;
|
|
2877
|
-
border-right: 1px solid
|
|
2878
|
-
${({theme:e})=>e.palette.gray[200]};
|
|
2879
|
-
}
|
|
2880
|
-
}
|
|
2881
|
-
}
|
|
2882
|
-
}
|
|
2883
|
-
`,ws=f.styled.div`
|
|
2884
|
-
${({$width:e,theme:n})=>`
|
|
2885
|
-
display: flex;
|
|
2886
|
-
flex-direction: column;
|
|
2887
|
-
align-items: stretch;
|
|
2888
|
-
flex: 1 0 auto;
|
|
2889
|
-
padding-right: 5px;
|
|
2890
|
-
width: ${e}px;
|
|
2891
|
-
|
|
2892
|
-
div {
|
|
2893
|
-
position: relative;
|
|
2894
|
-
font-weight: 400;
|
|
2895
|
-
font-size: ${n.typography.text.md};
|
|
2896
|
-
text-align: left;
|
|
2897
|
-
|
|
2898
|
-
color: ${n.palette.gray[600]};
|
|
2899
|
-
background-color: ${n.palette.gray[100]};
|
|
2900
|
-
border-radius: ${n.spacing[.25]};
|
|
2901
|
-
padding: ${n.spacing[.5]} ${n.spacing[.75]};
|
|
2902
|
-
margin: ${n.spacing[.5]} 0;
|
|
2903
|
-
height: ${n.spacing[2.25]};
|
|
2904
|
-
|
|
2905
|
-
span {
|
|
2906
|
-
text-decoration: underline;
|
|
2907
|
-
cursor: pointer;
|
|
2908
|
-
}
|
|
2909
|
-
}
|
|
2910
|
-
`}
|
|
2911
|
-
`,js=f.styled.div`
|
|
2912
|
-
align-items: center;
|
|
2913
|
-
background-color: transparent;
|
|
2914
|
-
display: flex;
|
|
2915
|
-
gap: ${({theme:e})=>e.spacing[1]};
|
|
2916
|
-
padding: ${({theme:e})=>`${e.spacing[.75]} ${e.spacing[1.25]}`};
|
|
2917
|
-
|
|
2918
|
-
.pagination-container {
|
|
2919
|
-
display: flex;
|
|
2920
|
-
flex-direction: row;
|
|
2921
|
-
align-items: center;
|
|
2922
|
-
gap: ${({theme:e})=>e.spacing[1]};
|
|
2923
|
-
}
|
|
2924
|
-
|
|
2925
|
-
.footer-container {
|
|
2926
|
-
display: flex;
|
|
2927
|
-
align-items: center;
|
|
2928
|
-
flex: 1 0 auto;
|
|
2929
|
-
height: 100%;
|
|
2930
|
-
|
|
2931
|
-
&::before {
|
|
2932
|
-
display: block;
|
|
2933
|
-
content: "";
|
|
2934
|
-
height: ${({theme:e})=>e.typography.text.md};
|
|
2935
|
-
border-left: 1px solid ${({theme:e})=>e.palette.gray[300]};
|
|
2936
|
-
margin: 0;
|
|
2937
|
-
margin-right: ${({theme:e})=>e.spacing[.5]};
|
|
2938
|
-
}
|
|
2939
|
-
}
|
|
2940
|
-
`,Et=f.styled.div`
|
|
2941
|
-
transition: all 150ms;
|
|
2942
|
-
content: "";
|
|
2943
|
-
z-index: 2;
|
|
2944
|
-
position: absolute;
|
|
2945
|
-
bottom: 0;
|
|
2946
|
-
right: -1px;
|
|
2947
|
-
width: 30px;
|
|
2948
|
-
height: 100%;
|
|
2949
|
-
margin-right: 0;
|
|
2950
|
-
cursor: col-resize;
|
|
2951
|
-
user-select: none;
|
|
2952
|
-
touch-action: none;
|
|
2953
|
-
border-right: 1px solid transparent;
|
|
2954
|
-
|
|
2955
|
-
&:hover {
|
|
2956
|
-
transition: all 150ms;
|
|
2957
|
-
border-right: 1px solid ${({theme:e})=>e.palette.black};
|
|
2958
|
-
}
|
|
2959
|
-
`,Wn=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),{groupHeaders:o,tooltips:i}=(n==null?void 0:n.options.meta)??{},r=u.useCallback(d=>()=>{d.column.getCanSort()&&(n==null||n.setPageIndex(0),d.column.toggleSorting())},[n]),a=d=>p=>{d.getResizeHandler()(p)};if(o)return t.jsx("thead",{children:n==null?void 0:n.getHeaderGroups().map(d=>t.jsx("tr",{"data-testid":"row-headers",children:d.headers.map(p=>{var b;const{isPlaceholder:g}=p,x=g?p.subHeaders[0]:p;return y._.isUndefined(p.column.parent)&&p.depth>1?null:t.jsxs("th",{colSpan:x.colSpan,id:`header-${x.id}`,rowSpan:g?0:1,style:{borderRight:p.headerGroup.headers.indexOf(p)!==p.headerGroup.headers.length-1?"1px solid white":void 0,position:"relative",width:p.getSize()},children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.gray[200],borderBottom:g?void 0:`1px solid${e.palette.white}`,display:"flex",gap:.25,height:g?"6rem":"3rem",lineSpacing:0,onClick:r(x),pl:.5,pt:g?3:0,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(x.column.columnDef.header,x.getContext()),x.column.getCanSort()?t.jsx(et,{variant:x.column.getIsSorted()}):void 0,(i==null?void 0:i.map(w=>w.columnId).includes(x.id))??!1?t.jsx(q,{icon:"circle-info",id:x.id,place:"right",tip:((b=i==null?void 0:i.find(w=>w.columnId===x.id))==null?void 0:b.tip)??""}):void 0]}),x.column.getCanResize()&&t.jsx(Et,{onMouseDown:a(p)})]},x.id)})},d.id))});const[s,l]=(n==null?void 0:n.getHeaderGroups())??[],c=y.lodashExports.isNil(l)?s:l;return t.jsx("thead",{children:t.jsx("tr",{"data-testid":"row-headers",children:c.headers.map(d=>{var p;return t.jsxs("th",{id:`header-${d.id}`,style:{position:"relative",width:d.getSize()},children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.gray[200],display:"flex",gap:.25,height:"3rem",lineSpacing:0,onClick:r(d),px:.5,whiteSpace:"nowrap",width:"100%",children:[y.flexRender(d.column.columnDef.header,d.getContext()),d.column.getCanSort()?t.jsx(et,{variant:d.column.getIsSorted()}):void 0,(i==null?void 0:i.map(g=>g.columnId).includes(d.id))??!1?t.jsx(q,{icon:"circle-info",id:d.id,place:"right",tip:((p=i==null?void 0:i.find(g=>g.columnId===d.id))==null?void 0:p.tip)??""}):void 0]}),d.column.getCanResize()&&t.jsx(Et,{onMouseDown:a(d)})]},d.id)})})})},vs=f.styled.div`
|
|
2960
|
-
align-items: center;
|
|
2961
|
-
display: flex;
|
|
2962
|
-
width: 100%;
|
|
2963
|
-
`,Bn=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),{loading:o}=(n==null?void 0:n.options.meta)??{},i=u.useMemo(()=>{const{enableRowSelection:l,enableMultiRowSelection:c}=(n==null?void 0:n.options)??{};return l||c?1:0},[n==null?void 0:n.options]),r=u.useCallback((l,c)=>{if(c===i)return d=>{var p,g;d.stopPropagation(),(g=(p=n==null?void 0:n.options)==null?void 0:p.onRowClick)==null||g.call(p,l)}},[i,n]),a=u.useCallback(l=>c=>{c.stopPropagation(),l.toggleExpanded()},[]),s=u.useCallback(l=>{const{meta:c}=(n==null?void 0:n.options)??{},{onExpand:d=void 0}=c??{};return d?d(l):null},[n]);return o?t.jsx("tbody",{children:t.jsx("tr",{className:"row-loading","data-testid":"row-loading",children:t.jsx("td",{colSpan:(n==null?void 0:n.getVisibleLeafColumns().length)??0,children:t.jsx($,{alignItems:"center",display:"flex",justify:"center",width:"100%",children:t.jsx(Sn,{size:"md"})})})})}):(n==null?void 0:n.getRowModel().rows.length)===0?t.jsx("tbody",{children:t.jsx("tr",{className:"row-no-data","data-testid":"row-no-data",children:t.jsx("td",{colSpan:n.getVisibleLeafColumns().length+1,children:t.jsx(I,{color:e.palette.gray[800],size:"md",textAlign:"center",children:"No data to display"})})})}):t.jsx("tbody",{children:n==null?void 0:n.getRowModel().rows.map(l=>t.jsxs(tt.default.Fragment,{children:[t.jsx("tr",{"aria-expanded":l.getIsExpanded(),"data-testid":`row-${l.id}`,children:l.getVisibleCells().map((c,d)=>t.jsx("td",{className:d===i&&n.options.onRowClick?"clickable":"","data-testid":`cell-${c.id}`,onClick:r(l,d),children:t.jsxs(vs,{children:[d===i&&l.getCanExpand()?t.jsx("button",{onClick:a(l),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(R,{icon:l.getIsExpanded()?"angle-up":"angle-down",iconSize:"lg",iconType:"fa-light"})}):void 0,y.flexRender(c.column.columnDef.cell,c.getContext())]})},c.id))}),l.getIsExpanded()?t.jsx("tr",{"data-testid":`row-${l.id}-expand`,id:"description",children:t.jsx("td",{colSpan:100,children:s(l)})}):void 0]},l.id))})},Hn=()=>{const{containerRef:e,hidden:n,elementName:o,handleUnselectAll:i,onKeyDown:r,selected:a,tableSize:s,tableRef:l}=u.useContext(oe);return t.jsxs("div",{ref:e,children:[n?void 0:t.jsx(ws,{$width:s,children:t.jsxs("div",{children:[t.jsx("b",{children:`${a} ${o} `}),`${a===1?"has":"have"} been selected. `,t.jsx("span",{onClick:i,onKeyDown:r,role:"link",tabIndex:0,children:"Unselect all"})]})}),t.jsxs("table",{ref:l,children:[t.jsx(Wn,{}),t.jsx(Bn,{})]})]})},Rt=f.styled(B)`
|
|
2964
|
-
${({theme:e,$padding:n})=>`
|
|
2965
|
-
background-color: ${e.palette.white};
|
|
2966
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
2967
|
-
border-radius: 2px;
|
|
2968
|
-
padding: ${n??e.spacing[.25]};
|
|
2969
|
-
|
|
2970
|
-
path {
|
|
2971
|
-
fill: ${e.palette.gray[700]};
|
|
2972
|
-
}
|
|
2973
|
-
|
|
2974
|
-
&:disabled {
|
|
2975
|
-
cursor: not-allowed;
|
|
2976
|
-
background: ${e.palette.gray[200]};
|
|
2977
|
-
border-color: ${e.palette.gray[200]};
|
|
2978
|
-
|
|
2979
|
-
path {
|
|
2980
|
-
fill: ${e.palette.gray[400]};
|
|
2981
|
-
}
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
|
-
&:hover:not([disabled]) {
|
|
2985
|
-
color: inherit;
|
|
2986
|
-
background-color: ${e.palette.gray[100]};
|
|
2987
|
-
}
|
|
2988
|
-
`}
|
|
2989
|
-
`,_n=()=>{const{table:e}=u.useContext(oe),{pagination:{pageIndex:n}={pageIndex:0}}=(e==null?void 0:e.getState())??{},o=(e==null?void 0:e.getPageCount())??0,i=u.useCallback(()=>{e==null||e.setPageIndex(n+1)},[n,e]),r=u.useCallback(()=>{e==null||e.previousPage()},[e]);return t.jsxs($,{alignItems:"center",display:"flex",gap:.5,children:[t.jsx(Rt,{$padding:"4px 6px",disabled:!(e!=null&&e.getCanPreviousPage()),icon:"chevron-left",iconSize:"sm",iconType:"fa-light",id:"go-previous",onClick:r,variant:"ghost"}),t.jsx(Rt,{$padding:"4px 6px",disabled:n>o-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:i,variant:"ghost"})]})},ks=10,Cs=20,Ss=50,zs=100,Vn=()=>{const e=f.useTheme(),{table:n}=u.useContext(oe),o=(n==null?void 0:n.getRowCount())??0,[i,r]=u.useState(!1),[a,s]=u.useState((n==null?void 0:n.getState().pagination.pageSize)??10),{refs:l,floatingStyles:c}=y.useFloating$1({middleware:[y.offset({mainAxis:4})],open:i,placement:"top-end",whileElementsMounted:y.autoUpdate}),d=u.useMemo(()=>y.transform([ks,Cs,Ss,zs],(h,b)=>(h.push(b),b<=o),[]),[o]),p=u.useCallback(()=>{i&&r(!1)},[i]),g=u.useCallback(()=>{r(h=>!h)},[]),x=u.useCallback(h=>()=>{s(h),n==null||n.setPageSize(h),r(!1)},[n,s]);return ne(l.reference.current,()=>{r(!1)},!0,l.floating.current),u.useEffect(()=>(window.addEventListener("scrollend",p,!0),()=>{window.removeEventListener("scrollend",p,!0)}),[p]),t.jsxs(u.Fragment,{children:[t.jsxs($,{alignItems:"center",bgColor:e.palette.white,border:"1px solid",borderColor:e.palette.gray[200],borderRadius:"4px",display:"flex",minHeight:"24px",px:.25,children:[t.jsx(I,{pr:.25,size:"md",children:a}),t.jsx(B,{color:e.palette.gray[400],icon:i?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:g,px:.25,py:.25,ref:l.setReference,variant:"ghost"})]}),i?t.jsx($,{bgColor:e.palette.white,border:`1px solid ${e.palette.gray[200]}`,borderRadius:e.spacing[.5],display:"flex",flexDirection:"column",px:.25,py:.25,ref:l.setFloating,shadow:"md",style:c,children:d.map(h=>{const b=x(h);return t.jsx($,{bgColor:a===h?e.palette.gray[800]:"transparent",bgColorHover:e.palette.gray[a===h?800:100],borderRadius:e.spacing["0.25"],cursor:"pointer",maxWidth:"40px",minWidth:"40px",onClick:b,px:.25,py:.25,children:t.jsx(I,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},Un=()=>{const{table:e}=u.useContext(oe),{pagination:{pageIndex:n,pageSize:o}={pageIndex:0,pageSize:10}}=(e==null?void 0:e.getState())??{},i=(e==null?void 0:e.getRowCount())??0,r=u.useCallback((a,s,l)=>{if(l===0)return"0 of 0";if(s*a>=l)return`${l} of ${l}`;const c=s*a+1,d=Math.min(s*(a+1),l);return`${c}-${d} of ${l}`},[]);return t.jsx(I,{display:"inline-block",fontWeight:"bold",size:"md",children:r(n,o,i)})},Gn=({children:e})=>t.jsxs(js,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(Un,{}),t.jsx(Vn,{}),t.jsx(_n,{})]}),e]}),Yn=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),Ts=f.styled.div.attrs({className:"search-container"})`
|
|
2990
|
-
${({theme:e})=>`
|
|
2991
|
-
display: flex;
|
|
2992
|
-
flex-direction: column;
|
|
2993
|
-
justify-content: center;
|
|
2994
|
-
flex: 1 0 320px;
|
|
2995
|
-
|
|
2996
|
-
> div {
|
|
2997
|
-
align-items: center;
|
|
2998
|
-
background-color: ${e.palette.white};
|
|
2999
|
-
border: 1px solid;
|
|
3000
|
-
border-color: ${e.palette.gray[300]};
|
|
3001
|
-
border-radius: ${e.spacing[.5]};
|
|
3002
|
-
display: flex;
|
|
3003
|
-
height: 40px;
|
|
3004
|
-
padding: ${e.spacing[.5]};
|
|
3005
|
-
max-width: 100%;
|
|
3006
|
-
width: 100%;
|
|
3007
|
-
|
|
3008
|
-
&:hover {
|
|
3009
|
-
border-color: ${e.palette.gray[600]};
|
|
3010
|
-
}
|
|
3011
|
-
|
|
3012
|
-
&:focus-within {
|
|
3013
|
-
border: 2px solid;
|
|
3014
|
-
border-color: ${e.palette.black};
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
span {
|
|
3018
|
-
margin-top: -${e.spacing[.125]};
|
|
3019
|
-
margin-right: ${e.spacing[.5]};
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
input {
|
|
3023
|
-
background: none;
|
|
3024
|
-
border: none !important;
|
|
3025
|
-
box-shadow: none;
|
|
3026
|
-
box-sizing: border-box;
|
|
3027
|
-
color: ${e.palette.gray[800]};
|
|
3028
|
-
font-family: ${e.typography.type.primary};
|
|
3029
|
-
font-size: ${e.typography.text.md};
|
|
3030
|
-
outline: none;
|
|
3031
|
-
width: 100%;
|
|
3032
|
-
line-height: ${e.spacing[.75]};
|
|
3033
|
-
}
|
|
3034
|
-
}
|
|
3035
|
-
`}
|
|
3036
|
-
`,Is=f.styled.div.attrs({className:"controls-container"})`
|
|
3037
|
-
display: flex;
|
|
3038
|
-
flex: 1 0 50%;
|
|
3039
|
-
|
|
3040
|
-
.controls-container > :first-child {
|
|
3041
|
-
display: flex;
|
|
3042
|
-
align-items: center;
|
|
3043
|
-
gap: ${({theme:e})=>e.spacing[.125]};
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
#actions-container {
|
|
3047
|
-
display: flex;
|
|
3048
|
-
align-items: center;
|
|
3049
|
-
justify-content: flex-end;
|
|
3050
|
-
width: 100%;
|
|
3051
|
-
}
|
|
3052
|
-
`,Ds=f.styled.div`
|
|
3053
|
-
display: flex;
|
|
3054
|
-
flex-wrap: wrap;
|
|
3055
|
-
width: 100%;
|
|
3056
|
-
justify-content: space-between;
|
|
3057
|
-
gap: ${({theme:e})=>e.spacing[1]};
|
|
3058
|
-
margin-bottom: ${({theme:e})=>e.spacing[1]};
|
|
3059
|
-
|
|
3060
|
-
.highlight-container {
|
|
3061
|
-
flex: 1 0 auto;
|
|
3062
|
-
}
|
|
3063
|
-
|
|
3064
|
-
.highlight-container ~ .controls-container {
|
|
3065
|
-
flex: 1 0 100%;
|
|
3066
|
-
}
|
|
3067
|
-
`,Es=500,Kn=({children:e})=>{const{table:n}=u.useContext(oe),{onSearch:o,search:i,searchPlaceholder:r="Search"}=(n==null?void 0:n.options.meta)??{},a=lt(l=>{o==null||o(l.target.value)},Es),s=u.useCallback(()=>{o==null||o("")},[o]);return t.jsxs(Ds,{children:[o===void 0?void 0:t.jsx(Ts,{children:t.jsx(se,{name:"search",onChange:a,onClear:s,placeholder:r,value:i})}),e]})},qn=({children:e})=>t.jsx($,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),Zn=({children:e})=>t.jsx(Is,{children:e}),Xn=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),Rs=160,Jn=({children:e,table:n})=>{var x;const o=u.useRef(null),i=u.useRef(null),{id:r}=n.options.meta??{},{enableMultiRowSelection:a}=(n==null?void 0:n.options)??{},s=Object.keys(n.getState().rowSelection).length,l=s===1?"item":"items",c=s===0||!a,d=Math.max(((x=o.current)==null?void 0:x.clientWidth)??0,n.getTotalSize()+Rs),p=u.useCallback(()=>{n.resetRowSelection()},[n]),g=u.useCallback(h=>{h.key==="Enter"&&p()},[p]);return u.useEffect(()=>{n.setPageIndex(0)},[n]),t.jsx(oe.Provider,{value:{containerRef:o,elementName:l,handleUnselectAll:p,hidden:c,onKeyDown:g,selected:s,tableSize:d,tableRef:i,table:n},children:t.jsx(ms,{id:r,children:e})})},Ns=Object.assign(Jn,{Caption:qn,Columns:Mn,Content:Hn,Controls:Zn,Export:On,Footer:Gn,FooterContent:Yn,Highlighted:Xn,Options:Kn}),Fs=f.styled.button`
|
|
3068
|
-
${({theme:e})=>`
|
|
3069
|
-
align-items: center;
|
|
3070
|
-
background-color: ${e.palette.white};
|
|
3071
|
-
border: 1px solid ${e.palette.gray[100]};
|
|
3072
|
-
border-radius: ${e.spacing[.25]};
|
|
3073
|
-
color: ${e.palette.gray[800]};
|
|
3074
|
-
cursor: pointer;
|
|
3075
|
-
display: flex;
|
|
3076
|
-
font-size: ${e.typography.text.md};
|
|
3077
|
-
gap: ${e.spacing[.25]};
|
|
3078
|
-
height: 21px;
|
|
3079
|
-
width: 21px;
|
|
3080
|
-
justify-content: center;
|
|
3081
|
-
padding: 6px;
|
|
3082
|
-
transition: all 0.25s ease;
|
|
3083
|
-
|
|
3084
|
-
&[aria-label] {
|
|
3085
|
-
height: auto;
|
|
3086
|
-
width: auto;
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
|
-
&.success {
|
|
3090
|
-
border-color: ${e.palette.success[500]};
|
|
3091
|
-
color: ${e.palette.success[500]};
|
|
3092
|
-
|
|
3093
|
-
&:hover {
|
|
3094
|
-
background-color: ${e.palette.success[200]};
|
|
3095
|
-
}
|
|
3096
|
-
}
|
|
3097
|
-
|
|
3098
|
-
&:disabled {
|
|
3099
|
-
cursor: not-allowed;
|
|
3100
|
-
background: ${e.palette.gray[200]};
|
|
3101
|
-
border-color: ${e.palette.gray[200]};
|
|
3102
|
-
color: ${e.palette.gray[300]};
|
|
3103
|
-
}
|
|
3104
|
-
|
|
3105
|
-
&:hover:not(.success) {
|
|
3106
|
-
background-color: ${e.palette.gray[100]};
|
|
3107
|
-
}
|
|
3108
|
-
`}
|
|
3109
|
-
`,Ls={add:{icon:"plus"},approve:{icon:"check"},disabled:{icon:"ban"},reject:{icon:"xmark"},submit:{icon:"arrow-right"},success:{icon:"check"}},As=({disabled:e=!1,icon:n,id:o,label:i,name:r,onClick:a,type:s="button",variant:l})=>{const c=f.useTheme(),d=t.jsxs(Fs,{"aria-label":r??void 0,className:l,disabled:e,id:o,onClick:a,type:s,children:[t.jsx(R,{clickable:!1,icon:n??Ls[l].icon,iconSize:r===void 0?"sm":"lg",iconType:"fa-light"}),r??void 0]});return t.jsxs($,{alignItems:"center",display:"flex",children:[d,i&&t.jsx(I,{color:c.palette.gray[800],ml:.5,size:"md",children:i})]})},Ps=f.styled.div`
|
|
3110
|
-
${({theme:e})=>`
|
|
3111
|
-
align-items: center;
|
|
3112
|
-
background-color: ${e.palette.white};
|
|
3113
|
-
border: 1px solid ${e.palette.gray[200]};
|
|
3114
|
-
border-radius: ${e.spacing[.25]};
|
|
3115
|
-
display: flex;
|
|
3116
|
-
flex-direction: column;
|
|
3117
|
-
gap: ${e.spacing[.5]};
|
|
3118
|
-
min-height: 180px;
|
|
3119
|
-
padding: ${e.spacing[1.5]};
|
|
3120
|
-
width: 510px;
|
|
3121
|
-
|
|
3122
|
-
p {
|
|
3123
|
-
font-style: normal;
|
|
3124
|
-
line-height: ${e.spacing[1.25]};
|
|
3125
|
-
}
|
|
3126
|
-
|
|
3127
|
-
&:hover {
|
|
3128
|
-
border: 1px solid ${e.palette.gray[600]};
|
|
3129
|
-
}
|
|
3130
|
-
`}
|
|
3131
|
-
`,Os=f.styled.div`
|
|
3132
|
-
${({theme:e,$size:n})=>`
|
|
3133
|
-
display: ${n==="long"?"flex":"block"};
|
|
3134
|
-
flex-direction: column;
|
|
3135
|
-
gap: ${e.spacing[1.5]};
|
|
3136
|
-
position: relative;
|
|
3137
|
-
max-width: 1100px;
|
|
3138
|
-
margin: 0 auto 0 auto;
|
|
3139
|
-
|
|
3140
|
-
div.timeline-card {
|
|
3141
|
-
width: ${n==="long"?"510px":"auto"};
|
|
3142
|
-
margin-left: ${n==="long"?"0px":"30px"};
|
|
3143
|
-
margin-bottom: ${n==="long"?"0px":e.spacing[.5]};
|
|
3144
|
-
}
|
|
3145
|
-
|
|
3146
|
-
&::before {
|
|
3147
|
-
background-color: ${e.palette.gray[200]};
|
|
3148
|
-
border-radius: 5px;
|
|
3149
|
-
height: 100%;
|
|
3150
|
-
width: 4px;
|
|
3151
|
-
transform: translate(-50%, 0);
|
|
3152
|
-
}
|
|
3153
|
-
|
|
3154
|
-
> * {
|
|
3155
|
-
&:nth-child(even) {
|
|
3156
|
-
align-self: end;
|
|
3157
|
-
}
|
|
3158
|
-
|
|
3159
|
-
&:nth-child(odd) {
|
|
3160
|
-
align-self: start;
|
|
3161
|
-
}
|
|
3162
|
-
|
|
3163
|
-
&::before {
|
|
3164
|
-
position: absolute;
|
|
3165
|
-
background-color: ${e.palette.primary[500]};
|
|
3166
|
-
border-radius: 50%;
|
|
3167
|
-
height: 14px;
|
|
3168
|
-
width: 14px;
|
|
3169
|
-
z-index: 1;
|
|
3170
|
-
}
|
|
3171
|
-
}
|
|
3172
|
-
|
|
3173
|
-
&::before,
|
|
3174
|
-
> *::before {
|
|
3175
|
-
content: "";
|
|
3176
|
-
left: ${n==="long"?"50%":"0px"};
|
|
3177
|
-
position: absolute;
|
|
3178
|
-
transform: translateX(-50%);
|
|
3179
|
-
}
|
|
3180
|
-
`}
|
|
3181
|
-
`,Qn=({date:e,description:n,title:o})=>{const i=f.useTheme();return t.jsxs(Ps,{className:"timeline-card",children:[t.jsx(I,{color:i.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(I,{color:i.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",textAlign:"center",children:o}),t.jsx("div",{children:n.map((r,a)=>{const s=`${r}#${a}`;return t.jsx(I,{size:"md",textAlign:"center",wordBreak:"break-word",children:r},s)})})]})},Ms=({items:e})=>{const n=u.useRef(null),[o,i]=u.useState("long");return u.useEffect(()=>{n.current&&i(n.current.offsetWidth<=1100?"small":"long")},[]),t.jsx($,{ref:n,width:"100%",children:t.jsx(Os,{$size:o,children:e.map((r,a)=>t.jsx(Qn,{date:r.date,description:r.description,size:o,title:r.title},`${r.title}-${a}`))})})},Ws={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:""},Bs=({run:e,steps:n,onFinish:o})=>{const[i,r]=u.useState(e),[a,s]=u.useState(0),l=u.useCallback(c=>{const{action:d,index:p,status:g,type:x}=c;[y.EVENTS.STEP_AFTER,y.EVENTS.TARGET_NOT_FOUND].includes(x)?s(p+(d===y.ACTIONS.PREV?-1:1)):([y.STATUS.FINISHED,y.STATUS.SKIPPED].includes(g)||d==="close")&&(r(!1),y.lodashExports.isUndefined(o)||o())},[o]);return t.jsx(y.components_default,{callback:l,continuous:!0,disableOverlayClose:!0,disableScrollParentFix:!0,run:i,spotlightClicks:!0,stepIndex:a,steps:n,styles:{buttonNext:{display:a===n.length-1?"none":"block"},options:{zIndex:9999}}})},Hs=f.styled.div`
|
|
3182
|
-
${({theme:e})=>`
|
|
3183
|
-
align-items: flex-start;
|
|
3184
|
-
display: flex;
|
|
3185
|
-
flex-direction: column;
|
|
3186
|
-
background-color: ${e.palette.white};
|
|
3187
|
-
border: 1px solid;
|
|
3188
|
-
border-color: ${e.palette.gray[200]};
|
|
3189
|
-
border-radius: ${e.spacing[1]};
|
|
3190
|
-
gap: ${e.spacing[.5]};
|
|
3191
|
-
padding: ${e.spacing[1.5]};
|
|
3192
|
-
overflow: hidden;
|
|
3193
|
-
position: relative;
|
|
3194
|
-
transition: border 0.1s ease-in-out;
|
|
3195
|
-
|
|
3196
|
-
&::before {
|
|
3197
|
-
content: "";
|
|
3198
|
-
position: absolute;
|
|
3199
|
-
inset: 0;
|
|
3200
|
-
background: ${e.palette.gradient};
|
|
3201
|
-
border: 1px solid transparent;
|
|
3202
|
-
border-radius: inherit;
|
|
3203
|
-
opacity: 0;
|
|
3204
|
-
mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
|
|
3205
|
-
mask-composite: exclude;
|
|
3206
|
-
pointer-events: none;
|
|
3207
|
-
transition: opacity 0.3s ease-in-out;
|
|
3208
|
-
}
|
|
3209
|
-
|
|
3210
|
-
&:hover {
|
|
3211
|
-
border-color: transparent;
|
|
3212
|
-
|
|
3213
|
-
&::before {
|
|
3214
|
-
opacity: 1;
|
|
3215
|
-
}
|
|
3216
|
-
}
|
|
3217
|
-
`}
|
|
3218
|
-
`,Nt=f.styled.div`
|
|
3219
|
-
display: inline-block;
|
|
3220
|
-
content: "";
|
|
3221
|
-
height: 24px;
|
|
3222
|
-
border-left: 2px solid ${({theme:e})=>e.palette.gray[100]};
|
|
3223
|
-
`,_s=({title:e,href:n,description:o,category:i,id:r,remediationTime:a,score:s,severity:l,requirements:c})=>{const d=f.useTheme();return t.jsxs(Hs,{children:[t.jsx(I,{bgGradient:d.palette.gradient,fontWeight:"bold",size:"md",textFill:"transparent",children:i}),t.jsxs("a",{href:n,children:[t.jsx(V,{color:d.palette.gray[400],display:"inline",fontWeight:"bold",size:"sm",children:r}),t.jsx(V,{display:"inline",fontWeight:"bold",ml:.25,size:"sm",children:e})]}),t.jsx(I,{size:"lg",children:o}),t.jsxs($,{alignItems:"center",display:"flex",flexDirection:"row",gap:.75,width:"100%",children:[t.jsxs(I,{color:d.palette.gray[400],display:"inline",size:"lg",children:[t.jsx("b",{children:"Remediation time: "}),`${a} min`]}),t.jsx(Nt,{}),t.jsx(I,{color:d.palette.gray[400],display:"inline",fontWeight:"bold",size:"lg",children:"Default score: "}),t.jsx(Ln,{textL:s,textR:y.capitalize(l),variant:l}),t.jsx(Nt,{}),t.jsxs($,{alignItems:"center",children:[t.jsx(I,{color:d.palette.gray[400],display:"inline",fontWeight:"bold",size:"lg",children:"Requirements: "}),c.map((p,g)=>t.jsxs(t.Fragment,{children:[g>0?t.jsx(I,{color:d.palette.gray[400],display:"inline",size:"lg",children:" / "}):void 0,t.jsx(J,{color:d.palette.gray[400],href:p.href,iconPosition:"hidden",children:p.title},p.href)]}))]})]})]})};exports.Accordion=Fo;exports.AccordionContent=Pt;exports.ActionButton=pe;exports.Alert=Vo;exports.AppliedFilter=ue;exports.AppliedFilters=Or;exports.ArrayField=qe;exports.Avatar=Qo;exports.BaseButtonComponent=nt;exports.BaseComponent=ze;exports.BaseSpanComponent=it;exports.BaseTextComponent=ot;exports.Body=Bn;exports.Button=M;exports.Button$1=Fe;exports.ButtonToolbarCenter=Si;exports.ButtonToolbarRow=Ti;exports.ButtonToolbarStartRow=zi;exports.Calendar=Ut;exports.Calendar$1=Zt;exports.Calendar$2=Jt;exports.CalendarCell=Vt;exports.CalendarGrid=Pe;exports.CaptionContent=qn;exports.CardContainer=ar;exports.CardHeader=Ae;exports.CardWithImage=ni;exports.CardWithInput=Yi;exports.CardWithOptions=nn;exports.CardWithSelector=er;exports.CardWithSwitch=or;exports.Carousel=gr;exports.Checkbox=re;exports.CodeSnippet=xr;exports.Col=Ke;exports.ColumFilters=vn;exports.ColumnToggle=Mn;exports.ColumnsModal=bn;exports.ComboBox=at;exports.ComboBoxField=Ye;exports.Container=$;exports.ControlsContent=Zn;exports.CopyButton=qr;exports.CustomThemeProvider=So;exports.DateField=Yt;exports.DateSelector=fe;exports.Description=Fn;exports.Dialog=Me;exports.Divider=ae;exports.Dropdown=Jr;exports.Editable=Ci;exports.EmptyButton=Je;exports.EmptyState=na;exports.ErrorMessage=ai;exports.ExportCsv=On;exports.FilePreview=Bt;exports.FilterControl=$n;exports.FilterForm=Xe;exports.FilterFormContent=mn;exports.FiltersList=jn;exports.FooterContent=Yn;exports.Form=ra;exports.Gap=Ei;exports.GridContainer=sa;exports.GroupSelector=ca;exports.Head=Wn;exports.Header=Oe;exports.Header$1=gn;exports.Heading=V;exports.HighlightedContent=Xn;exports.Icon=R;exports.IconButton=B;exports.InProgressIcon=Rn;exports.IndicatorCard=ir;exports.IndicatorCardDB=pa;exports.InfoSidebar=ga;exports.InnerForm=oa;exports.InputArray=Ni;exports.InputDate=qt;exports.InputDateRange=Xt;exports.InputDateTime=ki;exports.InputFile=Pi;exports.InputNumber=en;exports.InputNumberRange=tn;exports.InputTags=Mi;exports.Label=rt;exports.Link=J;exports.ListItem=De;exports.ListItemsWrapper=hn;exports.LittleFlag=xa;exports.Loading=Sn;exports.LocationCode=cn;exports.Logo=va;exports.Lottie=Ca;exports.MemoizedImage=ie;exports.Menu=Sa;exports.MenuItem=An;exports.MessageBanner=Ta;exports.Modal=ut;exports.ModalConfirm=un;exports.ModalFooter=pn;exports.Notification=Na;exports.NotificationSign=Ne;exports.NumberField=be;exports.OAuthSelector=La;exports.Option=Ht;exports.OptionBoxContainer=xt;exports.OptionContainer=Qe;exports.OptionContainer$1=Cn;exports.OutlineContainer=K;exports.PaginationControl=_n;exports.PaginationDropdown=Vn;exports.PaginationSize=Un;exports.PhoneInput=Ui;exports.PopUp=Za;exports.Popover=Te;exports.PremiumFeature=zn;exports.PreviewPanel=fn;exports.PriorityCard=Dn;exports.PriorityCards=Oa;exports.PriorityScore=Ma;exports.ProgressBar=En;exports.ProgressIndicator=qa;exports.ProgressStep=Ya;exports.RadioButton=ct;exports.RankPosition=In;exports.RankPositionIcon=Tn;exports.Row=Qt;exports.ScrollUpButton=Ja;exports.Search=se;exports.SearchPanel=yn;exports.SeverityBadge=Ln;exports.SeverityOverview=ts;exports.SeverityOverviewBadge=xe;exports.ShowOnHover=os;exports.SlideOutMenu=rs;exports.Slider=ps;exports.SortIcon=et;exports.Span=he;exports.StepLapse=ys;exports.Tab=xn;exports.Table=Ns;exports.Table$1=Jn;exports.TableButton=As;exports.TableContent=Hn;exports.TableContext=oe;exports.TableFooter=Gn;exports.TableOptions=Kn;exports.Tabs=pt;exports.Tag=Q;exports.TagsField=Ze;exports.Text=I;exports.TextArea=Gi;exports.TextInput=We;exports.Thumb=Pn;exports.TimeField=Kt;exports.TimeLine=Ms;exports.TimeLineCard=Qn;exports.Toggle=sn;exports.Tooltip=q;exports.Tour=Bs;exports.WeaknessesCard=_s;exports.baseStep=Ws;exports.formatCheckValues=kn;exports.getStyledConfig=Se;exports.hiddenProps=Ft;exports.icons=Co;exports.setBorder=je;exports.setDisplay=ve;exports.setInteraction=Ce;exports.setMargin=me;exports.setPadding=$e;exports.setPosition=we;exports.setText=ke;exports.theme=F;exports.useCarousel=on;exports.useClickOutside=ne;exports.useCloudinaryImage=rn;exports.useColumnsModal=an;exports.useConditionsDialog=Gr;exports.useConfirmDialog=Yr;exports.useDebouncedCallback=lt;exports.useFilterForm=wn;exports.useFilters=Ur;exports.useModal=Ie;exports.useSearch=Zi;exports.variantBuilder=te;
|