@fluidattacks/design 3.19.1 → 3.19.3-pr
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 +1 -1
- package/dist/components/alert/styles.d.ts +54 -52
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/styles.d.ts +108 -104
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/styles.d.ts +55 -53
- 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-image/index.stories.d.ts +1 -1
- package/dist/components/card/card-with-input/index.d.ts +1 -1
- package/dist/components/card/card-with-input/index.js +1 -1
- package/dist/components/card/card-with-input/index.stories.d.ts +7 -7
- 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-selector/styles.d.ts +54 -52
- package/dist/components/card/card-with-switch/index.js +1 -1
- package/dist/components/card/index.js +1 -1
- package/dist/components/card/types.d.ts +1 -0
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/carousel/styles.d.ts +162 -156
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/styles.d.ts +54 -52
- 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/code-snippet/styles.d.ts +108 -104
- package/dist/components/colors/index.js +1 -1
- package/dist/components/confirm-dialog/index.js +1 -1
- package/dist/components/container/index.js +1 -1
- package/dist/components/container/styles.d.ts +55 -53
- package/dist/components/divider/index.js +1 -1
- package/dist/components/dropdown/index.js +1 -1
- package/dist/components/dropdown/styles.d.ts +108 -104
- package/dist/components/empty-state/empty-button/index.js +1 -1
- package/dist/components/empty-state/index.js +1 -1
- package/dist/components/empty-state/styles.d.ts +108 -104
- package/dist/components/file-preview/index.js +1 -1
- package/dist/components/file-preview/styles.d.ts +55 -53
- package/dist/components/form/index.js +1 -1
- package/dist/components/form/inner-form/index.js +1 -1
- package/dist/components/form/styles.d.ts +54 -52
- package/dist/components/grid-container/index.js +1 -1
- package/dist/components/grid-container/styles.d.ts +55 -53
- package/dist/components/grid-layout/styles.d.ts +216 -208
- 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/styles.d.ts +109 -105
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/icon-button/index.stories.d.ts +55 -53
- package/dist/components/icon-button/styles.d.ts +113 -109
- package/dist/components/indicator-card/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/calendar/styles.d.ts +438 -422
- 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/calendar/styles.d.ts +108 -104
- 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/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-file/styles.d.ts +110 -106
- 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/input-tags/styles.d.ts +55 -53
- 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/phone/styles.d.ts +270 -260
- package/dist/components/inputs/fields/text-area/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/styles.d.ts +54 -52
- 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/inputs/utils/styles.d.ts +325 -313
- package/dist/components/layout/categories/buttons/index.d.ts +171 -165
- 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/column/styles.d.ts +57 -55
- package/dist/components/layout/categories/gap/index.js +1 -1
- package/dist/components/layout/categories/gap/styles.d.ts +57 -55
- package/dist/components/layout/categories/row/index.js +1 -1
- package/dist/components/layout/categories/row/styles.d.ts +57 -55
- package/dist/components/layout/index.js +1 -1
- package/dist/components/link/index.js +1 -1
- package/dist/components/link/styles.d.ts +3 -1
- package/dist/components/list-item/index.js +1 -1
- package/dist/components/list-item/styles.d.ts +108 -104
- 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/lottie/styles.d.ts +60 -57
- package/dist/components/menu/index.js +1 -1
- package/dist/components/message-banner/index.js +1 -1
- package/dist/components/message-banner/styles.d.ts +54 -52
- 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/preview-panel/styles.d.ts +60 -57
- package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
- package/dist/components/modal/columns-modal/search-panel/styles.d.ts +60 -57
- 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-form/form-content/index.js +1 -1
- package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
- package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
- package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
- package/dist/components/modal/filters-modal/filters-list/styles.d.ts +60 -57
- package/dist/components/modal/filters-modal/index.js +1 -1
- package/dist/components/modal/filters-modal/styles.d.ts +117 -112
- 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/modal/styles.d.ts +279 -267
- package/dist/components/notification/index.js +1 -1
- package/dist/components/notification-sign/index.js +1 -1
- package/dist/components/notification-sign/styles.d.ts +109 -105
- package/dist/components/number-input/index.js +1 -1
- package/dist/components/number-input/styles.d.ts +109 -105
- package/dist/components/oauth-selector/index.js +1 -1
- package/dist/components/oauth-selector/option-container/index.js +1 -1
- package/dist/components/plan-card/index.js +1 -1
- package/dist/components/plan-card/recommended-tag/index.js +1 -1
- package/dist/components/plan-card/styles.d.ts +108 -104
- 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/premium-feature/styles.d.ts +54 -52
- package/dist/components/priority-score/index.js +1 -1
- package/dist/components/progress-bar/index.js +1 -1
- package/dist/components/progress-bar/index.stories.d.ts +3 -3
- package/dist/components/radio-button/index.js +1 -1
- package/dist/components/radio-button/index.stories.d.ts +2 -2
- package/dist/components/radio-button/styles.d.ts +111 -107
- package/dist/components/scroll-button/index.js +1 -1
- package/dist/components/scroll-button/styles.d.ts +57 -55
- package/dist/components/search/index.js +1 -1
- package/dist/components/search/styles.d.ts +163 -157
- 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/show-on-hover/styles.d.ts +54 -52
- 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/styles.d.ts +108 -104
- package/dist/components/slider/thumb/index.js +1 -1
- package/dist/components/step-lapse/index.js +1 -1
- package/dist/components/step-lapse/styles.d.ts +162 -156
- package/dist/components/table-button/index.js +1 -1
- package/dist/components/table-button/index.stories.d.ts +2 -2
- package/dist/components/table-button/styles.d.ts +54 -52
- 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/toggle/index.stories.d.ts +2 -2
- package/dist/components/toggle/styles.d.ts +162 -156
- package/dist/components/toggle-buttons/index.js +1 -1
- package/dist/components/toggle-buttons/styles.d.ts +108 -104
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/styles.d.ts +57 -55
- 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/styles.d.ts +165 -159
- package/dist/components/typography/text/index.js +1 -1
- package/dist/{components-OtNCp3tQ.mjs → components-C5lRKm4D.mjs} +550 -543
- package/dist/{components-DgBs7-Yd.js → components-DStcyU7z.js} +59 -59
- package/dist/hooks/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/vendor-DOfNkUnQ.js +206 -0
- package/dist/{vendor-zX_88erz.mjs → vendor-nJMHsTuL.mjs} +17730 -17670
- package/package.json +18 -19
- package/dist/components/slide-out-menu/styles.d.ts +0 -10
- package/dist/vendor-CJUQQyxF.js +0 -206
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";const t=require("react/jsx-runtime"),f=require("react"),s=require("./vendor-
|
|
1
|
+
"use strict";const t=require("react/jsx-runtime"),f=require("react"),s=require("./vendor-DOfNkUnQ.js"),re=require("react-dom"),We=require("react-router-dom"),q=e=>({getVariant:(n,i)=>e(n)[i]}),yt=["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"],Cn={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},Sn={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},zn={25:"",50:"",100:"#ffe6ff",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},In={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},Tn={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#dc6803",700:"#b54708",800:"",900:""},Fn={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},Nn={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},En={"01":"linear-gradient(45deg, #f32637 0%, #b8075d 100%)","02":"linear-gradient(45deg, #fcfcfd 0%, #667085 100%)"},Dn={type:{primary:"Roboto, sans-serif",poppins:"'Poppins', sans-serif",mono:"'Space Mono', monospace"},heading:{xxl:"64px",xl:"48px",lg:"32px",md:"24px",sm:"20px",xs:"16px"},text:{xl:"20px",lg:"18px",md:"16px",sm:"14px",xs:"12px"},weight:{bold:"700",semibold:"600",regular:"400"}},Rn={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)"},An={mobile:"480px",tablet:"960px",sm:"1024px",md:"1440px",lg:"1920px"},Ln={0:"0rem",.125:"0.125rem",.188:"0.188rem",.25:"0.25rem",.5:"0.5rem",.625:"0.625rem",.75:"0.75rem",1:"1rem",1.25:"1.25rem",1.5:"1.5rem",1.75:"1.75rem",2:"2rem",2.25:"2.25rem",2.5:"2.5rem",3:"3rem",3.5:"3.5rem",4:"4rem",4.5:"4.5rem",5:"5rem",6:"6rem"},Pn=["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"],Wn=[["fal","arrow-down"],["fal","arrow-left"],["fal","arrow-right"],["fal","arrow-up"],["fal","plus"],["fal","minus"],["fas","check"],["fas","circle-question"]],T={typography:Dn,shadows:Rn,breakpoints:An,spacing:Ln,palette:{primary:Sn,complementary:zn,error:In,info:Nn,warning:Tn,success:Fn,black:"#0c111d",white:"#ffffff",gray:Cn,gradients:En}},Bn=({children:e})=>t.jsx(s.Xe,{theme:T,children:e}),E=(e,n)=>n===void 0?"":`${e}: ${n};`,xe=e=>{const n=e.py??e.pt??0,i=e.px??e.pr??0,a=e.py??e.pb??0,r=e.px??e.pl??0;if(e.padding){const[o,l,c,d]=e.padding;return`padding: ${T.spacing[o]} ${T.spacing[l]} ${T.spacing[c]} ${T.spacing[d]};`}return`padding: ${T.spacing[n]} ${T.spacing[i]} ${T.spacing[a]} ${T.spacing[r]};`},fe=e=>{const n=e.my??e.mt??0,i=e.mx??e.mr??0,a=e.my??e.mb??0,r=e.mx??e.ml??0;if(e.margin){const[o,l,c,d]=e.margin;return`margin: ${T.spacing[o]} ${T.spacing[l]} ${T.spacing[c]} ${T.spacing[d]};`}return`margin: ${T.spacing[n]} ${T.spacing[i]} ${T.spacing[a]} ${T.spacing[r]};`},he=e=>{const n=E("position",e.position),i=E("top",e.top),a=E("right",e.right),r=E("bottom",e.bottom),o=E("left",e.left),l=E("z-index",e.zIndex);return`
|
|
2
2
|
${n}
|
|
3
3
|
${i}
|
|
4
4
|
${a}
|
|
5
5
|
${r}
|
|
6
6
|
${o}
|
|
7
7
|
${l}
|
|
8
|
-
`},be=e=>{const n=
|
|
8
|
+
`},be=e=>{const n=E("border",e.border),i=E("border-top",e.borderTop),a=E("border-right",e.borderRight),r=E("border-bottom",e.borderBottom),o=E("border-left",e.borderLeft),l=E("border-color",e.borderColor),c=E("border-radius",e.borderRadius);return`
|
|
9
9
|
${n}
|
|
10
10
|
${i}
|
|
11
11
|
${a}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
`},On=e=>e.includes("x")?"overflow-x: auto;":"",Mn=e=>e.includes("y")?"overflow-y: auto;":"",ye=e=>{const n=e.scroll?`
|
|
17
17
|
${On(e.scroll)}
|
|
18
18
|
${Mn(e.scroll)}
|
|
19
|
-
`:"",i=
|
|
19
|
+
`:"",i=E("visibility",e.visibility),a=E("display",e.display),r=E("height",e.height),o=E("width",e.width),l=E("max-height",e.maxHeight),c=E("max-width",e.maxWidth),d=E("min-height",e.minHeight),g=E("min-width",e.minWidth),p=E("box-shadow",e.shadow?T.shadows[e.shadow]:void 0),u=E("gap",e.gap===void 0?void 0:T.spacing[e.gap]),x=E("background-color",e.bgColor),h=E("background",e.bgGradient),b=E("flex-direction",e.flexDirection),y=E("flex-grow",e.flexGrow),w=E("justify-content",e.justify),v=E("justify-self",e.justifySelf),m=E("align-items",e.alignItems),j=E("align-self",e.alignSelf),k=E("flex-wrap",e.wrap);return`
|
|
20
20
|
${n}
|
|
21
21
|
${i}
|
|
22
22
|
${a}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
${m}
|
|
38
38
|
${j}
|
|
39
39
|
${k}
|
|
40
|
-
`},$e=e=>{const n=
|
|
40
|
+
`},$e=e=>{const n=E("color",e.color),i=E("font-family",e.fontFamily),a=E("font-size",e.fontSize),r=E("font-weight",e.fontWeight),o=E("line-spacing",e.letterSpacing),l=E("line-height",e.lineSpacing),c=E("text-align",e.textAlign),d=E("text-decoration",e.textDecoration),g=E("text-overflow",e.textOverflow),p=E("white-space",e.whiteSpace),u=E("word-break",e.wordBreak),x=E("word-wrap",e.wordWrap);return`
|
|
41
41
|
${n}
|
|
42
42
|
${i}
|
|
43
43
|
${a}
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
${p}
|
|
51
51
|
${u}
|
|
52
52
|
${x}
|
|
53
|
-
`},me=e=>{const n=
|
|
53
|
+
`},me=e=>{const n=E("cursor",e.cursor),i=E("border-color",e.borderColorHover),a=E("background-color",e.bgColorHover),r=E("box-shadow",e.shadowHover===void 0?void 0:T.shadows[e.shadowHover]),o=E("transition",e.transition);return`
|
|
54
54
|
${n}
|
|
55
55
|
|
|
56
56
|
&:hover {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
${a}
|
|
60
60
|
${r}
|
|
61
61
|
}
|
|
62
|
-
`},we={shouldForwardProp:e=>!
|
|
62
|
+
`},we={shouldForwardProp:e=>!yt.includes(e)},je=s.st.div.withConfig(we)`
|
|
63
63
|
${xe}
|
|
64
64
|
${fe}
|
|
65
65
|
${he}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
${$e}
|
|
68
68
|
${be}
|
|
69
69
|
${me}
|
|
70
|
-
`,
|
|
70
|
+
`,Ve=s.st.button.withConfig(we)`
|
|
71
71
|
${xe}
|
|
72
72
|
${fe}
|
|
73
73
|
${he}
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
${$e}
|
|
76
76
|
${be}
|
|
77
77
|
${me}
|
|
78
|
-
`,
|
|
78
|
+
`,Ye=s.st.p.withConfig(we)`
|
|
79
79
|
${xe}
|
|
80
80
|
${fe}
|
|
81
81
|
${he}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
${$e}
|
|
84
84
|
${be}
|
|
85
85
|
${me}
|
|
86
|
-
`,
|
|
86
|
+
`,qe=s.st.span.withConfig(we)`
|
|
87
87
|
${xe}
|
|
88
88
|
${fe}
|
|
89
89
|
${he}
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
${a};
|
|
109
109
|
}
|
|
110
110
|
`}
|
|
111
|
-
`,$=f.forwardRef(function({as:n="div",center:i,children:a,id:r,onHover:o,onLeave:l,styleMd:c,styleSm:d,...g},p){return t.jsx(Hn,{$center:i,$styleMd:c,$styleSm:d,as:n,id:r,onMouseLeave:l,onMouseOver:o,ref:p,...g,children:a})}),_n=s.st(
|
|
111
|
+
`,$=f.forwardRef(function({as:n="div",center:i,children:a,id:r,onHover:o,onLeave:l,styleMd:c,styleSm:d,...g},p){return t.jsx(Hn,{$center:i,$styleMd:c,$styleSm:d,as:n,id:r,onMouseLeave:l,onMouseOver:o,ref:p,...g,children:a})}),_n=s.st(Ye)`
|
|
112
112
|
${({theme:e,$bgGradient:n="unset",$color:i=e.palette.gray[800],$display:a="block",$fontFamily:r=e.typography.type.primary,$fontWeight:o="bold",$letterSpacing:l=0,$lineSpacing:c=1.5,$lineSpacingSm:d,$overflow:g="unset",$size:p,$sizeMd:u,$sizeSm:x,$textFill:h="unset",$whiteSpace:b="pre-line",$wordBreak:y="normal"})=>`
|
|
113
113
|
background: ${n};
|
|
114
114
|
color: ${i};
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
line-height: ${e.spacing[d??c]};
|
|
139
139
|
}
|
|
140
140
|
`}
|
|
141
|
-
|
|
141
|
+
`,$t=s.st(Ye)`
|
|
142
142
|
${({theme:e,$bgGradient:n="unset",$color:i=e.palette.gray[600],$display:a="block",$fontFamily:r=e.typography.type.primary,$fontWeight:o="regular",$fontStyle:l="normal",$letterSpacing:c=0,$lineSpacing:d=1.25,$lineSpacingSm:g,$overflow:p="unset",$size:u,$sizeMd:x,$sizeSm:h,$textFill:b="unset",$whiteSpace:y="pre-line",$wordBreak:w="normal"})=>`
|
|
143
143
|
background: ${n};
|
|
144
144
|
color: ${i};
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
line-height: ${e.spacing[g??d]};
|
|
170
170
|
}
|
|
171
171
|
`}
|
|
172
|
-
`,Jn=s.st(
|
|
172
|
+
`,Jn=s.st(qe)`
|
|
173
173
|
${({theme:e,$color:n=e.palette.gray[600],$content:i=void 0,$display:a="inline",$fontWeight:r="regular",$size:o,$lineSpacing:l=1.25})=>`
|
|
174
174
|
color: ${n};
|
|
175
175
|
display: ${a};
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
|
|
183
183
|
${i===void 0?"":`&::after { content: "${i}"; }`}
|
|
184
184
|
`}
|
|
185
|
-
`,U=f.forwardRef(function({bgGradient:n,children:i,className:a,color:r,display:o,fontFamily:l,fontWeight:c,letterSpacing:d,lineSpacing:g,lineSpacingSm:p,overflow:u,size:x,sizeMd:h,sizeSm:b,textFill:y,whiteSpace:w,wordBreak:v,...m},j){return t.jsx(_n,{$bgGradient:n,$color:r,$display:o,$fontFamily:l,$fontWeight:c,$letterSpacing:d,$lineSpacing:g,$lineSpacingSm:p,$overflow:u,$size:x,$sizeMd:h,$sizeSm:b,$textFill:y,$whiteSpace:w,$wordBreak:v,className:a,ref:j,...m,children:i})}),pe=f.forwardRef(function({children:n,color:i,content:a,display:r,fontFamily:o,fontWeight:l,letterSpacing:c,lineSpacing:d,lineSpacingSm:g,size:p,sizeMd:u,sizeSm:x,...h},b){return t.jsx(Jn,{$color:i,$content:a,$display:r,$fontFamily:o,$fontWeight:l,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:g,$size:p,$sizeMd:u,$sizeSm:x,ref:b,...h,children:n})}),z=f.forwardRef(function({bgGradient:n,children:i,className:a,color:r,display:o,fontFamily:l,fontWeight:c,letterSpacing:d,lineSpacing:g,lineSpacingSm:p,overflow:u,size:x,sizeMd:h,sizeSm:b,textFill:y,whiteSpace:w,wordBreak:v,fontStyle:m,...j},k){return t.jsx(
|
|
185
|
+
`,U=f.forwardRef(function({bgGradient:n,children:i,className:a,color:r,display:o,fontFamily:l,fontWeight:c,letterSpacing:d,lineSpacing:g,lineSpacingSm:p,overflow:u,size:x,sizeMd:h,sizeSm:b,textFill:y,whiteSpace:w,wordBreak:v,...m},j){return t.jsx(_n,{$bgGradient:n,$color:r,$display:o,$fontFamily:l,$fontWeight:c,$letterSpacing:d,$lineSpacing:g,$lineSpacingSm:p,$overflow:u,$size:x,$sizeMd:h,$sizeSm:b,$textFill:y,$whiteSpace:w,$wordBreak:v,className:a,ref:j,...m,children:i})}),pe=f.forwardRef(function({children:n,color:i,content:a,display:r,fontFamily:o,fontWeight:l,letterSpacing:c,lineSpacing:d,lineSpacingSm:g,size:p,sizeMd:u,sizeSm:x,...h},b){return t.jsx(Jn,{$color:i,$content:a,$display:r,$fontFamily:o,$fontWeight:l,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:g,$size:p,$sizeMd:u,$sizeSm:x,ref:b,...h,children:n})}),z=f.forwardRef(function({bgGradient:n,children:i,className:a,color:r,display:o,fontFamily:l,fontWeight:c,letterSpacing:d,lineSpacing:g,lineSpacingSm:p,overflow:u,size:x,sizeMd:h,sizeSm:b,textFill:y,whiteSpace:w,wordBreak:v,fontStyle:m,...j},k){return t.jsx($t,{$bgGradient:n,$color:r,$display:o,$fontFamily:l,$fontStyle:m,$fontWeight:c,$letterSpacing:d,$lineSpacing:g,$lineSpacingSm:p,$overflow:u,$size:x,$sizeMd:h,$sizeSm:b,$textFill:y,$whiteSpace:w,$wordBreak:v,className:a,ref:k,...j,children:i})}),mt=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(z,{mb:e.extraElement?.5:void 0,size:"sm",children:e.description}):e.description??void 0;return t.jsxs($,{display:"block",id:`panel-${e.title}`,padding:[.75,.75,.75,.75],children:[n,e.extraElement?t.jsx($,{children:e.extraElement}):void 0]})},Un={xl:"96px",lg:"64px",md:"32px",sm:"24px",xs:"16px",xxs:"12px",xxss:"10px"},Gn=s.st(qe)`
|
|
186
186
|
${({$clickable:e,$color:n="inherit",$disabled:i=!1,$hoverColor:a,$rotation:r,$size:o,$secondaryColor:l})=>{const c=a?"":"brightness(50%)",d=a??"";return`
|
|
187
187
|
color: ${n};
|
|
188
188
|
cursor: ${e?"pointer":"inherit"};
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
&:hover:not([disabled]) {
|
|
219
219
|
transform: scale(1.2);
|
|
220
220
|
}
|
|
221
|
-
`;const F=f.forwardRef(function({clickable:n,disabled:i,hoverColor:a,icon:r,iconClass:o="",iconColor:l,iconMask:c,iconSize:d,iconTransform:g,iconType:p="fa-solid",onClick:u,rotation:x,spanClass:h,secondaryColor:b,...y},w){return t.jsx(Gn,{$clickable:n,$color:l,$disabled:i,$hoverColor:a,$rotation:x,$secondaryColor:b,$size:d,className:h,"data-testid":`${r}-icon`,onClick:u,ref:w,...y,children:t.jsx("i",{className:`${p} fa-${r} ${o}`,...c!==void 0?{"data-fa-mask":c}:{},...g!==void 0?{"data-fa-transform":g}:{}})},`${p}-${r}`)}),Vn=f.forwardRef(function({aligned:n="end",items:i,bgColor:a},r){const o=s.Je(),[l,c]=f.useState(i.map(g=>g.expanded??!1)),d=f.useCallback(g=>p=>{p.preventDefault(),c(u=>u.map((x,h)=>h===g?!x:x))},[]);return t.jsx($,{borderColor:o.palette.gray[200],borderTop:"1px solid",ref:r,children:i.map((g,p)=>{const u=l[p];return t.jsxs($,{bgColor:a??o.palette.white,borderBottom:"1px solid",borderColor:o.palette.gray[200],children:[t.jsx($,{"aria-controls":`panel-${g.title}`,"aria-expanded":u,"aria-label":g.title,as:"button",bgColor:a??o.palette.white,bgColorHover:o.palette.gray[100],cursor:"pointer",display:"flex",onClick:d(p),padding:[.75,.75,.75,.75],width:"100%",children:t.jsxs($,{as:"summary",display:"flex",flexDirection:n==="end"?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[t.jsx(z,{color:o.palette.gray[800],fontWeight:"bold",size:"sm",sizeSm:"sm",textAlign:"start",children:g.title}),t.jsx(F,{icon:u?"chevron-up":"chevron-down",iconColor:o.palette.gray[400],iconSize:"xs",iconType:"fa-light"})]})}),u&&t.jsx(
|
|
221
|
+
`;const F=f.forwardRef(function({clickable:n,disabled:i,hoverColor:a,icon:r,iconClass:o="",iconColor:l,iconMask:c,iconSize:d,iconTransform:g,iconType:p="fa-solid",onClick:u,rotation:x,spanClass:h,secondaryColor:b,...y},w){return t.jsx(Gn,{$clickable:n,$color:l,$disabled:i,$hoverColor:a,$rotation:x,$secondaryColor:b,$size:d,className:h,"data-testid":`${r}-icon`,onClick:u,ref:w,...y,children:t.jsx("i",{className:`${p} fa-${r} ${o}`,...c!==void 0?{"data-fa-mask":c}:{},...g!==void 0?{"data-fa-transform":g}:{}})},`${p}-${r}`)}),Vn=f.forwardRef(function({aligned:n="end",items:i,bgColor:a},r){const o=s.Je(),[l,c]=f.useState(i.map(g=>g.expanded??!1)),d=f.useCallback(g=>p=>{p.preventDefault(),c(u=>u.map((x,h)=>h===g?!x:x))},[]);return t.jsx($,{borderColor:o.palette.gray[200],borderTop:"1px solid",ref:r,children:i.map((g,p)=>{const u=l[p];return t.jsxs($,{bgColor:a??o.palette.white,borderBottom:"1px solid",borderColor:o.palette.gray[200],children:[t.jsx($,{"aria-controls":`panel-${g.title}`,"aria-expanded":u,"aria-label":g.title,as:"button",bgColor:a??o.palette.white,bgColorHover:o.palette.gray[100],cursor:"pointer",display:"flex",onClick:d(p),padding:[.75,.75,.75,.75],width:"100%",children:t.jsxs($,{as:"summary",display:"flex",flexDirection:n==="end"?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[t.jsx(z,{color:o.palette.gray[800],fontWeight:"bold",size:"sm",sizeSm:"sm",textAlign:"start",children:g.title}),t.jsx(F,{icon:u?"chevron-up":"chevron-down",iconColor:o.palette.gray[400],iconSize:"xs",iconType:"fa-light"})]})}),u&&t.jsx(mt,{item:g})]},g.title)})})}),Yn=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:qn}=q(e=>({error:`
|
|
222
222
|
background: ${e.palette.error[50]};
|
|
223
223
|
border: 1px solid ${e.palette.error[500]};
|
|
224
224
|
color: ${e.palette.error[700]};
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
background-color: ${e.palette.primary[500]};
|
|
370
370
|
color: ${e.palette.white};
|
|
371
371
|
}
|
|
372
|
-
`})),
|
|
372
|
+
`})),wt=s.st(Ve)`
|
|
373
373
|
${({theme:e,justify:n,$size:i,$variant:a})=>`
|
|
374
374
|
align-items: center;
|
|
375
375
|
border-radius: var(--btn-spacing);
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
|
|
394
394
|
${Zn(e,a??"primary")}
|
|
395
395
|
`}
|
|
396
|
-
`,Qn=s.st(
|
|
396
|
+
`,Qn=s.st(wt)`
|
|
397
397
|
${({theme:e,borderRadius:n="4px",px:i=.5,py:a=.5})=>`
|
|
398
398
|
--btn-spacing: ${n};
|
|
399
399
|
--btn-padding-x: ${e.spacing[i]};
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
width: max-content;
|
|
419
419
|
z-index: 999999;
|
|
420
420
|
`}
|
|
421
|
-
`,G=({children:e,disabled:n=!1,display:i="inline-block",height:a,icon:r,iconColor:o,iconSize:l,id:c,maxWidth:d,nodeTip:g,place:p="bottom",tip:u="",title:x="",hide:h=u===""&&x===""&&g===void 0,width:b})=>{const y=s.Je(),[w,v]=f.useState(!1),{refs:m,floatingStyles:j,context:k}=s.useFloating({middleware:[s.flip({fallbackAxisSideDirection:"start"}),s.offset({mainAxis:10}),s.shift()],onOpenChange:v,open:w,placement:p,whileElementsMounted:s.autoUpdate}),S=s.useHover(k,{delay:{close:0,open:500},move:!1}),D=s.useFocus(k),I=s.useRole(k,{role:r?"label":"tooltip"}),{getReferenceProps:C,getFloatingProps:
|
|
421
|
+
`,G=({children:e,disabled:n=!1,display:i="inline-block",height:a,icon:r,iconColor:o,iconSize:l,id:c,maxWidth:d,nodeTip:g,place:p="bottom",tip:u="",title:x="",hide:h=u===""&&x===""&&g===void 0,width:b})=>{const y=s.Je(),[w,v]=f.useState(!1),{refs:m,floatingStyles:j,context:k}=s.useFloating({middleware:[s.flip({fallbackAxisSideDirection:"start"}),s.offset({mainAxis:10}),s.shift()],onOpenChange:v,open:w,placement:p,whileElementsMounted:s.autoUpdate}),S=s.useHover(k,{delay:{close:0,open:500},move:!1}),D=s.useFocus(k),I=s.useRole(k,{role:r?"label":"tooltip"}),{getReferenceProps:C,getFloatingProps:N}=s.useInteractions([S,D,I]);return n?t.jsx(f.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(ei,{...C(),display:i,height:a,id:c,ref:m.setReference,width:b,children:r?t.jsx(F,{clickable:!0,disabled:n,icon:r,iconColor:o,iconSize:l??"xxs",iconType:w?"fa-solid":"fa-light"}):e}),w&&!h&&re.createPortal(t.jsxs(ti,{...N(),$maxWidth:d,id:`floating-${c}`,ref:m.setFloating,style:j,children:[s.lodashExports.isEmpty(x)?void 0:t.jsx(z,{color:y.palette.white,fontWeight:"bold",lineSpacing:1.5,size:"sm",textAlign:"start",wordWrap:"break-word",children:x}),s.lodashExports.isEmpty(u)?void 0:t.jsx(z,{color:y.palette.gray[100],lineSpacing:1.5,size:"sm",textAlign:"start",wordWrap:"break-word",children:u}),s.lodashExports.isEmpty(g)?void 0:g]}),document.getElementById("root")??document.body)]})},O=f.forwardRef(function({borderRadius:n,disabled:i,icon:a,iconColor:r,iconSize:o="xxs",iconTransform:l,iconType:c,id:d,justify:g="center",onClick:p,px:u,py:x,type:h="button",tooltip:b,tooltipPlace:y,value:w,variant:v="primary",...m},j){const k=t.jsx(Qn,{$variant:v,"aria-disabled":i,"aria-label":d,borderRadius:n,disabled:i,id:d,justify:g,onClick:p,px:u,py:x,ref:j,type:h,value:w,...m,children:t.jsx(F,{clickable:!1,icon:a,iconColor:r,iconSize:o,iconTransform:l,iconType:c})}),D=(h+(v??"")+(d??a)).replace(/ /u,"_");return b===void 0?k:t.jsx(G,{id:`${D}-tooltip`,place:y,tip:b,children:k})}),ni=f.forwardRef(function({autoHide:n=!1,children:i,closable:a=!1,iconEnabled:r=!0,onTimeOut:o,show:l=!0,time:c=8,variant:d="error",id:g,...p},u){const[x,h]=f.useState(l),b=f.useCallback(()=>{h(!1)},[]);return f.useEffect(()=>{const y=setTimeout(()=>{o==null||o(!0),n&&b()},c*1e3);return()=>{clearTimeout(y)}},[n,b,c,o]),f.useEffect(()=>{h(l)},[l,h]),t.jsx($,{display:x?"block":"none",ref:u,role:"alert",...p,children:t.jsxs(Kn,{$variant:d,id:g,children:[r?t.jsx(F,{clickable:!1,icon:Yn(d),iconSize:"xs",iconType:"fa-light"}):void 0,t.jsx(Xn,{children:i}),a?t.jsx(O,{height:"fit-content",icon:"close",iconSize:"xs",iconType:"fa-light",onClick:b,px:.125,py:.125,variant:"ghost"}):void 0]})})}),lt=s.st.div`
|
|
422
422
|
${({theme:e})=>`
|
|
423
423
|
align-items: center;
|
|
424
424
|
background-color: ${e.palette.gray[200]};
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
&:hover:not([disabled]) {
|
|
609
609
|
color: ${e.palette.gray[500]};
|
|
610
610
|
}
|
|
611
|
-
`})),
|
|
611
|
+
`})),jt=s.nt`
|
|
612
612
|
${({theme:e,$color:n,$variant:i})=>`
|
|
613
613
|
align-items: center;
|
|
614
614
|
cursor: pointer;
|
|
@@ -633,10 +633,10 @@
|
|
|
633
633
|
${n?`color: ${n}`:oi(e,i)}
|
|
634
634
|
`}
|
|
635
635
|
`,si=s.st.a`
|
|
636
|
-
${
|
|
637
|
-
`,li=s.st(
|
|
638
|
-
${
|
|
639
|
-
`,Q=({children:e,color:n,download:i,href:a,iconPosition:r="right",onClick:o,target:l,variant:c="lowRelevance"})=>{const d=a.startsWith("https://"),g=t.jsx(F,{icon:i===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"xxs",iconType:"fa-regular",ml:.25,mr:.25});return d?t.jsxs(si,{$color:n,$variant:c,download:i,href:a,onClick:o,rel:"nofollow noopener noreferrer",target:l??"_blank",children:[r==="left"?g:void 0,e,r==="right"?g:void 0]}):t.jsxs(li,{$variant:c,download:i,onClick:o,rel:"nofollow noopener noreferrer",target:l,to:a,children:[l!==void 0&&r==="left"?g:void 0,e,l!==void 0&&r==="right"?g:void 0]})},V=({disabled:e,icon:n,iconColor:i="inherit",iconType:a="fa-light",id:r="close-tag",filterValues:o="",fontSize:l,href:c,linkLabel:d,onClose:g,priority:p="default",tagTitle:u="",tagLabel:x,variant:h="default"})=>{const b=x.length>25&&s.lodashExports.isEmpty(u+o),y=`${x.slice(0,25)}...`;return t.jsxs(pe,{className:"gap-0.5",display:c===void 0?"initial":"flex",size:"sm",children:[t.jsxs(ri,{$fontSize:l,$variant:h,className:p,children:[n&&t.jsx(F,{icon:n,iconColor:i,iconSize:"xxs",iconType:a}),t.jsxs("span",{className:"w-full",children:[t.jsx("strong",{children:u}),t.jsx("span",{children:b?y:x}),t.jsx("strong",{className:"w-full",children:o})]}),g?t.jsx(O,{disabled:e,icon:"xmark",iconSize:"xxs",iconType:"fa-light",id:r,onClick:g,px:.125,py:.125,variant:"ghost"}):void 0]}),c===void 0?void 0:t.jsx(Q,{href:c,children:d})]})},ci=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");s.lodashExports.isObject(i)&&(i.opener=null)},L=f.forwardRef(function({children:n,disabled:i=!1,external:a=!1,fontSize:r,href:o,id:l,icon:c,iconColor:d,iconType:g,name:p,onClick:u,rightIcon:x,tag:h,type:b="button",tooltip:y,tooltipPlace:w="bottom",underline:v=!1,value:m,variant:j="primary",width:k,...S},D){const I=y!==void 0,C=`${l}-tooltip`,
|
|
636
|
+
${jt}
|
|
637
|
+
`,li=s.st(We.Link)`
|
|
638
|
+
${jt}
|
|
639
|
+
`,Q=({children:e,color:n,download:i,href:a,iconPosition:r="right",onClick:o,target:l,variant:c="lowRelevance"})=>{const d=a.startsWith("https://"),g=t.jsx(F,{icon:i===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"xxs",iconType:"fa-regular",ml:.25,mr:.25});return d?t.jsxs(si,{$color:n,$variant:c,download:i,href:a,onClick:o,rel:"nofollow noopener noreferrer",target:l??"_blank",children:[r==="left"?g:void 0,e,r==="right"?g:void 0]}):t.jsxs(li,{$variant:c,download:i,onClick:o,rel:"nofollow noopener noreferrer",target:l,to:a,children:[l!==void 0&&r==="left"?g:void 0,e,l!==void 0&&r==="right"?g:void 0]})},V=({disabled:e,icon:n,iconColor:i="inherit",iconType:a="fa-light",id:r="close-tag",filterValues:o="",fontSize:l,href:c,linkLabel:d,onClose:g,priority:p="default",tagTitle:u="",tagLabel:x,variant:h="default"})=>{const b=x.length>25&&s.lodashExports.isEmpty(u+o),y=`${x.slice(0,25)}...`;return t.jsxs(pe,{className:"gap-0.5",display:c===void 0?"initial":"flex",size:"sm",children:[t.jsxs(ri,{$fontSize:l,$variant:h,className:p,children:[n&&t.jsx(F,{icon:n,iconColor:i,iconSize:"xxs",iconType:a}),t.jsxs("span",{className:"w-full",children:[t.jsx("strong",{children:u}),t.jsx("span",{children:b?y:x}),t.jsx("strong",{className:"w-full",children:o})]}),g?t.jsx(O,{disabled:e,icon:"xmark",iconSize:"xxs",iconType:"fa-light",id:r,onClick:g,px:.125,py:.125,variant:"ghost"}):void 0]}),c===void 0?void 0:t.jsx(Q,{href:c,children:d})]})},ci=(e,n=!0)=>{const i=window.open(e,n?void 0:"_self","noopener,noreferrer,");s.lodashExports.isObject(i)&&(i.opener=null)},L=f.forwardRef(function({children:n,disabled:i=!1,external:a=!1,fontSize:r,href:o,id:l,icon:c,iconColor:d,iconType:g,name:p,onClick:u,rightIcon:x,tag:h,type:b="button",tooltip:y,tooltipPlace:w="bottom",underline:v=!1,value:m,variant:j="primary",width:k,...S},D){const I=y!==void 0,C=`${l}-tooltip`,N=f.useCallback(()=>{o&&ci(o,a)},[a,o]),R=t.jsxs(wt,{$size:r,$variant:j,"aria-disabled":i,className:v?"underline":void 0,disabled:i,id:l,name:p,onClick:j==="link"?N:u,ref:D,type:b,value:m,width:k,...I?{"data-tooltip-id":C}:{},...S,children:[c!==void 0&&t.jsx(F,{icon:c,iconColor:d??void 0,iconSize:"xs",iconType:g??"fa-light"}),n,x||j==="link"?t.jsx(F,{icon:x??"arrow-right",iconSize:"xs",iconType:"fa-light"}):void 0,h===void 0?null:t.jsx(V,{tagLabel:h,variant:"default"})]});return I?t.jsx(G,{disabled:!I,id:C,place:w,tip:y,width:k,children:R}):R}),di=f.forwardRef(function({children:n,onClick:i,userName:a,showIcon:r=!1,showUsername:o=!1},l){const c=!!i;return t.jsx($,{id:"navbar-user-profile",ref:l,zIndex:9999,children:t.jsxs($,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[c?t.jsxs(L,{onClick:i,pb:.5,pl:.5,pr:.5,pt:.5,variant:"ghost",children:[t.jsx(lt,{children:a[0].toUpperCase()}),o?t.jsx(z,{color:"#1d2939",display:"inline",ml:.5,size:"sm",children:a.split(" ")[0]}):void 0,r?t.jsx(F,{clickable:!1,icon:"ellipsis-v",iconSize:"xxss",ml:.5}):void 0]}):t.jsxs($,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(lt,{children:a[0].toUpperCase()}),o?t.jsxs(z,{color:"#1d2939",display:"inline",ml:.5,size:"sm",children:["Hi ",a.split(" ")[0],"!"]}):void 0,r?t.jsx(F,{clickable:!1,icon:"ellipsis-v",iconSize:"xxss",ml:.5}):void 0]}),t.jsx(ii,{children:n})]})})}),Fe=({authorEmail:e,date:n,description:i,descriptionColor:a,id:r,title:o,titleColor:l,textAlign:c,textSpacing:d=0,tooltip:g})=>{const p=s.Je();return t.jsxs($,{width:"100%",children:[typeof o=="string"?t.jsx(z,{color:l??p.palette.gray[800],fontWeight:"bold",mb:d,size:"sm",textAlign:c,wordBreak:"break-word",children:o}):o,t.jsxs($,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[i&&t.jsx(z,{color:a??p.palette.gray[800],fontWeight:i===void 0?"bold":"regular",size:"sm",textAlign:c,wordBreak:"break-word",children:i}),n&&t.jsx(z,{color:p.palette.gray[800],fontWeight:"bold",size:"sm",textAlign:c,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(z,{color:p.palette.gray[800],fontWeight:"bold",size:"sm",textAlign:c,wordBreak:"break-word",children:`Author: ${e}`}),g&&t.jsx(G,{icon:"circle-info",id:r,tip:g})]})]})},ct=s.st($).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
|
|
640
640
|
& img {
|
|
641
641
|
display: block;
|
|
642
642
|
}
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
pointer-events: none;
|
|
652
652
|
${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
|
|
653
653
|
}
|
|
654
|
-
`,pi=e=>{if(s._.isNil(e))return"";const n=e.split(".");return(n.length>1?s._.last(n):"").toLowerCase()},gi=(e,n)=>s._.isUndefined(n)?!1:s._.includes(e,pi(n)),
|
|
654
|
+
`,pi=e=>{if(s._.isNil(e))return"";const n=e.split(".");return(n.length>1?s._.last(n):"").toLowerCase()},gi=(e,n)=>s._.isUndefined(n)?!1:s._.includes(e,pi(n)),vt=({alt:e,fileType:n,width:i="100%",opacity:a=0,src:r,height:o="auto",videoViewStatus:l})=>{const[c,d]=f.useState({start:!1,half:!1,end:!1}),g=f.useCallback(p=>{if(!l)return;const u=p.target,x=u.currentTime/u.duration*100;x>5&&x<50?(c.start||l("start"),d({start:!0,half:!1,end:!1})):x>=50&&x<99?(c.half||l("half"),d({start:!0,half:!0,end:!1})):x>=99?(c.end||l("end"),d({start:!0,half:!0,end:!0})):d({start:!1,half:!1,end:!1})},[l,c]);return n==="video"||gi(["webm"],r)?t.jsx(ct,{$opacity:a,children:t.jsx(Q,{href:r,iconPosition:"hidden",children:t.jsxs("video",{controls:!0,muted:!0,onTimeUpdate:g,style:{height:o,width:i},children:[t.jsx("source",{src:r,type:"video/webm"}),r]})})}):t.jsx(ct,{$opacity:a,children:t.jsx("img",{alt:e,src:r,style:{height:o,width:i}})})},ui=({alt:e,authorEmail:n,date:i,description:a,src:r,children:o,isEditing:l,onClick:c,title:d,hideDescription:g=!1,headerType:p="image",showMaximize:u=!0,videoViewStatus:x})=>{const h=s.Je(),[b,y]=f.useState(!1),w=f.useCallback(()=>{y(!0)},[]),v=f.useCallback(()=>{y(!1)},[]);return t.jsxs($,{bgColor:"transparent",border:"1px solid transparent",borderColorHover:"black",borderRadius:h.spacing[.25],display:"flex",flexDirection:"column",gap:1,onHover:w,onLeave:v,padding:[.5,.5,.5,.5],width:"100%",children:[t.jsx($,{cursor:l?"unset":"pointer",display:"inline-flex",justify:"center",onClick:c,position:"relative",width:"100%",children:o===void 0?t.jsxs(f.Fragment,{children:[t.jsx(vt,{alt:e,fileType:p,height:"147px",opacity:b?.3:0,src:r,videoViewStatus:x,width:"100%"}),u?t.jsx($,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(O,{color:"white",icon:"arrows-maximize",iconSize:"xxs",iconType:"fa-light",variant:"secondary"})}):void 0]}):o}),g?null:t.jsx(Fe,{authorEmail:n,date:i,description:a,descriptionColor:h.palette.gray[600],id:`${e}-card-header`,title:d})]})},xi=s.st.div`
|
|
655
655
|
${({theme:e,$align:n="center",$minWidth:i="auto",$minHeight:a="auto"})=>`
|
|
656
656
|
display: flex;
|
|
657
657
|
background-color: ${e.palette.white};
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
text-align: ${n};
|
|
671
671
|
}
|
|
672
672
|
`}
|
|
673
|
-
`,
|
|
673
|
+
`,Ke=({htmlFor:e,label:n,link:i,required:a,tooltip:r,weight:o="normal"})=>{const l=s.Je(),c=`${e}-tooltip`,d=r!==void 0&&!s.lodashExports.isEmpty(r);return t.jsxs("label",{className:`flex font-${o} gap-1 w-full`,htmlFor:e,children:[n,a&&t.jsx(F,{icon:"asterisk",iconColor:l.palette.error[500],iconSize:"xxss"}),i?t.jsx(Q,{href:i,target:"_blank"}):null,d?t.jsx(G,{display:"inline-flex",icon:"circle-info",id:c,place:"top",tip:r}):null]})},fi=s.st.div`
|
|
674
674
|
${({theme:e})=>`
|
|
675
675
|
align-items: flex-start;
|
|
676
676
|
display: inline-flex;
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
border: 1px solid ${e.palette.gray[600]};
|
|
814
814
|
}
|
|
815
815
|
`}
|
|
816
|
-
`,J=({children:e,id:n,error:i,helpLink:a,helpLinkText:r="Link here",helpText:o,htmlFor:l,label:c,linkPosition:d="down",maxLength:g,required:p,tooltip:u,value:x,weight:h})=>{const b=s.Je(),y=x?x.length:0;return t.jsxs(fi,{id:n,children:[c===void 0?void 0:t.jsx(
|
|
816
|
+
`,J=({children:e,id:n,error:i,helpLink:a,helpLinkText:r="Link here",helpText:o,htmlFor:l,label:c,linkPosition:d="down",maxLength:g,required:p,tooltip:u,value:x,weight:h})=>{const b=s.Je(),y=x?x.length:0;return t.jsxs(fi,{id:n,children:[c===void 0?void 0:t.jsx(Ke,{htmlFor:l,label:c,link:d==="up"?a:void 0,required:p,tooltip:u,weight:h}),e,i||g?t.jsxs($,{display:"flex",justify:i===void 0?"end":"space-between",width:"100%",children:[i&&t.jsx(z,{className:"error-msg",color:b.palette.error[500],display:"block",lineSpacing:1,size:"sm",children:i}),g&&t.jsx(V,{priority:"low",tagLabel:`${y}/${g}`,variant:"error"})]}):void 0,o||a?t.jsxs($,{alignItems:"center",display:"flex",gap:.25,width:"100%",children:[o&&t.jsxs(t.Fragment,{children:[t.jsx(F,{icon:"circle-info",iconColor:b.palette.gray[400],iconSize:"xxs",iconType:"fa-light"}),t.jsx(z,{color:b.palette.gray[400],display:"inline-block",size:"sm",children:o})]}),a&&d==="down"?t.jsx(Q,{href:a,children:r}):void 0]}):void 0]})},ve=({className:e,children:n,isFilter:i=!1,popoverRef:a,state:r,triggerRef:o,...l})=>{var u;const c=f.useRef(null),d=(u=o==null?void 0:o.current)==null?void 0:u.getBoundingClientRect(),{popoverProps:g}=s.$f2f8a6077418541e$export$542a6fd13ac93354({...l,popoverRef:a??c,triggerRef:o,isNonModal:a?!0:void 0},r),p=f.useCallback(x=>{x.preventDefault()},[]);return t.jsx(s.$337b884510726a0d$export$c6fdb837b070b4ff,{children:t.jsx("div",{...g,className:e,id:"popover",onPointerDown:i?p:void 0,ref:a??c,style:{...g.style,...e==="dropdown"?{display:"flex",justifyContent:"center",width:d==null?void 0:d.width}:{}},children:n})})},hi=s.st.ul`
|
|
817
817
|
${({theme:e,$multiSelection:n})=>`
|
|
818
818
|
align-self: center;
|
|
819
819
|
background: ${e.palette.white};
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
fill: ${e.palette.white};
|
|
948
948
|
}
|
|
949
949
|
`}
|
|
950
|
-
`,ie=f.forwardRef(function({checked:n,disabled:i=!1,label:a,name:r,onChange:o,onClick:l,onFocus:c,onKeyDown:d,tooltip:g,value:p,...u},x){return t.jsxs("div",{className:"gap-1 inline-flex items-start",children:[t.jsxs(yi,{"aria-disabled":i,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-hidden":!1,"aria-label":r,checked:n,"data-testid":a??p,disabled:i,id:r,name:r,onChange:o,onClick:l,onFocus:c,onKeyDown:d,ref:x,type:"checkbox",value:p,...u}),t.jsx(F,{disabled:i,icon:"check",iconSize:"sm"}),a??p]}),g===void 0?void 0:t.jsx(G,{icon:"circle-info",id:g,place:"right",tip:g})]})}),ne=(e,n,i=!1,a)=>{f.useEffect(()=>{var o;const r=l=>{e&&!e.contains(l.target)&&!(a!=null&&a.contains(l.target))&&n()};return i?(document.addEventListener("mousedown",r,!0),()=>{document.removeEventListener("mousedown",r,!0)}):((o=document.getElementById("root"))==null||o.addEventListener("mousedown",r,!0),()=>{var l;(l=document.getElementById("root"))==null||l.removeEventListener("mousedown",r,!0)})},[i,e,a,n])},
|
|
950
|
+
`,ie=f.forwardRef(function({checked:n,disabled:i=!1,label:a,name:r,onChange:o,onClick:l,onFocus:c,onKeyDown:d,tooltip:g,value:p,...u},x){return t.jsxs("div",{className:"gap-1 inline-flex items-start",children:[t.jsxs(yi,{"aria-disabled":i,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-hidden":!1,"aria-label":r,checked:n,"data-testid":a??p,disabled:i,id:r,name:r,onChange:o,onClick:l,onFocus:c,onKeyDown:d,ref:x,type:"checkbox",value:p,...u}),t.jsx(F,{disabled:i,icon:"check",iconSize:"sm"}),a??p]}),g===void 0?void 0:t.jsx(G,{icon:"circle-info",id:g,place:"right",tip:g})]})}),ne=(e,n,i=!1,a)=>{f.useEffect(()=>{var o;const r=l=>{e&&!e.contains(l.target)&&!(a!=null&&a.contains(l.target))&&n()};return i?(document.addEventListener("mousedown",r,!0),()=>{document.removeEventListener("mousedown",r,!0)}):((o=document.getElementById("root"))==null||o.addEventListener("mousedown",r,!0),()=>{var l;(l=document.getElementById("root"))==null||l.removeEventListener("mousedown",r,!0)})},[i,e,a,n])},kt=({item:e,multiSelection:n,name:i,register:a,setInputValue:r,setValue:o,state:l,watch:c})=>{var S,D,I;const d=s.Je(),g=f.useRef(null),p=l.disabledKeys,u=Array.from(l.collection.getKeys()).filter(C=>!Array.from(p).includes(C)&&C!=="All"),{optionProps:x,isSelected:h,isFocused:b,isDisabled:y}=s.$293f70390ea03370$export$497855f14858aa34({key:e.key},l,g),w=[h?"selected":"",b?"focused":"",y?"disabled":""].join(" "),v=f.useCallback(C=>{r(""),o==null||o(`${i}Options`,""),C.currentTarget.checked&&(r(C.currentTarget.value),o==null||o(`${i}Options`,u))},[u,i,r,o]),m=f.useCallback(()=>{const C=c==null?void 0:c(`${i}Options`),N=typeof C=="string"?[C]:C;s.isEqual(u,N)&&!Array.from(p).includes("All")?(o==null||o("checkAll","All vulnerability types"),r("All vulnerability types")):(o==null||o("checkAll",""),r((N==null?void 0:N.length)<=2?N.join(", "):`${N.slice(0,2).join(", ")+`, +${N.length-2} more`}`))},[p,u,i,r,o,c]),j=e.key==="All"?t.jsx(ie,{...a==null?void 0:a("checkAll",{onChange:v}),label:(S=e.rendered)==null?void 0:S.toString(),name:"checkAll",value:(D=e.rendered)==null?void 0:D.toString()}):t.jsx(ie,{...a==null?void 0:a(`${i}Options`,{onChange:m}),label:(I=e.rendered)==null?void 0:I.toString(),name:`${i}Options`,value:e.key.toString()}),k=n&&!y?j:t.jsx(z,{color:d.palette.gray[800],size:"sm",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered});return ne(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,document.getElementById("combobox")),t.jsxs(bi,{...n?{}:x,$multiSelection:n,className:w,ref:g,children:[k,h&&!y&&!n?t.jsx(F,{icon:"check",iconSize:"xxs",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(V,{tagLabel:e.textValue,variant:"inactive"})]})},Be=({field:e,disabled:n=!1,disabledKeys:i,error:a,helpLink:r,helpLinkText:o,helpText:l,label:c,loadingItems:d,name:g,multiSelection:p=!1,items:u,onBlur:x,onChange:h,placeholder:b,register:y,required:w,setValue:v,tooltip:m,value:j,watch:k,weight:S})=>{var ot;const D=s.Je(),I=n?void 0:a,C=(e==null?void 0:e.value)??j,[N,R]=f.useState(((ot=u.find(A=>A.value===C))==null?void 0:ot.name)??""),[P,Y]=f.useState(C),[K,te]=f.useState(u),[W,M]=f.useState(!1),{contains:B}=s.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),oe=f.useRef(null),Le=f.useRef(null),Pe=f.useRef(null),it=f.useRef(null),at=f.useRef(null),fn=f.useMemo(()=>u.toSorted((A,H)=>{const _=Array.from(i??[]),se=_.includes(A.value),st=_.includes(H.value);return se&&!st?1:!se&&st?-1:0}).map(A=>B(A.name,N)||W?t.jsx(s.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":A.value,textValue:A.tag,children:A.name},A.value):null),[B,i,N,u,W]),hn=f.useCallback(A=>{const H=A.split(/,|\s/u).slice(-1)[0].trim();R(p?H:A),A===""||A.endsWith(",")?M(!0):(M(!1),Y(_=>{const se=A===""?"":_;return e&&e.onChange(se),h&&h(A),se}),te(u.filter(_=>B(_.name,p?H:A))))},[B,u,e,p,h]),bn=f.useCallback(A=>{var H;R(((H=u.find(_=>_.value===A))==null?void 0:H.name)??""),Y(A?String(A):""),e&&e.onChange(A),h&&h(A?String(A):""),te(u)},[u,e,h]),rt=f.useCallback(A=>{A.key==="Enter"&&A.preventDefault(),M(!1)},[]),yn=f.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),$n=f.useCallback(()=>{M(!0)},[]),X=s.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:i,inputValue:N,items:K,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:P,onBlur:yn,onInputChange:hn,onKeyDown:rt,onKeyUp:$n,onOpenChange(A,H){M(A&&(H==="manual"||H==="focus")),A&&setTimeout(()=>{var _;return(_=oe.current)==null?void 0:_.focus()},50)},onSelectionChange:p?void 0:bn,children:fn}),{buttonProps:mn,inputProps:wn,listBoxProps:jn}=s.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:N,buttonRef:Le,id:g,inputRef:oe,label:c??g,listBoxRef:Pe,name:g,placeholder:b,popoverRef:at},X),{listBoxProps:vn}=s.$c132121280ec012d$export$50eacbbf140a3141(jn,X,Pe),{buttonProps:kn}=s.$701a24aa0da5b062$export$ea18c227d4417cc3(mn,Le);return f.useEffect(()=>{var A;if((d===!1||!C)&&!p){const H=((A=u.find(_=>_.value===C))==null?void 0:A.name)??"";R(H),Y(H)}},[C,u,d,p]),t.jsxs(J,{error:I,helpLink:r,helpLinkText:o,helpText:l,htmlFor:g,id:"combobox",label:c,required:w,tooltip:m,weight:S,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${I?"error":""}`,ref:it,children:[t.jsx("input",{...wn,"aria-invalid":I?"true":"false","aria-label":g,disabled:n,onKeyDown:rt,ref:oe}),I?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:D.palette.error[500],iconSize:"xs"}):void 0,t.jsx(O,{...kn,className:"action",disabled:n,icon:X.isOpen&&!n?"chevron-up":"chevron-down",iconColor:D.palette.gray[400],iconSize:"xxs",iconType:"fa-light",px:.125,py:.125,ref:Le,type:"button",variant:"ghost"})]}),X.isOpen&&X.collection.size>0&&!n?t.jsx(ve,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:at,state:X,triggerRef:it,children:t.jsx(hi,{...vn,$multiSelection:p&&!Array.from(i??[]).includes("All"),ref:Pe,children:[...X.collection].map(A=>t.jsx(kt,{item:A,multiSelection:p,name:g,register:y,setInputValue:R,setValue:v,state:X,watch:k},A.key))})}):null]})},Xe=({control:e,disabled:n=!1,disabledKeys:i,error:a,helpLink:r,helpLinkText:o,helpText:l,label:c,loadingItems:d,name:g,multiSelection:p,items:u,onBlur:x,onChange:h,placeholder:b,register:y,required:w,setValue:v,tooltip:m,value:j,watch:k,weight:S})=>e?t.jsx(s.Controller,{control:e,name:g,render:({field:D,fieldState:I})=>{var C;return t.jsx(Be,{disabled:n,disabledKeys:i,error:(C=I.error)==null?void 0:C.message,field:D,helpLink:r,helpLinkText:o,helpText:l,items:u,label:c,loadingItems:d,multiSelection:p,name:g,onBlur:x,onChange:h,placeholder:b,register:y,required:w,setValue:v,tooltip:m,value:j,watch:k,weight:S})},rules:{required:w}}):t.jsx(Be,{disabled:n,disabledKeys:i,error:a,helpLink:r,helpLinkText:o,helpText:l,items:u,label:c,loadingItems:d,multiSelection:p,name:g,onBlur:x,onChange:h,placeholder:b,required:w,tooltip:m,value:j,weight:S}),$i=s.st.div`
|
|
951
951
|
${({theme:e})=>`
|
|
952
952
|
align-items: center;
|
|
953
953
|
color: ${e.palette.gray[800]};
|
|
@@ -979,12 +979,12 @@
|
|
|
979
979
|
padding: 0 0.5px;
|
|
980
980
|
position: relative;
|
|
981
981
|
width: 8px;
|
|
982
|
-
`,
|
|
982
|
+
`,dt=s.st.tr`
|
|
983
983
|
align-items: flex-start;
|
|
984
984
|
display: flex;
|
|
985
985
|
padding: ${({theme:e})=>e.spacing[.25]} 0;
|
|
986
986
|
width: 100%;
|
|
987
|
-
`,
|
|
987
|
+
`,Ct=s.nt`
|
|
988
988
|
${({theme:e})=>`
|
|
989
989
|
align-items: center;
|
|
990
990
|
color: ${e.palette.gray[800]};
|
|
@@ -1001,10 +1001,10 @@
|
|
|
1001
1001
|
width: ${e.spacing[2.5]};
|
|
1002
1002
|
`}
|
|
1003
1003
|
`,wi=s.st.th`
|
|
1004
|
-
${
|
|
1004
|
+
${Ct}
|
|
1005
1005
|
`,ji=s.st.td`
|
|
1006
1006
|
${({theme:e})=>`
|
|
1007
|
-
${
|
|
1007
|
+
${Ct}
|
|
1008
1008
|
height: ${e.spacing[2.5]};
|
|
1009
1009
|
width: ${e.spacing[2.5]};
|
|
1010
1010
|
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
> span {
|
|
1060
1060
|
font-size: 4px;
|
|
1061
1061
|
}
|
|
1062
|
-
`,
|
|
1062
|
+
`,pt=s.st.button`
|
|
1063
1063
|
cursor: pointer;
|
|
1064
1064
|
display: flex;
|
|
1065
1065
|
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
height: 3.5px;
|
|
1068
1068
|
width: 7px;
|
|
1069
1069
|
}
|
|
1070
|
-
`,
|
|
1070
|
+
`,Ze=s.st.div`
|
|
1071
1071
|
${({theme:e})=>`
|
|
1072
1072
|
align-items: end;
|
|
1073
1073
|
border-top: 1px solid ${e.palette.gray[200]};
|
|
@@ -1079,9 +1079,9 @@
|
|
|
1079
1079
|
padding: 0 ${e.spacing[.25]};
|
|
1080
1080
|
width: 100%;
|
|
1081
1081
|
`}
|
|
1082
|
-
`,
|
|
1082
|
+
`,St=({state:e,date:n})=>{const i=f.useRef(null),a=s.$14e0f24ef4ac5c92$export$629b0a497aa65267(n,s.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:r,buttonProps:o,isSelected:l,isDisabled:c,formattedDate:d}=s.$36a0ac60f04457c5$export$136073280381448e({date:n},e,i),g="highlightedRange"in e&&!s.lodashExports.isNull(e.highlightedRange)?s.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.start):l,p="highlightedRange"in e&&!s.lodashExports.isNull(e.highlightedRange)?s.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.end):l,u=l&&!c&&!(g||p)?"range":"";return t.jsx(ji,{id:u,...r,children:t.jsxs("div",{...o,className:`cell ${g||p?"selected":""}
|
|
1083
1083
|
${c?"disabled":""} ${a?"today":""}
|
|
1084
|
-
${!e.isFocused&&!a?"focused":""} ${u}`,ref:i,children:[d,a?t.jsx(vi,{children:t.jsx(F,{clickable:!1,icon:"circle",iconSize:"xxs"})}):void 0]})})},
|
|
1084
|
+
${!e.isFocused&&!a?"focused":""} ${u}`,ref:i,children:[d,a?t.jsx(vi,{children:t.jsx(F,{clickable:!1,icon:"circle",iconSize:"xxs"})}):void 0]})})},Ne=({state:e,...n})=>{const{locale:i}=s.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),{weekDays:a}=s.$e3031d1f8c9d64eb$export$cb95147730a423f5(n,e),r=s.$14e0f24ef4ac5c92$export$ccc1b2479e7dd654(e.visibleRange.start,i);return t.jsxs("table",{children:[t.jsx("thead",{children:t.jsx(dt,{children:a.map((o,l)=>{const c=`key_${l}`;return t.jsx(wi,{children:o},c)})})}),t.jsx("tbody",{children:[...new Array(r).keys()].map(o=>t.jsx(dt,{children:e.getDatesInWeek(o).map((l,c)=>{const d=`key_${c}`;return l?t.jsx(St,{date:l,state:e},d):t.jsx("td",{},d)})},o))})]})},ki=s.st(Ve)`
|
|
1085
1085
|
align-items: center;
|
|
1086
1086
|
background-color: inherit;
|
|
1087
1087
|
border-color: inherit;
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
justify-content: flex-end;
|
|
1148
1148
|
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1149
1149
|
flex: 1 0 0;
|
|
1150
|
-
`,
|
|
1150
|
+
`,gt=s.st.div`
|
|
1151
1151
|
${({theme:e})=>`
|
|
1152
1152
|
align-items: center;
|
|
1153
1153
|
align-self: stretch;
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
line-height: ${e.spacing[1.5]};
|
|
1160
1160
|
padding: 2px ${e.spacing[.25]};
|
|
1161
1161
|
`}
|
|
1162
|
-
`,
|
|
1162
|
+
`,ut=s.st.button`
|
|
1163
1163
|
${({theme:e})=>`
|
|
1164
1164
|
align-items: center;
|
|
1165
1165
|
background-color: inherit;
|
|
@@ -1179,7 +1179,7 @@
|
|
|
1179
1179
|
font-weight: ${e.typography.weight.bold};
|
|
1180
1180
|
}
|
|
1181
1181
|
`}
|
|
1182
|
-
`,Se=({disabled:e=!1,icon:n,props:i})=>{const a=f.useRef(null),{buttonProps:r}=s.$701a24aa0da5b062$export$ea18c227d4417cc3(i,a);return t.jsx(Si,{...r,$disabled:e,$focus:!!r["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:a,type:"button",children:t.jsx(F,{icon:n,iconColor:T.palette.gray[e?400:700],iconSize:"xs",iconType:"fa-light"})})},
|
|
1182
|
+
`,Se=({disabled:e=!1,icon:n,props:i})=>{const a=f.useRef(null),{buttonProps:r}=s.$701a24aa0da5b062$export$ea18c227d4417cc3(i,a);return t.jsx(Si,{...r,$disabled:e,$focus:!!r["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:a,type:"button",children:t.jsx(F,{icon:n,iconColor:T.palette.gray[e?400:700],iconSize:"xs",iconType:"fa-light"})})},Ee=({state:e,prevButtonProps:n,nextButtonProps:i,title:a})=>{const r=e.focusedDate,o=f.useCallback(()=>{e.setFocusedDate(r.add({years:1}))},[r,e]),l=f.useCallback(()=>{e.setFocusedDate(r.subtract({years:1}))},[r,e]);return t.jsxs("div",{className:"header flex items-start",children:[t.jsx(Se,{icon:"chevron-left",props:n}),t.jsxs($i,{children:[a,t.jsxs(mi,{children:[t.jsx(pt,{"aria-label":"top",onClick:o,children:t.jsx(F,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xxss"})}),t.jsx(pt,{"aria-label":"bottom",onClick:l,children:t.jsx(F,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xxss"})})]})]}),t.jsx(Se,{icon:"chevron-right",props:i})]})},zt=({onClose:e,props:n})=>{const{locale:i}=s.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),a=s.$131cf43a05231e1e$export$6d095e787d2b5e1f({...n,createCalendar:s.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:r,nextButtonProps:o,title:l}=s.$9942cad8a072a530$export$3ee915f8151bd4f1(n,a);return t.jsxs("div",{className:"calendar",children:[t.jsx(Ee,{nextButtonProps:o,prevButtonProps:r,state:a,title:l}),t.jsx(Ne,{state:a}),t.jsx(Ze,{children:t.jsx(L,{onClick:e,variant:"ghost",children:"Cancel"})})]})},It=({segment:e,state:n})=>{const i=s.Je(),a=f.useRef(null),o={...e,placeholder:{day:"dd",dayPeriod:"(AM/PM)",era:"",hour:"hh",literal:"",minute:"mm",month:"mm",second:"",timeZoneName:"",year:"yyyy"}[e.type]},{segmentProps:l}=s.$32489daedd52963e$export$1315d136e6f7581(o,n,a),c=i.palette.gray[o.isEditable?800:500];return t.jsx("div",{...o.type!=="literal"&&{...l,className:"segment-cell"},ref:a,style:o.type==="literal"?void 0:{color:o.isPlaceholder?i.palette.gray[400]:c},children:o.isPlaceholder?o.placeholder:o.text})},Tt=({disabled:e,error:n=!1,props:i})=>{const a=s.Je(),r=f.useRef(null),o=s.$3c0fc76039f1c516$export$60e84778edff6d26({...i,createCalendar:s.$64244302c3013299$export$dd0bbc9b26defe37,locale:"en-US"}),{fieldProps:l}=s.$16f0b7bb276bc17e$export$5591b0b878c1a989(i,o,r),c=f.useCallback(d=>{const g=document.getElementsByClassName("segment-cell"),p=d.currentTarget;Object.values(g).some(u=>u.contains(p))||(d.preventDefault(),d.stopPropagation())},[]);return t.jsxs(zi,{...l,onClick:c,children:[t.jsx("div",{className:"flex flex-row",style:{color:a.palette.gray[s.lodashExports.isNil(o.value)?400:800]},tabIndex:-1,children:o.segments.map((d,g)=>{const p=`key_${g}`;return t.jsx(It,{segment:{...d,isEditable:!e},state:o},p)})}),n?t.jsx(F,{icon:"exclamation-circle",iconColor:a.palette.error[500],iconSize:"xs"}):void 0]})},Ft=e=>{const n=f.useRef(null),i=s.$eff5d8ee529ac4bb$export$fd53cef0cc796101({...e,locale:"en-US",shouldForceLeadingZeros:!0}),{timeValue:a}=i,r=!s.lodashExports.isNil(a)&&a.hour<12?"AM":"PM",[o,l]=f.useState(s.lodashExports.isNil(a)?"AM":r),{fieldProps:c}=s.$16f0b7bb276bc17e$export$4c842f6a241dc825(e,i,n),d=f.useCallback(g=>{const p=g.currentTarget.name;p!==o&&(s.lodashExports.isNil(a)||(p==="AM"?i.setSegment("dayPeriod",0):p==="PM"&&i.setSegment("dayPeriod",12))),l(p)},[o,i,a]);return t.jsxs(Ii,{children:[t.jsx(gt,{...c,ref:n,children:i.segments.slice(0,-2).map((g,p)=>{const u=`key_${p}`;return t.jsx(It,{segment:g,state:i},u)})}),t.jsxs(gt,{children:[t.jsx(ut,{id:o==="AM"?"active":"",name:"AM",onClick:d,type:"button",children:"AM"}),t.jsx(ut,{id:o==="PM"?"active":"",name:"PM",onClick:d,type:"button",children:"PM"})]})]})},ze=e=>e&&e!=="-"?s.dayjs(e).format("YYYY-MM-DD"):"-",Ti=e=>e&&e!=="-"?s.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",xt=(e,n)=>s.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),ge=({error:e,buttonProps:n,datePickerRef:i,disabled:a=!1,granularity:r="day",fieldProps:o,groupProps:l,name:c,register:d,required:g,setValue:p,value:u})=>{const x=f.useCallback(h=>{const b=r==="day"?ze(String(h)):Ti(String(h));o.onChange&&o.onChange(h??null),p&&p(c,b)},[o,r,c,p]);return t.jsxs(ee,{...l,className:`${a?"disabled":""} ${e?"error":""}`,ref:i,children:[t.jsx(Tt,{disabled:a,error:e!=null,props:{...o,autoFocus:!1,granularity:r,onChange:x,shouldForceLeadingZeros:!0}}),t.jsx(Se,{disabled:a,icon:r==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...d==null?void 0:d(c,{required:g}),"aria-label":c,className:"date-input",disabled:a,id:c,name:c,type:"text",value:u??""})]})},De=({children:e,...n})=>{const i=f.useRef(null),{dialogProps:a}=s.$40df3f8667284809$export$d55e7ee900f34e93(n,i);return t.jsx(Ci,{...a,ref:i,children:e})},Nt=({disabled:e=!1,error:n,helpLink:i,helpLinkText:a,helpText:r,required:o,label:l,name:c,register:d,setValue:g,tooltip:p,watch:u,...x})=>{const h=f.useRef(null),b=u==null?void 0:u(c),y=f.useCallback(I=>{g&&I&&g(c,ze(String(I)))},[c,g]),w=s.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(I){y(I)},value:s._.isNil(b)||s._.isEmpty(b)||b==="-"?null:s.$fae977aafc393c5c$export$6b862160d295c8e(b.replace(/\//gu,"-"))}),{close:v}=w,{groupProps:m,fieldProps:j,buttonProps:k,dialogProps:S,calendarProps:D}=s.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":l??c,name:c},w,h);return t.jsxs(J,{error:n,helpLink:i,helpLinkText:a,helpText:r,htmlFor:c,label:l,required:o,tooltip:p,children:[t.jsx(ge,{buttonProps:k,datePickerRef:h,disabled:e,error:n,fieldProps:j,groupProps:m,name:c,register:d,required:o,setValue:g,value:b}),w.isOpen&&!e?t.jsx(ve,{offset:8,placement:"bottom start",state:w,triggerRef:h,children:t.jsx(De,{...S,children:t.jsx(zt,{onClose:v,props:D})})}):null]})},Et=({onClose:e,props:n})=>{const{locale:i}=s.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),a=f.useRef(null),r=s.$9a36b6ba2fb1a7c5$export$9a987164d97ecc90({...n,createCalendar:s.$64244302c3013299$export$dd0bbc9b26defe37,locale:i}),{prevButtonProps:o,nextButtonProps:l,title:c}=s.$46a4342aab3d8076$export$87e0539f600c24e5(n,r,a);return t.jsxs("div",{className:"calendar-range",ref:a,children:[t.jsx(Ee,{nextButtonProps:l,prevButtonProps:o,state:r,title:c}),t.jsx(Ne,{state:r}),t.jsx(Ze,{children:t.jsx(L,{onClick:e,variant:"ghost",children:"Cancel"})})]})},Fi=s.st.div`
|
|
1183
1183
|
${({theme:e,$disabled:n,$show:i})=>`
|
|
1184
1184
|
border-color: ${i?e.palette.error[500]:e.palette.gray[300]};
|
|
1185
1185
|
display: flex;
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
background: ${n?e.palette.gray[200]:e.palette.white};
|
|
1191
1191
|
}
|
|
1192
1192
|
`}
|
|
1193
|
-
`,
|
|
1193
|
+
`,Dt=({disabled:e=!1,error:n,label:i,name:a,required:r,tooltip:o,register:l,setValue:c,propsMax:d,propsMin:g,variant:p="default",...u})=>{const x=`${a}Max`,h=`${a}Min`,b=f.useRef(null),y=f.useCallback(C=>{c&&C&&(c((d==null?void 0:d.name)??x,ze(String(C.end))),c((g==null?void 0:g.name)??h,ze(String(C.start))))},[x,h,c,d,g]),w=s.$93c38a5e28be6249$export$e50a61c1de9f574({...u,endName:(d==null?void 0:d.name)??x,startName:(g==null?void 0:g.name)??h,onChange(C){y(C)}}),{close:v}=w,{groupProps:m,startFieldProps:j,endFieldProps:k,buttonProps:S,dialogProps:D,calendarProps:I}=s.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...u,"aria-label":i??a},w,b);return t.jsxs(J,{error:n,htmlFor:a,label:i,required:r,tooltip:o,children:[t.jsxs(Fi,{$disabled:e,$show:n!==void 0,ref:b,style:{flexDirection:p==="filters"?"column":"row"},children:[t.jsx(ge,{buttonProps:S,datePickerRef:b,disabled:e,error:n,fieldProps:{...j,"aria-label":`${j["aria-label"]} ${a}`,validate:C=>k.value&&C>k.value?"Start date must be less than or equal to end date":null},groupProps:m,name:(g==null?void 0:g.name)??h,register:l,setValue:c,value:g==null?void 0:g.value}),t.jsx(ge,{buttonProps:S,datePickerRef:b,disabled:e,error:n,fieldProps:{...k,"aria-label":`${k["aria-label"]} ${a}`,validate:C=>j.value&&C<j.value?"End date must be greater than or equal to start date":null},groupProps:m,name:(d==null?void 0:d.name)??x,register:l,setValue:c,value:d==null?void 0:d.value})]}),w.isOpen&&!e?t.jsx(ve,{offset:8,placement:"bottom start",state:w,triggerRef:b,children:t.jsx(De,{...D,children:t.jsx(Et,{onClose:v,props:I})})}):null]})},Ni=s.st.div`
|
|
1194
1194
|
${({theme:e})=>`
|
|
1195
1195
|
align-items: center;
|
|
1196
1196
|
border-top: 1px solid ${e.palette.gray[200]};
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1206
1206
|
justify-content: flex-end;
|
|
1207
1207
|
flex: 1 0 0;
|
|
1208
|
-
`,
|
|
1208
|
+
`,Rt=({handleTimeChange:e,onClose:n,props:i,timeState:a})=>{const r=s.Je(),{locale:o}=s.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),l=s.$131cf43a05231e1e$export$6d095e787d2b5e1f({...i,createCalendar:s.$64244302c3013299$export$dd0bbc9b26defe37,locale:o}),{prevButtonProps:c,nextButtonProps:d,title:g}=s.$9942cad8a072a530$export$3ee915f8151bd4f1(i,l);return t.jsxs("div",{className:"calendar",children:[t.jsx(Ee,{nextButtonProps:d,prevButtonProps:c,state:l,title:g}),t.jsx(Ne,{state:l}),t.jsxs(Ni,{children:[t.jsx(z,{color:r.palette.gray[800],fontWeight:"bold",size:"sm",children:"Time"}),t.jsx(Ei,{children:t.jsx(Ft,{hourCycle:12,label:"time-field",onChange:e,value:a.timeValue})})]}),t.jsx(Ze,{children:t.jsx(L,{onClick:n,variant:"ghost",children:"Cancel"})})]})},Di=e=>{const{disabled:n=!1,error:i,required:a,label:r,name:o,tooltip:l,register:c,setValue:d,watch:g}=e,p=g==null?void 0:g(o),u=f.useRef(null),x=s.$ab5bf3f618090389$export$87194bb378cc3ac2({...e,granularity:"minute",hourCycle:12,isDisabled:n,isRequired:a,shouldCloseOnSelect:!1,value:s._.isNil(p)||s._.isEmpty(p)||p==="-"||s.dayjs(p,"YYYY/MM/DD hh:mm A").isValid()===!1?null:s.$fae977aafc393c5c$export$588937bcd60ade55(s.dayjs(p,"YYYY/MM/DD hh:mm A").format("YYYY-MM-DDTHH:mm:ss"))}),{close:h}=x,{groupProps:b,fieldProps:y,buttonProps:w,dialogProps:v,calendarProps:m}=s.$6057a3d2a53a12fd$export$42df105a73306d51(e,x,u),j=f.useCallback(S=>{if(m.onChange&&m.onChange(S),x.timeValue){const D=xt(S,x.timeValue);d==null||d(o,D,{shouldDirty:!0})}else x.setDateValue(S)},[m,o,d,x]),k=f.useCallback(S=>{if(S){x.setTimeValue(S);const D=x.dateValue;if(D){const I=xt(D,S);d==null||d(o,I,{shouldDirty:!0})}}},[x,d,o]);return t.jsxs(J,{error:i,htmlFor:o,label:r,required:a,tooltip:l,children:[t.jsx(ge,{buttonProps:w,datePickerRef:u,disabled:n,error:i,fieldProps:y,granularity:"minute",groupProps:b,name:o,register:c,setValue:d,value:p}),x.isOpen&&!n?t.jsx(ve,{offset:8,placement:"bottom start",state:x,triggerRef:u,children:t.jsx(De,{...v,children:t.jsx(Rt,{handleTimeChange:k,onClose:h,props:{...m,onChange:j},timeState:x})})}):null]})},Ri=({children:e,currentValue:n,externalLink:i,isEditing:a,label:r,name:o,tooltip:l})=>{if(a)return t.jsx("div",{children:e});const c=s.lodashExports.isNil(n)?"":n,d=String(i??c);return t.jsxs($,{children:[t.jsx(Ke,{htmlFor:o,label:r,tooltip:l,weight:"bold"}),d.startsWith("https://")?t.jsx(Q,{href:d,children:c}):t.jsx(z,{size:"md",children:c})]})},Re=({disabled:e=!1,hasIcon:n=!1,helpLink:i,helpLinkText:a,helpText:r,error:o,id:l,indexArray:c=0,isValid:d,isTouched:g,label:p,linkPosition:u,name:x,maskValue:h=!1,onPaste:b,placeholder:y,removeItemArray:w,register:v,suggestions:m,tooltip:j,type:k="text",weight:S,...D})=>{const{required:I,onBlur:C,onChange:N}=D,R=s.Je(),P=e?void 0:o,[Y,K]=f.useState(""),te=f.useCallback(B=>{K(B.target.value),N==null||N(B)},[N]),W=d&&g&&!e&&Y.trim()!=="",M=f.useCallback(B=>{B.key==="Enter"&&B.preventDefault()},[]);return t.jsxs(J,{error:P,helpLink:i,helpLinkText:a,helpText:r,htmlFor:x,label:p,linkPosition:u,required:I,tooltip:j,weight:S,children:[t.jsxs(ee,{className:`
|
|
1209
1209
|
${e?"disabled":""} ${P?"error":""} ${W?"success":""}
|
|
1210
1210
|
`,children:[n?t.jsx(F,{icon:"user",iconSize:"sm",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":P?"true":"false","aria-label":x,"aria-required":I,autoComplete:"off",className:h?"sr-block":"","data-testid":`${x}-input`,disabled:e,id:x,list:m?`list_${x}`:void 0,onKeyDown:M,onPaste:b,placeholder:y,type:k,...v?v(x,{required:I,onBlur:C,onChange:te}):{...D,onChange:te}}),P?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:R.palette.error[500],iconSize:"xs"}):void 0,W?t.jsx(F,{icon:"check-circle",iconClass:"success-icon",iconColor:R.palette.success[500],iconSize:"xs"}):void 0,l==="array"&&c>0?t.jsx(O,{color:R.palette.gray[400],icon:"trash",iconSize:"xxs",iconType:"fa-light",onClick:w?w(c):void 0,variant:"ghost"}):void 0]}),m?t.jsx("datalist",{id:`list_${x}`,children:m.map(B=>t.jsx("option",{value:B},B))}):void 0]})},Ai=s.st.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,Li=s.st.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
|
|
1211
1211
|
gap: 12px;
|
|
@@ -1235,7 +1235,7 @@
|
|
|
1235
1235
|
> .comp-card {
|
|
1236
1236
|
height: 100%;
|
|
1237
1237
|
}
|
|
1238
|
-
`,
|
|
1238
|
+
`,Oe=({children:e,xl:n,lg:i,md:a,sm:r,paddingTop:o,width:l})=>t.jsx(Wi,{$lg:i,$md:a,$paddingTop:o,$sm:r,$width:l,$xl:n,children:e}),Bi=s.st.div.attrs({className:"comp-gap"})`
|
|
1239
1239
|
${({$disp:e="flex",$mh:n=4,$mv:i=4})=>`
|
|
1240
1240
|
align-items: center;
|
|
1241
1241
|
display: ${e};
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
padding: ${i}px;
|
|
1264
1264
|
}
|
|
1265
1265
|
`}
|
|
1266
|
-
`,
|
|
1266
|
+
`,At=({align:e,children:n,cols:i,colsPadding:a,justify:r})=>t.jsx(Mi,{$align:e,$cols:i,$colsPadding:a,$justify:r,children:n}),Me=({addText:e,append:n,disabled:i=!1,fields:a,fieldState:r,initValue:o="",index:l=0,required:c,label:d,max:g=100,name:p,onBlur:u,onChange:x,placeholder:h,tooltip:b,remove:y,value:w})=>{var j;const v=f.useCallback(()=>{n==null||n(o)},[n,o]),m=f.useCallback(k=>()=>{y==null||y(k)},[y]);return t.jsxs(At,{align:"start",children:[t.jsx(Oe,{lg:75,md:75,sm:75,children:t.jsx(Re,{disabled:i,error:r?(j=r.error)==null?void 0:j.message:void 0,id:"array",indexArray:l,isTouched:r?r.isTouched:void 0,isValid:r?!r.invalid:void 0,label:d,name:p,onBlur:u,onChange:x,placeholder:h,removeItemArray:m,required:c,tooltip:b,value:w})}),l<g-1&&l+1===(a==null?void 0:a.length)?t.jsx(Oe,{lg:25,md:25,sm:25,children:t.jsx(L,{disabled:i,icon:"plus",onClick:v,variant:"ghost",width:"100%",children:e??"Add"})}):void 0]})},Hi=({addText:e,append:n,control:i,disabled:a,fields:r,initValue:o="",required:l,label:c,max:d=void 0,name:g="array-field",onChange:p,placeholder:u,remove:x,tooltip:h})=>i&&r?t.jsx(f.Fragment,{children:r.map((b,y)=>t.jsx(s.Controller,{control:i,name:`${g}.${y}`,render:({field:w,fieldState:v})=>t.jsx(Me,{addText:e,append:n,disabled:a,fieldState:v,fields:r,index:y,initValue:o,label:c,max:d,name:w.name,onBlur:w.onBlur,onChange:p??w.onChange,placeholder:u,remove:x,required:l,tooltip:h,value:typeof w.value=="object"?w.value.value:w.value}),index:y},b.id))}):t.jsx(Me,{addText:e,disabled:a,initValue:o,label:c,max:d,name:g,onChange:p,placeholder:u,required:l,tooltip:h}),_i=s.st($t)`
|
|
1267
1267
|
white-space: nowrap;
|
|
1268
1268
|
margin-right: ${({theme:e})=>e.spacing[.25]};
|
|
1269
1269
|
text-overflow: ellipsis;
|
|
@@ -1274,13 +1274,13 @@
|
|
|
1274
1274
|
position: absolute;
|
|
1275
1275
|
visibility: hidden;
|
|
1276
1276
|
width: 0;
|
|
1277
|
-
`,
|
|
1277
|
+
`,Ie=(e,n,i)=>{const a=new Event(e);return Object.defineProperty(a,"target",{value:{name:n,value:i}}),a},Ui=e=>{const n=e;return n?Array.from(n).map(i=>i.name).join(", "):""},Gi=({accept:e,disabled:n=!1,error:i,label:a,helpLink:r,helpText:o,id:l,multiple:c,name:d,onChange:g,required:p,register:u,setValue:x,tooltip:h,watch:b,weight:y})=>{const w=s.Je(),v=n?void 0:i,m=f.useRef(null),j=u==null?void 0:u(d,{required:p}),k=b==null?void 0:b(d),S=Ui(k),D=f.useCallback(()=>{const N=Ie("change",d,void 0);x&&x(d,void 0),j&&j.onChange(N)},[j,d,x]),I=f.useCallback(N=>{const{files:R}=N.currentTarget;R&&R.length>0&&(g==null||g(N),x&&x(d,R),j&&j.onChange(N))},[j,d,g,x]),C=f.useCallback(N=>{n?N.preventDefault():m.current&&m.current.click()},[n]);return t.jsxs(J,{error:v,helpLink:r,helpText:o,htmlFor:l??d,label:a,required:p,tooltip:h,weight:y,children:[t.jsxs(ee,{className:`${n?"disabled":""} ${v?"error":""}`,children:[t.jsx(_i,{$size:"xs",children:S}),t.jsxs($,{alignItems:"center",display:"flex",gap:.625,children:[s.lodashExports.isEmpty(S)?void 0:t.jsx(O,{color:w.palette.gray[400],height:"20px",icon:"xmark",iconSize:"lg",iconType:"fa-light",onClick:D,variant:"ghost",width:"20px"}),v&&t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:w.palette.error[500],iconSize:"xs"}),t.jsxs(L,{border:n?`1px solid ${w.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:n,height:"40px",onClick:C,variant:"primary",width:"96px",children:[t.jsx(F,{icon:"search",iconSize:"sm",mr:.5}),"Add file"]})]})]}),t.jsx(Ji,{...j,accept:e,"aria-label":d,"data-testid":d,disabled:n,id:l??d,multiple:c,name:d,onChange:I,ref:m,type:"file"})]})},Vi=s.st.input`
|
|
1278
1278
|
border: none;
|
|
1279
1279
|
background: transparent;
|
|
1280
1280
|
min-width: 15rem;
|
|
1281
1281
|
padding: 0;
|
|
1282
1282
|
flex: 1;
|
|
1283
|
-
`,
|
|
1283
|
+
`,He=({disabled:e=!1,error:n,field:i,helpLink:a,helpLinkText:r,helpText:o,label:l,name:c="input-tag",onChange:d,onRemove:g,placeholder:p,required:u,tooltip:x,value:h,weight:b})=>{const y=s.Je(),w=e?void 0:n,[v,m]=f.useState(""),j=d?h:i==null?void 0:i.value,k=f.useMemo(()=>j&&typeof j=="string"?j.split(",").filter(Boolean):[],[j]),S=f.useCallback(R=>{const Y=[...new Set(R.filter(Boolean))].join(","),K=Ie("change",c,Y);i&&i.onChange(K),d&&d(K)},[i,c,d]),D=f.useCallback(R=>{m(R.target.value)},[]),I=f.useCallback(R=>{const P=v.trim();P.length&&!k.includes(P)&&(R.preventDefault(),S([...k,P]),m("")),i&&i.onBlur()},[v,i,S,k]),C=f.useCallback(R=>{const P=v.trim();R.key==="Enter"&&P.length===0&&R.preventDefault(),["Enter",","].includes(R.key)&&P.length>0&&!k.includes(P)?(R.preventDefault(),S([...k,P]),m("")):R.key==="Backspace"&&!P.length&&k.length&&(R.preventDefault(),g==null||g(k[k.length-1]),S(k.slice(0,-1)))},[v,g,S,k]),N=f.useCallback(R=>()=>{g==null||g(R),S(k.filter(P=>P!==R))},[g,S,k]);return t.jsx(J,{error:w,helpLink:a,helpLinkText:r,helpText:o,htmlFor:c,label:l,required:u,tooltip:x,weight:b,children:t.jsxs(ee,{$overflowX:"auto",className:`${e?"disabled":""} ${w?"error":""}`,children:[k.map(R=>t.jsx(V,{disabled:e,onClose:N(R),tagLabel:R},R)),t.jsx(Vi,{"aria-hidden":!1,"aria-invalid":w?"true":"false","aria-label":c,"aria-required":u,autoComplete:"off",id:c,onBlur:I,onChange:D,onKeyDown:C,placeholder:k.length===0?p:void 0,ref:i==null?void 0:i.ref,type:"text",value:v}),w?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:y.palette.error[500],iconSize:"xs"}):void 0]})})},Yi=({disabled:e=!1,control:n,error:i,helpLink:a,helpLinkText:r,helpText:o,label:l,name:c="input-tag",onChange:d,onRemove:g,placeholder:p,required:u,tooltip:x,value:h,weight:b})=>n?t.jsx(s.Controller,{control:n,name:c,render:({field:y})=>t.jsx(He,{disabled:e,error:i,field:y,helpLink:a,helpLinkText:r,helpText:o,label:l,name:c,onRemove:g,placeholder:p,required:u,tooltip:x,weight:b}),rules:{required:u}}):t.jsx(He,{disabled:e,error:i,helpLink:a,helpLinkText:r,helpText:o,label:l,name:c,onChange:d,onRemove:g,placeholder:p,required:u,tooltip:x,value:h,weight:b}),_e=f.forwardRef(function({disabled:n,icon:i,margin:a,onClick:r,...o},l){return t.jsx(ki,{$margin:a,"aria-label":i,className:"action-btn",disabled:n,onClick:r,ref:l,type:"button",...o,children:t.jsx(F,{icon:i,iconClass:"action",iconSize:"xs",iconType:"fa-light"})})}),Te=({error:e,decimalPlaces:n=0,disabled:i=!1,id:a,maxLength:r,max:o=1/0,min:l=0,name:c,onChange:d,placeholder:g,register:p,required:u,setValue:x,value:h})=>{const b=s.Je(),y=i?void 0:e,w=n<0?0:n,[v,m]=f.useState(h?s._.toNumber(h):0),j=f.useCallback(()=>{const I=(v-10**-w).toFixed(w),C=Math.max(Number(l),Number(I));x&&x(c,C,{shouldDirty:!0}),m(C);const N=Ie("change",c,I);d&&d(N)},[v,w,l,x,c,d]),k=f.useCallback(()=>{const I=(v+10**-w).toFixed(w),C=Math.min(Number(o),Number(I)>Number(l)?Number(I):Number(l));x&&x(c,C,{shouldDirty:!0}),m(C);const N=Ie("change",c,I);d&&d(N)},[v,w,o,l,x,c,d]),S=f.useCallback(I=>{const{value:C}=I.target,N=/\d+/u.test(C)&&!s._.isEmpty(C);x&&x(c,N?C:void 0),d&&d(I),m(Number(C))},[c,d,x]),D=f.useCallback(I=>{I.key==="Enter"&&I.preventDefault()},[]);return t.jsxs(ee,{className:`${i?"disabled":""} ${y?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":y?"true":"false","aria-label":c,"aria-required":u,autoComplete:"off",disabled:i,id:a??c,max:o,min:l,onKeyDown:D,placeholder:g,required:u,step:10**-w,type:"number",...p==null?void 0:p(c,{maxLength:r,max:o,min:l,onChange:S,value:h,valueAsNumber:!0})}),y&&t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:b.palette.error[500],iconSize:"xs"}),t.jsx(_e,{borderLeft:"inherit",borderRight:"inherit",disabled:i,icon:"minus",margin:"0 -0.625rem 0 0",onClick:j,px:.75,py:.75}),t.jsx(_e,{borderRadius:`0 ${b.spacing[.5]} ${b.spacing[.5]} 0`,disabled:i,icon:"plus",onClick:k,px:.75,py:.75})]})},Lt=({decimalPlaces:e,disabled:n=!1,error:i,helpLink:a,helpText:r,id:o,label:l,linkPosition:c,maxLength:d,max:g,min:p,name:u,onChange:x,placeholder:h,register:b,required:y,setValue:w,tooltip:v,value:m,watch:j,weight:k})=>t.jsx(J,{error:n?void 0:i,helpLink:a,helpText:r,htmlFor:u,label:l,linkPosition:c,maxLength:d,required:y,tooltip:v,weight:k,children:t.jsx(Te,{decimalPlaces:e,disabled:n,error:i,id:o,max:g,maxLength:d,min:p,name:u,onChange:x,placeholder:h,register:b,required:y,setValue:w,value:x?m:j==null?void 0:j(u)})}),Pt=({disabled:e=!1,error:n,name:i,label:a,propsMax:r,propsMin:o,required:l,tooltip:c,variant:d="default"})=>{const g=`${i}Max`,p=`${i}Min`;return t.jsx(J,{error:n,htmlFor:i,label:a,required:l,tooltip:c,children:t.jsxs($,{display:"flex",flexDirection:d==="filters"?"column":"row",gap:.25,width:"100%",children:[t.jsx(Te,{...o,disabled:e,error:n,name:o.name??p}),t.jsx(Te,{...r,disabled:e,error:n,name:r.name??g})]})})},qi=s.st.div`
|
|
1284
1284
|
${({theme:e})=>`
|
|
1285
1285
|
align-items: flex-start;
|
|
1286
1286
|
align-self: stretch;
|
|
@@ -1374,15 +1374,15 @@
|
|
|
1374
1374
|
overflow: hidden;
|
|
1375
1375
|
text-overflow: ellipsis;
|
|
1376
1376
|
white-space: nowrap;
|
|
1377
|
-
`,ea=({disabled:e,error:n,label:i,name:a,placeholder:r,required:o,register:l,tooltip:c,value:d,watch:g,weight:p})=>{const u=s.Je(),x=f.useRef(null),h=e?void 0:n,b=(g==null?void 0:g(a))??d,[y,w]=f.useState(!1),[v,m]=f.useState(""),{refs:j,floatingStyles:k}=s.useFloating$1({placement:"bottom-start",whileElementsMounted:s.autoUpdate}),{inputRef:S,inputValue:D,handlePhoneValueChange:I,country:C,setCountry:
|
|
1377
|
+
`,ea=({disabled:e,error:n,label:i,name:a,placeholder:r,required:o,register:l,tooltip:c,value:d,watch:g,weight:p})=>{const u=s.Je(),x=f.useRef(null),h=e?void 0:n,b=(g==null?void 0:g(a))??d,[y,w]=f.useState(!1),[v,m]=f.useState(""),{refs:j,floatingStyles:k}=s.useFloating$1({placement:"bottom-start",whileElementsMounted:s.autoUpdate}),{inputRef:S,inputValue:D,handlePhoneValueChange:I,country:C,setCountry:N}=s.ee({countries:s.R,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),R=f.useCallback(W=>{W.key==="Enter"&&W.preventDefault()},[]),P=f.useCallback(W=>{W.preventDefault(),w(M=>!M),y||m("")},[y]),Y=f.useCallback(W=>()=>{N(W),w(!1),m("")},[N,w]),K=f.useCallback(W=>{W.key.length===1?m(M=>M+W.key):W.key==="Backspace"&&m(M=>M.slice(0,-1))},[]),te=s.R.filter(W=>{const{name:M}=s.M(W);return M.toLowerCase().includes(v.toLowerCase())});return ne(j.floating.current,()=>{w(!1),m("")},!0),t.jsx(J,{error:h,htmlFor:a,label:i,required:o,tooltip:c,weight:p,children:t.jsxs(qi,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Ki,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:P,onKeyDown:K,ref:j.setReference,children:[t.jsx(s.q,{iso2:C.iso2,size:"16px"}),t.jsx(F,{icon:"angle-down",iconColor:u.palette.gray[400],iconSize:"xs",iconType:"fa-light"})]}),t.jsxs(ee,{className:`${e?"disabled":""} ${h?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":h?"true":"false","aria-label":a,"aria-required":o,autoComplete:"off","data-testid":`${a}-input`,disabled:e,id:a,name:a,onKeyDown:R,placeholder:r,ref:S,type:"tel",value:D,...l==null?void 0:l(a,{required:o,onChange:I})}),h?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:u.palette.error[500],iconSize:"xs"}):void 0]}),y&&re.createPortal(t.jsx(Xi,{ref:j.setFloating,style:k,children:te.map(W=>{const{dialCode:M,iso2:B,name:oe}=s.M(W);return t.jsxs(Zi,{onClick:Y(B),value:B,children:[t.jsx(s.q,{iso2:B,size:"16px"}),t.jsx(Qi,{children:oe}),t.jsx(z,{color:u.palette.gray[400],size:"sm",sizeSm:"xs",textAlign:"end",children:"+"+M})]},B)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},ta=({disabled:e=!1,error:n,helpLink:i,helpText:a,isTouched:r,isValid:o,label:l,name:c="input-text",id:d,maskValue:g=!1,maxLength:p,onBlur:u,placeholder:x,register:h,required:b,rows:y,tooltip:w,watch:v,weight:m,value:j})=>{const k=s.Je(),S=(v==null?void 0:v(c))??j,D=o&&r&&!e,I=e?void 0:n;return t.jsx(J,{error:I,helpLink:i,helpText:a,htmlFor:c,label:l,maxLength:p,required:b,tooltip:w,value:S?String(S):void 0,weight:m,children:t.jsxs(ee,{className:`
|
|
1378
1378
|
${e?"disabled":""} ${I?"error":""} ${D?"success":""}
|
|
1379
|
-
`,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":I?"true":"false","aria-label":c,"aria-required":b,className:g?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:p,placeholder:x,rows:y,value:S,...h==null?void 0:h(c,{required:b,onBlur:u})}),I?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:k.palette.error[500],iconSize:"xs"}):void 0,D?t.jsx(F,{icon:"check-circle",iconClass:"success-icon",iconColor:k.palette.success[500],iconSize:"xs"}):void 0]})})},na=({control:e,description:n,disabled:i,id:a,items:r,align:o,inputType:l="text",inputNumberProps:c,minHeight:d,minWidth:g,name:p,placeholder:u,tooltip:x,title:h,value:b,isTouched:y,isValid:w,error:v,
|
|
1379
|
+
`,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":I?"true":"false","aria-label":c,"aria-required":b,className:g?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:p,placeholder:x,rows:y,value:S,...h==null?void 0:h(c,{required:b,onBlur:u})}),I?t.jsx(F,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:k.palette.error[500],iconSize:"xs"}):void 0,D?t.jsx(F,{icon:"check-circle",iconClass:"success-icon",iconColor:k.palette.success[500],iconSize:"xs"}):void 0]})})},na=({control:e,description:n,disabled:i,id:a,items:r,align:o,inputType:l="text",inputNumberProps:c,minHeight:d,minWidth:g,name:p,placeholder:u,tooltip:x,title:h,value:b,isTouched:y,isValid:w,error:v,onChange:m,register:j,setValue:k,watch:S})=>{const D=f.useMemo(()=>{if(l==="text")return t.jsx(Re,{disabled:i,error:v,isTouched:y,isValid:w,name:p,placeholder:u,register:j});if(l==="date")return t.jsx(Nt,{disabled:i,error:v,name:p,register:j,setValue:k,watch:S});if(l==="select"&&r)return t.jsx(Xe,{control:e,disabled:i,items:r,name:p,placeholder:u,value:b});const{decimalPlaces:I,max:C,min:N}=c??{};return t.jsx(Lt,{decimalPlaces:I,disabled:i,error:v,max:C,min:N,name:p,onChange:m,placeholder:u,register:j,setValue:k,watch:S})},[e,i,v,c,l,y,w,r,p,m,u,j,k,b,S]);return t.jsxs(xi,{$align:o,$minHeight:d,$minWidth:g,children:[t.jsx(Fe,{description:n,id:a,title:h,tooltip:x}),D]})},ia=s.st.div`
|
|
1380
1380
|
display: flex;
|
|
1381
1381
|
align-self: flex-start;
|
|
1382
1382
|
margin-left: auto;
|
|
1383
1383
|
width: 40px;
|
|
1384
1384
|
height: auto;
|
|
1385
|
-
`,Wt=(e,n)=>{const[a,r]=f.useState(0),[o,l]=f.useState(0);return f.useEffect(()=>{o===100&&(()=>{r(d=>d===n-1?0:d+1)})()},[o,n]),f.useEffect(()=>{const c=setInterval(()=>{l(d=>d===100?0:d+1)},e);return()=>{clearInterval(c)}},[e]),{cycle:a,progress:o,setCycle:r,setProgress:l}},Bt=({publicId:e,format:n="webp"})=>{const i=f.useMemo(()=>new s.Cloudinary({cloud:{cloudName:"fluid-attacks"}}),[]);return f.useMemo(()=>i.image(e).format(n),[i,e,n])},
|
|
1385
|
+
`,Wt=(e,n)=>{const[a,r]=f.useState(0),[o,l]=f.useState(0);return f.useEffect(()=>{o===100&&(()=>{r(d=>d===n-1?0:d+1)})()},[o,n]),f.useEffect(()=>{const c=setInterval(()=>{l(d=>d===100?0:d+1)},e);return()=>{clearInterval(c)}},[e]),{cycle:a,progress:o,setCycle:r,setProgress:l}},Bt=({publicId:e,format:n="webp"})=>{const i=f.useMemo(()=>new s.Cloudinary({cloud:{cloudName:"fluid-attacks"}}),[]);return f.useMemo(()=>i.image(e).format(n),[i,e,n])},Ae=e=>{const[n,i]=f.useState(!1),a=f.useCallback(()=>{i(!0)},[]),r=f.useCallback(()=>{i(!1)},[]),o=f.useCallback(()=>{i(l=>!l)},[]);return{close:r,isOpen:n,name:e,open:a,setIsOpen:i,toggle:o}},aa=({name:e,items:n,columnOrder:i,setColumnOrder:a})=>{const r=f.useMemo(()=>[...n.filter(({locked:p})=>p).map(({locked:p,...u})=>({...u,visible:!0,locked:p})),...n.filter(({locked:p})=>!p)],[n]),[o,l]=f.useState(r),c=f.useCallback(p=>{const u=p.filter(({locked:y})=>!y),h=[...p.filter(({locked:y})=>y),...u],b=h.map(({name:y})=>y);l(y=>[...h,...y.filter(({name:w})=>!b.includes(w))]),a&&a(h.map(({id:y})=>y))},[a]),d=f.useCallback(()=>{const p=o.map(u=>{var h;const x=(i==null?void 0:i.includes(u.id))??!1;return(h=u.toggleVisibility)==null||h.call(u,x),{...u,visible:x}}).toSorted((u,x)=>{const h=(i==null?void 0:i.indexOf(u.id))??0,b=(i==null?void 0:i.indexOf(x.id))??0;return Number(x.visible)!==Number(u.visible)?Number(x.visible)-Number(u.visible):h-b});l(p),a==null||a(i)},[o,i,a]),g=f.useMemo(()=>s.some(o,p=>((i==null?void 0:i.includes(p.id))??!1)!==p.visible),[o,i]);return{setColumns:c,resetToDefault:d,columns:o,...Ae(e),hasChanged:g}},Ot=(e,n)=>f.useMemo(()=>s._.debounce(e,n),[e,n]),ra=e=>{const[n,i]=f.useState(),a=Ot(r=>{i(r)},(e==null?void 0:e.debounceWait)??300);return[n,a]},oa=({alt:e="img",height:n="",width:i="",plugins:a=[s.lazyload(),s.placeholder()],publicId:r})=>{const o=Bt({publicId:r});return t.jsx(s.AdvancedImage,{alt:e,cldImg:o,height:n,plugins:a,width:i})},Z=f.memo(oa),sa=s.st.label`
|
|
1386
1386
|
${({theme:e})=>`
|
|
1387
1387
|
align-items: center;
|
|
1388
1388
|
display: flex;
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
}
|
|
1462
1462
|
|
|
1463
1463
|
`}
|
|
1464
|
-
`,la=s.st.span.attrs({className:"checkmark"})``,
|
|
1464
|
+
`,la=s.st.span.attrs({className:"checkmark"})``,Qe=f.forwardRef(function({defaultChecked:n=!1,disabled:i=!1,label:a,name:r,onChange:o,onClick:l,value:c,...d},g){return t.jsxs(sa,{"aria-disabled":i,"aria-label":a??r,role:"radiogroup",children:[t.jsx("input",{"aria-checked":n,"aria-disabled":i,"aria-label":a??r,defaultChecked:n,disabled:i,name:r,onChange:o,onClick:l,ref:g,type:"radio",value:c,...d}),t.jsx(la,{}),a??null]})}),ca=({alt:e,customDescription:n,imageId:i,icon:a,selectorProps:r,onClick:o,register:l,bgColor:c,title:d,isATag:g=!1,width:p="fit-content"})=>{const u=s.Je();return t.jsxs($,{alignItems:"center",bgColor:c??"",border:`1px solid ${u.palette.gray[200]}`,borderColorHover:u.palette.gray[600],borderRadius:u.spacing[.25],display:"inline-flex",pr:g?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(Qe,{defaultChecked:r.defaultChecked,name:r.name,onClick:o,value:r.value,...l==null?void 0:l(r.name)})}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,justify:"space-between",ml:1,mr:1,width:"100%",children:[!g&&i!==void 0&&t.jsx(Z,{alt:e??"card image",height:"32px",publicId:i,width:"32px"}),a===void 0?void 0:t.jsx(F,{icon:a,iconSize:"sm",iconType:"fa-light"}),t.jsxs($,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(z,{color:u.palette.gray[800],fontWeight:"bold",size:"sm",children:d}),n===void 0?void 0:t.jsx($,{children:n})]})]})]}),g&&t.jsx(ia,{children:t.jsx(Z,{alt:e??"tag image",height:"40px",publicId:i??"tag image",width:"40px"})})]})},le=s.st.div`
|
|
1465
1465
|
${({theme:e})=>`
|
|
1466
1466
|
align-items: center;
|
|
1467
1467
|
background-color: ${e.palette.gray[200]};
|
|
@@ -1511,7 +1511,7 @@
|
|
|
1511
1511
|
background-color: ${({theme:e})=>e.palette.gray[200]};
|
|
1512
1512
|
border: 1px solid ${({theme:e})=>e.palette.gray[200]};
|
|
1513
1513
|
}
|
|
1514
|
-
`,Mt=f.forwardRef(function({defaultChecked:n,disabled:i=!1,justify:a,name:r,leftDescription:o,leftDescriptionMinWidth:l,rightDescription:c,onChange:d,...g},p){const u=n===!0?"on":"off",x=typeof o=="object"&&o.on&&o.off?o[u]:o,h=f.useCallback(b=>{b.stopPropagation()},[]);return t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:a,children:[t.jsx($,{minWidth:l,children:x}),t.jsxs(pa,{onClick:h,role:"switch",children:[t.jsx("input",{...g,"aria-disabled":i,"aria-label":r,checked:n===!0,disabled:i,name:r,onChange:d,ref:p,type:"checkbox"}),t.jsx(le,{"aria-label":"Toggle Switch",id:`${r}Toggle`,children:t.jsx(da,{})})]}),c]})}),ga=({id:e,title:n,toggles:i,minWidth:a="auto",height:r="auto"})=>{const o=s.Je();return t.jsxs($,{alignItems:"center",bgColor:o.palette.white,border:`1px solid ${o.palette.gray[200]}`,borderRadius:o.spacing[.25],display:"flex",flexDirection:"column",gap:.5,height:r,justify:"center",minHeight:"100px",minWidth:a,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(
|
|
1514
|
+
`,Mt=f.forwardRef(function({defaultChecked:n,disabled:i=!1,justify:a,name:r,leftDescription:o,leftDescriptionMinWidth:l,rightDescription:c,onChange:d,...g},p){const u=n===!0?"on":"off",x=typeof o=="object"&&o.on&&o.off?o[u]:o,h=f.useCallback(b=>{b.stopPropagation()},[]);return t.jsxs($,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:a,children:[t.jsx($,{minWidth:l,children:x}),t.jsxs(pa,{onClick:h,role:"switch",children:[t.jsx("input",{...g,"aria-disabled":i,"aria-label":r,checked:n===!0,disabled:i,name:r,onChange:d,ref:p,type:"checkbox"}),t.jsx(le,{"aria-label":"Toggle Switch",id:`${r}Toggle`,children:t.jsx(da,{})})]}),c]})}),ga=({id:e,title:n,toggles:i,minWidth:a="auto",height:r="auto"})=>{const o=s.Je();return t.jsxs($,{alignItems:"center",bgColor:o.palette.white,border:`1px solid ${o.palette.gray[200]}`,borderRadius:o.spacing[.25],display:"flex",flexDirection:"column",gap:.5,height:r,justify:"center",minHeight:"100px",minWidth:a,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(Fe,{id:e,title:n}),t.jsx($,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:i.map(l=>t.jsx(Mt,{...l},`$card-toggle-${l.name}`))})]})},ua=s.st.div`
|
|
1515
1515
|
position: relative;
|
|
1516
1516
|
margin: auto;
|
|
1517
1517
|
overflow: hidden;
|
|
@@ -1643,7 +1643,7 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
1643
1643
|
display: flex;
|
|
1644
1644
|
justify-content: center;
|
|
1645
1645
|
z-index: 99999;
|
|
1646
|
-
`,
|
|
1646
|
+
`,et=s.st($)`
|
|
1647
1647
|
${({theme:e,$size:n})=>`
|
|
1648
1648
|
background-color: ${e.palette.white};
|
|
1649
1649
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -1798,7 +1798,7 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
1798
1798
|
font-size: 6px;
|
|
1799
1799
|
font-weight: ${({theme:e})=>e.typography.weight.bold};
|
|
1800
1800
|
justify-content: center;
|
|
1801
|
-
`,Vt=f.forwardRef(function({numberIndicator:n,show:i,variant:a="error",...r},o){return t.jsx(Fa,{$variant:a,className:i?"flex":"hidden","data-testid":"notification-sign",ref:o,...r,children:n&&t.jsx(Na,{children:n<=9?n:9})})}),Yt=({end:e=!1,label:n,id:i,isActive:a=!1,link:r,notificationSign:o,onClick:l,tooltip:c="",variant:d="primary",tag:g})=>{const{pathname:p}=
|
|
1801
|
+
`,Vt=f.forwardRef(function({numberIndicator:n,show:i,variant:a="error",...r},o){return t.jsx(Fa,{$variant:a,className:i?"flex":"hidden","data-testid":"notification-sign",ref:o,...r,children:n&&t.jsx(Na,{children:n<=9?n:9})})}),Yt=({end:e=!1,label:n,id:i,isActive:a=!1,link:r,notificationSign:o,onClick:l,tooltip:c="",variant:d="primary",tag:g})=>{const{pathname:p}=We.useLocation(),u=a||(d==="primary"?p.includes(r):p.endsWith(r));return t.jsx(G,{display:"flex",id:`${i}-tooltip`,tip:c,children:t.jsxs(Ta,{$borderButton:u,$variant:d,children:[t.jsxs(We.NavLink,{end:e,id:i,onClick:l,to:r,children:[n,t.jsx(Vt,{left:o==null?void 0:o.left,numberIndicator:o==null?void 0:o.numberIndicator,show:o==null?void 0:o.show,top:o==null?void 0:o.top,variant:o==null?void 0:o.variant})]}),g===void 0?null:t.jsx(V,{tagLabel:`${g}`,variant:"default"})]})})},tt=({items:e,borders:n=!0,box:i=!1,variant:a="primary"})=>{const r=s.Je();return t.jsx($,{alignItems:"center",bgColor:r.palette.white,border:i?"1px solid":void 0,borderBottom:n?`1px solid ${r.palette.gray[300]}`:void 0,borderColor:i?r.palette.gray[200]:void 0,borderRadius:i?r.spacing[.25]:void 0,display:"inline-flex",gap:.25,id:"tablist",padding:i?[0,0,0,0]:void 0,pl:n?1.25:void 0,pr:n?1.25:void 0,role:"tablist",width:i?"max-content":"100%",children:e.map(({end:o,id:l,isActive:c,link:d,label:g,notificationSign:p,onClick:u,tag:x,tooltip:h})=>t.jsx(Yt,{end:o,id:l,isActive:c,label:g,link:d,notificationSign:p,onClick:u,tag:x,tooltip:h,variant:a},l))})},ae=f.forwardRef(function({color:n=T.palette.gray[100],mt:i=.5,mb:a=.5,width:r,...o},l){return t.jsx($,{as:"hr",borderTop:`1px solid ${n}`,mb:a,mt:i,ref:l,width:r??"100%",...o})}),Ea=s.st.li`
|
|
1802
1802
|
${({theme:e})=>`
|
|
1803
1803
|
align-items: center;
|
|
1804
1804
|
background-color: ${e.palette.white};
|
|
@@ -1946,7 +1946,7 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
1946
1946
|
border-radius: ${e.spacing[.5]};
|
|
1947
1947
|
width: 250px;
|
|
1948
1948
|
`}
|
|
1949
|
-
`,ue=f.forwardRef(function({name:n,smallSearch:i=!1,onClear:a,value:r,...o},l){const c=s.Je(),[d,g]=f.useState(!1),{refs:p,floatingStyles:u}=s.useFloating$1(),x=f.useCallback(()=>{g(y=>!y)},[]),h=f.useCallback(y=>{y.key==="Enter"&&y.preventDefault()},[]);ne(p.floating.current,()=>{g(!1)},!0);const b=t.jsxs(La,{children:[t.jsx(F,{icon:"magnifying-glass",iconColor:c.palette.gray[700],iconSize:"xs",iconType:"fa-light"}),t.jsx(Aa,{...o,id:n,name:n,onKeyDown:h,ref:l,type:"search",value:r}),!s.lodashExports.isEmpty(r)&&t.jsx(O,{icon:"xmark",iconColor:c.palette.gray[300],iconSize:"xs",iconType:"fa-light",onClick:a,px:.25,py:.25,type:"reset",variant:"ghost"})]});return i?t.jsxs(f.Fragment,{children:[t.jsx(O,{border:`1px solid ${c.palette.gray[300]} !important`,icon:"magnifying-glass",iconSize:"xs",iconType:"fa-light",onClick:x,ref:p.setReference,variant:"ghost"}),d?t.jsx(Pa,{ref:p.setFloating,style:u,children:b}):void 0]}):b}),Qt=({columns:e,formId:n,onChangeHandler:i,variant:a})=>{const r=f.useRef(null),[o,l]=f.useState([]),[c,d]=f.useState(""),g=f.useCallback(u=>{const{value:x}=u.target;d(x)},[]),p=f.useCallback(()=>{r.current&&(r.current.reset(),d(""))},[r]);return f.useEffect(()=>{l(e.filter(u=>{var x;return a==="grouped"?u.name.toLowerCase().includes(c.toLowerCase())||((x=u.group)==null?void 0:x.includes(c.toLowerCase())):u.name.toLowerCase().includes(c.toLowerCase())}))},[e,c,a]),a==="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(ue,{name:"search",onChange:g,onClear:p,value:c})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(Zt(o)).map(([u,x],h)=>{const b=`li-checkbox${u}`;return t.jsx(Xt,{checkboxesName:u,defaultCollapsed:h===0,onChange:i,options:x,title:u},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(ue,{name:"search",onChange:g,onClear:p,value:c})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{paddingTop:"0.625rem"},children:o.map(u=>{const x=`li-checkbox-${u.name}`;return t.jsx(Ra,{selected:u.visible,value:x,width:"content",children:t.jsx(ie,{checked:u.visible,disabled:u.locked,label:u.name,name:u.name,onChange:i,value:u.name})},x)})})]})},Wa=({_containerId:e="portals",title:n,modalRef:i,variant:a})=>{const r=s.Je(),o=f.useRef(null),[l,c]=f.useState(void 0),d=f.useCallback(u=>{const{checked:x,value:h}=u.target,b=i.columns.map(y=>{var w;return y.name===h?((w=y.toggleVisibility)==null||w.call(y,x),{...y,visible:x}):y});i.setColumns(b)},[i]),g=f.useCallback(u=>{const x=i.columns.map(h=>{var b;return h.id===u?((b=h.toggleVisibility)==null||b.call(h,!1),{...h,visible:!1}):h});i.setColumns(x)},[i]),p=f.useCallback(()=>{var x;const u=(x=o.current)==null?void 0:x.scrollHeight;l!==u&&c(u)},[l]);return i.isOpen?re.createPortal(t.jsx(Jt,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs(
|
|
1949
|
+
`,ue=f.forwardRef(function({name:n,smallSearch:i=!1,onClear:a,value:r,...o},l){const c=s.Je(),[d,g]=f.useState(!1),{refs:p,floatingStyles:u}=s.useFloating$1(),x=f.useCallback(()=>{g(y=>!y)},[]),h=f.useCallback(y=>{y.key==="Enter"&&y.preventDefault()},[]);ne(p.floating.current,()=>{g(!1)},!0);const b=t.jsxs(La,{children:[t.jsx(F,{icon:"magnifying-glass",iconColor:c.palette.gray[700],iconSize:"xs",iconType:"fa-light"}),t.jsx(Aa,{...o,id:n,name:n,onKeyDown:h,ref:l,type:"search",value:r}),!s.lodashExports.isEmpty(r)&&t.jsx(O,{icon:"xmark",iconColor:c.palette.gray[300],iconSize:"xs",iconType:"fa-light",onClick:a,px:.25,py:.25,type:"reset",variant:"ghost"})]});return i?t.jsxs(f.Fragment,{children:[t.jsx(O,{border:`1px solid ${c.palette.gray[300]} !important`,icon:"magnifying-glass",iconSize:"xs",iconType:"fa-light",onClick:x,ref:p.setReference,variant:"ghost"}),d?t.jsx(Pa,{ref:p.setFloating,style:u,children:b}):void 0]}):b}),Qt=({columns:e,formId:n,onChangeHandler:i,variant:a})=>{const r=f.useRef(null),[o,l]=f.useState([]),[c,d]=f.useState(""),g=f.useCallback(u=>{const{value:x}=u.target;d(x)},[]),p=f.useCallback(()=>{r.current&&(r.current.reset(),d(""))},[r]);return f.useEffect(()=>{l(e.filter(u=>{var x;return a==="grouped"?u.name.toLowerCase().includes(c.toLowerCase())||((x=u.group)==null?void 0:x.includes(c.toLowerCase())):u.name.toLowerCase().includes(c.toLowerCase())}))},[e,c,a]),a==="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(ue,{name:"search",onChange:g,onClear:p,value:c})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(Zt(o)).map(([u,x],h)=>{const b=`li-checkbox${u}`;return t.jsx(Xt,{checkboxesName:u,defaultCollapsed:h===0,onChange:i,options:x,title:u},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(ue,{name:"search",onChange:g,onClear:p,value:c})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{paddingTop:"0.625rem"},children:o.map(u=>{const x=`li-checkbox-${u.name}`;return t.jsx(Ra,{selected:u.visible,value:x,width:"content",children:t.jsx(ie,{checked:u.visible,disabled:u.locked,label:u.name,name:u.name,onChange:i,value:u.name})},x)})})]})},Wa=({_containerId:e="portals",title:n,modalRef:i,variant:a})=>{const r=s.Je(),o=f.useRef(null),[l,c]=f.useState(void 0),d=f.useCallback(u=>{const{checked:x,value:h}=u.target,b=i.columns.map(y=>{var w;return y.name===h?((w=y.toggleVisibility)==null||w.call(y,x),{...y,visible:x}):y});i.setColumns(b)},[i]),g=f.useCallback(u=>{const x=i.columns.map(h=>{var b;return h.id===u?((b=h.toggleVisibility)==null||b.call(h,!1),{...h,visible:!1}):h});i.setColumns(x)},[i]),p=f.useCallback(()=>{var x;const u=(x=o.current)==null?void 0:x.scrollHeight;l!==u&&c(u)},[l]);return i.isOpen?re.createPortal(t.jsx(Jt,{"aria-label":i.name,"aria-modal":"true",children:t.jsxs(et,{$size:"md",flexDirection:"column",children:[t.jsxs($,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(U,{size:"sm",children:n}),t.jsx(O,{icon:"close",iconColor:r.palette.gray[400],iconSize:"xs",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:i.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:o,scroll:"y",width:"100%",children:[t.jsx(Qt,{columns:i.columns,formId:"columns-visibility",onChangeHandler:d,variant:a}),t.jsx($,{borderLeft:`2px solid ${r.palette.gray[100]}`,height:l?`${l}px`:"auto"}),t.jsx(Kt,{description:"Click and drag to reorder the columns",items:i.columns,onClickClose:g,onReorder:i.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(L,{disabled:!i.hasChanged,form:"columns-visibility",id:"columns-modal-cancel",justify:"center",onClick:i.resetToDefault,type:"reset",variant:"tertiary",children:"Reset to default"}),t.jsx(L,{id:"columns-modal-submit",justify:"center",onClick:i.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},Ba=s.st(ke)`
|
|
1950
1950
|
padding: 8px;
|
|
1951
1951
|
min-height: 36px;
|
|
1952
1952
|
min-width: unset;
|
|
@@ -1956,14 +1956,14 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
1956
1956
|
display: flex;
|
|
1957
1957
|
justify-content: center;
|
|
1958
1958
|
z-index: 99999;
|
|
1959
|
-
`,
|
|
1959
|
+
`,ft=s.st(ke)`
|
|
1960
1960
|
padding: 7px 8px;
|
|
1961
1961
|
word-wrap: break-word;
|
|
1962
1962
|
|
|
1963
1963
|
svg.fa-check {
|
|
1964
1964
|
border-radius: 2px;
|
|
1965
1965
|
}
|
|
1966
|
-
`,en=({control:e,option:n,register:i,setValue:a})=>{var r,o,l,c,d;switch(n.type){case"checkboxes":return t.jsx("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:(r=n.options)==null?void 0:r.map(p=>t.jsx(xt,{value:p.value,width:"content",children:t.jsx(ie,{...i("checkbox"),label:p.label,value:p.value})},`li-checkbox-${p.value}`))});case"radioButton":return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[n.label,(o=n.options)==null?void 0:o.map(p=>t.jsx(xt,{value:p.value,width:"content",children:t.jsx(Ze,{...i("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(Ke,{control:e,items:((l=n.options)==null?void 0:l.map(p=>({name:p.label??"",value:p.value})))??[],label:n.label,name:`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`,placeholder:n.placeholder,value:n.value});case"text":const g=`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`;return t.jsx(De,{label:n.label,name:g,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx(Pt,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:i,name:"maxValue",value:n.maxValue,setValue:a},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:i,name:"minValue",value:n.minValue,setValue:a},variant:"filters"});case"dateRange":return t.jsx(Et,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(c=n.maxValue)==null?void 0:c.toString()},propsMin:{name:"minValue",value:(d=n.minValue)==null?void 0:d.toString()},register:i,setValue:a,variant:"filters"});default:return t.jsx("div",{})}},tn=({control:e,items:n,register:i,setValue:a})=>t.jsx(t.Fragment,{children:n.map((r,o)=>{const l=`${r.type}-${r.value}-${r.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(en,{control:e,option:r,register:i,setValue:a}),o<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},l)})}),nn=e=>{var c,d,g,p,u;const[n,i]=f.useState([...e]),{control:a,register:r,handleSubmit:o,setValue:l}=s.useForm({defaultValues:{checkbox:e.filter(x=>x.type==="checkboxes").flatMap(x=>{var h;return((h=x.options)==null?void 0:h.filter(b=>b.checked).map(b=>b.value))??[]}),radio:((g=(d=(c=e.find(x=>x.type==="radioButton"))==null?void 0:c.options)==null?void 0:d.find(({checked:x})=>x))==null?void 0:g.value)??"",text:e.filter(x=>["text","select"].includes(x.type)).reduce((x,h)=>({...x,[`${String(h.key)}-${h.filterFn??"caseInsensitive"}`]:h.value??""}),{}),minValue:(p=e.find(x=>["numberRange","dateRange"].includes(x.type)))==null?void 0:p.minValue,maxValue:(u=e.find(x=>["numberRange","dateRange"].includes(x.type)))==null?void 0:u.maxValue}});return{control:a,items:n,setItems:i,register:r,handleSubmit:o,setValue:l}},Ma=(e,n)=>{var i,a,r,o,l;n("checkbox",e.filter(c=>c.type==="checkboxes").flatMap(c=>{var d;return((d=c.options)==null?void 0:d.filter(g=>g.checked).map(g=>g.value))??[]})),n("radio",((r=(a=(i=e.find(c=>c.type==="radioButton"))==null?void 0:i.options)==null?void 0:a.find(({checked:c})=>c))==null?void 0:r.value)??""),n("text",e.filter(c=>["text","select"].includes(c.type)).reduce((c,d)=>({...c,[`${String(d.key)}-${d.filterFn??"caseInsensitive"}`]:d.value??""}),{})),n("minValue",(o=e.find(c=>["numberRange","dateRange"].includes(c.type)))==null?void 0:o.minValue),n("maxValue",(l=e.find(c=>["numberRange","dateRange"].includes(c.type)))==null?void 0:l.maxValue)},Ha=(e,n)=>(e==null?void 0:e.filter(i=>{var a;return((a=i.label)==null?void 0:a.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??i.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],_a=async(e,n)=>await Promise.all(e.map(async i=>i.type==="checkboxes"?{...i,options:i.filterOptions?await i.filterOptions(i.options??[],n):Ha(i.options??[],n)}:i)),_e=({options:e,onSearch:n,onSubmit:i,id:a,selectedFilter:r})=>{const{control:o,items:l,setItems:c,register:d,handleSubmit:g,setValue:p}=nn(e),u=e.some(b=>b.type==="checkboxes"&&b.hideSearch!==!0),x=f.useCallback(async b=>{const{value:y}=b.target;n&&n(y);const w=await _a(e,y);c(w)},[e,n,c]),h=f.useCallback(b=>{i&&i(b)},[i]);return f.useEffect(()=>{c(e),Ma(e,p)},[e,c,p]),t.jsxs("div",{className:"flex flex-col gap-[8px]",id:a,children:[u&&t.jsxs("div",{children:[r,t.jsx(ue,{onChange:x})]}),t.jsxs("form",{id:a,onSubmit:g(h),children:[t.jsx(tn,{control:o,items:l,register:d,setValue:p}),t.jsx(L,{mt:1,type:"submit",children:"Apply"})]})]})},an=({options:e,variant:n,onApplyFilters:i,onSearch:a,setDirection:r,setHandler:o})=>{const l=s.Je(),[c,d]=f.useState(e),[g,p]=f.useState([]),[u,x]=f.useState({}),[h,b]=f.useState(""),y=f.useCallback(m=>()=>{const j=c.find(S=>S.label===m),k=!(j!=null&&j.filterOptions.some(S=>S.type==="dateRange"||S.type==="select"));o==null||o(k??!0),b(m),p((j==null?void 0:j.filterOptions)??[])},[c,o]),w=f.useCallback(m=>{const j=[...m.checkbox,...Object.values(m.text??{}),...m.radio?[m.radio]:[],...m.minValue?[String(m.minValue)]:[],...m.maxValue?[String(m.maxValue)]:[]];x(C=>j.length>0?{...C,[h]:j}:C);const k=C=>{var E,R;return{...C,options:(E=C.options)==null?void 0:E.map(P=>({...P,checked:m.checkbox.includes(P.value)||m.radio===P.value})),value:["text","select"].includes(C.type)?((R=m.text)==null?void 0:R[`${String(C.key)}-${C.filterFn??"caseInsensitive"}`])??C.value:C.value,minValue:["numberRange","dateRange"].includes(C.type)?m.minValue:C.minValue,maxValue:["numberRange","dateRange"].includes(C.type)?m.maxValue:C.maxValue}},S=C=>C.label===h?{...C,filterOptions:C.filterOptions.map(k)}:C,D=c.map(S);d(C=>C.map(S));const I=D.flatMap(({filterOptions:C})=>C);i(I),p([])},[c,i,h]),v=f.useCallback((m,j)=>{const k=`li-filter-option-${m}`;return t.jsxs(Ba,{icon:j,onClick:y(m),style:{minWidth:"180px"},value:k,width:"100%",children:[m,u[m]===void 0?void 0:t.jsx(V,{tagLabel:u[m].length.toString()})]},k)},[u,y]);return f.useEffect(()=>{const m=e.reduce((j,{label:k,filterOptions:S})=>{const D=S.flatMap(({value:E,minValue:R,maxValue:P})=>[R,P,E]).filter(Boolean),I=S.flatMap(({options:E})=>E??[]).filter(({checked:E=!1})=>E).map(({value:E})=>E),C=[...D,...I];return C.length===0?j:{...j,[k]:C}},{});x(m),g.length>0&&r&&r("column")},[g,e,r]),n==="grouped"?t.jsx($,{display:"flex",flexDirection:"column",flexGrow:1,maxHeight:g.length>0?"unset":"360px",style:{columnGap:"10px"},width:"100%",wrap:"wrap",children:g.length>0?t.jsx(_e,{id:"filters-options",onSearch:a,onSubmit:w,options:g,selectedFilter:h}):Object.entries(Zt(e)).map(([m,j])=>t.jsxs($,{children:[t.jsx(z,{color:l.palette.gray[400],mb:.25,size:"sm",children:m}),j.map(({label:k,icon:S="filter-list"})=>v(k,S))]},m))}):t.jsx($,{display:"flex",flexDirection:"column",flexGrow:1,maxHeight:g.length>0?"unset":"200px",style:{columnGap:"10px"},width:"100%",wrap:"wrap",children:g.length>0?t.jsx(_e,{id:"filters-options",onSearch:a,onSubmit:w,options:g,selectedFilter:h}):e.map(({label:m,icon:j="filter-list"})=>v(m,j))})},rn=({options:e,onApplyFilters:n,onSearch:i,modalRef:a,variant:r})=>{const[o,l]=f.useState("row"),[c,d]=f.useState(!0),g=s.Je(),p=f.useRef(null),u=t.jsx(O,{icon:"close",iconColor:g.palette.gray[400],iconSize:"xs",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:a.close,px:.25,py:.25,variant:"ghost"});return f.useEffect(()=>{const x=h=>{const b=p.current;b&&!b.contains(h.target)&&a.close()};if(c)return document.addEventListener("mousedown",x,!0),()=>{document.removeEventListener("mousedown",x,!0)}},[p,c,a]),t.jsx(Oa,{$bgColor:"transparent","aria-label":a.name,children:t.jsxs(Qe,{$size:"fixed",alignItems:o==="row"?"start":"end",display:"flex",flexDirection:o,gap:.5,id:"filters-list",position:"relative",px:1.25,py:1.25,ref:p,style:{overflow:"hidden",width:"max-content"},children:[o==="column"?u:void 0,t.jsx(an,{onApplyFilters:n,onSearch:i,options:e,setDirection:l,setHandler:d,variant:r}),o==="row"?u:void 0]})})};function Ja(e){if(e)return e}function on(e){if(!e||e.length===0)return;const n=e.filter(a=>a.checked).map(a=>a.label??a.value);return n.length===0?void 0:n.join(", ")}function Ua(e,n,i){const a=i??"",r=s._.isEmpty(e)&&typeof e!="number"||Number.isNaN(e)?void 0:Number(e),o=s._.isEmpty(n)&&typeof n!="number"||Number.isNaN(n)?void 0:Number(String(n));if(!s._.isUndefined(r)&&!s._.isUndefined(o))return`${r}${a} - ${o}${a}`;if(!s._.isUndefined(r))return`Min ${r}${a}`;if(!s._.isUndefined(o))return`Max ${o}${a}`}function Ga(e,n){if(s.dayjs_minExports.extend(s.localizedFormat),!(s._.isUndefined(e)&&s._.isUndefined(n))){if(e!==""&&n!==""&&!s._.isUndefined(e)&&!s._.isUndefined(n))return`${s.dayjs(e).format("LL")} - ${s.dayjs(n).format("LL")}`;if(e!==""&&!s._.isUndefined(e))return`From ${s.dayjs(e).format("LL")}`;if(n!==""&&!s._.isUndefined(n))return`To ${s.dayjs(n).format("LL")}`}}function Va(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const ce=({filter:e,icon:n="filter-list",label:i,onClose:a,filterValue:r})=>s._.isNil(r)||s._.isEmpty(String(r))?null:t.jsx(V,{filterValues:r,icon:n,id:"remove-filter",onClose:a(e),tagLabel:`${i} `}),Ya=({options:e,onClose:n})=>{const i=e.flatMap(a=>a.filterOptions.map(r=>{const{filterFn:o,label:l,type:c,value:d,options:g,minValue:p,maxValue:u}=r;switch(c){case"numberRange":{const x=Ua(p,u,a.placeholder);return t.jsx(ce,{filter:r,filterValue:x,icon:a.icon,label:a.label,onClose:n},l)}case"dateRange":{const x=Ga(p==null?void 0:p.toString(),u==null?void 0:u.toString());return t.jsx(ce,{filter:r,filterValue:x,icon:a.icon,label:a.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=on(g);return t.jsx(ce,{filter:r,filterValue:x,icon:a.icon,label:a.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=Ja(d),h=Va(c,a.label,o);return t.jsx(ce,{filter:r,filterValue:x,icon:a.icon,label:h,onClose:n},l)}}})).filter(a=>{if(a===null)return!1;const{filterValue:r}=a.props;return!s._.isNil(r)&&!s._.isEmpty(String(r))});return i.length>0?t.jsx($,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:i}):null},qa=(e,n)=>{function i(l,c){if(c.value===""||c.value===void 0||s._.defaultTo(c.isBackFilter,!1))return!0;switch(c.filterFn){case"includesInsensitive":return String(l[c.key]).toLowerCase().includes(c.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(l[c.key]).toLowerCase()===c.value.toLowerCase()}}function a(l,c){if(!c.options||c.options.length===0)return!0;const d=c.options.filter(g=>g.checked).map(g=>g.value);return d.length===0?!0:d.includes(String(l[c.key]))}function r(l,c,d){const g=d(String(l[c.key])),{minValue:p,maxValue:u}=c,x=s._.isEmpty(p)&&typeof p!="number"?void 0:d(String(p)),h=s._.isEmpty(u)&&typeof u!="number"?void 0:d(String(u));return s._.isUndefined(x)&&s._.isUndefined(h)?!0:(x??-1/0)<=g&&g<=(h??1/0)}function o(l){return n.every(c=>{if(typeof c.key=="function")return c.key(l,c.value);switch(c.type){case"radioButton":case"checkboxes":return a(l,c);case"numberRange":return r(l,c,Number);case"dateRange":return r(l,c,d=>new Date(d));case"select":case"text":default:return i(l,c)}})}return e.filter(o)},ft=e=>[...e.flatMap(({options:i})=>i).filter(i=>i==null?void 0:i.checked),...e.flatMap(i=>[i.value,i.maxValue,i.minValue]).filter(Boolean)].length,Ka=e=>{var i;const n=((i=e.options)==null?void 0:i.map(a=>({...a,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:n}},Xa=({dataset:e,localStorageKey:n,options:i,setFilteredDataset:a,onFiltersChange:r,onReset:o,onSearch:l,variant:c="ungrouped"})=>{const d=Re("filters-modal"),[g,p]=f.useState([]),[u,x]=f.useState(ft(g)),h=i.map(m=>({...m,filterOptions:m.filterOptions.map(j=>g.find(S=>S.key===j.key&&S.type===j.type&&S.filterFn===j.filterFn)??{...j})})),b=f.useCallback(m=>{p([...m]),localStorage.setItem(n,JSON.stringify(m))},[p,n]),y=f.useCallback(()=>{o&&o(),d.toggle()},[d,o]),w=f.useCallback(m=>()=>{o&&o();const j=g.map(k=>k.key===m.key&&k.type===m.type&&k.filterFn===m.filterFn?Ka(k):k);p(j),localStorage.setItem(n,JSON.stringify(j))},[g,n,o]);return f.useEffect(()=>{const m=localStorage.getItem(n),j=i.flatMap(S=>S.filterOptions),k=m?JSON.parse(m):j;j.flatMap(S=>S.value).filter(Boolean).length>0||j.flatMap(S=>S.options).filter(S=>(S==null?void 0:S.checked)===void 0).length>0?(p(j),localStorage.setItem(n,JSON.stringify(j))):p(k)},[n,i,p]),f.useEffect(()=>{a&&e!==void 0&&a(qa(e,g)),x(ft(g)),r==null||r(g)},[e,g,a,x,r]),{Filters:()=>t.jsxs($,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx($,{pr:.25,children:t.jsx(L,{icon:"filter",id:"filterBtn",onClick:y,tag:u.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(rn,{modalRef:d,onApplyFilters:b,onSearch:l,options:h,variant:c})]}),options:h,removeFilter:w}},sn=({_portal:e=!0,alert:n,cancelButton:i=void 0,children:a=void 0,confirmButton:r=void 0,content:o=void 0,description:l=void 0,modalRef:c,otherActions:d=void 0,onClose:g=void 0,tabItems:p=void 0,title:u=void 0,size:x,id:h="modal-container"})=>{const b=s.Je(),y=t.jsx(Jt,{"aria-label":c.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(Qe,{$size:x,"data-testid":h,flexDirection:"column",id:h,children:[!s._.isEmpty(u)&&!s._.isNil(u)&&t.jsx(Gt,{description:l,modalRef:c,onClose:g,otherActions:d,title:u}),p&&t.jsx($,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(et,{items:p})}),(s._.isObject(o)||a)&&t.jsxs(ja,{children:[a,s._.isObject(o)&&s._.isString(o.imageSrc)&&t.jsx(Sa,{$framed:o.imageFramed,children:t.jsx(Z,{alt:"modal-img",publicId:o.imageSrc})}),s._.isObject(o)&&s._.isString(o.imageText)&&t.jsx(z,{size:"sm",children:o.imageText})]}),t.jsx(Ut,{alert:n,cancelButton:i,confirmButton:r,modalRef:c})]})});return e&&c.isOpen?re.createPortal(y,document.getElementById("portals")??document.body):c.isOpen?y:null},Za=()=>{const[e,n]=f.useState(!1),[i,a]=f.useState(),r=f.useRef(null),o=Re("confirm-dialog-modal"),l=f.useCallback(async p=>(a(p),n(!0),new Promise(u=>{r.current=u})),[]),c=f.useCallback(()=>{var p;n(!1),a(void 0),(p=r.current)==null||p.call(r,!0)},[]),d=f.useCallback(()=>{var p;n(!1),a(void 0),(p=r.current)==null||p.call(r,!1)},[]);return f.useEffect(()=>{o.setIsOpen(e)},[e,o]),{ConfirmDialog:({id:p="confirm-dialog-modal",children:u})=>t.jsxs(sn,{cancelButton:{onClick:d,text:"Cancel"},confirmButton:{id:(i==null?void 0:i.id)??"modal-confirm",onClick:c,text:"Confirm"},description:i==null?void 0:i.message,id:p,modalRef:{...o,close:d},size:"sm",title:i==null?void 0:i.title,children:[i==null?void 0:i.content,u]}),confirm:l}},Qa=s.st.ul`
|
|
1966
|
+
`,en=({control:e,option:n,register:i,setValue:a})=>{var r,o,l,c,d;switch(n.type){case"checkboxes":return t.jsx("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:(r=n.options)==null?void 0:r.map(p=>t.jsx(ft,{value:p.value,width:"content",children:t.jsx(ie,{...i("checkbox"),label:p.label,value:p.value})},`li-checkbox-${p.value}`))});case"radioButton":return t.jsxs("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:[n.label,(o=n.options)==null?void 0:o.map(p=>t.jsx(ft,{value:p.value,width:"content",children:t.jsx(Qe,{...i("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(Xe,{control:e,items:((l=n.options)==null?void 0:l.map(p=>({name:p.label??"",value:p.value})))??[],label:n.label,name:`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`,placeholder:n.placeholder,value:n.value});case"text":const g=`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`;return t.jsx(Re,{label:n.label,name:g,placeholder:n.placeholder,register:i,value:n.value});case"numberRange":return t.jsx(Pt,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:i,name:"maxValue",value:n.maxValue,setValue:a},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:i,name:"minValue",value:n.minValue,setValue:a},variant:"filters"});case"dateRange":return t.jsx(Dt,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(c=n.maxValue)==null?void 0:c.toString()},propsMin:{name:"minValue",value:(d=n.minValue)==null?void 0:d.toString()},register:i,setValue:a,variant:"filters"});default:return t.jsx("div",{})}},tn=({control:e,items:n,register:i,setValue:a})=>t.jsx(t.Fragment,{children:n.map((r,o)=>{const l=`${r.type}-${r.value}-${r.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(en,{control:e,option:r,register:i,setValue:a}),o<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},l)})}),nn=e=>{var c,d,g,p,u;const[n,i]=f.useState([...e]),{control:a,register:r,handleSubmit:o,setValue:l}=s.useForm({defaultValues:{checkbox:e.filter(x=>x.type==="checkboxes").flatMap(x=>{var h;return((h=x.options)==null?void 0:h.filter(b=>b.checked).map(b=>b.value))??[]}),radio:((g=(d=(c=e.find(x=>x.type==="radioButton"))==null?void 0:c.options)==null?void 0:d.find(({checked:x})=>x))==null?void 0:g.value)??"",text:e.filter(x=>["text","select"].includes(x.type)).reduce((x,h)=>({...x,[`${String(h.key)}-${h.filterFn??"caseInsensitive"}`]:h.value??""}),{}),minValue:(p=e.find(x=>["numberRange","dateRange"].includes(x.type)))==null?void 0:p.minValue,maxValue:(u=e.find(x=>["numberRange","dateRange"].includes(x.type)))==null?void 0:u.maxValue}});return{control:a,items:n,setItems:i,register:r,handleSubmit:o,setValue:l}},Ma=(e,n)=>{var i,a,r,o,l;n("checkbox",e.filter(c=>c.type==="checkboxes").flatMap(c=>{var d;return((d=c.options)==null?void 0:d.filter(g=>g.checked).map(g=>g.value))??[]})),n("radio",((r=(a=(i=e.find(c=>c.type==="radioButton"))==null?void 0:i.options)==null?void 0:a.find(({checked:c})=>c))==null?void 0:r.value)??""),n("text",e.filter(c=>["text","select"].includes(c.type)).reduce((c,d)=>({...c,[`${String(d.key)}-${d.filterFn??"caseInsensitive"}`]:d.value??""}),{})),n("minValue",(o=e.find(c=>["numberRange","dateRange"].includes(c.type)))==null?void 0:o.minValue),n("maxValue",(l=e.find(c=>["numberRange","dateRange"].includes(c.type)))==null?void 0:l.maxValue)},Ha=(e,n)=>(e==null?void 0:e.filter(i=>{var a;return((a=i.label)==null?void 0:a.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??i.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],_a=async(e,n)=>await Promise.all(e.map(async i=>i.type==="checkboxes"?{...i,options:i.filterOptions?await i.filterOptions(i.options??[],n):Ha(i.options??[],n)}:i)),Je=({options:e,onSearch:n,onSubmit:i,id:a,selectedFilter:r})=>{const{control:o,items:l,setItems:c,register:d,handleSubmit:g,setValue:p}=nn(e),u=e.some(b=>b.type==="checkboxes"&&b.hideSearch!==!0),x=f.useCallback(async b=>{const{value:y}=b.target;n&&n(y);const w=await _a(e,y);c(w)},[e,n,c]),h=f.useCallback(b=>{i&&i(b)},[i]);return f.useEffect(()=>{c(e),Ma(e,p)},[e,c,p]),t.jsxs("div",{className:"flex flex-col gap-[8px]",id:a,children:[u&&t.jsxs("div",{children:[r,t.jsx(ue,{onChange:x})]}),t.jsxs("form",{id:a,onSubmit:g(h),children:[t.jsx(tn,{control:o,items:l,register:d,setValue:p}),t.jsx(L,{mt:1,type:"submit",children:"Apply"})]})]})},an=({options:e,variant:n,onApplyFilters:i,onSearch:a,setDirection:r,setHandler:o})=>{const l=s.Je(),[c,d]=f.useState(e),[g,p]=f.useState([]),[u,x]=f.useState({}),[h,b]=f.useState(""),y=f.useCallback(m=>()=>{const j=c.find(S=>S.label===m),k=!(j!=null&&j.filterOptions.some(S=>S.type==="dateRange"||S.type==="select"));o==null||o(k??!0),b(m),p((j==null?void 0:j.filterOptions)??[])},[c,o]),w=f.useCallback(m=>{const j=[...m.checkbox,...Object.values(m.text??{}),...m.radio?[m.radio]:[],...m.minValue?[String(m.minValue)]:[],...m.maxValue?[String(m.maxValue)]:[]];x(C=>j.length>0?{...C,[h]:j}:C);const k=C=>{var N,R;return{...C,options:(N=C.options)==null?void 0:N.map(P=>({...P,checked:m.checkbox.includes(P.value)||m.radio===P.value})),value:["text","select"].includes(C.type)?((R=m.text)==null?void 0:R[`${String(C.key)}-${C.filterFn??"caseInsensitive"}`])??C.value:C.value,minValue:["numberRange","dateRange"].includes(C.type)?m.minValue:C.minValue,maxValue:["numberRange","dateRange"].includes(C.type)?m.maxValue:C.maxValue}},S=C=>C.label===h?{...C,filterOptions:C.filterOptions.map(k)}:C,D=c.map(S);d(C=>C.map(S));const I=D.flatMap(({filterOptions:C})=>C);i(I),p([])},[c,i,h]),v=f.useCallback((m,j)=>{const k=`li-filter-option-${m}`;return t.jsxs(Ba,{icon:j,onClick:y(m),style:{minWidth:"180px"},value:k,width:"100%",children:[m,u[m]===void 0?void 0:t.jsx(V,{tagLabel:u[m].length.toString()})]},k)},[u,y]);return f.useEffect(()=>{const m=e.reduce((j,{label:k,filterOptions:S})=>{const D=S.flatMap(({value:N,minValue:R,maxValue:P})=>[R,P,N]).filter(Boolean),I=S.flatMap(({options:N})=>N??[]).filter(({checked:N=!1})=>N).map(({value:N})=>N),C=[...D,...I];return C.length===0?j:{...j,[k]:C}},{});x(m),g.length>0&&r&&r("column")},[g,e,r]),n==="grouped"?t.jsx($,{display:"flex",flexDirection:"column",flexGrow:1,maxHeight:g.length>0?"unset":"360px",style:{columnGap:"10px"},width:"100%",wrap:"wrap",children:g.length>0?t.jsx(Je,{id:"filters-options",onSearch:a,onSubmit:w,options:g,selectedFilter:h}):Object.entries(Zt(e)).map(([m,j])=>t.jsxs($,{children:[t.jsx(z,{color:l.palette.gray[400],mb:.25,size:"sm",children:m}),j.map(({label:k,icon:S="filter-list"})=>v(k,S))]},m))}):t.jsx($,{display:"flex",flexDirection:"column",flexGrow:1,maxHeight:g.length>0?"unset":"200px",style:{columnGap:"10px"},width:"100%",wrap:"wrap",children:g.length>0?t.jsx(Je,{id:"filters-options",onSearch:a,onSubmit:w,options:g,selectedFilter:h}):e.map(({label:m,icon:j="filter-list"})=>v(m,j))})},rn=({options:e,onApplyFilters:n,onSearch:i,modalRef:a,variant:r})=>{const[o,l]=f.useState("row"),[c,d]=f.useState(!0),g=s.Je(),p=f.useRef(null),u=t.jsx(O,{icon:"close",iconColor:g.palette.gray[400],iconSize:"xs",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:a.close,px:.25,py:.25,variant:"ghost"});return f.useEffect(()=>{const x=h=>{const b=p.current;b&&!b.contains(h.target)&&a.close()};if(c)return document.addEventListener("mousedown",x,!0),()=>{document.removeEventListener("mousedown",x,!0)}},[p,c,a]),t.jsx(Oa,{$bgColor:"transparent","aria-label":a.name,children:t.jsxs(et,{$size:"fixed",alignItems:o==="row"?"start":"end",display:"flex",flexDirection:o,gap:.5,id:"filters-list",position:"relative",px:1.25,py:1.25,ref:p,style:{overflow:"hidden",width:"max-content"},children:[o==="column"?u:void 0,t.jsx(an,{onApplyFilters:n,onSearch:i,options:e,setDirection:l,setHandler:d,variant:r}),o==="row"?u:void 0]})})};function Ja(e){if(e)return e}function on(e){if(!e||e.length===0)return;const n=e.filter(a=>a.checked).map(a=>a.label??a.value);return n.length===0?void 0:n.join(", ")}function Ua(e,n,i){const a=i??"",r=s._.isEmpty(e)&&typeof e!="number"||Number.isNaN(e)?void 0:Number(e),o=s._.isEmpty(n)&&typeof n!="number"||Number.isNaN(n)?void 0:Number(String(n));if(!s._.isUndefined(r)&&!s._.isUndefined(o))return`${r}${a} - ${o}${a}`;if(!s._.isUndefined(r))return`Min ${r}${a}`;if(!s._.isUndefined(o))return`Max ${o}${a}`}function Ga(e,n){if(s.dayjs_minExports.extend(s.localizedFormat),!(s._.isUndefined(e)&&s._.isUndefined(n))){if(e!==""&&n!==""&&!s._.isUndefined(e)&&!s._.isUndefined(n))return`${s.dayjs(e).format("LL")} - ${s.dayjs(n).format("LL")}`;if(e!==""&&!s._.isUndefined(e))return`From ${s.dayjs(e).format("LL")}`;if(n!==""&&!s._.isUndefined(n))return`To ${s.dayjs(n).format("LL")}`}}function Va(e,n,i){return e==="select"?n:`${n} ${i==="includesInsensitive"?"contains":"is"}`}const ce=({filter:e,icon:n="filter-list",label:i,onClose:a,filterValue:r})=>s._.isNil(r)||s._.isEmpty(String(r))?null:t.jsx(V,{filterValues:r,icon:n,id:"remove-filter",onClose:a(e),tagLabel:`${i} `}),Ya=({options:e,onClose:n})=>{const i=e.flatMap(a=>a.filterOptions.map(r=>{const{filterFn:o,label:l,type:c,value:d,options:g,minValue:p,maxValue:u}=r;switch(c){case"numberRange":{const x=Ua(p,u,a.placeholder);return t.jsx(ce,{filter:r,filterValue:x,icon:a.icon,label:a.label,onClose:n},l)}case"dateRange":{const x=Ga(p==null?void 0:p.toString(),u==null?void 0:u.toString());return t.jsx(ce,{filter:r,filterValue:x,icon:a.icon,label:a.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=on(g);return t.jsx(ce,{filter:r,filterValue:x,icon:a.icon,label:a.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=Ja(d),h=Va(c,a.label,o);return t.jsx(ce,{filter:r,filterValue:x,icon:a.icon,label:h,onClose:n},l)}}})).filter(a=>{if(a===null)return!1;const{filterValue:r}=a.props;return!s._.isNil(r)&&!s._.isEmpty(String(r))});return i.length>0?t.jsx($,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:i}):null},qa=(e,n)=>{function i(l,c){if(c.value===""||c.value===void 0||s._.defaultTo(c.isBackFilter,!1))return!0;switch(c.filterFn){case"includesInsensitive":return String(l[c.key]).toLowerCase().includes(c.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(l[c.key]).toLowerCase()===c.value.toLowerCase()}}function a(l,c){if(!c.options||c.options.length===0)return!0;const d=c.options.filter(g=>g.checked).map(g=>g.value);return d.length===0?!0:d.includes(String(l[c.key]))}function r(l,c,d){const g=d(String(l[c.key])),{minValue:p,maxValue:u}=c,x=s._.isEmpty(p)&&typeof p!="number"?void 0:d(String(p)),h=s._.isEmpty(u)&&typeof u!="number"?void 0:d(String(u));return s._.isUndefined(x)&&s._.isUndefined(h)?!0:(x??-1/0)<=g&&g<=(h??1/0)}function o(l){return n.every(c=>{if(typeof c.key=="function")return c.key(l,c.value);switch(c.type){case"radioButton":case"checkboxes":return a(l,c);case"numberRange":return r(l,c,Number);case"dateRange":return r(l,c,d=>new Date(d));case"select":case"text":default:return i(l,c)}})}return e.filter(o)},ht=e=>[...e.flatMap(({options:i})=>i).filter(i=>i==null?void 0:i.checked),...e.flatMap(i=>[i.value,i.maxValue,i.minValue]).filter(Boolean)].length,Ka=e=>{var i;const n=((i=e.options)==null?void 0:i.map(a=>({...a,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:n}},Xa=({dataset:e,localStorageKey:n,options:i,setFilteredDataset:a,onFiltersChange:r,onReset:o,onSearch:l,variant:c="ungrouped"})=>{const d=Ae("filters-modal"),[g,p]=f.useState([]),[u,x]=f.useState(ht(g)),h=i.map(m=>({...m,filterOptions:m.filterOptions.map(j=>g.find(S=>S.key===j.key&&S.type===j.type&&S.filterFn===j.filterFn)??{...j})})),b=f.useCallback(m=>{p([...m]),localStorage.setItem(n,JSON.stringify(m))},[p,n]),y=f.useCallback(()=>{o&&o(),d.toggle()},[d,o]),w=f.useCallback(m=>()=>{o&&o();const j=g.map(k=>k.key===m.key&&k.type===m.type&&k.filterFn===m.filterFn?Ka(k):k);p(j),localStorage.setItem(n,JSON.stringify(j))},[g,n,o]);return f.useEffect(()=>{const m=localStorage.getItem(n),j=i.flatMap(S=>S.filterOptions),k=m?JSON.parse(m):j;j.flatMap(S=>S.value).filter(Boolean).length>0||j.flatMap(S=>S.options).filter(S=>(S==null?void 0:S.checked)===void 0).length>0?(p(j),localStorage.setItem(n,JSON.stringify(j))):p(k)},[n,i,p]),f.useEffect(()=>{a&&e!==void 0&&a(qa(e,g)),x(ht(g)),r==null||r(g)},[e,g,a,x,r]),{Filters:()=>t.jsxs($,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx($,{pr:.25,children:t.jsx(L,{icon:"filter",id:"filterBtn",onClick:y,tag:u.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(rn,{modalRef:d,onApplyFilters:b,onSearch:l,options:h,variant:c})]}),options:h,removeFilter:w}},sn=({_portal:e=!0,alert:n,cancelButton:i=void 0,children:a=void 0,confirmButton:r=void 0,content:o=void 0,description:l=void 0,modalRef:c,otherActions:d=void 0,onClose:g=void 0,tabItems:p=void 0,title:u=void 0,size:x,id:h="modal-container"})=>{const b=s.Je(),y=t.jsx(Jt,{"aria-label":c.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(et,{$size:x,"data-testid":h,flexDirection:"column",id:h,children:[!s._.isEmpty(u)&&!s._.isNil(u)&&t.jsx(Gt,{description:l,modalRef:c,onClose:g,otherActions:d,title:u}),p&&t.jsx($,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(tt,{items:p})}),(s._.isObject(o)||a)&&t.jsxs(ja,{children:[a,s._.isObject(o)&&s._.isString(o.imageSrc)&&t.jsx(Sa,{$framed:o.imageFramed,children:t.jsx(Z,{alt:"modal-img",publicId:o.imageSrc})}),s._.isObject(o)&&s._.isString(o.imageText)&&t.jsx(z,{size:"sm",children:o.imageText})]}),t.jsx(Ut,{alert:n,cancelButton:i,confirmButton:r,modalRef:c})]})});return e&&c.isOpen?re.createPortal(y,document.getElementById("portals")??document.body):c.isOpen?y:null},Za=()=>{const[e,n]=f.useState(!1),[i,a]=f.useState(),r=f.useRef(null),o=Ae("confirm-dialog-modal"),l=f.useCallback(async p=>(a(p),n(!0),new Promise(u=>{r.current=u})),[]),c=f.useCallback(()=>{var p;n(!1),a(void 0),(p=r.current)==null||p.call(r,!0)},[]),d=f.useCallback(()=>{var p;n(!1),a(void 0),(p=r.current)==null||p.call(r,!1)},[]);return f.useEffect(()=>{o.setIsOpen(e)},[e,o]),{ConfirmDialog:({id:p="confirm-dialog-modal",children:u})=>t.jsxs(sn,{cancelButton:{onClick:d,text:"Cancel"},confirmButton:{id:(i==null?void 0:i.id)??"modal-confirm",onClick:c,text:"Confirm"},description:i==null?void 0:i.message,id:p,modalRef:{...o,close:d},size:"sm",title:i==null?void 0:i.title,children:[i==null?void 0:i.content,u]}),confirm:l}},Qa=s.st.ul`
|
|
1967
1967
|
${({theme:e})=>`
|
|
1968
1968
|
align-items: flex-start;
|
|
1969
1969
|
border-radius: ${e.spacing[.25]};
|
|
@@ -2002,7 +2002,7 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
2002
2002
|
cursor: not-allowed;
|
|
2003
2003
|
}
|
|
2004
2004
|
`}
|
|
2005
|
-
`,tr=({icon:e,iconColor:n,id:i,showChevron:a,options:r,title:o})=>{const l=s.Je(),[c,d]=f.useState(!1),g=c?"chevron-up":"chevron-down",{refs:p,floatingStyles:u}=s.useFloating({middleware:[s.offset({mainAxis:4})],placement:"bottom-start"}),x=f.useCallback(()=>{d(h=>!h)},[]);return ne(p.floating.current,()=>{d(!1)},!0,document.getElementById("dropdown-toggle")),t.jsxs(f.Fragment,{children:[t.jsx(L,{"aria-label":o,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${i}`,onClick:x,ref:p.setReference,rightIcon:a?g:void 0,variant:"ghost",children:o}),c?t.jsx(Qa,{ref:p.setFloating,style:u,children:r.map(h=>{const b=({})=>{h.onClick(),d(!1)};return t.jsxs(er,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(F,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"xxs",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},
|
|
2005
|
+
`,tr=({icon:e,iconColor:n,id:i,showChevron:a,options:r,title:o})=>{const l=s.Je(),[c,d]=f.useState(!1),g=c?"chevron-up":"chevron-down",{refs:p,floatingStyles:u}=s.useFloating({middleware:[s.offset({mainAxis:4})],placement:"bottom-start"}),x=f.useCallback(()=>{d(h=>!h)},[]);return ne(p.floating.current,()=>{d(!1)},!0,document.getElementById("dropdown-toggle")),t.jsxs(f.Fragment,{children:[t.jsx(L,{"aria-label":o,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${i}`,onClick:x,ref:p.setReference,rightIcon:a?g:void 0,variant:"ghost",children:o}),c?t.jsx(Qa,{ref:p.setFloating,style:u,children:r.map(h=>{const b=({})=>{h.onClick(),d(!1)};return t.jsxs(er,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(F,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"xxs",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},Ue=({buttonProps:e,variant:n})=>t.jsx(L,{onClick:e.onClick,variant:n,children:e.text}),nr=s.st.div`
|
|
2006
2006
|
display: flex;
|
|
2007
2007
|
flex-direction: column;
|
|
2008
2008
|
align-items: center;
|
|
@@ -2036,7 +2036,7 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
2036
2036
|
> *:last-child {
|
|
2037
2037
|
margin-right: 0;
|
|
2038
2038
|
}
|
|
2039
|
-
`,
|
|
2039
|
+
`,bt={md:{description:"md",title:"md"},sm:{description:"sm",title:"xs"}},rr=({cancelButton:e=void 0,confirmButton:n=void 0,description:i,imageSrc:a="integrates/empty/addRoot",padding:r=1.25,title:o,size:l="md"})=>{const c=(n??e)!==void 0;return t.jsxs(nr,{$padding:r,children:[t.jsx(ir,{children:t.jsx(Z,{alt:"empty-icon",publicId:a})}),t.jsx(U,{fontWeight:"bold",lineSpacing:1.75,mb:.25,size:bt[l].title,textAlign:"center",children:o}),t.jsx(z,{mb:c?2:void 0,size:bt[l].description,textAlign:"center",children:i}),c?t.jsxs(ar,{children:[e&&t.jsx(Ue,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(Ue,{buttonProps:n,variant:"primary"})]}):void 0]})},or=({children:e})=>{const n=s.useFormContext();return e({...n})},sr=s.st.form`
|
|
2040
2040
|
${({theme:e})=>`
|
|
2041
2041
|
align-items: flex-start;
|
|
2042
2042
|
align-self: stretch;
|
|
@@ -2083,7 +2083,7 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
2083
2083
|
width: 507px;
|
|
2084
2084
|
}
|
|
2085
2085
|
`}
|
|
2086
|
-
`,
|
|
2086
|
+
`,nt=s.st.div`
|
|
2087
2087
|
${({theme:e,$isSelected:n})=>`
|
|
2088
2088
|
align-items: center;
|
|
2089
2089
|
background-color: ${n?e.palette.gray[100]:e.palette.white};
|
|
@@ -2100,7 +2100,7 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
2100
2100
|
background-color: ${e.palette.gray[100]};
|
|
2101
2101
|
}
|
|
2102
2102
|
`}
|
|
2103
|
-
`,ln=({isSelected:e=!1,label:n,onSelect:i})=>{const a=s.Je(),r=f.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(
|
|
2103
|
+
`,ln=({isSelected:e=!1,label:n,onSelect:i})=>{const a=s.Je(),r=f.useCallback(()=>{i&&i(n)},[i,n]);return t.jsxs(nt,{$isSelected:e,onClick:r,children:[e?t.jsx(F,{icon:"check",iconColor:a.palette.gray[800],iconSize:"xs"}):null,t.jsx(z,{color:a.palette.gray[800],fontWeight:"bold",size:"sm",children:n})]})},gr=({isOpen:e=!0,items:n,handleNewOrganization:i,onSelect:a,onClose:r,selectedItem:o,title:l,variant:c})=>{const d=s.Je(),[g,p]=f.useState(n),[u,x]=f.useState(""),h=f.useCallback(w=>{p(v=>v.filter(m=>String(m.name).toLowerCase().includes(w.toLocaleLowerCase())))},[p]),b=f.useCallback(w=>{w.currentTarget&&(x(w.currentTarget.value),h(w.currentTarget.value))},[x,h]);f.useEffect(()=>{p(n),h(u)},[n,h,u]);const y=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(pr,{$itemsLength:g.length,children:[t.jsxs($,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(z,{color:d.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(O,{icon:"xmark",iconColor:d.palette.gray[400],iconSize:"xs",iconType:"fa-light",onClick:r,variant:"ghost"})]}),t.jsx($,{mt:1,children:t.jsx(ue,{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:[c==="organization-selector"?t.jsx(nt,{onClick:i,children:t.jsxs($,{alignItems:"center",display:"flex",children:[t.jsx(F,{icon:"square-plus",iconColor:d.palette.gray[400],iconSize:"xs",iconType:"fa-light",mr:.5}),t.jsx(z,{color:d.palette.gray[400],size:"sm",children:"New organization"})]})}):void 0,g.map(w=>t.jsx(ln,{isSelected:o.toLowerCase()===w.name,label:w.name.charAt(0).toUpperCase()+w.name.slice(1),onSelect:a},w.name))]})]})})});return e?re.createPortal(y,document.body):t.jsx("div",{})},ur=({description:e,height:n="auto",leftIconName:i,children:a,rightIconName:r,title:o,tooltipId:l,tooltipTip:c,tooltipPlace:d="bottom",variant:g="centered",width:p="318px"})=>{const u=s.Je(),x=g==="centered",h=l&&t.jsx(G,{icon:r??i,iconColor:u.palette.gray[800],id:l,place:d,tip:c});return t.jsxs($,{alignItems:x?"center":"flex-start",bgColor:u.palette.gray[50],border:`1px solid ${u.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||s.lodashExports.isUndefined(i)?void 0:h,t.jsx(z,{color:x?u.palette.gray[800]:u.palette.gray[400],size:"md",textAlign:x?"center":"start",children:e}),x||s.lodashExports.isUndefined(r)?void 0:h]}),t.jsxs($,{alignItems:"center",display:"flex",gap:.5,my:.5,children:[x&&!s.lodashExports.isUndefined(i)?h:void 0,t.jsxs("div",{style:{display:"flex",gap:"12px"},children:[s.lodashExports.isUndefined(o)?void 0:t.jsx(U,{fontWeight:"bold",size:"md",children:o}),a]}),x&&!s.lodashExports.isUndefined(r)?h:void 0]})]})},xr=({actions:e,children:n,header:i,title:a,tabs:r,footer:o})=>{const l=s.Je();return t.jsxs($,{alignItems:"flex-start",bgColor:l.palette.white,borderLeft:`1px solid ${l.palette.gray[300]}`,display:"flex",flexDirection:"column",maxHeight:"750px",width:"480px",children:[t.jsxs($,{alignItems:"flex-start",alignSelf:"stretch",borderBottom:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.25,justify:"space-between",px:1.25,py:1,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsx(z,{color:l.palette.gray[800],fontWeight:"bold",lineSpacing:1.75,size:"xl",children:a}),i]}),e&&t.jsx($,{display:"flex",gap:.25,children:e.map(({icon:c,onClick:d},g)=>t.jsx(O,{icon:c??"paper-plane",iconColor:l.palette.gray[400],iconSize:"xxs",iconType:"fa-light",onClick:d,variant:"ghost"},`${g}-${c}`))})]}),t.jsx($,{display:"flex",pt:.25,width:"100%",children:t.jsx(tt,{items:r})}),t.jsx($,{alignSelf:"stretch",display:"flex",flexDirection:"column",px:1.25,py:1,scroll:"y",children:n}),o&&t.jsx($,{alignSelf:"stretch",borderTop:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:o.map(({icon:c,text:d,onClick:g},p)=>t.jsx(L,{icon:c,onClick:g,variant:p===0?"primary":"tertiary",width:"100%",children:d},`${p}-${d}`))})]})},fr=s.st.span`
|
|
2104
2104
|
${({theme:e,$bgColor:n=e.palette.secondary[500],$txtDecoration:i="none"})=>`
|
|
2105
2105
|
background-color: ${n};
|
|
2106
2106
|
border-radius: 5px;
|
|
@@ -2266,7 +2266,7 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
2266
2266
|
&::-webkit-inner-spin-button {
|
|
2267
2267
|
opacity: 1;
|
|
2268
2268
|
}
|
|
2269
|
-
`,Wr=f.forwardRef(function({autoUpdate:n=!1,decimalPlaces:i=0,defaultValue:a=0,max:r,min:o,name:l,onEnter:c,tooltipMessage:d,...g},p){const u=i<0?0:i,[x,h]=f.useState(Number(a).toFixed(u)),b=f.useCallback(v=>{const m=s.lodashExports.toNumber(v.target.value);v.target.value.endsWith(".")?h(v.target.value):m>=Number(o)&&m<=Number(r)&&(h(String(m)),n&&c(s.lodashExports.toNumber(m.toFixed(u)))),v.stopPropagation()},[n,u,r,o,c]),y=f.useCallback(v=>{v.currentTarget.contains(v.relatedTarget)||h(Number(a).toFixed(u)),v.stopPropagation()},[u,a]),w=f.useCallback(v=>{v.stopPropagation(),v.key==="Enter"&&!s.lodashExports.isEmpty(v.currentTarget.value)&&c(s.lodashExports.toNumber(v.currentTarget.value))},[c]);return t.jsx(Lr,{onBlur:y,tabIndex:-1,children:t.jsx(G,{id:"numberInputTooltip",tip:d,children:t.jsx(Pr,{...g,"aria-label":l,"aria-valuemax":Number(r),"aria-valuemin":Number(o),"aria-valuenow":Number(x),max:r,min:o,name:l,onChange:b,onKeyUp:w,ref:p,step:10**-u,type:"number",value:x})})})}),Br={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},
|
|
2269
|
+
`,Wr=f.forwardRef(function({autoUpdate:n=!1,decimalPlaces:i=0,defaultValue:a=0,max:r,min:o,name:l,onEnter:c,tooltipMessage:d,...g},p){const u=i<0?0:i,[x,h]=f.useState(Number(a).toFixed(u)),b=f.useCallback(v=>{const m=s.lodashExports.toNumber(v.target.value);v.target.value.endsWith(".")?h(v.target.value):m>=Number(o)&&m<=Number(r)&&(h(String(m)),n&&c(s.lodashExports.toNumber(m.toFixed(u)))),v.stopPropagation()},[n,u,r,o,c]),y=f.useCallback(v=>{v.currentTarget.contains(v.relatedTarget)||h(Number(a).toFixed(u)),v.stopPropagation()},[u,a]),w=f.useCallback(v=>{v.stopPropagation(),v.key==="Enter"&&!s.lodashExports.isEmpty(v.currentTarget.value)&&c(s.lodashExports.toNumber(v.currentTarget.value))},[c]);return t.jsx(Lr,{onBlur:y,tabIndex:-1,children:t.jsx(G,{id:"numberInputTooltip",tip:d,children:t.jsx(Pr,{...g,"aria-label":l,"aria-valuemax":Number(r),"aria-valuemin":Number(o),"aria-valuenow":Number(x),max:r,min:o,name:l,onChange:b,onKeyUp:w,ref:p,step:10**-u,type:"number",value:x})})})}),Br={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},Ge=({icon:e,label:n,onClick:i,onlyLabel:a=!1,provider:r="GitLab"})=>{const o=s.Je();return t.jsxs($,{alignItems:"center",bgColorHover:o.palette.gray[100],borderRadius:"4px",cursor:"pointer",display:"flex",flexDirection:"column",gap:.25,height:"62px",justify:"center",minWidth:"64px",onClick:i,pb:.5,pl:.25,pr:.25,pt:.5,children:[a?!1:t.jsx($,{height:"24px",width:"24px",children:e===void 0?t.jsx(Z,{alt:`${r} Logo`,height:"100%",publicId:Br[r],width:"100%"}):t.jsx(F,{icon:e,iconColor:"#000",iconSize:"sm",iconType:"fa-light"})}),t.jsx($,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(z,{color:o.palette.gray[800],display:"inline",size:"xs",textAlign:"center",whiteSpace:a?"break-spaces":"nowrap",wordWrap:"unset",children:n??r})})]})},Or=({align:e="end",buttonLabel:n="Add Credential",children:i,id:a,manualOption:r,providers:o})=>{const l=s.Je(),[c,d]=f.useState(!1),g=f.useRef(null);ne(g.current,()=>{d(!1)},!0);const p=f.useCallback(h=>{r==null||r.onClick(h),d(!1)},[r]),u=f.useCallback(()=>{d(h=>!h)},[d]),x=f.useCallback(h=>b=>{var y;(y=o[h])==null||y.onClick(b),d(!1)},[o]);return t.jsxs($,{alignItems:e,display:"flex",flexDirection:"column",position:"relative",ref:g,width:"max-content",zIndex:10,children:[t.jsx(L,{icon:"plus",onClick:u,variant:"primary",children:n}),t.jsxs($,{alignItems:"center",bgColor:"#fff",border:`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"flex",gap:.5,height:"78px",id:a,pb:.5,pl:.75,position:"absolute",pr:.75,pt:.5,shadow:"md",top:"40px",visibility:c?"visible":"hidden",zIndex:10,children:[Object.keys(o).map(h=>t.jsx(Ge,{onClick:x(h),provider:h},h)),r===void 0?void 0:t.jsx(Ge,{icon:"square-plus",label:r.label??"Add manually",onClick:p}),i]})]})},Mr=s.st.div`
|
|
2270
2270
|
${({theme:e})=>`
|
|
2271
2271
|
height: ${e.spacing[1]};
|
|
2272
2272
|
width: ${e.spacing[1]};
|
|
@@ -2817,4 +2817,4 @@ ${h[8]}...`:(h.length<8&&d(!1),n)},[o,n,e]),u=f.useMemo(p,[p]),x=f.useCallback(a
|
|
|
2817
2817
|
}
|
|
2818
2818
|
`}
|
|
2819
2819
|
`;const Fo={advanced:{title:"Advanced plan",benefits:"Leverage vulnerability scanning + AI + expert intelligence",buttonText:"Contact sales",description:"For teams that want to discover risk exposure with speed and accuracy.",priceGroup:"$1,579"},essential:{title:"Essential plan",benefits:"Leverage vulnerability scanning",buttonText:"Start a 21-day free trial",description:`For teams that want to discover risk exposure quickly
|
|
2820
|
-
through our scanning tool.`,priceAuthor:"$499",priceGroup:"$1,579"}},No=({description:e,onClick:n,plan:i})=>{const{title:a,description:r,benefits:o,buttonText:l}=Fo[i],c=e??r;return t.jsxs(To,{className:i,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,pt:i==="essential"?1.75:0,children:[i==="advanced"&&xn,t.jsx(U,{color:T.palette.gray[900],fontWeight:"semibold",size:"sm",sizeSm:"xs",children:a}),t.jsx(z,{color:T.palette.gray[400],fontWeight:"semibold",pb:i==="essential"?1.25:0,size:"sm",sizeSm:"xs",children:o})]}),t.jsx(z,{lineSpacing:1.5,lineSpacingSm:1.25,pb:i==="advanced"?1.5:0,size:"md",sizeSm:"sm",children:c}),t.jsx(L,{onClick:n,variant:"primary",children:l})]})};exports.Accordion=Vn;exports.AccordionContent
|
|
2820
|
+
through our scanning tool.`,priceAuthor:"$499",priceGroup:"$1,579"}},No=({description:e,onClick:n,plan:i})=>{const{title:a,description:r,benefits:o,buttonText:l}=Fo[i],c=e??r;return t.jsxs(To,{className:i,children:[t.jsxs($,{display:"flex",flexDirection:"column",gap:.25,pt:i==="essential"?1.75:0,children:[i==="advanced"&&xn,t.jsx(U,{color:T.palette.gray[900],fontWeight:"semibold",size:"sm",sizeSm:"xs",children:a}),t.jsx(z,{color:T.palette.gray[400],fontWeight:"semibold",pb:i==="essential"?1.25:0,size:"sm",sizeSm:"xs",children:o})]}),t.jsx(z,{lineSpacing:1.5,lineSpacingSm:1.25,pb:i==="advanced"?1.5:0,size:"md",sizeSm:"sm",children:c}),t.jsx(L,{onClick:n,variant:"primary",children:l})]})};exports.Accordion=Vn;exports.AccordionContent=mt;exports.ActionButton=_e;exports.Alert=ni;exports.AppliedFilter=ce;exports.AppliedFilters=Ya;exports.ArrayField=Me;exports.Avatar=di;exports.BaseButtonComponent=Ve;exports.BaseComponent=je;exports.BaseSpanComponent=qe;exports.BaseTextComponent=Ye;exports.Button=L;exports.Button$1=Se;exports.ButtonToolbarCenter=Ai;exports.ButtonToolbarRow=Pi;exports.ButtonToolbarStartRow=Li;exports.Calendar=zt;exports.Calendar$1=Et;exports.Calendar$2=Rt;exports.CalendarCell=St;exports.CalendarGrid=Ne;exports.CardHeader=Fe;exports.CardWithImage=ui;exports.CardWithInput=na;exports.CardWithOptions=Xt;exports.CardWithSelector=ca;exports.CardWithSwitch=ga;exports.Carousel=ya;exports.Checkbox=ie;exports.CodeSnippet=ma;exports.Col=Oe;exports.ColumFilters=rn;exports.ColumnsModal=Wa;exports.ComboBox=Xe;exports.ComboBoxField=Be;exports.Container=$;exports.CustomThemeProvider=Bn;exports.DateField=Tt;exports.DateSelector=ge;exports.Description=dn;exports.Dialog=De;exports.Divider=ae;exports.Dropdown=tr;exports.Editable=Ri;exports.EmptyButton=Ue;exports.EmptyState=rr;exports.FilePreview=vt;exports.FilterControl=en;exports.FilterForm=Je;exports.FilterFormContent=tn;exports.FiltersList=an;exports.Form=lr;exports.Gap=Oi;exports.GridContainer=dr;exports.GroupSelector=gr;exports.Header=Ee;exports.Header$1=Gt;exports.Heading=U;exports.Icon=F;exports.IconButton=O;exports.IndicatorCard=ur;exports.InfoSidebar=xr;exports.InnerForm=or;exports.Input=Re;exports.InputArray=Hi;exports.InputDate=Nt;exports.InputDateRange=Dt;exports.InputDateTime=Di;exports.InputFile=Gi;exports.InputNumber=Lt;exports.InputNumberRange=Pt;exports.InputTags=Yi;exports.Label=Ke;exports.Link=Q;exports.ListItem=ke;exports.ListItemsWrapper=qt;exports.LittleFlag=hr;exports.Loading=kr;exports.LocationCode=_t;exports.Logo=Sr;exports.Lottie=Ir;exports.MemoizedImage=Z;exports.Menu=Tr;exports.MenuItem=pn;exports.MessageBanner=Nr;exports.Modal=sn;exports.ModalConfirm=za;exports.ModalFooter=Ut;exports.Notification=Ar;exports.NotificationSign=Vt;exports.NumberField=Te;exports.NumberInput=Wr;exports.OAuthSelector=Or;exports.Option=kt;exports.OptionBoxContainer=nt;exports.OptionContainer=Ge;exports.OptionContainer$1=ln;exports.OutlineContainer=J;exports.PhoneInput=ea;exports.PlanCard=No;exports.PopUp=Yr;exports.Popover=ve;exports.PremiumFeature=cn;exports.PreviewPanel=Kt;exports.PriorityScore=Hr;exports.ProgressBar=Vr;exports.RadioButton=Qe;exports.RecommendedTag=xn;exports.Row=At;exports.ScrollUpButton=Kr;exports.Search=ue;exports.SearchPanel=Qt;exports.SeverityBadge=Zr;exports.SeverityOverview=eo;exports.SeverityOverviewBadge=de;exports.ShowOnHover=no;exports.SlideOutMenu=ao;exports.Slider=po;exports.Span=pe;exports.StepLapse=bo;exports.Tab=Yt;exports.TableButton=mo;exports.Tabs=tt;exports.Tag=V;exports.TagsField=He;exports.Text=z;exports.TextArea=ta;exports.Thumb=gn;exports.TimeField=Ft;exports.TimeLine=vo;exports.TimeLineCard=un;exports.Toggle=Mt;exports.ToggleButton=So;exports.Tooltip=G;exports.Tour=Io;exports.baseStep=zo;exports.formatCheckValues=on;exports.getStyledConfig=we;exports.hiddenProps=yt;exports.icons=Pn;exports.setBorder=be;exports.setDisplay=ye;exports.setInteraction=me;exports.setMargin=fe;exports.setPadding=xe;exports.setPosition=he;exports.setText=$e;exports.theme=T;exports.uniqueIcons=Wn;exports.useCarousel=Wt;exports.useClickOutside=ne;exports.useCloudinaryImage=Bt;exports.useColumnsModal=aa;exports.useConfirmDialog=Za;exports.useDebouncedCallback=Ot;exports.useFilterForm=nn;exports.useFilters=Xa;exports.useModal=Ae;exports.useSearch=ra;exports.variantBuilder=q;
|