@fluidattacks/design 3.27.5-pr.1 → 3.27.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/@core/index.js +1 -1
- package/dist/components/@core/styles.d.ts +4 -4
- package/dist/components/@core/types.d.ts +0 -5
- 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/styles.d.ts +270 -2
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/styles.d.ts +538 -2
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/styles.d.ts +280 -6
- package/dist/components/card/card-header/index.js +1 -1
- package/dist/components/card/card-with-image/index.js +1 -1
- package/dist/components/card/card-with-input/index.js +1 -1
- package/dist/components/card/card-with-input/styles.d.ts +1 -1
- package/dist/components/card/card-with-options/index.js +1 -1
- package/dist/components/card/card-with-selector/index.js +1 -1
- package/dist/components/card/card-with-selector/styles.d.ts +269 -1
- package/dist/components/card/card-with-switch/index.js +1 -1
- package/dist/components/card/index.d.ts +3 -1
- package/dist/components/card/index.js +1 -1
- package/dist/components/card/indicator-card/index.js +1 -0
- package/dist/components/card/indicator-card/index.stories.d.ts +97 -0
- package/dist/components/{indicator-card → card/indicator-card}/types.d.ts +1 -1
- package/dist/components/card-container/index.js +1 -1
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/carousel/styles.d.ts +811 -7
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/styles.d.ts +271 -1
- package/dist/components/cloud-image/index.js +1 -1
- package/dist/components/code-snippet/index.js +1 -1
- package/dist/components/code-snippet/location-code/index.js +1 -1
- package/dist/components/code-snippet/styles.d.ts +538 -2
- package/dist/components/colors/index.js +1 -1
- package/dist/components/conditions-dialog/index.js +1 -1
- package/dist/components/confirm-dialog/index.js +1 -1
- package/dist/components/container/index.js +1 -1
- package/dist/components/container/styles.d.ts +269 -2
- package/dist/components/copy-button/index.js +1 -1
- package/dist/components/divider/index.js +1 -1
- package/dist/components/dropdown/index.js +1 -1
- package/dist/components/dropdown/styles.d.ts +539 -2
- package/dist/components/empty-state/empty-button/index.js +1 -1
- package/dist/components/empty-state/index.d.ts +1 -1
- package/dist/components/empty-state/index.js +1 -1
- package/dist/components/empty-state/styles.d.ts +539 -3
- package/dist/components/empty-state/types.d.ts +0 -2
- package/dist/components/file-preview/index.js +1 -1
- package/dist/components/file-preview/styles.d.ts +339 -7
- 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 +277 -1
- package/dist/components/grid-container/index.js +1 -1
- package/dist/components/grid-container/styles.d.ts +269 -2
- package/dist/components/grid-layout/styles.d.ts +1076 -4
- package/dist/components/group-selector/index.js +1 -1
- package/dist/components/group-selector/option-container/index.js +1 -1
- package/dist/components/group-selector/styles.d.ts +4 -4
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/styles.d.ts +538 -3
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/icon-button/styles.d.ts +279 -2
- 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/combobox/styles.d.ts +4 -4
- 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 +2175 -10
- 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-range/styles.d.ts +2 -2
- package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
- package/dist/components/inputs/fields/date-time/calendar/styles.d.ts +538 -2
- package/dist/components/inputs/fields/date-time/index.js +1 -1
- package/dist/components/inputs/fields/editable/index.js +1 -1
- package/dist/components/inputs/fields/input-array/field/index.js +1 -1
- package/dist/components/inputs/fields/input-array/index.js +1 -1
- package/dist/components/inputs/fields/input-file/index.js +1 -1
- package/dist/components/inputs/fields/input-file/styles.d.ts +569 -3
- 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 +300 -1
- package/dist/components/inputs/fields/number/index.js +1 -1
- package/dist/components/inputs/fields/number-range/index.js +1 -1
- package/dist/components/inputs/fields/phone/index.js +1 -1
- package/dist/components/inputs/fields/phone/styles.d.ts +1356 -5
- package/dist/components/inputs/fields/text-area/index.js +1 -1
- package/dist/components/inputs/fields/text-input/index.js +1 -1
- package/dist/components/inputs/index.js +1 -1
- package/dist/components/inputs/label/index.js +1 -1
- package/dist/components/inputs/outline-container/index.js +1 -1
- package/dist/components/inputs/styles.d.ts +842 -7
- 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 +1636 -9
- package/dist/components/layout/categories/buttons/index.d.ts +804 -6
- 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 +268 -2
- package/dist/components/layout/categories/gap/index.js +1 -1
- package/dist/components/layout/categories/gap/styles.d.ts +268 -2
- package/dist/components/layout/categories/row/index.js +1 -1
- package/dist/components/layout/categories/row/styles.d.ts +268 -2
- package/dist/components/layout/index.js +1 -1
- package/dist/components/link/index.js +1 -1
- package/dist/components/link/styles.d.ts +3 -3
- package/dist/components/list-item/index.js +1 -1
- package/dist/components/list-item/styles.d.ts +539 -2
- package/dist/components/little-flag/index.js +1 -1
- package/dist/components/little-flag/styles.d.ts +1 -1
- package/dist/components/loading/index.js +1 -1
- package/dist/components/loading/styles.d.ts +3 -3
- package/dist/components/logo/index.js +1 -1
- package/dist/components/lottie/index.js +1 -1
- package/dist/components/lottie/styles.d.ts +394 -33
- 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 +279 -1
- package/dist/components/modal/columns-modal/index.js +1 -1
- package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
- package/dist/components/modal/columns-modal/preview-panel/styles.d.ts +2 -2
- package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
- package/dist/components/modal/columns-modal/search-panel/styles.d.ts +374 -2
- 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 +374 -2
- package/dist/components/modal/filters-modal/index.js +1 -1
- package/dist/components/modal/filters-modal/styles.d.ts +643 -5
- 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 +1348 -12
- package/dist/components/notification/index.js +1 -1
- package/dist/components/notification/styles.d.ts +42 -4
- package/dist/components/notification-sign/index.js +1 -1
- package/dist/components/notification-sign/styles.d.ts +538 -3
- package/dist/components/number-input/index.js +1 -1
- package/dist/components/number-input/styles.d.ts +569 -2
- package/dist/components/oauth-selector/index.js +1 -1
- package/dist/components/oauth-selector/option-container/index.js +1 -1
- package/dist/components/pop-up/description/index.js +1 -1
- package/dist/components/pop-up/index.js +1 -1
- package/dist/components/premium-feature/index.js +1 -1
- package/dist/components/premium-feature/styles.d.ts +269 -1
- package/dist/components/priority-score/index.js +1 -1
- package/dist/components/progress-bar/index.js +1 -1
- package/dist/components/progress-bar/styles.d.ts +4 -4
- package/dist/components/progress-indicator/in-progress-icon/index.js +1 -1
- package/dist/components/progress-indicator/index.js +1 -1
- package/dist/components/progress-indicator/step/index.js +1 -1
- package/dist/components/progress-indicator/styles.d.ts +4 -4
- package/dist/components/radio-button/index.js +1 -1
- package/dist/components/radio-button/styles.d.ts +539 -3
- package/dist/components/scroll-button/index.js +1 -1
- package/dist/components/scroll-button/styles.d.ts +272 -3
- package/dist/components/search/index.js +1 -1
- package/dist/components/search/styles.d.ts +838 -3
- 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 +269 -1
- package/dist/components/slide-out-menu/index.js +1 -1
- package/dist/components/slide-out-menu/menu-item/index.js +1 -1
- package/dist/components/slide-out-menu/styles.d.ts +331 -2
- package/dist/components/slider/index.js +1 -1
- package/dist/components/slider/styles.d.ts +543 -4
- 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 +809 -5
- package/dist/components/table/context/index.js +1 -1
- package/dist/components/table/export-csv/index.js +1 -1
- package/dist/components/table/index.js +1 -1
- package/dist/components/table/pagination/pagination-control/index.js +1 -1
- package/dist/components/table/pagination/pagination-control/styles.d.ts +2 -2
- package/dist/components/table/pagination/pagination-dropdown/index.js +1 -1
- package/dist/components/table/pagination/pagination-size/index.js +1 -1
- package/dist/components/table/sort-icon/index.js +1 -1
- package/dist/components/table/sort-icon/styles.d.ts +2 -2
- package/dist/components/table/styles.d.ts +808 -4
- package/dist/components/table/table-body/index.js +1 -1
- package/dist/components/table/table-body/styles.d.ts +269 -1
- package/dist/components/table/table-column-toggle/index.js +1 -1
- package/dist/components/table/table-content/head/index.js +1 -1
- package/dist/components/table/table-content/index.js +1 -1
- package/dist/components/table/table-footer/footer-content/index.js +1 -1
- package/dist/components/table/table-footer/index.js +1 -1
- package/dist/components/table/table-options/caption-content/index.js +1 -1
- package/dist/components/table/table-options/controls-content/index.js +1 -1
- package/dist/components/table/table-options/highlighted-content/index.js +1 -1
- package/dist/components/table/table-options/index.js +1 -1
- package/dist/components/table/table-options/styles.d.ts +805 -5
- package/dist/components/table/wrapper/index.js +1 -1
- package/dist/components/table-button/index.js +1 -1
- package/dist/components/table-button/styles.d.ts +279 -1
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/tabs/styles.d.ts +2 -2
- package/dist/components/tabs/tab/index.js +1 -1
- package/dist/components/tag/index.js +1 -1
- package/dist/components/tag/styles.d.ts +1 -1
- package/dist/components/timeline/card/index.d.ts +1 -1
- package/dist/components/timeline/card/index.js +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/timeline/styles.d.ts +271 -5
- package/dist/components/toggle/index.js +1 -1
- package/dist/components/toggle/styles.d.ts +809 -3
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/styles.d.ts +336 -6
- 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 +807 -6
- package/dist/components/typography/text/index.js +1 -1
- package/dist/{components-DKgQGDm9.mjs → components-Cj5X1imA.mjs} +1306 -1335
- package/dist/{components-D6bvMOBA.js → components-DMgJlWkN.js} +286 -326
- package/dist/hooks/index.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/{vendor-DE_IQw9t.js → vendor-Cg77_nBF.js} +26 -26
- package/dist/{vendor-C3KgSuPd.mjs → vendor-jwPPfCAA.mjs} +5944 -5932
- package/package.json +2 -2
- package/dist/components/indicator-card/index.js +0 -1
- package/dist/components/indicator-card/index.stories.d.ts +0 -7
- /package/dist/components/{indicator-card → card/indicator-card}/index.d.ts +0 -0
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
"use strict";const t=require("react/jsx-runtime"),u=require("react"),y=require("styled-components"),f=require("./vendor-
|
|
1
|
+
"use strict";const t=require("react/jsx-runtime"),u=require("react"),y=require("styled-components"),f=require("./vendor-Cg77_nBF.js"),le=require("react-dom"),Ge=require("react-router-dom"),Nt=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},nt=Nt(u),ce=Nt(y),X=e=>({getVariant:(n,o)=>e(n)[o]}),Et=["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"],io={25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},ao={25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},so={25:"",50:"",100:"#f59dbe",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},lo={25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},co={25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#f27100",700:"#b54708",800:"",900:""},po={25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},go={25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},uo={type:{primary:"Roboto, sans-serif",mono:"'Space Mono', monospace"},heading:{lg:"32px",md:"24px",sm:"20px",xs:"16px"},text:{lg:"16px",md:"14px",sm:"12px",xs:"10px"},weight:{bold:"700",regular:"400"}},xo={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)"},ho={sm:"1024px",md:"1440px",lg:"1920px"},fo={0:"0rem",.125:"0.125rem",.25:"0.25rem",.5:"0.5rem",.625:"0.625rem",.75:"0.75rem",.875:"0.875rem",1:"1rem",1.25:"1.25rem",1.5:"1.5rem",1.75:"1.75rem",2:"2rem",2.25:"2.25rem",2.5:"2.5rem",3:"3rem",4:"4rem",5:"5rem",6:"6rem"},yo=["lock-keyhole","bars-sort","bolt","books","brain-circuit","briefcase","bug","buildings","bullseye-pointer","calendar-clock","calendar-xmark","chart-network","clipboard-check","comment","envelope","eye","file","flag","globe","hand-holding-dollar","hands-clapping","headset","hexagon-exclamation","light-emergency-on","magnifying-glass","pen-line","plane-departure","screwdriver-wrench","sensor-triangle-exclamation","shield-check","sidebar","skull","sliders","star-christmas","telescope","trash","unlock","user-group","user-hoodie","xmark","arrow-down","arrow-left","arrow-right","arrow-up","plus","minus","check","circle-question"],R={typography:uo,shadows:xo,breakpoints:ho,spacing:fo,palette:{primary:ao,complementary:so,error:lo,info:go,warning:co,success:po,black:"#0c111d",white:"#ffffff",gray:io}},bo=({children:e})=>t.jsx(y.ThemeProvider,{theme:R,children:e}),F=(e,n)=>n===void 0?"":`${e}: ${n};`,be=e=>{const n=e.py??e.pt??0,o=e.px??e.pr??0,r=e.py??e.pb??0,i=e.px??e.pl??0;if(e.padding){const[a,l,s,c]=e.padding;return`padding: ${R.spacing[a]} ${R.spacing[l]} ${R.spacing[s]} ${R.spacing[c]};`}return`padding: ${R.spacing[n]} ${R.spacing[o]} ${R.spacing[r]} ${R.spacing[i]};`},$e=e=>{const n=e.my??e.mt??0,o=e.mx??e.mr??0,r=e.my??e.mb??0,i=e.mx??e.ml??0;if(e.margin){const[a,l,s,c]=e.margin;return`margin: ${R.spacing[a]} ${R.spacing[l]} ${R.spacing[s]} ${R.spacing[c]};`}return`margin: ${R.spacing[n]} ${R.spacing[o]} ${R.spacing[r]} ${R.spacing[i]};`},me=e=>{const n=F("position",e.position),o=F("top",e.top),r=F("right",e.right),i=F("bottom",e.bottom),a=F("left",e.left),l=F("z-index",e.zIndex);return`
|
|
2
2
|
${n}
|
|
3
3
|
${o}
|
|
4
|
-
${i}
|
|
5
4
|
${r}
|
|
5
|
+
${i}
|
|
6
6
|
${a}
|
|
7
7
|
${l}
|
|
8
|
-
`},we=e=>{const n=F("border",e.border),o=F("border-top",e.borderTop),
|
|
8
|
+
`},we=e=>{const n=F("border",e.border),o=F("border-top",e.borderTop),r=F("border-right",e.borderRight),i=F("border-bottom",e.borderBottom),a=F("border-left",e.borderLeft),l=F("border-color",e.borderColor),s=F("border-radius",e.borderRadius);return`
|
|
9
9
|
${n}
|
|
10
10
|
${o}
|
|
11
|
-
${i}
|
|
12
11
|
${r}
|
|
12
|
+
${i}
|
|
13
13
|
${a}
|
|
14
14
|
${l}
|
|
15
15
|
${s}
|
|
16
16
|
`},$o=e=>e.includes("x")?"overflow-x: auto;":"",mo=e=>e.includes("y")?"overflow-y: auto;":"",ve=e=>{const n=e.scroll?`
|
|
17
17
|
${$o(e.scroll)}
|
|
18
18
|
${mo(e.scroll)}
|
|
19
|
-
`:"",o=F("visibility",e.visibility),
|
|
19
|
+
`:"",o=F("visibility",e.visibility),r=F("display",e.display),i=F("height",e.height),a=F("width",e.width),l=F("max-height",e.maxHeight),s=F("max-width",e.maxWidth),c=F("min-height",e.minHeight),d=F("min-width",e.minWidth),p=F("box-shadow",e.shadow?R.shadows[e.shadow]:void 0),g=F("gap",e.gap===void 0?void 0:R.spacing[e.gap]),x=F("background-color",e.bgColor),h=F("background",e.bgGradient),b=F("flex-direction",e.flexDirection),w=F("flex-grow",e.flexGrow),$=F("justify-content",e.justify),j=F("justify-self",e.justifySelf),v=F("align-items",e.alignItems),C=F("align-self",e.alignSelf),k=F("flex-wrap",e.wrap);return`
|
|
20
20
|
${n}
|
|
21
21
|
${o}
|
|
22
|
-
${i}
|
|
23
22
|
${r}
|
|
23
|
+
${i}
|
|
24
24
|
${a}
|
|
25
25
|
${l}
|
|
26
26
|
${s}
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
${v}
|
|
38
38
|
${C}
|
|
39
39
|
${k}
|
|
40
|
-
`},je=e=>{const n=F("color",e.color),o=F("font-family",e.fontFamily),
|
|
40
|
+
`},je=e=>{const n=F("color",e.color),o=F("font-family",e.fontFamily),r=F("font-size",e.fontSize),i=F("font-weight",e.fontWeight),a=F("line-spacing",e.letterSpacing),l=F("line-height",e.lineSpacing),s=F("text-align",e.textAlign),c=F("text-decoration",e.textDecoration),d=F("text-overflow",e.textOverflow),p=F("white-space",e.whiteSpace),g=F("word-break",e.wordBreak),x=F("word-wrap",e.wordWrap);return`
|
|
41
41
|
${n}
|
|
42
42
|
${o}
|
|
43
|
-
${i}
|
|
44
43
|
${r}
|
|
44
|
+
${i}
|
|
45
45
|
${a}
|
|
46
46
|
${l}
|
|
47
47
|
${s}
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
${p}
|
|
51
51
|
${g}
|
|
52
52
|
${x}
|
|
53
|
-
`},ke=e=>{const n=F("cursor",e.cursor),o=F("border-color",e.borderColorHover),
|
|
53
|
+
`},ke=e=>{const n=F("cursor",e.cursor),o=F("border-color",e.borderColorHover),r=F("background-color",e.bgColorHover),i=F("box-shadow",e.shadowHover===void 0?void 0:R.shadows[e.shadowHover]),a=F("transition",e.transition);return`
|
|
54
54
|
${n}
|
|
55
55
|
|
|
56
56
|
&:hover {
|
|
57
57
|
${a||"transition: all 0.2s;"}
|
|
58
58
|
${o}
|
|
59
|
-
${i}
|
|
60
59
|
${r}
|
|
60
|
+
${i}
|
|
61
61
|
}
|
|
62
|
-
`},Ce={shouldForwardProp:e=>!
|
|
62
|
+
`},Ce={shouldForwardProp:e=>!Et.includes(e)},Se=y.styled.div.withConfig(Ce)`
|
|
63
63
|
${be}
|
|
64
64
|
${$e}
|
|
65
65
|
${me}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
${je}
|
|
68
68
|
${we}
|
|
69
69
|
${ke}
|
|
70
|
-
`,
|
|
70
|
+
`,ot=y.styled.button.withConfig(Ce)`
|
|
71
71
|
${be}
|
|
72
72
|
${$e}
|
|
73
73
|
${me}
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
${je}
|
|
76
76
|
${we}
|
|
77
77
|
${ke}
|
|
78
|
-
`,
|
|
78
|
+
`,rt=y.styled.p.withConfig(Ce)`
|
|
79
79
|
${be}
|
|
80
80
|
${$e}
|
|
81
81
|
${me}
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
${we}
|
|
93
93
|
${ke}
|
|
94
94
|
`,wo=y.styled(Se)`
|
|
95
|
-
${({theme:e,$center:n=!1,$styleMd:o,$styleSm:
|
|
95
|
+
${({theme:e,$center:n=!1,$styleMd:o,$styleSm:r})=>`
|
|
96
96
|
${n?"margin: auto;":""}
|
|
97
97
|
scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};
|
|
98
98
|
scroll-padding: ${e.spacing[.5]};
|
|
@@ -105,85 +105,75 @@
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
@media screen and (max-width: ${e.breakpoints.mobile}) {
|
|
108
|
-
${
|
|
108
|
+
${r};
|
|
109
109
|
}
|
|
110
110
|
`}
|
|
111
|
-
`,m=u.forwardRef(function({as:n="div",center:o,children:
|
|
112
|
-
${({theme:e,$bgGradient:n="unset",$color:o=e.palette.gray[800],$display:
|
|
111
|
+
`,m=u.forwardRef(function({as:n="div",center:o,children:r,id:i,onHover:a,onLeave:l,styleMd:s,styleSm:c,...d},p){return t.jsx(wo,{$center:o,$styleMd:s,$styleSm:c,as:n,id:i,onMouseLeave:l,onMouseOver:a,ref:p,...d,children:r})}),Dt=(e,n=!1)=>{if(n)switch(e){case"lg":return 2.5;case"md":return 2;case"sm":return 1.75;case"xs":return 1.5}switch(e){case"lg":return 1.5;case"md":case"sm":return 1.25;case"xs":return 1}},vo=y.styled(rt)`
|
|
112
|
+
${({theme:e,$bgGradient:n="unset",$color:o=e.palette.gray[800],$display:r="block",$fontFamily:i=e.typography.type.primary,$fontWeight:a="bold",$letterSpacing:l=0,$overflow:s="unset",$size:c,$sizeMd:d,$textFill:p="unset",$whiteSpace:g="pre-line",$wordBreak:x="normal"})=>`
|
|
113
113
|
background: ${n};
|
|
114
114
|
color: ${o};
|
|
115
|
-
display: ${
|
|
116
|
-
font-family: ${
|
|
117
|
-
font-size: ${e.typography.heading[
|
|
115
|
+
display: ${r};
|
|
116
|
+
font-family: ${i};
|
|
117
|
+
font-size: ${e.typography.heading[c]};
|
|
118
118
|
font-weight: ${e.typography.weight[a]};
|
|
119
119
|
letter-spacing: ${l};
|
|
120
|
-
line-height: ${e.spacing[
|
|
121
|
-
overflow: ${
|
|
122
|
-
width: ${
|
|
123
|
-
white-space: ${
|
|
124
|
-
word-break: ${
|
|
120
|
+
line-height: ${e.spacing[Dt(c,!0)]};
|
|
121
|
+
overflow: ${s};
|
|
122
|
+
width: ${r==="block"?"100%":"auto"};
|
|
123
|
+
white-space: ${g};
|
|
124
|
+
word-break: ${x};
|
|
125
125
|
background-clip: text;
|
|
126
126
|
-webkit-background-clip: text;
|
|
127
|
-
-webkit-text-fill-color: ${
|
|
127
|
+
-webkit-text-fill-color: ${p};
|
|
128
128
|
|
|
129
129
|
@media screen
|
|
130
130
|
and (min-width: ${e.breakpoints.mobile})
|
|
131
131
|
and (max-width: ${e.breakpoints.tablet})
|
|
132
132
|
{
|
|
133
|
-
font-size: ${e.typography.heading[
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
@media screen and (max-width: ${e.breakpoints.mobile}) {
|
|
137
|
-
font-size: ${e.typography.heading[x??p]};
|
|
138
|
-
line-height: ${e.spacing[c??s]};
|
|
133
|
+
font-size: ${e.typography.heading[d??c]};
|
|
139
134
|
}
|
|
140
135
|
`}
|
|
141
|
-
`,
|
|
142
|
-
${({theme:e,$bgGradient:n="unset",$color:o=e.palette.gray[600],$display:
|
|
136
|
+
`,Rt=y.styled(rt)`
|
|
137
|
+
${({theme:e,$bgGradient:n="unset",$color:o=e.palette.gray[600],$display:r="block",$fontFamily:i=e.typography.type.primary,$fontWeight:a="regular",$fontStyle:l="normal",$letterSpacing:s=0,$overflow:c="unset",$size:d,$sizeMd:p,$textFill:g="unset",$whiteSpace:x="pre-line",$wordBreak:h="normal"})=>`
|
|
143
138
|
background: ${n};
|
|
144
139
|
color: ${o};
|
|
145
|
-
display: ${
|
|
146
|
-
font-family: ${
|
|
147
|
-
font-size: ${e.typography.text[
|
|
140
|
+
display: ${r};
|
|
141
|
+
font-family: ${i};
|
|
142
|
+
font-size: ${e.typography.text[d]};
|
|
148
143
|
font-style: ${l};
|
|
149
144
|
font-weight: ${e.typography.weight[a]};
|
|
150
145
|
letter-spacing: ${s};
|
|
151
|
-
line-height: ${e.spacing[
|
|
152
|
-
overflow: ${
|
|
153
|
-
width: ${
|
|
154
|
-
white-space: ${
|
|
155
|
-
word-break: ${
|
|
146
|
+
line-height: ${e.spacing[Dt(d)]};
|
|
147
|
+
overflow: ${c};
|
|
148
|
+
width: ${r==="block"?"100%":"auto"};
|
|
149
|
+
white-space: ${x};
|
|
150
|
+
word-break: ${h};
|
|
156
151
|
background-clip: text;
|
|
157
152
|
-webkit-background-clip: text;
|
|
158
|
-
-webkit-text-fill-color: ${
|
|
153
|
+
-webkit-text-fill-color: ${g};
|
|
159
154
|
|
|
160
155
|
@media screen
|
|
161
156
|
and (min-width: ${e.breakpoints.mobile})
|
|
162
157
|
and (max-width: ${e.breakpoints.tablet})
|
|
163
158
|
{
|
|
164
|
-
font-size: ${e.typography.text[
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
@media screen and (max-width: ${e.breakpoints.mobile}) {
|
|
168
|
-
font-size: ${e.typography.text[h??g]};
|
|
169
|
-
line-height: ${e.spacing[d??c]};
|
|
159
|
+
font-size: ${e.typography.text[p??d]};
|
|
170
160
|
}
|
|
171
161
|
`}
|
|
172
162
|
`,jo=y.styled(it)`
|
|
173
|
-
${({theme:e,$color:n=e.palette.gray[600],$content:o=void 0,$display:
|
|
163
|
+
${({theme:e,$color:n=e.palette.gray[600],$content:o=void 0,$display:r="inline",$fontWeight:i="regular",$size:a,$lineSpacing:l=1.25})=>`
|
|
174
164
|
color: ${n};
|
|
175
|
-
display: ${
|
|
165
|
+
display: ${r};
|
|
176
166
|
font-family: ${e.typography.type.primary};
|
|
177
167
|
font-size: ${e.typography.text[a]};
|
|
178
|
-
font-weight: ${e.typography.weight[
|
|
168
|
+
font-weight: ${e.typography.weight[i]};
|
|
179
169
|
line-height: ${e.spacing[l]};
|
|
180
170
|
max-width: 100%;
|
|
181
|
-
width: ${
|
|
171
|
+
width: ${r==="block"?"100%":"auto"};
|
|
182
172
|
|
|
183
173
|
${o===void 0?"":`&::after { content: "${o}"; }`}
|
|
184
174
|
`}
|
|
185
|
-
`,J=u.forwardRef(function({bgGradient:n,children:o,className:
|
|
186
|
-
${({$clickable:e,$color:n="inherit",$disabled:o=!1,$hoverColor:
|
|
175
|
+
`,J=u.forwardRef(function({bgGradient:n,children:o,className:r,color:i,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:w,whiteSpace:$,wordBreak:j,...v},C){return t.jsx(vo,{$bgGradient:n,$color:i,$display:a,$fontFamily:l,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:w,$whiteSpace:$,$wordBreak:j,className:r,ref:C,...v,children:o})}),he=u.forwardRef(function({children:n,color:o,content:r,display:i,fontFamily:a,fontWeight:l,letterSpacing:s,lineSpacing:c,lineSpacingSm:d,size:p,sizeMd:g,sizeSm:x,...h},b){return t.jsx(jo,{$color:o,$content:r,$display:i,$fontFamily:a,$fontWeight:l,$letterSpacing:s,$lineSpacing:c,$lineSpacingSm:d,$size:p,$sizeMd:g,$sizeSm:x,ref:b,...h,children:n})}),E=u.forwardRef(function({bgGradient:n,children:o,className:r,color:i,display:a,fontFamily:l,fontWeight:s,letterSpacing:c,lineSpacing:d,lineSpacingSm:p,overflow:g,size:x,sizeMd:h,sizeSm:b,textFill:w,whiteSpace:$,wordBreak:j,fontStyle:v,...C},k){return t.jsx(Rt,{$bgGradient:n,$color:i,$display:a,$fontFamily:l,$fontStyle:v,$fontWeight:s,$letterSpacing:c,$lineSpacing:d,$lineSpacingSm:p,$overflow:g,$size:x,$sizeMd:h,$sizeSm:b,$textFill:w,$whiteSpace:$,$wordBreak:j,className:r,ref:k,...C,children:o})}),Ft=({item:e})=>{const n=e.description&&typeof e.description=="string"?t.jsx(E,{mb:e.extraElement?.5:void 0,size:"md",children:e.description}):e.description??void 0;return t.jsxs(m,{display:"block",id:`panel-${e.title}`,padding:[.875,.875,.875,.875],children:[n,e.extraElement?t.jsx(m,{children:e.extraElement}):void 0]})},Ve={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},ko=e=>Ve[e]?Ve[e]:typeof e=="string"&&e.includes("px")?e:Ve.md,Co=y.styled(it)`
|
|
176
|
+
${({$clickable:e,$color:n="inherit",$disabled:o=!1,$hoverColor:r,$rotation:i,$size:a,$secondaryColor:l})=>{const s=r?"":"brightness(50%)",c=r??"";return`
|
|
187
177
|
color: ${n};
|
|
188
178
|
cursor: ${e?"pointer":"inherit"};
|
|
189
179
|
font-size: ${ko(a)};
|
|
@@ -194,7 +184,7 @@
|
|
|
194
184
|
|
|
195
185
|
> svg {
|
|
196
186
|
--fa-secondary-color: ${l};
|
|
197
|
-
transform: ${
|
|
187
|
+
transform: ${i===void 0?"":`rotate(${i}deg)`};
|
|
198
188
|
}
|
|
199
189
|
|
|
200
190
|
.fill-gradient-01 path {
|
|
@@ -218,7 +208,7 @@
|
|
|
218
208
|
&:hover:not([disabled]) {
|
|
219
209
|
transform: scale(1.2);
|
|
220
210
|
}
|
|
221
|
-
`;const D=u.forwardRef(function({clickable:n,disabled:o,hoverColor:
|
|
211
|
+
`;const D=u.forwardRef(function({clickable:n,disabled:o,hoverColor:r,icon:i,iconClass:a="",iconColor:l,iconMask:s,iconSize:c,iconTransform:d,iconType:p="fa-solid",onClick:g,rotation:x,spanClass:h,secondaryColor:b,...w},$){return t.jsx(Co,{$clickable:n,$color:l,$disabled:o,$hoverColor:r,$rotation:x,$secondaryColor:b,$size:c,className:h,"data-testid":`${i}-icon`,onClick:g,ref:$,...w,children:t.jsx("i",{className:`${p} fa-${i} ${a}`,...s!==void 0?{"data-fa-mask":s}:{},...d!==void 0?{"data-fa-transform":d}:{}})},`${p}-${i}`)}),So=u.forwardRef(function({aligned:n="end",items:o,bgColor:r},i){const a=y.useTheme(),[l,s]=u.useState(o.map(d=>d.expanded??!1)),c=u.useCallback(d=>p=>{p.preventDefault(),s(g=>g.map((x,h)=>h===d?!x:x))},[]);return t.jsx(m,{borderColor:a.palette.gray[200],borderTop:"1px solid",ref:i,children:o.map((d,p)=>{const g=l[p];return t.jsxs(m,{bgColor:r??a.palette.white,borderBottom:"1px solid",borderColor:a.palette.gray[200],children:[t.jsx(m,{"aria-controls":`panel-${d.title}`,"aria-expanded":g,"aria-label":d.title,as:"button",bgColor:r??a.palette.white,bgColorHover:a.palette.gray[100],cursor:"pointer",display:"flex",onClick:c(p),padding:[.875,.875,.875,.875],width:"100%",children:t.jsxs(m,{as:"summary",display:"flex",flexDirection:n==="end"?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[t.jsx(E,{color:a.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:d.title}),t.jsx(D,{icon:g?"chevron-up":"chevron-down",iconColor:a.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]})}),g&&t.jsx(Ft,{item:d})]},d.title)})})}),zo=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:To}=X(e=>({error:`
|
|
222
212
|
background: ${e.palette.error[50]};
|
|
223
213
|
border: 1px solid ${e.palette.error[500]};
|
|
224
214
|
color: ${e.palette.error[700]};
|
|
@@ -277,7 +267,7 @@
|
|
|
277
267
|
border-radius: ${e.spacing[.25]};
|
|
278
268
|
display: inline-flex;
|
|
279
269
|
font-family: ${e.typography.type.primary};
|
|
280
|
-
font-size: ${e.typography.text.
|
|
270
|
+
font-size: ${e.typography.text.md};
|
|
281
271
|
font-weight: ${e.typography.weight.bold};
|
|
282
272
|
line-height: ${e.spacing[1.25]};
|
|
283
273
|
min-width: 250px;
|
|
@@ -292,10 +282,10 @@
|
|
|
292
282
|
|
|
293
283
|
${To(e,n??"error")}
|
|
294
284
|
`}
|
|
295
|
-
`,
|
|
285
|
+
`,No=y.styled.div`
|
|
296
286
|
padding-right: 4px;
|
|
297
287
|
width: 100%;
|
|
298
|
-
`,{getVariant:
|
|
288
|
+
`,{getVariant:Eo}=X(e=>({ghost:`
|
|
299
289
|
background: transparent;
|
|
300
290
|
border: none;
|
|
301
291
|
color: ${e.palette.gray[800]};
|
|
@@ -369,14 +359,14 @@
|
|
|
369
359
|
background-color: ${e.palette.primary[500]};
|
|
370
360
|
color: ${e.palette.white};
|
|
371
361
|
}
|
|
372
|
-
`})),
|
|
373
|
-
${({theme:e,justify:n,$variant:o
|
|
362
|
+
`})),Lt=y.styled(ot)`
|
|
363
|
+
${({theme:e,justify:n,$variant:o})=>`
|
|
374
364
|
align-items: center;
|
|
375
365
|
border-radius: var(--btn-spacing);
|
|
376
366
|
cursor: pointer;
|
|
377
367
|
display: inline-flex;
|
|
378
368
|
font-family: ${e.typography.type.primary};
|
|
379
|
-
font-size: ${e.typography.text.
|
|
369
|
+
font-size: ${e.typography.text.md};
|
|
380
370
|
font-weight: ${e.typography.weight.regular};
|
|
381
371
|
gap: var(--btn-spacing);
|
|
382
372
|
justify-content: ${n??"center"};
|
|
@@ -391,41 +381,13 @@
|
|
|
391
381
|
${o!=="link"?`--btn-padding-y: ${e.spacing[1]}`:""};
|
|
392
382
|
}
|
|
393
383
|
|
|
394
|
-
${
|
|
395
|
-
|
|
396
|
-
${i?`
|
|
397
|
-
::before {
|
|
398
|
-
content: "";
|
|
399
|
-
position: absolute;
|
|
400
|
-
top: 20%;
|
|
401
|
-
left: ${r?"10%":"1%"};
|
|
402
|
-
width: ${e.spacing[.5]};
|
|
403
|
-
height: ${e.spacing[.5]};
|
|
404
|
-
background-color: ${e.palette.primary[400]};
|
|
405
|
-
border-radius: 50%;
|
|
406
|
-
}
|
|
407
|
-
`:""}
|
|
384
|
+
${Eo(e,o??"primary")}
|
|
408
385
|
`}
|
|
409
|
-
`,Do=y.styled
|
|
410
|
-
${({theme:e})=>`
|
|
411
|
-
align-items: center;
|
|
412
|
-
background-color: ${e.palette.primary[400]};
|
|
413
|
-
border-radius: 100px;
|
|
414
|
-
display: flex;
|
|
415
|
-
color: ${e.palette.white};
|
|
416
|
-
font-family: ${e.typography.type.primary};
|
|
417
|
-
font-size: ${e.typography.text.xs};
|
|
418
|
-
font-weight: ${e.typography.weight.regular};
|
|
419
|
-
height: 14px;
|
|
420
|
-
justify-content: center;
|
|
421
|
-
line-height: 18px;
|
|
422
|
-
padding: ${e.spacing[.125]} 7px;
|
|
423
|
-
`}
|
|
424
|
-
`,Ro=y.styled(Ft)`
|
|
425
|
-
${({theme:e,disabled:n,borderRadius:o="4px",px:i=.5,py:r=.5,$variant:a})=>`
|
|
386
|
+
`,Do=y.styled(Lt)`
|
|
387
|
+
${({theme:e,disabled:n,borderRadius:o="4px",px:r=.5,py:i=.5,$variant:a})=>`
|
|
426
388
|
--btn-spacing: ${o};
|
|
427
|
-
--btn-padding-x: ${e.spacing[
|
|
428
|
-
--btn-padding-y: ${e.spacing[
|
|
389
|
+
--btn-padding-x: ${e.spacing[r]};
|
|
390
|
+
--btn-padding-y: ${e.spacing[i]};
|
|
429
391
|
|
|
430
392
|
align-items: center;
|
|
431
393
|
line-height: 0;
|
|
@@ -437,18 +399,18 @@
|
|
|
437
399
|
${n?`color: ${e.palette.gray[300]};`:""}
|
|
438
400
|
}
|
|
439
401
|
`}
|
|
440
|
-
`,
|
|
402
|
+
`,Ro=y.styled(Se)``,Fo=y.styled.div`
|
|
441
403
|
${({theme:e,$maxWidth:n="320px"})=>`
|
|
442
404
|
background-color: ${e.palette.gray[700]};
|
|
443
405
|
border-radius: 8px;
|
|
444
406
|
color: ${e.palette.white};
|
|
445
|
-
font-size: ${e.typography.text.
|
|
407
|
+
font-size: ${e.typography.text.sm};
|
|
446
408
|
max-width: ${n};
|
|
447
409
|
padding: ${e.spacing[.75]};
|
|
448
410
|
width: max-content;
|
|
449
411
|
z-index: 999999;
|
|
450
412
|
`}
|
|
451
|
-
`,
|
|
413
|
+
`,Lo=y.styled.div`
|
|
452
414
|
position: absolute;
|
|
453
415
|
width: 16px;
|
|
454
416
|
height: 8px;
|
|
@@ -473,7 +435,7 @@
|
|
|
473
435
|
left: 50%;
|
|
474
436
|
transform: translateX(-50%) rotate(180deg);
|
|
475
437
|
`}}}
|
|
476
|
-
`,V=({children:e,disabled:n=!1,display:o="inline-block",height:
|
|
438
|
+
`,V=({children:e,disabled:n=!1,display:o="inline-block",height:r,icon:i,iconColor:a,iconSize:l,id:s,maxWidth:c,nodeTip:d,place:p="bottom",tip:g="",title:x="",hide:h=g===""&&x===""&&d===void 0,width:b})=>{const w=y.useTheme(),[$,j]=u.useState(!1),{refs:v,floatingStyles:C,context:k,placement:z}=f.useFloating({middleware:[f.flip({fallbackAxisSideDirection:"start"}),f.offset({mainAxis:10}),f.shift()],onOpenChange:j,open:$,placement:p,whileElementsMounted:f.autoUpdate}),I=f.useHover(k,{delay:{close:0,open:500},move:!1}),T=f.useFocus(k),S=f.useRole(k,{role:i?"label":"tooltip"}),{getReferenceProps:L,getFloatingProps:N}=f.useInteractions([I,T,S]),A=u.useMemo(()=>z.startsWith("top")?"top":z.startsWith("bottom")?"bottom":z.startsWith("left")?"left":z.startsWith("right")?"right":"bottom",[z]);return n?t.jsx(u.StrictMode,{children:e}):t.jsxs(t.Fragment,{children:[t.jsx(Ro,{...L(),display:o,height:r,id:s,ref:v.setReference,width:b,children:i?t.jsx(D,{clickable:!0,disabled:n,icon:i,iconColor:a,iconSize:l??"sm",iconType:$?"fa-solid":"fa-light"}):e}),$&&!h&&le.createPortal(t.jsxs(Fo,{...N(),$maxWidth:c,id:`floating-${s}`,ref:v.setFloating,style:C,children:[f.lodashExports.isEmpty(x)?void 0:t.jsx(E,{color:w.palette.white,fontWeight:"bold",mb:.25,size:"sm",textAlign:"start",wordWrap:"break-word",children:x}),f.lodashExports.isEmpty(g)?void 0:t.jsx(E,{color:w.palette.gray[100],size:"sm",textAlign:"start",whiteSpace:"normal",wordWrap:"break-word",children:g}),f.lodashExports.isEmpty(d)?void 0:d,t.jsx(Lo,{$placement:A,children:t.jsx("svg",{fill:"none",height:"8",viewBox:"0 0 16 8",width:"16",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M16 0L0 0L6.58579 6.58579C7.36684 7.36684 8.63317 7.36684 9.41421 6.58579L16 0Z",fill:w.palette.gray[700]})})})]}),document.getElementById("root")??document.body)]})},W=u.forwardRef(function({borderRadius:n,disabled:o,icon:r,iconColor:i,iconSize:a="sm",iconTransform:l,iconType:s,id:c,justify:d="center",onClick:p,px:g,py:x,type:h="button",tooltip:b,tooltipPlace:w,value:$,variant:j="primary",...v},C){const k=t.jsx(Do,{$variant:j,"aria-disabled":o,"aria-label":c,borderRadius:n,disabled:o,id:c,justify:d,onClick:p,px:g,py:x,ref:C,type:h,value:$,...v,children:t.jsx(D,{clickable:!1,icon:r,iconColor:i,iconSize:a,iconTransform:l,iconType:s})}),I=(h+(j??"")+(c??r)).replace(/ /u,"_");return b===void 0?k:t.jsx(V,{id:`${I}-tooltip`,place:w,tip:b,children:k})}),Ao=u.forwardRef(function({autoHide:n=!1,children:o,closable:r=!1,iconEnabled:i=!0,onTimeOut:a,show:l=!0,time:s=8,variant:c="error",id:d,...p},g){const[x,h]=u.useState(l),b=u.useCallback(()=>{h(!1)},[]);return u.useEffect(()=>{const w=setTimeout(()=>{a==null||a(!0),n&&b()},s*1e3);return()=>{clearTimeout(w)}},[n,b,s,a]),u.useEffect(()=>{h(l)},[l,h]),t.jsx(m,{display:x?"block":"none",ref:g,role:"alert",...p,children:t.jsxs(Io,{$variant:c,id:d,children:[i?t.jsx(D,{clickable:!1,icon:zo(c),iconSize:"lg",iconType:"fa-light"}):void 0,t.jsx(No,{children:o}),r?t.jsx(W,{height:"fit-content",icon:"close",iconSize:"lg",iconType:"fa-light",onClick:b,px:.125,py:.125,variant:"ghost"}):void 0]})})}),bt=y.styled.div`
|
|
477
439
|
${({theme:e})=>`
|
|
478
440
|
align-items: center;
|
|
479
441
|
background-color: ${e.palette.gray[200]};
|
|
@@ -481,7 +443,7 @@
|
|
|
481
443
|
color: ${e.palette.gray[800]};
|
|
482
444
|
display: flex;
|
|
483
445
|
font-family: ${e.typography.type.primary};
|
|
484
|
-
font-size: ${e.typography.text.
|
|
446
|
+
font-size: ${e.typography.text.sm};
|
|
485
447
|
font-weight: 500;
|
|
486
448
|
line-height: 18px;
|
|
487
449
|
justify-content: center;
|
|
@@ -489,7 +451,7 @@
|
|
|
489
451
|
width: ${e.spacing[1.25]};
|
|
490
452
|
height: ${e.spacing[1.25]};
|
|
491
453
|
`}
|
|
492
|
-
`,
|
|
454
|
+
`,Po=y.styled.div`
|
|
493
455
|
ul,
|
|
494
456
|
ol {
|
|
495
457
|
padding-top: 6px;
|
|
@@ -553,7 +515,28 @@
|
|
|
553
515
|
#menu-profile-container li div {
|
|
554
516
|
min-width: unset;
|
|
555
517
|
}
|
|
556
|
-
`,
|
|
518
|
+
`,Oo=y.styled(Se)`
|
|
519
|
+
${({theme:e,$variant:n,$numberIndicator:o})=>{const r=o!=null&&o>0;return`
|
|
520
|
+
align-items: center;
|
|
521
|
+
background: ${n==="error"?e.palette.primary[400]:e.palette.warning[500]};
|
|
522
|
+
border-radius: ${r?"100px":"100%"};
|
|
523
|
+
font-family: ${e.typography.type.primary};
|
|
524
|
+
justify-content: center;
|
|
525
|
+
padding: 2px 4px;
|
|
526
|
+
position: ${r?"relative":"absolute"};
|
|
527
|
+
z-index: ${r?"unset":"11"};
|
|
528
|
+
max-width: fit-content;
|
|
529
|
+
min-width: ${r?e.spacing[1.25]:e.spacing[.5]};
|
|
530
|
+
height: ${r?"14px":e.spacing[.5]}};
|
|
531
|
+
`}}
|
|
532
|
+
`,Mo=y.styled.div`
|
|
533
|
+
align-items: center;
|
|
534
|
+
color: ${({theme:e})=>e.palette.white};
|
|
535
|
+
display: flex;
|
|
536
|
+
font-size: ${({theme:e})=>e.typography.text.sm};
|
|
537
|
+
font-weight: ${({theme:e})=>e.typography.weight.regular};
|
|
538
|
+
justify-content: center;
|
|
539
|
+
`,Ee=u.forwardRef(function({numberIndicator:n,show:o,variant:r="error",...i},a){return t.jsx(Oo,{$numberIndicator:n,$variant:r,className:o?"flex":"hidden","data-testid":"notification-sign",ref:a,...i,children:n&&t.jsx(Mo,{children:n<=9?n:9})})}),{getVariant:Wo}=X(e=>({default:`
|
|
557
540
|
background-color: ${e.palette.gray[200]};
|
|
558
541
|
color: ${e.palette.gray[800]};
|
|
559
542
|
`,error:`
|
|
@@ -628,8 +611,8 @@
|
|
|
628
611
|
background-color: ${e.palette.warning[400]};
|
|
629
612
|
color: ${e.palette.warning[700]};
|
|
630
613
|
}
|
|
631
|
-
`})),
|
|
632
|
-
${({theme:e,$fontSize:n=e.typography.text.
|
|
614
|
+
`})),Ho=y.styled.span`
|
|
615
|
+
${({theme:e,$fontSize:n=e.typography.text.sm,$variant:o})=>`
|
|
633
616
|
align-items: center;
|
|
634
617
|
border-radius: ${e.spacing[o==="technique"?1:.25]};
|
|
635
618
|
display: inline-flex;
|
|
@@ -649,7 +632,7 @@
|
|
|
649
632
|
display: flex;
|
|
650
633
|
}
|
|
651
634
|
|
|
652
|
-
${
|
|
635
|
+
${Wo(e,o)}
|
|
653
636
|
`}
|
|
654
637
|
`,{getVariant:Bo}=X(e=>({highRelevance:`
|
|
655
638
|
color: ${e.palette.primary[500]};
|
|
@@ -663,17 +646,17 @@
|
|
|
663
646
|
&:hover:not([disabled]) {
|
|
664
647
|
color: ${e.palette.gray[500]};
|
|
665
648
|
}
|
|
666
|
-
`})),
|
|
667
|
-
${({theme:e,$color:n,$variant:o,$wrap:
|
|
649
|
+
`})),At=y.css`
|
|
650
|
+
${({theme:e,$color:n,$variant:o,$wrap:r})=>`
|
|
668
651
|
align-items: center;
|
|
669
652
|
cursor: pointer;
|
|
670
653
|
font-family: ${e.typography.type.primary};
|
|
671
|
-
font-size: ${e.typography.text.
|
|
654
|
+
font-size: ${e.typography.text.md};
|
|
672
655
|
font-weight: ${e.typography.weight.regular};
|
|
673
656
|
gap: ${e.spacing[.25]};
|
|
674
657
|
line-height: ${e.spacing[1.25]};
|
|
675
658
|
text-decoration: underline;
|
|
676
|
-
${
|
|
659
|
+
${r?`
|
|
677
660
|
word-break: normal;
|
|
678
661
|
word-wrap: normal;
|
|
679
662
|
`:`
|
|
@@ -692,11 +675,11 @@
|
|
|
692
675
|
|
|
693
676
|
${n?`color: ${n}`:Bo(e,o)}
|
|
694
677
|
`}
|
|
695
|
-
`,
|
|
696
|
-
${
|
|
697
|
-
`,
|
|
698
|
-
${
|
|
699
|
-
`,Q=({children:e,color:n,download:o,href:
|
|
678
|
+
`,_o=y.styled.a`
|
|
679
|
+
${At}
|
|
680
|
+
`,Vo=y.styled(Ge.Link)`
|
|
681
|
+
${At}
|
|
682
|
+
`,Q=({children:e,color:n,download:o,href:r,iconPosition:i="right",onClick:a,target:l,variant:s="lowRelevance",wrap:c=!1})=>{const d=r.startsWith("https://"),p=t.jsx(D,{icon:o===void 0?"arrow-up-right-from-square":"arrow-down-to-bracket",iconSize:"sm",iconType:"fa-light",ml:.25,mr:.25});return d?t.jsxs(_o,{$color:n,$variant:s,$wrap:c,download:o,href:r,onClick:a,rel:"nofollow noopener noreferrer",target:l??"_blank",children:[i==="left"?p:void 0,e,i==="right"?p:void 0]}):t.jsxs(Vo,{$variant:s,$wrap:c,download:o,onClick:a,rel:"nofollow noopener noreferrer",target:l,to:r,children:[l!==void 0&&i==="left"?p:void 0,e,l!==void 0&&i==="right"?p:void 0]})},Y=({disabled:e,icon:n,iconColor:o="inherit",iconType:r="fa-light",id:i="close-tag",filterValues:a="",fontSize:l,href:s,linkLabel:c,onClose:d,priority:p="default",tagTitle:g="",tagLabel:x,variant:h="default"})=>{const b=x.length>25&&f.lodashExports.isEmpty(g+a),w=`${x.slice(0,25)}...`;return t.jsxs(he,{className:"gap-0.5",display:s===void 0?"initial":"flex",size:"md",children:[t.jsxs(Ho,{$fontSize:l,$variant:h,className:p,children:[n&&t.jsx(D,{icon:n,iconColor:o,iconSize:"sm",iconType:r}),t.jsxs("span",{className:"w-full",children:[t.jsx("strong",{children:g}),t.jsx("span",{children:b?w:x}),t.jsx("strong",{className:"w-full",children:a})]}),d?t.jsx(W,{disabled:e,icon:"xmark",iconSize:"sm",iconType:"fa-light",id:i,onClick:d,px:.125,py:.125,variant:"ghost"}):void 0]}),s===void 0?void 0:t.jsx(Q,{href:s,children:c})]})},Pt=(e,n=!0)=>{const o=window.open(e,n?void 0:"_self","noopener,noreferrer,");f.lodashExports.isObject(o)&&(o.opener=null)},O=u.forwardRef(function({children:n,disabled:o=!1,external:r=!1,href:i,id:a,icon:l,iconColor:s,iconType:c,name:d,dotNotification:p,notification:g,onClick:x,rightIcon:h,tag:b,type:w="button",tooltip:$,tooltipPlace:j="bottom",underline:v=!1,value:C,variant:k="primary",width:z,...I},T){const S=$!==void 0,L=`${a}-tooltip`,N=u.useCallback(()=>{i&&Pt(i,r)},[r,i]),A=t.jsxs(Lt,{$variant:k,"aria-disabled":o,className:v?"underline":void 0,disabled:o,id:a,name:d,onClick:k==="link"?N:x,ref:T,type:w,value:C,width:z,...S?{"data-tooltip-id":L}:{},...I,children:[p&&k==="ghost"&&!o?t.jsx(Ee,{left:l!==void 0?"13%":"1%",show:!0,top:"20%",variant:"error"}):void 0,l!==void 0&&t.jsx(D,{icon:l,iconColor:s??void 0,iconSize:"lg",iconType:c??"fa-light"}),n,h||k==="link"?t.jsx(D,{icon:h??"arrow-right",iconSize:"lg",iconType:"fa-light"}):void 0,b===void 0||o?null:t.jsx(Y,{tagLabel:b,variant:"default"}),g!==void 0&&k==="ghost"&&!o?t.jsx(Ee,{numberIndicator:g,show:!0,variant:"error"}):void 0]});return S?t.jsx(V,{disabled:!S,id:L,place:j,tip:$,width:z,children:A}):A}),Uo=u.forwardRef(function({children:n,onClick:o,userName:r,showIcon:i=!1,showUsername:a=!1},l){const s=!!o,c=y.useTheme();return t.jsx(m,{id:"navbar-user-profile",ref:l,zIndex:9999,children:t.jsxs(m,{alignItems:"end",display:"flex",flexDirection:"column",position:"relative",zIndex:30,children:[s?t.jsxs(O,{onClick:o,px:.5,py:.5,variant:"ghost",children:[t.jsx(bt,{children:r[0].toUpperCase()}),a?t.jsx(E,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:r.split(" ")[0]}):void 0,i?t.jsx(D,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}):t.jsxs(m,{alignItems:"center",display:"flex",px:.5,py:.5,children:[t.jsx(bt,{children:r[0].toUpperCase()}),a?t.jsxs(E,{color:c.palette.gray[800],display:"inline",ml:.5,size:"md",children:["Hi ",r.split(" ")[0],"!"]}):void 0,i?t.jsx(D,{clickable:!1,icon:"ellipsis-v",iconSize:"xs",ml:.5}):void 0]}),t.jsx(Po,{children:n})]})})}),Le=({authorEmail:e,date:n,description:o,descriptionColor:r,id:i,title:a,titleColor:l,textAlign:s,textSpacing:c=0,tooltip:d})=>{const p=y.useTheme();return t.jsxs(m,{width:"100%",children:[typeof a=="string"||d?t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.5,width:"100%",children:[typeof a=="string"?t.jsx(E,{color:l??p.palette.gray[800],fontWeight:"bold",mb:c,size:"md",textAlign:s,wordBreak:"break-word",children:a}):a,d&&t.jsx(V,{icon:"circle-info",id:i,place:"top",tip:d})]}):void 0,t.jsxs(m,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[o&&t.jsx(E,{color:r??p.palette.gray[800],fontWeight:o===void 0?"bold":"regular",size:"md",textAlign:s,wordBreak:"break-word",children:o}),n&&t.jsx(E,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Date: ${n.split(" ")[0]}`}),e&&t.jsx(E,{color:p.palette.gray[800],fontWeight:"bold",size:"md",textAlign:s,wordBreak:"break-word",children:`Author: ${e}`})]})]})},$t=y.styled(m).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
|
|
700
683
|
& img {
|
|
701
684
|
display: block;
|
|
702
685
|
}
|
|
@@ -711,8 +694,8 @@
|
|
|
711
694
|
pointer-events: none;
|
|
712
695
|
${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
|
|
713
696
|
}
|
|
714
|
-
`,
|
|
715
|
-
${({theme:e,$align:n="center",$minWidth:o="auto",$minHeight:
|
|
697
|
+
`,Go=e=>{if(f._.isNil(e))return"";const n=e.split(".");return(n.length>1?f._.last(n):"").toLowerCase()},Yo=(e,n)=>f._.isUndefined(n)?!1:f._.includes(e,Go(n)),Ot=({alt:e,fileType:n,width:o="100%",opacity:r=0,src:i,height:a="auto",videoViewStatus:l})=>{const[s,c]=u.useState({start:!1,half:!1,end:!1}),d=u.useCallback(p=>{if(!l)return;const g=p.target,x=g.currentTime/g.duration*100;x>5&&x<50?(s.start||l("start"),c({start:!0,half:!1,end:!1})):x>=50&&x<99?(s.half||l("half"),c({start:!0,half:!0,end:!1})):x>=99?(s.end||l("end"),c({start:!0,half:!0,end:!0})):c({start:!1,half:!1,end:!1})},[l,s]);return n==="video"||Yo(["webm"],i)?t.jsx($t,{$opacity:r,children:t.jsx(Q,{href:i,iconPosition:"hidden",children:t.jsxs("video",{controls:!0,muted:!0,onTimeUpdate:d,style:{height:a,width:o},children:[t.jsx("source",{src:i,type:"video/webm"}),i]})})}):t.jsx($t,{$opacity:r,children:t.jsx("img",{alt:e,src:i,style:{height:a,width:o}})})},Ko=({alt:e,authorEmail:n,date:o,description:r,src:i,children:a,isEditing:l,onClick:s,title:c,hideDescription:d=!1,headerType:p="image",showMaximize:g=!0,videoViewStatus:x})=>{const h=y.useTheme(),[b,w]=u.useState(!1),$=u.useCallback(()=>{w(!0)},[]),j=u.useCallback(()=>{w(!1)},[]);return t.jsxs(m,{bgColor:"transparent",border:"1px solid transparent",borderColorHover:"black",borderRadius:h.spacing[.25],display:"flex",flexDirection:"column",gap:1,onHover:$,onLeave:j,padding:[.5,.5,.5,.5],width:"100%",children:[t.jsx(m,{bgColor:h.palette.black,borderRadius:h.spacing[.25],cursor:l?"unset":"pointer",display:"inline-flex",justify:"center",onClick:s,position:"relative",width:"100%",children:a===void 0?t.jsxs(nt.default.Fragment,{children:[t.jsx(Ot,{alt:e,fileType:p,height:"147px",opacity:b?.3:0,src:i,videoViewStatus:x,width:"100%"}),g?t.jsx(m,{bottom:"10px",position:"absolute",right:"10px",children:t.jsx(W,{color:"white",icon:"arrows-maximize",iconSize:"sm",iconType:"fa-light",variant:"secondary"})}):void 0]}):a}),d?null:t.jsx(Le,{authorEmail:n,date:o,description:r,descriptionColor:h.palette.gray[600],id:`${e}-card-header`,title:c})]})},Zo=y.styled.div`
|
|
698
|
+
${({theme:e,$align:n="center",$minWidth:o="auto",$minHeight:r="auto"})=>`
|
|
716
699
|
display: flex;
|
|
717
700
|
background-color: ${e.palette.white};
|
|
718
701
|
border-radius: ${e.spacing[.25]};
|
|
@@ -721,7 +704,7 @@
|
|
|
721
704
|
justify-content: center;
|
|
722
705
|
gap: ${e.spacing[.5]};
|
|
723
706
|
min-width: ${o};
|
|
724
|
-
min-height: ${
|
|
707
|
+
min-height: ${r};
|
|
725
708
|
padding: ${e.spacing[1]};
|
|
726
709
|
|
|
727
710
|
input {
|
|
@@ -730,7 +713,7 @@
|
|
|
730
713
|
text-align: ${n};
|
|
731
714
|
}
|
|
732
715
|
`}
|
|
733
|
-
`,
|
|
716
|
+
`,at=({htmlFor:e,label:n,link:o,required:r,tooltip:i,weight:a="normal"})=>{const l=y.useTheme(),s=`${e}-tooltip`,c=i!==void 0&&!f.lodashExports.isEmpty(i);return t.jsxs("label",{className:"flex gap-1 w-full",htmlFor:e,style:{fontFamily:l.typography.type.primary,fontWeight:l.typography.weight[a]},children:[n,r&&t.jsx(D,{icon:"asterisk",iconColor:l.palette.error[500],iconSize:"xs",spanClass:"required-icon"}),c?t.jsx(V,{display:"inline-flex",icon:"circle-info",id:s,place:"top",tip:i}):null,o?t.jsx(Q,{href:o,target:"_blank"}):null]})},qo=y.styled.div`
|
|
734
717
|
${({theme:e})=>`
|
|
735
718
|
align-items: flex-start;
|
|
736
719
|
display: inline-flex;
|
|
@@ -771,7 +754,7 @@
|
|
|
771
754
|
|
|
772
755
|
> *:not(.error-msg) {
|
|
773
756
|
font-family: ${e.typography.type.primary};
|
|
774
|
-
font-size: ${e.typography.text.
|
|
757
|
+
font-size: ${e.typography.text.md};
|
|
775
758
|
font-style: normal;
|
|
776
759
|
font-weight: ${e.typography.weight.regular};
|
|
777
760
|
line-height: ${e.spacing[1.25]};
|
|
@@ -843,7 +826,7 @@
|
|
|
843
826
|
}
|
|
844
827
|
|
|
845
828
|
span:not(.action) {
|
|
846
|
-
font-size:
|
|
829
|
+
font-size: ${e.typography.text.md};
|
|
847
830
|
}
|
|
848
831
|
|
|
849
832
|
&.disabled {
|
|
@@ -883,7 +866,7 @@
|
|
|
883
866
|
border: 1px solid ${e.palette.gray[600]};
|
|
884
867
|
}
|
|
885
868
|
`}
|
|
886
|
-
`,
|
|
869
|
+
`,Xo=y.styled.div`
|
|
887
870
|
width: fit-content;
|
|
888
871
|
border: ${({theme:e})=>`1px solid ${e.palette.gray[300]}`};
|
|
889
872
|
border-radius: 4px;
|
|
@@ -896,7 +879,7 @@
|
|
|
896
879
|
align-items: center;
|
|
897
880
|
justify-content: center;
|
|
898
881
|
padding: 0.5em;
|
|
899
|
-
`,
|
|
882
|
+
`,Jo=y.styled.input`
|
|
900
883
|
width: 4em;
|
|
901
884
|
appearance: textfield;
|
|
902
885
|
border-style: none;
|
|
@@ -916,20 +899,20 @@
|
|
|
916
899
|
&::-webkit-inner-spin-button {
|
|
917
900
|
opacity: 1;
|
|
918
901
|
}
|
|
919
|
-
`,
|
|
902
|
+
`,Qo=y.styled.div`
|
|
920
903
|
${({theme:e,$show:n})=>`
|
|
921
904
|
align-items: center;
|
|
922
905
|
align-self: stretch;
|
|
923
906
|
color: ${e.palette.error[500]};
|
|
924
907
|
display: ${n?"flex":"none"};
|
|
925
908
|
font-family: ${e.typography.type.primary};
|
|
926
|
-
font-size: ${e.typography.text.
|
|
909
|
+
font-size: ${e.typography.text.md};
|
|
927
910
|
font-weight: ${e.typography.weight.regular};
|
|
928
911
|
gap: 4px;
|
|
929
912
|
line-height: 18px;
|
|
930
913
|
text-align: left;
|
|
931
914
|
`}
|
|
932
|
-
`,U=({children:e,disabled:n,id:o,error:
|
|
915
|
+
`,U=({children:e,disabled:n,id:o,error:r,helpLink:i,helpLinkText:a="Link here",helpText:l,htmlFor:s,label:c,linkPosition:d="down",maxLength:p,required:g,tooltip:x,value:h,weight:b})=>{const w=y.useTheme(),$=h?h.length:0;return t.jsxs(qo,{id:o,children:[c===void 0?void 0:t.jsx(at,{htmlFor:s,label:c,link:d==="up"?i:void 0,required:g,tooltip:x,weight:b}),e,r||p?t.jsxs(m,{display:"flex",justify:r===void 0?"end":"space-between",width:"100%",children:[r&&t.jsx(E,{className:"error-msg",color:w.palette.error[500],display:"block",size:"md",children:r}),p&&t.jsx(Y,{priority:"low",tagLabel:`${$}/${p}`,variant:n?"inactive":"error"})]}):void 0,l||i?t.jsxs(m,{alignItems:"center",display:"flex",gap:.25,width:"100%",children:[l&&t.jsxs(t.Fragment,{children:[t.jsx(D,{icon:"circle-info",iconColor:w.palette.gray[400],iconSize:"sm",iconType:"fa-light"}),t.jsx(E,{color:w.palette.gray[400],display:"inline-block",size:"md",children:l})]}),i&&d==="down"?t.jsx(Q,{href:i,children:a}):void 0]}):void 0]})},ze=({className:e,children:n,isFilter:o=!1,popoverRef:r,state:i,triggerRef:a,...l})=>{var x;const s=y.useTheme(),c=u.useRef(null),d=(x=a==null?void 0:a.current)==null?void 0:x.getBoundingClientRect(),{popoverProps:p}=f.$f2f8a6077418541e$export$542a6fd13ac93354({...l,popoverRef:r??c,triggerRef:a,isNonModal:r?!0:void 0,shouldFlip:e==="dropdown"},i),g=u.useCallback(h=>{h.preventDefault()},[]);return t.jsx(f.$337b884510726a0d$export$c6fdb837b070b4ff,{children:t.jsx("div",{...p,className:e,id:"popover",onPointerDown:o?g:void 0,ref:r??c,style:{...p.style,maxHeight:300,overflowY:"auto",scrollbarColor:`${s.palette.gray[600]} ${s.palette.gray[100]}`,scrollPadding:s.spacing[.5],...e==="dropdown"?{display:"flex",justifyContent:"center",width:d==null?void 0:d.width}:{}},children:n})})},er=y.styled.ul`
|
|
933
916
|
${({theme:e,$multiSelection:n})=>`
|
|
934
917
|
align-self: center;
|
|
935
918
|
background: ${e.palette.white};
|
|
@@ -949,7 +932,7 @@
|
|
|
949
932
|
border-bottom: ${n?`1px solid ${e.palette.gray[200]}`:"unset"};
|
|
950
933
|
}
|
|
951
934
|
`}
|
|
952
|
-
`,
|
|
935
|
+
`,tr=y.styled.li`
|
|
953
936
|
${({theme:e,$multiSelection:n})=>`
|
|
954
937
|
align-items: center;
|
|
955
938
|
color: ${e.palette.gray[800]};
|
|
@@ -992,16 +975,16 @@
|
|
|
992
975
|
}
|
|
993
976
|
}
|
|
994
977
|
`}
|
|
995
|
-
`,
|
|
978
|
+
`,nr=y.styled.label`
|
|
996
979
|
${({theme:e})=>`
|
|
997
980
|
align-items: center;
|
|
998
981
|
color: ${e.palette.gray[600]};
|
|
999
982
|
display: flex;
|
|
1000
983
|
cursor: pointer;
|
|
1001
984
|
font-family: ${e.typography.type.primary};
|
|
1002
|
-
font-size: ${e.typography.text.
|
|
985
|
+
font-size: ${e.typography.text.md};
|
|
1003
986
|
font-weight: ${e.typography.weight.regular};
|
|
1004
|
-
line-height: ${e.spacing[1]};
|
|
987
|
+
line-height: ${e.spacing[1.25]};
|
|
1005
988
|
letter-spacing: 0;
|
|
1006
989
|
position: relative;
|
|
1007
990
|
text-align: left;
|
|
@@ -1064,13 +1047,13 @@
|
|
|
1064
1047
|
fill: ${e.palette.white};
|
|
1065
1048
|
}
|
|
1066
1049
|
`}
|
|
1067
|
-
`,
|
|
1050
|
+
`,ie=u.forwardRef(function({checked:n,disabled:o=!1,label:r,name:i,onChange:a,onClick:l,onFocus:s,onKeyDown:c,tooltip:d,value:p,...g},x){return t.jsxs("div",{className:"gap-1 inline-flex items-start",children:[t.jsxs(nr,{"aria-disabled":o,children:[t.jsx("input",{"aria-checked":n,"aria-disabled":o,"aria-hidden":!1,"aria-label":i,checked:n,"data-testid":r??p,disabled:o,id:i,name:i,onChange:a,onClick:l,onFocus:s,onKeyDown:c,ref:x,type:"checkbox",value:p,...g}),t.jsx(D,{disabled:o,icon:"check",iconSize:"xl"}),r??p]}),d===void 0?void 0:t.jsx(V,{icon:"circle-info",id:d,place:"right",tip:d})]})}),ee=(e,n,o=!1,r)=>{u.useEffect(()=>{var a;const i=l=>{e&&!e.contains(l.target)&&!(r!=null&&r.contains(l.target))&&n()};return o?(document.addEventListener("mousedown",i,!0),()=>{document.removeEventListener("mousedown",i,!0)}):((a=document.getElementById("root"))==null||a.addEventListener("mousedown",i,!0),()=>{var l;(l=document.getElementById("root"))==null||l.removeEventListener("mousedown",i,!0)})},[o,e,r,n])},Mt=({item:e,multiSelection:n,name:o,register:r,setInputValue:i,setValue:a,state:l,watch:s})=>{var T,S,L;const c=y.useTheme(),d=u.useRef(null),p=e.props.hrefLang,g=l.disabledKeys,x=Array.from(l.collection.getKeys()).filter(N=>!Array.from(g).includes(N)&&N!=="All"),{optionProps:h,isSelected:b,isFocused:w,isDisabled:$}=f.$293f70390ea03370$export$497855f14858aa34({key:e.key},l,d),j=[b?"selected":"",w?"focused":"",$?"disabled":""].join(" "),v=u.useCallback(N=>{i(""),a==null||a(`${o}Options`,""),N.currentTarget.checked&&(i(N.currentTarget.value),a==null||a(`${o}Options`,x))},[x,o,i,a]),C=u.useCallback(()=>{const N=s==null?void 0:s(`${o}Options`),A=typeof N=="string"?[N]:N;f.isEqual(x,A)&&!Array.from(g).includes("All")?(a==null||a("checkAll","All vulnerability types"),i("All vulnerability types")):(a==null||a("checkAll",""),i((A==null?void 0:A.length)<=2?A.join(", "):`${A.slice(0,2).join(", ")+`, +${A.length-2} more`}`))},[g,x,o,i,a,s]),k=e.key==="All"?t.jsx(ie,{...r==null?void 0:r("checkAll",{onChange:v}),label:(T=e.rendered)==null?void 0:T.toString(),name:"checkAll",value:(S=e.rendered)==null?void 0:S.toString()}):t.jsx(ie,{...r==null?void 0:r(`${o}Options`,{onChange:C}),label:(L=e.rendered)==null?void 0:L.toString(),name:`${o}Options`,value:e.key.toString()}),z=n&&!$?k:t.jsx(E,{color:c.palette.gray[800],size:"md",textOverflow:"ellipsis",whiteSpace:"nowrap",children:e.rendered}),I=u.useCallback(N=>{var A;N.preventDefault(),i(((A=e.rendered)==null?void 0:A.toString())??""),l.setSelectedKey(e.key),setTimeout(()=>{l.setOpen(!1)},50),Pt(p)},[p,e.key,e.rendered,l,i]);return ee(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,document.getElementById("combobox")),t.jsxs(tr,{...!n&&!p?h:{},$multiSelection:n,className:j,ref:d,children:[p?t.jsx(Q,{href:p,onClick:I,children:z}):z,b&&!$&&!n?t.jsx(D,{icon:"check",iconSize:"sm",iconType:"fa-light"}):void 0,e.rendered===e.textValue?void 0:t.jsx(Y,{tagLabel:e.textValue,variant:"inactive"})]})},Ye=({field:e,disabled:n=!1,disabledKeys:o,error:r,helpLink:i,helpLinkText:a,helpText:l,label:s,loadingItems:c,name:d,multiSelection:p=!1,items:g,onBlur:x,onChange:h,placeholder:b,register:w,required:$,setValue:j,tooltip:v,value:C,watch:k,weight:z})=>{var ft;const I=y.useTheme(),T=n?void 0:r,S=(e==null?void 0:e.value)??C,[L,N]=u.useState(((ft=g.find(P=>P.value===S))==null?void 0:ft.name)??""),[A,K]=u.useState(S),[Z,re]=u.useState(g),[H,M]=u.useState(!1),{contains:q}=f.$bb77f239b46e8c72$export$3274cf84b703fff({sensitivity:"base"}),de=u.useRef(null),We=u.useRef(null),He=u.useRef(null),Be=u.useRef(null),_e=u.useRef(null),Zn=u.useMemo(()=>g.toSorted((P,B)=>{const _=Array.from(o??[]),pe=_.includes(P.value),yt=_.includes(B.value);return pe&&!yt?1:!pe&&yt?-1:0}).map(P=>q(P.name,L)||H?t.jsx(f.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2,{"aria-label":P.value,hrefLang:P.href,textValue:P.tag,children:P.name},P.value):null),[q,o,L,g,H]),qn=u.useCallback(P=>{const B=P.split(/,|\s/u).slice(-1)[0].trim();N(p?B:P),P===""||P.endsWith(",")?M(!0):(M(!1),K(_=>{const pe=P===""?"":_;return e&&e.onChange(pe),h&&h(P),pe}),re(g.filter(_=>q(_.name,p?B:P))))},[q,g,e,p,h]),Xn=u.useCallback(P=>{var B;N(((B=g.find(_=>_.value===P))==null?void 0:B.name)??""),K(P?String(P):""),e&&e.onChange(P),h&&h(P?String(P):""),re(g)},[g,e,h]),ht=u.useCallback(P=>{P.key==="Enter"&&P.preventDefault(),M(!1)},[]),Jn=u.useCallback(()=>{x&&x(),e&&e.onBlur()},[e,x]),Qn=u.useCallback(()=>{M(!0)},[]),G=f.$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({allowsCustomValue:p,allowsEmptyCollection:!0,disabledKeys:o,inputValue:L,items:Z,menuTrigger:"focus",shouldCloseOnBlur:!p,selectedKey:A,onBlur:Jn,onInputChange:qn,onKeyDown:ht,onKeyUp:Qn,onOpenChange(P,B){M(P&&(B==="manual"||B==="focus")),P&&setTimeout(()=>{var _;return(_=de.current)==null?void 0:_.focus()},50)},onSelectionChange:p?void 0:Xn,children:Zn}),{buttonProps:eo,inputProps:to,listBoxProps:no}=f.$c350ade66beef0af$export$8c18d1b4f7232bbf({inputValue:L,buttonRef:We,id:d,inputRef:de,label:s??d,listBoxRef:He,name:d,placeholder:b,popoverRef:_e},G),{listBoxProps:oo}=f.$c132121280ec012d$export$50eacbbf140a3141(no,G,He),{buttonProps:ro}=f.$701a24aa0da5b062$export$ea18c227d4417cc3(eo,We);return ee(Be.current,()=>{G.isOpen&&!p&&G.close()},!0,_e.current),u.useEffect(()=>{var P;if((c===!1||!S)&&!p){const B=((P=g.find(_=>_.value===S))==null?void 0:P.name)??"";N(B),K(B)}},[S,g,c,p]),t.jsxs(U,{error:T,helpLink:i,helpLinkText:a,helpText:l,htmlFor:d,id:"combobox",label:s,required:$,tooltip:v,weight:z,children:[t.jsxs(oe,{className:`${n?"disabled":""} ${T?"error":""}`,ref:Be,children:[t.jsx("input",{...to,"aria-invalid":T?"true":"false","aria-label":d,disabled:n,onKeyDown:ht,ref:de}),T?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:I.palette.error[500],iconSize:"lg"}):void 0,t.jsx(W,{...ro,className:"action",disabled:n,icon:G.isOpen&&!n?"chevron-up":"chevron-down",iconColor:I.palette.gray[400],iconSize:"sm",iconType:"fa-light",px:.125,py:.125,ref:We,type:"button",variant:"ghost"})]}),G.isOpen&&G.collection.size>0&&!n?t.jsx(ze,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:_e,state:G,triggerRef:Be,children:t.jsx(er,{...oo,$multiSelection:p&&!Array.from(o??[]).includes("All"),ref:He,children:[...G.collection].map(P=>t.jsx(Mt,{item:P,multiSelection:p,name:d,register:w,setInputValue:N,setValue:j,state:G,watch:k},P.key))})}):null]})},st=({control:e,disabled:n=!1,disabledKeys:o,error:r,helpLink:i,helpLinkText:a,helpText:l,label:s,loadingItems:c,name:d,multiSelection:p,items:g,onBlur:x,onChange:h,placeholder:b,register:w,required:$,setValue:j,tooltip:v,value:C,watch:k,weight:z})=>e?t.jsx(f.Controller,{control:e,name:d,render:({field:I,fieldState:T})=>{var S;return t.jsx(Ye,{disabled:n,disabledKeys:o,error:(S=T.error)==null?void 0:S.message,field:I,helpLink:i,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,placeholder:b,register:w,required:$,setValue:j,tooltip:v,value:C,watch:k,weight:z})},rules:{required:$}}):t.jsx(Ye,{disabled:n,disabledKeys:o,error:r,helpLink:i,helpLinkText:a,helpText:l,items:g,label:s,loadingItems:c,multiSelection:p,name:d,onBlur:x,onChange:h,placeholder:b,required:$,tooltip:v,value:C,weight:z}),or=y.styled.div`
|
|
1068
1051
|
${({theme:e})=>`
|
|
1069
1052
|
align-items: center;
|
|
1070
1053
|
color: ${e.palette.gray[800]};
|
|
1071
1054
|
display: flex;
|
|
1072
1055
|
font-family: ${e.typography.type.primary};
|
|
1073
|
-
font-size: ${e.typography.text.
|
|
1056
|
+
font-size: ${e.typography.text.md};
|
|
1074
1057
|
font-weight: ${e.typography.weight.bold};
|
|
1075
1058
|
gap: ${e.spacing[.5]};
|
|
1076
1059
|
height: 40px;
|
|
@@ -1085,7 +1068,7 @@
|
|
|
1085
1068
|
display: none;
|
|
1086
1069
|
}
|
|
1087
1070
|
`}
|
|
1088
|
-
`,
|
|
1071
|
+
`,rr=y.styled.div.attrs({className:"year-selection"})`
|
|
1089
1072
|
align-items: flex-start;
|
|
1090
1073
|
display: flex;
|
|
1091
1074
|
flex-direction: column;
|
|
@@ -1096,12 +1079,12 @@
|
|
|
1096
1079
|
padding: 0 0.5px;
|
|
1097
1080
|
position: relative;
|
|
1098
1081
|
width: 8px;
|
|
1099
|
-
|
|
1082
|
+
`,mt=y.styled.tr`
|
|
1100
1083
|
align-items: flex-start;
|
|
1101
1084
|
display: flex;
|
|
1102
1085
|
padding: ${({theme:e})=>e.spacing[.25]} 0;
|
|
1103
1086
|
width: 100%;
|
|
1104
|
-
`,
|
|
1087
|
+
`,Wt=y.css`
|
|
1105
1088
|
${({theme:e})=>`
|
|
1106
1089
|
align-items: center;
|
|
1107
1090
|
color: ${e.palette.gray[800]};
|
|
@@ -1109,7 +1092,7 @@
|
|
|
1109
1092
|
display: flex;
|
|
1110
1093
|
flex-direction: column;
|
|
1111
1094
|
font-family: ${e.typography.type.primary};
|
|
1112
|
-
font-size: ${e.typography.text.
|
|
1095
|
+
font-size: ${e.typography.text.md};
|
|
1113
1096
|
font-weight: ${e.typography.weight.regular};
|
|
1114
1097
|
height: ${e.spacing[2.5]};
|
|
1115
1098
|
justify-content: center;
|
|
@@ -1117,11 +1100,11 @@
|
|
|
1117
1100
|
text-align: center;
|
|
1118
1101
|
width: ${e.spacing[2.5]};
|
|
1119
1102
|
`}
|
|
1120
|
-
`,
|
|
1121
|
-
${
|
|
1122
|
-
`,
|
|
1103
|
+
`,ir=y.styled.th`
|
|
1104
|
+
${Wt}
|
|
1105
|
+
`,ar=y.styled.td`
|
|
1123
1106
|
${({theme:e})=>`
|
|
1124
|
-
${
|
|
1107
|
+
${Wt}
|
|
1125
1108
|
height: ${e.spacing[2.5]};
|
|
1126
1109
|
width: ${e.spacing[2.5]};
|
|
1127
1110
|
|
|
@@ -1133,7 +1116,7 @@
|
|
|
1133
1116
|
align-items: center;
|
|
1134
1117
|
display: flex;
|
|
1135
1118
|
flex-direction: column;
|
|
1136
|
-
font-size: ${e.typography.text.
|
|
1119
|
+
font-size: ${e.typography.text.md};
|
|
1137
1120
|
justify-content: center;
|
|
1138
1121
|
height: ${e.spacing[2.5]};
|
|
1139
1122
|
line-height: ${e.spacing[1.25]};
|
|
@@ -1169,14 +1152,14 @@
|
|
|
1169
1152
|
}
|
|
1170
1153
|
}
|
|
1171
1154
|
`}
|
|
1172
|
-
`,
|
|
1155
|
+
`,sr=y.styled.div.attrs({className:"dot"})`
|
|
1173
1156
|
position: absolute;
|
|
1174
1157
|
top: 48%;
|
|
1175
1158
|
|
|
1176
1159
|
> span {
|
|
1177
1160
|
font-size: 4px;
|
|
1178
1161
|
}
|
|
1179
|
-
`,
|
|
1162
|
+
`,wt=y.styled.button`
|
|
1180
1163
|
cursor: pointer;
|
|
1181
1164
|
display: flex;
|
|
1182
1165
|
|
|
@@ -1184,7 +1167,7 @@
|
|
|
1184
1167
|
height: 3.5px;
|
|
1185
1168
|
width: 7px;
|
|
1186
1169
|
}
|
|
1187
|
-
`,
|
|
1170
|
+
`,lt=y.styled.div`
|
|
1188
1171
|
${({theme:e})=>`
|
|
1189
1172
|
align-items: end;
|
|
1190
1173
|
border-top: 1px solid ${e.palette.gray[200]};
|
|
@@ -1196,9 +1179,9 @@
|
|
|
1196
1179
|
padding: 0 ${e.spacing[.25]};
|
|
1197
1180
|
width: 100%;
|
|
1198
1181
|
`}
|
|
1199
|
-
`,
|
|
1200
|
-
${s?"disabled":""} ${
|
|
1201
|
-
${!e.isFocused&&!
|
|
1182
|
+
`,Ht=({state:e,date:n})=>{const o=u.useRef(null),r=f.$14e0f24ef4ac5c92$export$629b0a497aa65267(n,f.$14e0f24ef4ac5c92$export$aa8b41735afcabd2()),{cellProps:i,buttonProps:a,isSelected:l,isDisabled:s,formattedDate:c}=f.$36a0ac60f04457c5$export$136073280381448e({date:n},e,o),d="highlightedRange"in e&&!f.lodashExports.isNull(e.highlightedRange)?f.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.start):l,p="highlightedRange"in e&&!f.lodashExports.isNull(e.highlightedRange)?f.$14e0f24ef4ac5c92$export$ea39ec197993aef0(n,e.highlightedRange.end):l,g=l&&!s&&!(d||p)?"range":"";return t.jsx(ar,{id:g,...i,children:t.jsxs("div",{...a,className:`cell ${d||p?"selected":""}
|
|
1183
|
+
${s?"disabled":""} ${r?"today":""}
|
|
1184
|
+
${!e.isFocused&&!r?"focused":""} ${g}`,ref:o,children:[c,r?t.jsx(sr,{children:t.jsx(D,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Ae=({state:e,...n})=>{const{locale:o}=f.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),{weekDays:r}=f.$e3031d1f8c9d64eb$export$cb95147730a423f5(n,e),i=f.$14e0f24ef4ac5c92$export$ccc1b2479e7dd654(e.visibleRange.start,o);return t.jsxs("table",{children:[t.jsx("thead",{children:t.jsx(mt,{children:r.map((a,l)=>{const s=`key_${l}`;return t.jsx(ir,{children:a},s)})})}),t.jsx("tbody",{children:[...new Array(i).keys()].map(a=>t.jsx(mt,{children:e.getDatesInWeek(a).map((l,s)=>{const c=`key_${s}`;return l?t.jsx(Ht,{date:l,state:e},c):t.jsx("td",{},c)})},a))})]})},lr=y.styled(ot)`
|
|
1202
1185
|
align-items: center;
|
|
1203
1186
|
background-color: inherit;
|
|
1204
1187
|
border-color: inherit;
|
|
@@ -1218,7 +1201,7 @@
|
|
|
1218
1201
|
background-color: ${({theme:e})=>e.palette.gray[100]};
|
|
1219
1202
|
cursor: pointer;
|
|
1220
1203
|
}
|
|
1221
|
-
`,
|
|
1204
|
+
`,cr=y.styled.div`
|
|
1222
1205
|
${({theme:e})=>`
|
|
1223
1206
|
align-items: flex-start;
|
|
1224
1207
|
background: ${e.palette.white};
|
|
@@ -1232,22 +1215,22 @@
|
|
|
1232
1215
|
padding: ${e.spacing[.25]};
|
|
1233
1216
|
width: 292px;
|
|
1234
1217
|
`}
|
|
1235
|
-
`,
|
|
1236
|
-
${({theme:e,$disabled:n,$focus:o,$header:
|
|
1218
|
+
`,dr=y.styled.button`
|
|
1219
|
+
${({theme:e,$disabled:n,$focus:o,$header:r})=>{const i=o?"34px":"40px";return`
|
|
1237
1220
|
align-items: center;
|
|
1238
|
-
border-radius: ${
|
|
1221
|
+
border-radius: ${r?`0 ${e.spacing[.5]} ${e.spacing[.5]} 0`:"4px"};
|
|
1239
1222
|
border-left: inherit;
|
|
1240
1223
|
display: flex;
|
|
1241
|
-
height: ${
|
|
1224
|
+
height: ${r?"38px":i};
|
|
1242
1225
|
justify-content: center;
|
|
1243
1226
|
outline: none;
|
|
1244
|
-
width: ${
|
|
1227
|
+
width: ${r?"38px":"40px"};
|
|
1245
1228
|
|
|
1246
1229
|
&:hover {
|
|
1247
1230
|
background-color: ${e.palette.gray[n?500:100]};
|
|
1248
1231
|
}
|
|
1249
1232
|
`}}
|
|
1250
|
-
`,
|
|
1233
|
+
`,pr=y.styled.div`
|
|
1251
1234
|
${({theme:e})=>`
|
|
1252
1235
|
align-items: center;
|
|
1253
1236
|
background: transparent;
|
|
@@ -1258,13 +1241,13 @@
|
|
|
1258
1241
|
justify-content: space-between;
|
|
1259
1242
|
width: calc(100% - 40px);
|
|
1260
1243
|
`}
|
|
1261
|
-
`,
|
|
1244
|
+
`,gr=y.styled.div`
|
|
1262
1245
|
align-items: center;
|
|
1263
1246
|
display: flex;
|
|
1264
1247
|
justify-content: flex-end;
|
|
1265
1248
|
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1266
1249
|
flex: 1 0 0;
|
|
1267
|
-
`,
|
|
1250
|
+
`,vt=y.styled.div`
|
|
1268
1251
|
${({theme:e})=>`
|
|
1269
1252
|
align-items: center;
|
|
1270
1253
|
align-self: stretch;
|
|
@@ -1276,7 +1259,7 @@
|
|
|
1276
1259
|
line-height: ${e.spacing[1.5]};
|
|
1277
1260
|
padding: 2px ${e.spacing[.25]};
|
|
1278
1261
|
`}
|
|
1279
|
-
`,
|
|
1262
|
+
`,jt=y.styled.button`
|
|
1280
1263
|
${({theme:e})=>`
|
|
1281
1264
|
align-items: center;
|
|
1282
1265
|
background-color: inherit;
|
|
@@ -1296,7 +1279,7 @@
|
|
|
1296
1279
|
font-weight: ${e.typography.weight.bold};
|
|
1297
1280
|
}
|
|
1298
1281
|
`}
|
|
1299
|
-
`,
|
|
1282
|
+
`,De=({disabled:e=!1,icon:n,props:o})=>{const r=u.useRef(null),{buttonProps:i}=f.$701a24aa0da5b062$export$ea18c227d4417cc3(o,r);return t.jsx(dr,{...i,$disabled:e,$focus:!!i["aria-expanded"],$header:n==="calendar"||n==="calendar-clock",disabled:e,ref:r,type:"button",children:t.jsx(D,{icon:n,iconColor:R.palette.gray[e?400:700],iconSize:"lg",iconType:"fa-light"})})},Pe=({state:e,prevButtonProps:n,nextButtonProps:o,title:r})=>{const i=e.focusedDate,a=y.useTheme(),l=u.useCallback(()=>{e.setFocusedDate(i.add({years:1}))},[i,e]),s=u.useCallback(()=>{e.setFocusedDate(i.subtract({years:1}))},[i,e]);return t.jsxs("div",{className:"header flex items-start",style:{position:"sticky",top:0,zIndex:2,background:a.palette.white},children:[t.jsx(De,{icon:"chevron-left",props:n}),t.jsxs(or,{children:[r,t.jsxs(rr,{children:[t.jsx(wt,{"aria-label":"top",onClick:l,children:t.jsx(D,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(wt,{"aria-label":"bottom",onClick:s,children:t.jsx(D,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(De,{icon:"chevron-right",props:o})]})},Bt=({onClose:e,props:n})=>{const{locale:o}=f.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),r=f.$131cf43a05231e1e$export$6d095e787d2b5e1f({...n,createCalendar:f.$64244302c3013299$export$dd0bbc9b26defe37,locale:o}),{prevButtonProps:i,nextButtonProps:a,title:l}=f.$9942cad8a072a530$export$3ee915f8151bd4f1(n,r);return t.jsxs("div",{className:"calendar",children:[t.jsx(Pe,{nextButtonProps:a,prevButtonProps:i,state:r,title:l}),t.jsx(Ae,{state:r}),t.jsx(lt,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},_t=({segment:e,state:n})=>{const o=y.useTheme(),r=u.useRef(null),a={...e,placeholder:{day:"dd",dayPeriod:"(AM/PM)",era:"",hour:"hh",literal:"",minute:"mm",month:"mm",second:"",timeZoneName:"",year:"yyyy"}[e.type]},{segmentProps:l}=f.$32489daedd52963e$export$1315d136e6f7581(a,n,r),s=o.palette.gray[a.isEditable?800:500];return t.jsx("div",{...a.type!=="literal"&&{...l,className:"segment-cell"},ref:r,style:a.type==="literal"?void 0:{color:a.isPlaceholder?o.palette.gray[400]:s},children:a.isPlaceholder?a.placeholder:a.text})},Vt=({disabled:e,error:n=!1,props:o})=>{const r=y.useTheme(),i=u.useRef(null),a=f.$3c0fc76039f1c516$export$60e84778edff6d26({...o,createCalendar:f.$64244302c3013299$export$dd0bbc9b26defe37,locale:"en-US"}),{fieldProps:l}=f.$16f0b7bb276bc17e$export$5591b0b878c1a989(o,a,i),s=u.useCallback(c=>{const d=document.getElementsByClassName("segment-cell"),p=c.currentTarget;Object.values(d).some(g=>g.contains(p))||(c.preventDefault(),c.stopPropagation())},[]);return t.jsxs(pr,{...l,onClick:s,children:[t.jsx("div",{className:"flex flex-row",style:{color:r.palette.gray[f.lodashExports.isNil(a.value)?400:800]},tabIndex:-1,children:a.segments.map((c,d)=>{const p=`key_${d}`;return t.jsx(_t,{segment:{...c,isEditable:!e},state:a},p)})}),n?t.jsx(D,{icon:"exclamation-circle",iconColor:r.palette.error[500],iconSize:"lg"}):void 0]})},Ut=e=>{const n=u.useRef(null),o=f.$eff5d8ee529ac4bb$export$fd53cef0cc796101({...e,locale:"en-US",shouldForceLeadingZeros:!0}),{timeValue:r}=o,i=!f.lodashExports.isNil(r)&&r.hour<12?"AM":"PM",[a,l]=u.useState(f.lodashExports.isNil(r)?"AM":i),{fieldProps:s}=f.$16f0b7bb276bc17e$export$4c842f6a241dc825(e,o,n),c=u.useCallback(d=>{const p=d.currentTarget.name;p!==a&&(f.lodashExports.isNil(r)||(p==="AM"?o.setSegment("dayPeriod",0):p==="PM"&&o.setSegment("dayPeriod",12))),l(p)},[a,o,r]);return t.jsxs(gr,{children:[t.jsx(vt,{...s,ref:n,children:o.segments.slice(0,-2).map((d,p)=>{const g=`key_${p}`;return t.jsx(_t,{segment:d,state:o},g)})}),t.jsxs(vt,{children:[t.jsx(jt,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(jt,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},Re=e=>e&&e!=="-"?f.dayjs(e).format("YYYY-MM-DD"):"-",ur=e=>e&&e!=="-"?f.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",kt=(e,n)=>f.dayjs(String(e).replace(/-/gu,"/")).hour(n.hour).minute(n.minute).second(n.second).format("YYYY/MM/DD hh:mm A"),fe=({error:e,buttonProps:n,datePickerRef:o,disabled:r=!1,granularity:i="day",fieldProps:a,groupProps:l,name:s,register:c,required:d,setValue:p,value:g})=>{const x=u.useCallback(h=>{if(!h)return;const b=i==="day"?Re(String(h)):ur(String(h));a.onChange&&a.onChange(h??null),p&&p(s,b,{shouldDirty:!0})},[a,i,s,p]);return t.jsxs(oe,{...l,className:`${r?"disabled":""} ${e?"error":""}`,ref:o,children:[t.jsx(Vt,{disabled:r,error:e!=null,props:{...a,autoFocus:!1,granularity:i,onChange:x,shouldForceLeadingZeros:!0}}),t.jsx(De,{disabled:r,icon:i==="minute"?"calendar-clock":"calendar",props:n}),t.jsx("input",{...c==null?void 0:c(s,{required:d}),"aria-label":s,className:"date-input",disabled:r,id:s,name:s,type:"text",value:g??""})]})},Oe=({children:e,...n})=>{const o=u.useRef(null),{dialogProps:r}=f.$40df3f8667284809$export$d55e7ee900f34e93(n,o);return t.jsx(cr,{...r,ref:o,children:e})},Gt=({disabled:e=!1,error:n,helpLink:o,helpLinkText:r,helpText:i,required:a,label:l,name:s,register:c,setValue:d,tooltip:p,watch:g,...x})=>{const h=u.useRef(null),b=g==null?void 0:g(s),w=u.useCallback(T=>{d&&T&&d(s,Re(String(T)),{shouldDirty:!0})},[s,d]),$=f.$ab5bf3f618090389$export$87194bb378cc3ac2({...x,onChange(T){w(T)},...!f._.isNil(b)&&!f._.isEmpty(b)&&f.dayjs(b).isValid()?{defaultValue:f.$fae977aafc393c5c$export$6b862160d295c8e(b.replace(/\//gu,"-"))}:{}}),{close:j}=$,{groupProps:v,fieldProps:C,buttonProps:k,dialogProps:z,calendarProps:I}=f.$6057a3d2a53a12fd$export$42df105a73306d51({...x,"aria-label":l??s,name:s},$,h);return t.jsxs(U,{error:e?void 0:n,helpLink:o,helpLinkText:r,helpText:i,htmlFor:s,label:l,required:a,tooltip:p,children:[t.jsx(fe,{buttonProps:k,datePickerRef:h,disabled:e,error:n,fieldProps:C,groupProps:v,name:s,register:c,required:a,setValue:d,value:b}),$.isOpen&&!e?t.jsx(ze,{offset:8,placement:"bottom start",state:$,triggerRef:h,children:t.jsx(Oe,{...z,children:t.jsx(Bt,{onClose:j,props:I})})}):null]})},Yt=({onClose:e,props:n})=>{const{locale:o}=f.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),r=u.useRef(null),i=f.$9a36b6ba2fb1a7c5$export$9a987164d97ecc90({...n,createCalendar:f.$64244302c3013299$export$dd0bbc9b26defe37,locale:o}),{prevButtonProps:a,nextButtonProps:l,title:s}=f.$46a4342aab3d8076$export$87e0539f600c24e5(n,i,r);return t.jsxs("div",{className:"calendar-range",ref:r,children:[t.jsx(Pe,{nextButtonProps:l,prevButtonProps:a,state:i,title:s}),t.jsx(Ae,{state:i}),t.jsx(lt,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},xr=y.styled.div`
|
|
1300
1283
|
${({theme:e,$disabled:n,$show:o})=>`
|
|
1301
1284
|
border-color: ${o?e.palette.error[500]:e.palette.gray[300]};
|
|
1302
1285
|
display: flex;
|
|
@@ -1307,7 +1290,7 @@
|
|
|
1307
1290
|
background: ${n?e.palette.gray[200]:e.palette.white};
|
|
1308
1291
|
}
|
|
1309
1292
|
`}
|
|
1310
|
-
`,
|
|
1293
|
+
`,Kt=({disabled:e=!1,error:n,label:o,name:r,required:i,tooltip:a,register:l,setValue:s,propsMax:c,propsMin:d,variant:p="default",...g})=>{const x=`${r}Max`,h=`${r}Min`,b=u.useRef(null),w=u.useCallback(S=>{s&&S&&(s((c==null?void 0:c.name)??x,Re(String(S.end))),s((d==null?void 0:d.name)??h,Re(String(S.start))))},[x,h,s,c,d]),$=f.$93c38a5e28be6249$export$e50a61c1de9f574({...g,endName:(c==null?void 0:c.name)??x,startName:(d==null?void 0:d.name)??h,onChange(S){w(S)}}),{close:j}=$,{groupProps:v,startFieldProps:C,endFieldProps:k,buttonProps:z,dialogProps:I,calendarProps:T}=f.$887cac91b7cc8801$export$12fd5f0e9f4bb192({...g,"aria-label":o??r},$,b);return t.jsxs(U,{error:e?void 0:n,htmlFor:r,label:o,required:i,tooltip:a,children:[t.jsxs(xr,{$disabled:e,$show:n!==void 0,ref:b,style:{flexDirection:p==="filters"?"column":"row"},children:[t.jsx(fe,{buttonProps:z,datePickerRef:b,disabled:e,error:n,fieldProps:{...C,"aria-label":`${C["aria-label"]} ${r}`,validate:S=>k.value&&S>k.value?"Start date must be less than or equal to end date":null},groupProps:v,name:(d==null?void 0:d.name)??h,register:l,setValue:s,value:d==null?void 0:d.value}),t.jsx(fe,{buttonProps:z,datePickerRef:b,disabled:e,error:n,fieldProps:{...k,"aria-label":`${k["aria-label"]} ${r}`,validate:S=>C.value&&S<C.value?"End date must be greater than or equal to start date":null},groupProps:v,name:(c==null?void 0:c.name)??x,register:l,setValue:s,value:c==null?void 0:c.value})]}),$.isOpen&&!e?t.jsx(ze,{offset:8,placement:"bottom start",state:$,triggerRef:b,children:t.jsx(Oe,{...I,children:t.jsx(Yt,{onClose:j,props:T})})}):null]})},hr=y.styled.div`
|
|
1311
1294
|
${({theme:e})=>`
|
|
1312
1295
|
align-items: center;
|
|
1313
1296
|
border-top: 1px solid ${e.palette.gray[200]};
|
|
@@ -1316,19 +1299,19 @@
|
|
|
1316
1299
|
justify-content: center;
|
|
1317
1300
|
padding: ${e.spacing[.5]} ${e.spacing[1.25]};
|
|
1318
1301
|
`}
|
|
1319
|
-
`,
|
|
1302
|
+
`,fr=y.styled.div`
|
|
1320
1303
|
align-items: center;
|
|
1321
1304
|
display: flex;
|
|
1322
1305
|
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1323
1306
|
justify-content: flex-end;
|
|
1324
1307
|
flex: 1 0 0;
|
|
1325
|
-
`,
|
|
1326
|
-
${e?"disabled":""} ${
|
|
1327
|
-
`,children:[n?t.jsx(D,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":
|
|
1308
|
+
`,Zt=({handleTimeChange:e,onClose:n,props:o,timeState:r})=>{const i=y.useTheme(),{locale:a}=f.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7(),l=f.$131cf43a05231e1e$export$6d095e787d2b5e1f({...o,createCalendar:f.$64244302c3013299$export$dd0bbc9b26defe37,locale:a}),{prevButtonProps:s,nextButtonProps:c,title:d}=f.$9942cad8a072a530$export$3ee915f8151bd4f1(o,l);return t.jsxs("div",{className:"calendar",children:[t.jsx(Pe,{nextButtonProps:c,prevButtonProps:s,state:l,title:d}),t.jsx(Ae,{state:l}),t.jsxs(hr,{children:[t.jsx(E,{color:i.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(fr,{children:t.jsx(Ut,{hourCycle:12,label:"time-field",onChange:e,value:r.timeValue})})]}),t.jsx(lt,{children:t.jsx(O,{onClick:n,variant:"ghost",children:"Cancel"})})]})},yr=e=>{const{disabled:n=!1,error:o,required:r,label:i,name:a,tooltip:l,register:s,setValue:c,watch:d}=e,p=d==null?void 0:d(a),g=u.useRef(null),x=f.$ab5bf3f618090389$export$87194bb378cc3ac2({...e,granularity:"minute",hourCycle:12,isDisabled:n,isRequired:r,shouldCloseOnSelect:!1,value:f._.isNil(p)||f._.isEmpty(p)||p==="-"||f.dayjs(p,"YYYY/MM/DD hh:mm A").isValid()===!1?null:f.$fae977aafc393c5c$export$588937bcd60ade55(f.dayjs(p,"YYYY/MM/DD hh:mm A").format("YYYY-MM-DDTHH:mm:ss"))}),{close:h}=x,{groupProps:b,fieldProps:w,buttonProps:$,dialogProps:j,calendarProps:v}=f.$6057a3d2a53a12fd$export$42df105a73306d51(e,x,g),C=u.useCallback(z=>{if(v.onChange&&v.onChange(z),x.timeValue){const I=kt(z,x.timeValue);c==null||c(a,I,{shouldDirty:!0})}else x.setDateValue(z)},[v,a,c,x]),k=u.useCallback(z=>{if(z){x.setTimeValue(z);const I=x.dateValue;if(I){const T=kt(I,z);c==null||c(a,T,{shouldDirty:!0})}}},[x,c,a]);return t.jsxs(U,{error:n?void 0:o,htmlFor:a,label:i,required:r,tooltip:l,children:[t.jsx(fe,{buttonProps:$,datePickerRef:g,disabled:n,error:o,fieldProps:w,granularity:"minute",groupProps:b,name:a,register:s,setValue:c,value:p}),x.isOpen&&!n?t.jsx(ze,{offset:8,placement:"bottom start",state:x,triggerRef:g,children:t.jsx(Oe,{...j,children:t.jsx(Zt,{handleTimeChange:k,onClose:h,props:{...v,onChange:C},timeState:x})})}):null]})},br=({children:e,currentValue:n,externalLink:o,isEditing:r,label:i,name:a,tooltip:l})=>{if(r)return t.jsx("div",{children:e});const s=f.lodashExports.isNil(n)?"":n,c=String(o??s);return t.jsxs(m,{children:[t.jsx(at,{htmlFor:a,label:i,tooltip:l,weight:"bold"}),c.startsWith("https://")?t.jsx(Q,{href:c,children:s}):t.jsx(E,{size:"md",children:s})]})},Me=({disabled:e=!1,hasIcon:n=!1,helpLink:o,helpLinkText:r,helpText:i,error:a,id:l,indexArray:s=0,isValid:c,isTouched:d,label:p,name:g,maskValue:x=!1,onPaste:h,placeholder:b,removeItemArray:w,register:$,suggestions:j,tooltip:v,type:C="text",weight:k,...z})=>{const{required:I,onBlur:T,onChange:S}=z,L=y.useTheme(),N=e?void 0:a,[A,K]=u.useState(""),Z=u.useCallback(M=>{K(M.target.value),S==null||S(M)},[S]),re=c&&d&&!e&&A.trim()!=="",H=u.useCallback(M=>{M.key==="Enter"&&M.preventDefault()},[]);return t.jsxs(U,{error:N,helpLink:o,helpLinkText:r,helpText:i,htmlFor:g,label:p,required:I,tooltip:v,weight:k,children:[t.jsxs(oe,{className:`
|
|
1309
|
+
${e?"disabled":""} ${N?"error":""} ${re?"success":""}
|
|
1310
|
+
`,children:[n?t.jsx(D,{icon:"user",iconSize:"xl",iconType:"fa-light"}):void 0,t.jsx("input",{"aria-hidden":!1,"aria-invalid":N?"true":"false","aria-label":g,"aria-required":I,autoComplete:"off",className:x?"sr-block":"","data-testid":`${g}-input`,disabled:e,id:g,list:j?`list_${g}`:void 0,onKeyDown:H,onPaste:h,placeholder:b,type:C,...$?$(g,{required:I,onBlur:T,onChange:Z}):{...z,onChange:Z}}),N?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:L.palette.error[500],iconSize:"lg"}):void 0,re?t.jsx(D,{icon:"check-circle",iconClass:"success-icon",iconColor:L.palette.success[500],iconSize:"lg"}):void 0,l==="array"&&s>0?t.jsx(W,{color:L.palette.gray[400],icon:"trash",iconSize:"sm",iconType:"fa-light",onClick:w?w(s):void 0,variant:"ghost"}):void 0]}),j?t.jsx("datalist",{id:`list_${g}`,children:j.map(M=>t.jsx("option",{value:M},M))}):void 0]})},$r=y.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,mr=y.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
|
|
1328
1311
|
gap: 12px;
|
|
1329
|
-
`,
|
|
1312
|
+
`,wr=y.styled.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
|
|
1330
1313
|
gap: 8px;
|
|
1331
|
-
`,
|
|
1314
|
+
`,Ne=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,vr=y.styled.div.attrs({className:"comp-col"})`
|
|
1332
1315
|
word-wrap: break-word;
|
|
1333
1316
|
|
|
1334
1317
|
${({$width:e=null})=>e===null?"":`width: ${e}`};
|
|
@@ -1336,23 +1319,23 @@
|
|
|
1336
1319
|
${({$paddingTop:e})=>`padding-top: ${e??0}px;`}
|
|
1337
1320
|
|
|
1338
1321
|
@media (width <= 768px) {
|
|
1339
|
-
${({$sm:e})=>
|
|
1322
|
+
${({$sm:e})=>Ne(e)}
|
|
1340
1323
|
}
|
|
1341
1324
|
|
|
1342
1325
|
@media (width >= 768px) and (width <= 992px) {
|
|
1343
|
-
${({$md:e})=>
|
|
1326
|
+
${({$md:e})=>Ne(e)}
|
|
1344
1327
|
}
|
|
1345
1328
|
|
|
1346
1329
|
@media (width >= 992px) {
|
|
1347
|
-
${({$lg:e})=>
|
|
1330
|
+
${({$lg:e})=>Ne(e)}
|
|
1348
1331
|
}
|
|
1349
1332
|
|
|
1350
|
-
${({$xl:e})=>f.isNumber(e)?`@media (min-width: 1200px) { ${
|
|
1333
|
+
${({$xl:e})=>f.isNumber(e)?`@media (min-width: 1200px) { ${Ne(e)} }`:""}
|
|
1351
1334
|
|
|
1352
1335
|
> .comp-card {
|
|
1353
1336
|
height: 100%;
|
|
1354
1337
|
}
|
|
1355
|
-
`,
|
|
1338
|
+
`,Ke=({children:e,xl:n,lg:o,md:r,sm:i,paddingTop:a,width:l})=>t.jsx(vr,{$lg:o,$md:r,$paddingTop:a,$sm:i,$width:l,$xl:n,children:e}),jr=y.styled.div.attrs({className:"comp-gap"})`
|
|
1356
1339
|
${({$disp:e="flex",$mh:n=4,$mv:o=4})=>`
|
|
1357
1340
|
align-items: center;
|
|
1358
1341
|
display: ${e};
|
|
@@ -1362,12 +1345,12 @@
|
|
|
1362
1345
|
margin: ${o}px ${n}px;
|
|
1363
1346
|
}
|
|
1364
1347
|
`}
|
|
1365
|
-
`,
|
|
1366
|
-
${({$align:e="stretch",$cols:n=100,$colsPadding:o=6,$justify:
|
|
1348
|
+
`,kr=({children:e,disp:n,mh:o,mv:r})=>t.jsx(jr,{$disp:n,$mh:o,$mv:r,children:e}),Cr=y.styled.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
|
|
1349
|
+
${({$align:e="stretch",$cols:n=100,$colsPadding:o=6,$justify:r="start"})=>`
|
|
1367
1350
|
align-items: ${e};
|
|
1368
|
-
justify-content: ${
|
|
1351
|
+
justify-content: ${r};
|
|
1369
1352
|
margin: -6px;
|
|
1370
|
-
text-align: ${
|
|
1353
|
+
text-align: ${r};
|
|
1371
1354
|
|
|
1372
1355
|
--cols: ${n};
|
|
1373
1356
|
|
|
@@ -1380,24 +1363,24 @@
|
|
|
1380
1363
|
padding: ${o}px;
|
|
1381
1364
|
}
|
|
1382
1365
|
`}
|
|
1383
|
-
`,
|
|
1366
|
+
`,qt=({align:e,children:n,cols:o,colsPadding:r,justify:i})=>t.jsx(Cr,{$align:e,$cols:o,$colsPadding:r,$justify:i,children:n}),Ze=({addText:e,append:n,disabled:o=!1,fields:r,fieldState:i,initValue:a="",index:l=0,required:s,label:c,max:d=100,name:p,onBlur:g,onChange:x,placeholder:h,tooltip:b,remove:w,value:$})=>{var C;const j=u.useCallback(()=>{n==null||n(a)},[n,a]),v=u.useCallback(k=>()=>{w==null||w(k)},[w]);return t.jsxs(qt,{align:"start",children:[t.jsx(Ke,{lg:75,md:75,sm:75,children:t.jsx(Me,{disabled:o,error:i?(C=i.error)==null?void 0:C.message:void 0,id:"array",indexArray:l,isTouched:i?i.isTouched:void 0,isValid:i?!i.invalid:void 0,label:c,name:p,onBlur:g,onChange:x,placeholder:h,removeItemArray:v,required:s,tooltip:b,value:$})}),l<d-1&&l+1===(r==null?void 0:r.length)?t.jsx(Ke,{lg:25,md:25,sm:25,children:t.jsx(O,{disabled:o,icon:"plus",onClick:j,variant:"ghost",width:"max-content",children:e??"Add"})}):void 0]})},Sr=({addText:e,append:n,control:o,disabled:r,fields:i,initValue:a="",required:l,label:s,max:c=void 0,name:d="array-field",onChange:p,placeholder:g,remove:x,tooltip:h})=>o&&i?t.jsx(u.Fragment,{children:i.map((b,w)=>t.jsx(f.Controller,{control:o,name:`${d}.${w}`,render:({field:$,fieldState:j})=>t.jsx(Ze,{addText:e,append:n,disabled:r,fieldState:j,fields:i,index:w,initValue:a,label:s,max:c,name:$.name,onBlur:$.onBlur,onChange:p??$.onChange,placeholder:g,remove:x,required:l,tooltip:h,value:typeof $.value=="object"?$.value.value:$.value}),index:w},b.id))}):t.jsx(Ze,{addText:e,disabled:r,initValue:a,label:s,max:c,name:d,onChange:p,placeholder:g,required:l,tooltip:h}),zr=y.styled(Rt)`
|
|
1384
1367
|
white-space: nowrap;
|
|
1385
1368
|
margin-right: ${({theme:e})=>e.spacing[.25]};
|
|
1386
1369
|
text-overflow: ellipsis;
|
|
1387
1370
|
overflow: hidden;
|
|
1388
1371
|
max-width: 80%;
|
|
1389
|
-
`,
|
|
1372
|
+
`,Tr=y.styled.input`
|
|
1390
1373
|
opacity: 0;
|
|
1391
1374
|
position: absolute;
|
|
1392
1375
|
visibility: hidden;
|
|
1393
1376
|
width: 0;
|
|
1394
|
-
`,ye=(e,n,o)=>{const
|
|
1377
|
+
`,ye=(e,n,o)=>{const r=new Event(e);return Object.defineProperty(r,"target",{value:{name:n,value:o}}),r},Ir=e=>{const n=e;return n?Array.from(n).map(o=>o.name).join(", "):""},Nr=({accept:e,disabled:n=!1,error:o,label:r,helpLink:i,helpText:a,id:l,multiple:s,name:c,onChange:d,required:p,register:g,setValue:x,tooltip:h,watch:b,weight:w})=>{const $=y.useTheme(),j=n?void 0:o,v=u.useRef(null),C=g==null?void 0:g(c,{required:p}),k=b==null?void 0:b(c),z=Ir(k),I=u.useCallback(()=>{const L=ye("change",c,void 0);x&&x(c,void 0),C&&C.onChange(L)},[C,c,x]),T=u.useCallback(L=>{const{files:N}=L.currentTarget,A=ye("change",c,N&&N.length>0?N:void 0);N&&N.length>0&&(d==null||d(A),x&&x(c,N),C&&C.onChange(A))},[C,c,d,x]),S=u.useCallback(L=>{n?L.preventDefault():v.current&&v.current.click()},[n]);return t.jsxs(U,{error:j,helpLink:i,helpText:a,htmlFor:l??c,label:r,required:p,tooltip:h,weight:w,children:[t.jsxs(oe,{className:`${n?"disabled":""} ${j?"error":""}`,children:[t.jsx(zr,{$size:"md",children:z}),t.jsxs(m,{alignItems:"center",display:"flex",gap:.625,children:[f.lodashExports.isEmpty(z)||n?void 0:t.jsx(W,{color:$.palette.gray[400],height:"20px",icon:"xmark",iconSize:"64px",iconType:"fa-light",onClick:I,variant:"ghost",width:"20px"}),j&&t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:$.palette.error[500],iconSize:"lg"}),t.jsxs(O,{border:n?`1px solid ${$.palette.gray[300]} !important`:"",borderRadius:"0px 8px 8px 0px !important",disabled:n,height:"40px",onClick:S,variant:"primary",width:"96px",children:[t.jsx(D,{icon:"search",iconSize:"xl",mr:.5}),"Add file"]})]})]}),t.jsx(Tr,{...C,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:l??c,multiple:s,name:c,onChange:T,ref:v,type:"file"})]})},Er=y.styled.input`
|
|
1395
1378
|
border: none;
|
|
1396
1379
|
background: transparent;
|
|
1397
1380
|
min-width: 15rem;
|
|
1398
1381
|
padding: 0;
|
|
1399
1382
|
flex: 1;
|
|
1400
|
-
`,
|
|
1383
|
+
`,qe=({disabled:e=!1,error:n,field:o,helpLink:r,helpLinkText:i,helpText:a,label:l,name:s="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>{const w=y.useTheme(),$=e?void 0:n,[j,v]=u.useState(""),C=c?h:o==null?void 0:o.value,k=u.useMemo(()=>C&&typeof C=="string"?C.split(",").filter(Boolean):[],[C]),z=u.useCallback(N=>{const K=[...new Set(N.filter(Boolean))].join(","),Z=ye("change",s,K);o&&o.onChange(Z),c&&c(Z)},[o,s,c]),I=u.useCallback(N=>{v(N.target.value)},[]),T=u.useCallback(N=>{const A=j.trim();A.length&&!k.includes(A)&&(N.preventDefault(),z([...k,A]),v("")),o&&o.onBlur()},[j,o,z,k]),S=u.useCallback(N=>{const A=j.trim();N.key==="Enter"&&A.length===0&&N.preventDefault(),["Enter",","].includes(N.key)&&A.length>0&&!k.includes(A)?(N.preventDefault(),z([...k,A]),v("")):N.key==="Backspace"&&!A.length&&k.length&&(N.preventDefault(),d==null||d(k[k.length-1]),z(k.slice(0,-1)))},[j,d,z,k]),L=u.useCallback(N=>()=>{d==null||d(N),z(k.filter(A=>A!==N))},[d,z,k]);return t.jsx(U,{error:$,helpLink:r,helpLinkText:i,helpText:a,htmlFor:s,label:l,required:g,tooltip:x,weight:b,children:t.jsxs(oe,{$overflowX:"auto",className:`${e?"disabled":""} ${$?"error":""}`,children:[k.map(N=>t.jsx(Y,{disabled:e,onClose:L(N),tagLabel:N},N)),t.jsx(Er,{"aria-hidden":!1,"aria-invalid":$?"true":"false","aria-label":s,"aria-required":g,autoComplete:"off",disabled:e,id:s,onBlur:T,onChange:I,onKeyDown:S,placeholder:k.length===0?p:void 0,ref:o==null?void 0:o.ref,type:"text",value:j}),$?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:w.palette.error[500],iconSize:"lg"}):void 0]})})},Dr=({disabled:e=!1,control:n,error:o,helpLink:r,helpLinkText:i,helpText:a,label:l,name:s="input-tag",onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b})=>n?t.jsx(f.Controller,{control:n,name:s,render:({field:w})=>t.jsx(qe,{disabled:e,error:o,field:w,helpLink:r,helpLinkText:i,helpText:a,label:l,name:s,onRemove:d,placeholder:p,required:g,tooltip:x,weight:b}),rules:{required:g}}):t.jsx(qe,{disabled:e,error:o,helpLink:r,helpLinkText:i,helpText:a,label:l,name:s,onChange:c,onRemove:d,placeholder:p,required:g,tooltip:x,value:h,weight:b}),Xe=u.forwardRef(function({disabled:n,icon:o,margin:r,onClick:i,...a},l){return t.jsx(lr,{$margin:r,"aria-label":o,className:"action-btn",disabled:n,onClick:i,ref:l,type:"button",...a,children:t.jsx(D,{icon:o,iconClass:"action",iconSize:"lg",iconType:"fa-light"})})}),Fe=({error:e,decimalPlaces:n=0,disabled:o=!1,id:r,maxLength:i,max:a=1/0,min:l=0,name:s,onChange:c,placeholder:d,register:p,required:g,setValue:x,value:h})=>{const b=y.useTheme(),w=o?void 0:e,$=n<0?0:n,[j,v]=u.useState(h?f._.toNumber(h):0),C=u.useCallback(()=>{const T=(j-10**-$).toFixed($),S=Math.max(Number(l),Number(T));x&&x(s,S,{shouldDirty:!0}),v(S);const L=ye("change",s,T);c&&c(L)},[j,$,l,x,s,c]),k=u.useCallback(()=>{const T=(j+10**-$).toFixed($),S=Math.min(Number(a),Number(T)>Number(l)?Number(T):Number(l));x&&x(s,S,{shouldDirty:!0}),v(S);const L=ye("change",s,T);c&&c(L)},[j,$,a,l,x,s,c]),z=u.useCallback(T=>{const{value:S}=T.target,L=/\d+/u.test(S)&&!f._.isEmpty(S);x&&x(s,L?S:void 0),c&&c(T),v(Number(S))},[s,c,x]),I=u.useCallback(T=>{T.key==="Enter"&&T.preventDefault()},[]);return t.jsxs(oe,{className:`${o?"disabled":""} ${w?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":w?"true":"false","aria-label":s,"aria-required":g,autoComplete:"off",disabled:o,id:r??s,max:a,min:l,onChange:z,onKeyDown:I,placeholder:d,required:g,step:10**-$,type:"number",value:j,...p==null?void 0:p(s,{maxLength:i,max:a,min:l,onChange:z,value:h,valueAsNumber:!0})}),w&&t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:b.palette.error[500],iconSize:"lg"}),t.jsx(Xe,{borderLeft:"inherit",borderRight:"inherit",disabled:o,icon:"minus",margin:"0 -0.625rem 0 0",onClick:C,px:.75,py:.75}),t.jsx(Xe,{borderRadius:`0 ${b.spacing[.5]} ${b.spacing[.5]} 0`,disabled:o,icon:"plus",onClick:k,px:.75,py:.75})]})},Xt=u.forwardRef(function({autoUpdate:n=!1,decimalPlaces:o=0,defaultValue:r=0,max:i,min:a,name:l,onEnter:s,tooltipMessage:c,...d},p){const g=o<0?0:o,[x,h]=u.useState(Number(r).toFixed(g)),b=u.useCallback(j=>{const v=f.lodashExports.toNumber(j.target.value);j.target.value.endsWith(".")?h(j.target.value):v>=Number(a)&&v<=Number(i)&&(h(String(v)),n&&(s==null||s(f.lodashExports.toNumber(v.toFixed(g))))),j.stopPropagation()},[n,g,i,a,s]),w=u.useCallback(j=>{j.currentTarget.contains(j.relatedTarget)||h(Number(r).toFixed(g)),j.stopPropagation()},[g,r]),$=u.useCallback(j=>{j.stopPropagation(),j.key==="Enter"&&!f.lodashExports.isEmpty(j.currentTarget.value)&&(s==null||s(f.lodashExports.toNumber(j.currentTarget.value)))},[s]);return t.jsx(Xo,{onBlur:w,tabIndex:-1,children:t.jsx(V,{id:"numberInputTooltip",tip:c,children:t.jsx(Jo,{...d,"aria-label":l,"aria-valuemax":Number(i),"aria-valuemin":Number(a),"aria-valuenow":Number(x),max:i,min:a,name:l,onChange:b,onKeyUp:$,ref:p,step:10**-g,type:"number",value:x})})})}),Jt=({autoUpdate:e,decimalPlaces:n,disabled:o=!1,error:r,helpLink:i,helpLinkText:a,helpText:l,id:s,label:c,linkPosition:d,maxLength:p,max:g,min:x,name:h,onChange:b,onEnter:w,placeholder:$,register:j,required:v,setValue:C,tooltip:k,tooltipMessage:z,value:I,variant:T="full",watch:S,weight:L,defaultValue:N})=>T==="compact"?t.jsx(Xt,{"aria-label":h,autoUpdate:e,decimalPlaces:n,defaultValue:N??Number(I??0),disabled:o,max:g,min:x,name:h,onEnter:w??(()=>{}),tooltipMessage:z,value:I}):t.jsx(U,{error:o?void 0:r,helpLink:i,helpLinkText:a,helpText:l,htmlFor:h,label:c,linkPosition:d,maxLength:p,required:v,tooltip:k,weight:L,children:t.jsx(Fe,{decimalPlaces:n,disabled:o,error:r,id:s,max:g,maxLength:p,min:x,name:h,onChange:b,placeholder:$,register:j,required:v,setValue:C,value:S?S(h):I})}),Qt=({disabled:e=!1,error:n,name:o,label:r,propsMax:i,propsMin:a,required:l,tooltip:s,variant:c="default"})=>{const d=`${o}Max`,p=`${o}Min`;return t.jsx(U,{error:e?void 0:n,htmlFor:o,label:r,required:l,tooltip:s,children:t.jsxs(m,{display:"flex",flexDirection:c==="filters"?"column":"row",gap:.25,width:"100%",children:[t.jsx(Fe,{...a,disabled:e,error:n,name:(a==null?void 0:a.name)??p}),t.jsx(Fe,{...i,disabled:e,error:n,name:(i==null?void 0:i.name)??d})]})})},Rr=y.styled.div`
|
|
1401
1384
|
${({theme:e})=>`
|
|
1402
1385
|
align-items: flex-start;
|
|
1403
1386
|
align-self: stretch;
|
|
@@ -1437,7 +1420,7 @@
|
|
|
1437
1420
|
}
|
|
1438
1421
|
}
|
|
1439
1422
|
`}
|
|
1440
|
-
`,
|
|
1423
|
+
`,Fr=y.styled.button`
|
|
1441
1424
|
${({theme:e})=>`
|
|
1442
1425
|
align-items: center;
|
|
1443
1426
|
background: inherit;
|
|
@@ -1453,7 +1436,7 @@
|
|
|
1453
1436
|
cursor: not-allowed;
|
|
1454
1437
|
}
|
|
1455
1438
|
`}
|
|
1456
|
-
`,
|
|
1439
|
+
`,Lr=y.styled.ul`
|
|
1457
1440
|
${({theme:e})=>`
|
|
1458
1441
|
align-items: flex-start;
|
|
1459
1442
|
box-shadow: ${e.shadows.md};
|
|
@@ -1467,13 +1450,13 @@
|
|
|
1467
1450
|
scrollbar-width: thin;
|
|
1468
1451
|
width: max-content;
|
|
1469
1452
|
`}
|
|
1470
|
-
`,
|
|
1453
|
+
`,Ar=y.styled.li`
|
|
1471
1454
|
${({theme:e})=>`
|
|
1472
1455
|
align-items: center;
|
|
1473
1456
|
background: ${e.palette.white};
|
|
1474
1457
|
cursor: pointer;
|
|
1475
1458
|
display: inline-flex;
|
|
1476
|
-
font-size: ${e.typography.text.
|
|
1459
|
+
font-size: ${e.typography.text.md};
|
|
1477
1460
|
gap: ${e.spacing[.5]};
|
|
1478
1461
|
height: 38px;
|
|
1479
1462
|
line-height: ${e.spacing[1.25]};
|
|
@@ -1484,32 +1467,32 @@
|
|
|
1484
1467
|
background: ${e.palette.gray[100]};
|
|
1485
1468
|
}
|
|
1486
1469
|
`}
|
|
1487
|
-
`,
|
|
1470
|
+
`,Pr=y.styled.p`
|
|
1488
1471
|
color: ${({theme:e})=>e.palette.gray[800]};
|
|
1489
1472
|
font-size: inherit;
|
|
1490
1473
|
min-width: 55%;
|
|
1491
1474
|
overflow: hidden;
|
|
1492
1475
|
text-overflow: ellipsis;
|
|
1493
1476
|
white-space: nowrap;
|
|
1494
|
-
`,
|
|
1477
|
+
`,Or=({disabled:e,error:n,label:o,name:r,placeholder:i,required:a,register:l,tooltip:s,value:c,watch:d,weight:p})=>{const g=y.useTheme(),x=u.useRef(null),h=e?void 0:n,b=(d==null?void 0:d(r))??c,[w,$]=u.useState(!1),[j,v]=u.useState(""),{refs:C,floatingStyles:k}=f.useFloating$1({placement:"bottom-start",whileElementsMounted:f.autoUpdate}),{inputRef:z,inputValue:I,handlePhoneValueChange:T,country:S,setCountry:L}=f.ee({countries:f._$1,defaultCountry:"co",forceDialCode:!0,value:b?String(b):""}),N=u.useCallback(H=>{H.key==="Enter"&&H.preventDefault()},[]),A=u.useCallback(H=>{H.preventDefault(),$(M=>!M),w||v("")},[w]),K=u.useCallback(H=>()=>{L(H),$(!1),v("")},[L,$]),Z=u.useCallback(H=>{H.key.length===1?v(M=>M+H.key):H.key==="Backspace"&&v(M=>M.slice(0,-1))},[]),re=f._$1.filter(H=>{const{name:M}=f.M(H);return M.toLowerCase().includes(j.toLowerCase())});return ee(C.floating.current,()=>{$(!1),v("")},!0),t.jsx(U,{error:h,htmlFor:r,label:o,required:a,tooltip:s,weight:p,children:t.jsxs(Rr,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Fr,{"aria-label":"country-selector","data-testid":"country-selector",disabled:e,id:"country-selector",onClick:A,onKeyDown:Z,ref:C.setReference,children:[t.jsx(f.q,{iso2:S.iso2,size:"16px"}),t.jsx(D,{icon:"angle-down",iconColor:g.palette.gray[400],iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(oe,{className:`${e?"disabled":""} ${h?"error":""}`,children:[t.jsx("input",{"aria-hidden":!1,"aria-invalid":h?"true":"false","aria-label":r,"aria-required":a,autoComplete:"off","data-testid":`${r}-input`,disabled:e,id:r,name:r,onKeyDown:N,placeholder:i,ref:z,type:"tel",value:I,...l==null?void 0:l(r,{required:a,onChange:T})}),h?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:g.palette.error[500],iconSize:"lg"}):void 0]}),w&&le.createPortal(t.jsx(Lr,{ref:C.setFloating,style:k,children:re.map(H=>{const{dialCode:M,iso2:q,name:de}=f.M(H);return t.jsxs(Ar,{onClick:K(q),value:q,children:[t.jsx(f.q,{iso2:q,size:"16px"}),t.jsx(Pr,{children:de}),t.jsx(E,{color:g.palette.gray[400],size:"md",textAlign:"end",children:"+"+M})]},q)})}),document.getElementById("modal-wrapper")??document.getElementById("root")??document.body)]})})},Mr=({disabled:e=!1,error:n,helpLink:o,helpLinkText:r,helpText:i,isTouched:a,isValid:l,label:s,name:c="input-text",id:d,maskValue:p=!1,maxLength:g,onBlur:x,placeholder:h,register:b,required:w,rows:$,tooltip:j,watch:v,weight:C,value:k})=>{const z=y.useTheme(),I=(v==null?void 0:v(c))??k,T=l&&a&&!e,S=e?void 0:n;return t.jsx(U,{disabled:e,error:S,helpLink:o,helpLinkText:r,helpText:i,htmlFor:c,label:s,maxLength:g,required:w,tooltip:j,value:I?String(I):void 0,weight:C,children:t.jsxs(oe,{className:`
|
|
1495
1478
|
${e?"disabled":""} ${S?"error":""} ${T?"success":""}
|
|
1496
|
-
`,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":S?"true":"false","aria-label":c,"aria-required":w,className:p?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:g,placeholder:h,rows:$,value:I,...b==null?void 0:b(c,{required:w,onBlur:x})}),S?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:z.palette.error[500],iconSize:"lg"}):void 0,T?t.jsx(D,{icon:"check-circle",iconClass:"success-icon",iconColor:z.palette.success[500],iconSize:"lg"}):void 0]})})},
|
|
1479
|
+
`,children:[t.jsx("textarea",{"aria-hidden":!1,"aria-invalid":S?"true":"false","aria-label":c,"aria-required":w,className:p?"sr-block":"","data-testid":`${c}-text-area`,disabled:e,id:d??c,maxLength:g,placeholder:h,rows:$,value:I,...b==null?void 0:b(c,{required:w,onBlur:x})}),S?t.jsx(D,{icon:"exclamation-circle",iconClass:"error-icon",iconColor:z.palette.error[500],iconSize:"lg"}):void 0,T?t.jsx(D,{icon:"check-circle",iconClass:"success-icon",iconColor:z.palette.success[500],iconSize:"lg"}):void 0]})})},Wr=({control:e,description:n,disabled:o,id:r,items:i,align:a,inputType:l="text",inputNumberProps:s,minHeight:c,minWidth:d,name:p,placeholder:g,textAlign:x,tooltip:h,title:b,value:w,isTouched:$,isValid:j,error:v,onChange:C,register:k,setValue:z,watch:I})=>{const T=u.useMemo(()=>{if(l==="text")return t.jsx(Me,{disabled:o,error:v,isTouched:$,isValid:j,name:p,placeholder:g,register:k});if(l==="date")return t.jsx(Gt,{disabled:o,error:v,name:p,register:k,setValue:z,watch:I});if(l==="select"&&i)return t.jsx(st,{control:e,disabled:o,items:i,name:p,placeholder:g,value:w});const{decimalPlaces:S,max:L,min:N}=s??{};return t.jsx(Jt,{decimalPlaces:S,disabled:o,error:v,max:L,min:N,name:p,onChange:C,placeholder:g,register:k,setValue:z,value:w,watch:I})},[e,o,v,s,l,$,j,i,p,C,g,k,z,w,I]);return t.jsxs(Zo,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(Le,{description:n,id:r,textAlign:x,title:b,tooltip:h}),T]})},en=({options:e,title:n,checkboxesName:o,defaultBgColor:r,defaultCollapsed:i,onChange:a})=>{const l=y.useTheme(),[s,c]=u.useState(i??!1),d=u.useCallback(()=>{c(p=>!p)},[]);return t.jsxs(m,{"aria-label":n,bgColor:s&&!r?l.palette.gray[50]:l.palette.white,border:"1px solid"+l.palette.gray[300],borderRadius:"8px",display:"inline-flex",flexDirection:"column",gap:.625,px:.75,py:.625,role:"region",width:"100%",children:[t.jsxs(m,{alignItems:"center",cursor:"pointer",display:"flex",onClick:d,children:[t.jsx(E,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:n}),t.jsx(D,{icon:s?"chevron-up":"chevron-down",iconColor:l.palette.gray[400],iconSize:"lg"})]}),s?t.jsx(m,{display:"flex",gap:.75,wrap:"wrap",children:e.map(p=>t.jsx(m,{bgColor:l.palette.white,border:"1px solid",borderColor:l.palette.gray[300],borderRadius:l.spacing[.25],px:.5,py:.5,children:t.jsx(ie,{checked:p.visible,disabled:p.locked,label:p.name,name:`${o}-${p.name}`,onChange:a,value:p.name})},p.name))}):void 0]})},Hr=ce.default.div`
|
|
1497
1480
|
display: flex;
|
|
1498
1481
|
align-self: flex-start;
|
|
1499
1482
|
margin-left: auto;
|
|
1500
1483
|
width: 40px;
|
|
1501
1484
|
height: auto;
|
|
1502
|
-
`,
|
|
1485
|
+
`,tn=(e,n)=>{const[r,i]=u.useState(0),[a,l]=u.useState(0);return u.useEffect(()=>{a===100&&(()=>{i(c=>c===n-1?0:c+1)})()},[a,n]),u.useEffect(()=>{const s=setInterval(()=>{l(c=>c===100?0:c+1)},e);return()=>{clearInterval(s)}},[e]),{cycle:r,progress:a,setCycle:i,setProgress:l}},nn=({publicId:e,format:n="webp"})=>{const o=u.useMemo(()=>new f.Cloudinary({cloud:{cloudName:"fluid-attacks"}}),[]);return u.useMemo(()=>o.image(e).format(n),[o,e,n])},Te=e=>{const[n,o]=u.useState(!1),r=u.useCallback(()=>{o(!0)},[]),i=u.useCallback(()=>{o(!1)},[]),a=u.useCallback(()=>{o(l=>!l)},[]);return{close:i,isOpen:n,name:e,open:r,setIsOpen:o,toggle:a}},Br=e=>e.reduce((n,o)=>({...n,[o.id]:o.visible}),{}),on=({name:e,items:n,columnOrder:o,setColumnOrder:r,setColumnVisibility:i})=>{const a=u.useMemo(()=>[...n.filter(({locked:g})=>g).map(({locked:g,...x})=>({...x,visible:!0,locked:g})),...n.filter(({locked:g})=>!g)],[n]),[l,s]=u.useState(a),c=u.useCallback(g=>{const x=g.filter(({locked:$})=>!$),b=[...g.filter(({locked:$})=>$),...x],w=b.map(({name:$})=>$);s($=>[...b,...$.filter(({name:j})=>!w.includes(j))]),r&&r(b.map(({id:$})=>$))},[r]),d=u.useCallback(()=>{const g=l.map(x=>({...x,visible:x.locked||((o==null?void 0:o.includes(x.id))??!1)})).toSorted((x,h)=>{if(x.locked&&!h.locked)return-1;if(!x.locked&&h.locked)return 1;if(Number(h.visible)!==Number(x.visible))return Number(h.visible)-Number(x.visible);const b=(o==null?void 0:o.indexOf(x.id))??0,w=(o==null?void 0:o.indexOf(h.id))??0;return b-w});i==null||i(Br(g)),c(g)},[l,o,c,i]),p=u.useMemo(()=>f.some(l,g=>((o==null?void 0:o.includes(g.id))??!1)!==g.visible),[l,o]);return{setColumns:c,resetToDefault:d,columns:l,...Te(e),hasChanged:p}},ct=(e,n)=>u.useMemo(()=>f._.debounce(e,n),[e,n]),_r=e=>{const[n,o]=u.useState(),r=ct(i=>{o(i)},(e==null?void 0:e.debounceWait)??300);return[n,r]},Vr=({alt:e="img",height:n="",width:o="",plugins:r=[f.lazyload(),f.placeholder()],publicId:i})=>{const a=nn({publicId:i});return t.jsx(f.AdvancedImage,{alt:e,cldImg:a,height:n,plugins:r,width:o})},ne=nt.default.memo(Vr),Ur=y.styled.label`
|
|
1503
1486
|
${({theme:e})=>`
|
|
1504
1487
|
align-items: center;
|
|
1505
1488
|
display: flex;
|
|
1506
1489
|
color: ${e.palette.gray[600]};
|
|
1507
1490
|
cursor: pointer;
|
|
1508
1491
|
font-family: ${e.typography.type.primary};
|
|
1509
|
-
font-size: ${e.typography.text.
|
|
1492
|
+
font-size: ${e.typography.text.md};
|
|
1510
1493
|
font-weight: ${e.typography.weight.regular};
|
|
1511
1494
|
gap: ${e.spacing[.5]};
|
|
1512
|
-
line-height: ${e.
|
|
1495
|
+
line-height: ${e.spacing[1.25]};
|
|
1513
1496
|
text-align: left;
|
|
1514
1497
|
position: relative;
|
|
1515
1498
|
|
|
@@ -1578,7 +1561,7 @@
|
|
|
1578
1561
|
}
|
|
1579
1562
|
|
|
1580
1563
|
`}
|
|
1581
|
-
`,
|
|
1564
|
+
`,Gr=y.styled.span.attrs({className:"checkmark"})``,dt=u.forwardRef(function({checked:n,disabled:o=!1,label:r,name:i,onChange:a,onClick:l,value:s,...c},d){return t.jsxs(Ur,{"aria-disabled":o,"aria-label":r??i,role:"radiogroup",children:[t.jsx("input",{"aria-checked":n,"aria-disabled":o,"aria-label":r??i,checked:n,disabled:o,name:i,onChange:a,onClick:l,ref:d,type:"radio",value:s,...c}),t.jsx(Gr,{}),r??null]})}),Yr=({alt:e,customDescription:n,imageId:o,icon:r,selectorProps:i,onClick:a,register:l,bgColor:s,title:c,isATag:d=!1,width:p="fit-content"})=>{const g=y.useTheme();return t.jsxs(m,{alignItems:"center",bgColor:s??"",border:`1px solid ${g.palette.gray[200]}`,borderColorHover:g.palette.gray[600],borderRadius:g.spacing[.25],display:"inline-flex",pr:d?1:0,shadowHover:"md",width:p,children:[t.jsxs(m,{display:"inline-flex",padding:[1,1,1,1],children:[t.jsx(m,{alignSelf:"start",display:"flex",width:"fit-content",children:t.jsx(dt,{defaultChecked:i.defaultChecked,name:i.name,onClick:a,value:i.value,...l==null?void 0:l(i.name)})}),t.jsxs(m,{alignItems:"center",display:"flex",gap:.5,justify:"space-between",ml:1,mr:1,width:"100%",children:[!d&&o!==void 0&&t.jsx(ne,{alt:e??"card image",height:"32px",publicId:o,width:"32px"}),r===void 0?void 0:t.jsx(D,{icon:r,iconSize:"xl",iconType:"fa-light"}),t.jsxs(m,{display:"flex",flexDirection:"column",width:"100%",children:[t.jsx(E,{color:g.palette.gray[800],fontWeight:"bold",size:"md",children:c}),n===void 0?void 0:t.jsx(m,{children:n})]})]})]}),d&&t.jsx(Hr,{children:t.jsx(ne,{alt:e??"tag image",height:"40px",publicId:o??"tag image",width:"40px"})})]})},ge=y.styled.div`
|
|
1582
1565
|
${({theme:e})=>`
|
|
1583
1566
|
align-items: center;
|
|
1584
1567
|
background-color: ${e.palette.gray[200]};
|
|
@@ -1590,7 +1573,7 @@
|
|
|
1590
1573
|
transition: 0.2s;
|
|
1591
1574
|
width: 36px;
|
|
1592
1575
|
`}
|
|
1593
|
-
`,
|
|
1576
|
+
`,Kr=y.styled.div`
|
|
1594
1577
|
${({theme:e})=>`
|
|
1595
1578
|
background-color: ${e.palette.white};
|
|
1596
1579
|
border-radius: 50%;
|
|
@@ -1601,7 +1584,7 @@
|
|
|
1601
1584
|
width: ${e.spacing[1]};
|
|
1602
1585
|
z-index: 1;
|
|
1603
1586
|
`}
|
|
1604
|
-
`,
|
|
1587
|
+
`,Zr=y.styled.label`
|
|
1605
1588
|
display: inline-block;
|
|
1606
1589
|
|
|
1607
1590
|
input {
|
|
@@ -1628,22 +1611,22 @@
|
|
|
1628
1611
|
background-color: ${({theme:e})=>e.palette.gray[200]};
|
|
1629
1612
|
border: 1px solid ${({theme:e})=>e.palette.gray[200]};
|
|
1630
1613
|
}
|
|
1631
|
-
`,
|
|
1614
|
+
`,rn=u.forwardRef(function({defaultChecked:n,disabled:o=!1,justify:r,name:i,leftDescription:a,leftDescriptionMinWidth:l,rightDescription:s,onChange:c,...d},p){const g=n===!0?"on":"off",x=typeof a=="object"&&a.on&&a.off?a[g]:a,h=u.useCallback(b=>{b.stopPropagation()},[]);return t.jsxs(m,{alignItems:"center",display:"flex",fontSize:"14px",gap:.75,justify:r,children:[t.jsx(m,{minWidth:l,children:x}),t.jsxs(Zr,{onClick:h,role:"switch",children:[t.jsx("input",{...d,"aria-disabled":o,"aria-label":i,checked:n===!0,disabled:o,name:i,onChange:c,ref:p,type:"checkbox"}),t.jsx(ge,{"aria-label":"Toggle Switch",id:`${i}Toggle`,children:t.jsx(Kr,{})})]}),s]})}),qr=({id:e,title:n,toggles:o,minWidth:r="auto",height:i="auto"})=>{const a=y.useTheme();return t.jsxs(m,{alignItems:"center",bgColor:a.palette.white,border:`1px solid ${a.palette.gray[200]}`,borderRadius:a.spacing[.25],display:"flex",flexDirection:"column",gap:.5,height:i,justify:"center",minHeight:"100px",minWidth:r,padding:[1.25,1.25,1.25,1.25],children:[t.jsx(Le,{id:e,title:n}),t.jsx(m,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:o.map(l=>t.jsx(rn,{...l},`$card-toggle-${l.name}`))})]})},Xr=({description:e,height:n="auto",leftIconName:o,children:r,rightIconName:i,title:a,tooltipId:l,tooltipTip:s,tooltipPlace:c="bottom",variant:d="centered",width:p="318px"})=>{const g=y.useTheme(),x=d==="centered",h=l&&s?t.jsx(V,{display:"flex",icon:i??o,iconColor:g.palette.gray[800],id:l,place:c,tip:s}):void 0;return t.jsxs(m,{alignItems:x?"center":"flex-start",bgColor:g.palette.gray[50],border:`1px solid ${g.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:x?"column":"column-reverse",gap:.5,height:n,justify:"center",padding:[1.25,1.25,1.25,1.25],width:p,children:[t.jsxs(m,{alignItems:"center",display:"flex",gap:.5,children:[x||f.isUndefined(o)?void 0:h,t.jsx(E,{color:x?g.palette.gray[800]:g.palette.gray[400],size:"md",textAlign:x?"center":"start",children:e}),x||f.isUndefined(i)?void 0:h]}),t.jsxs(m,{alignItems:"center",display:"flex",gap:.5,children:[x&&!f.isUndefined(o)?h:void 0,t.jsxs("div",{style:{display:"flex",gap:"12px"},children:[f.isUndefined(a)?void 0:t.jsx(J,{fontWeight:"bold",size:"sm",children:a}),r]}),x&&!f.isUndefined(i)?h:void 0]})]})},Jr=.5,Ct=1.25,Qr=({children:e,bgColor:n,border:o,gap:r=Jr,px:i=Ct,py:a=Ct,...l})=>{const s=y.useTheme();return t.jsx(m,{bgColor:n??s.palette.white,border:o??`1px solid ${s.palette.gray[200]}`,borderRadius:"4px",display:"inline-flex",flexDirection:"column",gap:r,px:i,py:a,...l,children:e})},ei=y.styled.div`
|
|
1632
1615
|
position: relative;
|
|
1633
1616
|
margin: auto;
|
|
1634
1617
|
overflow: hidden;
|
|
1635
|
-
`,
|
|
1618
|
+
`,ti=y.styled.div`
|
|
1636
1619
|
display: flex;
|
|
1637
1620
|
transition: transform 0.5s ease-in-out;
|
|
1638
1621
|
transform: translateX(
|
|
1639
1622
|
${({$currentIndex:e})=>-e*100}%
|
|
1640
1623
|
);
|
|
1641
|
-
`,
|
|
1624
|
+
`,ni=y.styled.div`
|
|
1642
1625
|
align-items: center;
|
|
1643
1626
|
display: flex;
|
|
1644
1627
|
justify-content: center;
|
|
1645
1628
|
min-width: 100%;
|
|
1646
|
-
`,
|
|
1629
|
+
`,oi=y.styled.button`
|
|
1647
1630
|
${({theme:e,$isActive:n})=>`
|
|
1648
1631
|
background-color: ${n?e.palette.primary[400]:e.palette.white};
|
|
1649
1632
|
border: none;
|
|
@@ -1652,18 +1635,18 @@
|
|
|
1652
1635
|
height: ${e.spacing[.75]};
|
|
1653
1636
|
width: ${e.spacing[.75]};
|
|
1654
1637
|
`}
|
|
1655
|
-
`,
|
|
1638
|
+
`,ri=y.styled.div`
|
|
1656
1639
|
align-items: center;
|
|
1657
1640
|
display: flex;
|
|
1658
1641
|
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1659
1642
|
justify-content: center;
|
|
1660
1643
|
margin-top: ${({theme:e})=>e.spacing[2]};
|
|
1661
|
-
`,
|
|
1644
|
+
`,ii=({slides:e,interval:n=300})=>{const{cycle:o,setCycle:r,setProgress:i}=tn(n,e.length),a=u.useCallback(l=>()=>{r(l),i(0)},[r,i]);return t.jsxs(ei,{"aria-roledescription":"carousel",children:[t.jsx(ti,{$currentIndex:o,children:e.map((l,s)=>{const c=`slide-${s}`;return t.jsx(ni,{"aria-label":c,"aria-roledescription":"slide",children:l.content},c)})}),t.jsx(ri,{children:e.map((l,s)=>{const c=`nav-button-${s}`;return t.jsx(oi,{$isActive:s===o,"aria-label":`Go to slide ${s+1}`,"data-testid":s===o?"active":"inactive",onClick:a(s)},c)})})]})},an=y.styled.div`
|
|
1662
1645
|
${({theme:e})=>`
|
|
1663
1646
|
background-color: ${e.palette.gray[100]};
|
|
1664
1647
|
border-radius: ${e.spacing[.25]};
|
|
1665
1648
|
display: inline-flex;
|
|
1666
|
-
padding: ${e.spacing[1]};
|
|
1649
|
+
padding-right: ${e.spacing[1]};
|
|
1667
1650
|
position: relative;
|
|
1668
1651
|
width: fit-content;
|
|
1669
1652
|
|
|
@@ -1674,7 +1657,7 @@
|
|
|
1674
1657
|
.line-highlight {
|
|
1675
1658
|
background: hsl(354deg 100% 85% / 40%);
|
|
1676
1659
|
font-family: ${e.typography.type.mono};
|
|
1677
|
-
font-size: ${e.typography.text.
|
|
1660
|
+
font-size: ${e.typography.text.md};
|
|
1678
1661
|
line-height: ${e.spacing[1]};
|
|
1679
1662
|
color: ${e.palette.black} !important;
|
|
1680
1663
|
border-radius: ${e.spacing[1]};
|
|
@@ -1712,7 +1695,7 @@
|
|
|
1712
1695
|
pre code {
|
|
1713
1696
|
color: #161616;
|
|
1714
1697
|
font-family: ${e.typography.type.mono};
|
|
1715
|
-
font-size: ${e.typography.text.
|
|
1698
|
+
font-size: ${e.typography.text.md};
|
|
1716
1699
|
line-height: ${e.spacing[1]};
|
|
1717
1700
|
}
|
|
1718
1701
|
|
|
@@ -1734,7 +1717,7 @@
|
|
|
1734
1717
|
padding-bottom: unset;
|
|
1735
1718
|
}
|
|
1736
1719
|
`}
|
|
1737
|
-
`,
|
|
1720
|
+
`,ai=y.styled.div`
|
|
1738
1721
|
${({theme:e})=>`
|
|
1739
1722
|
align-items: end;
|
|
1740
1723
|
background-color: ${e.palette.gray[100]};
|
|
@@ -1743,19 +1726,16 @@
|
|
|
1743
1726
|
justify-content: space-between;
|
|
1744
1727
|
min-width: 103px;
|
|
1745
1728
|
margin-right: ${e.spacing[1]};
|
|
1746
|
-
padding-top: ${e.spacing[1]};
|
|
1747
|
-
padding-bottom: ${e.spacing[1]};
|
|
1748
1729
|
position: relative;
|
|
1749
|
-
padding-left: unset;
|
|
1750
1730
|
|
|
1751
1731
|
button:hover:not([disabled]) {
|
|
1752
1732
|
background-color: ${e.palette.gray[200]};
|
|
1753
1733
|
}
|
|
1754
1734
|
`}
|
|
1755
|
-
`,
|
|
1735
|
+
`,sn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:o})=>(u.useEffect(()=>{f.prismExports.highlightAll()},[]),t.jsx(an,{"data-private":!0,children:t.jsx("pre",{className:"line-highlight","data-line-offset":f._.isNil(n)||f._.isString(n)?0:n.offset+.7,...o!==void 0?{"data-line":String(Number(o))}:{},children:f._.isNil(n)||f._.isString(n)||f._.isEmpty(n.content)?t.jsx("div",{className:"no-data",children:t.jsx("p",{children:e})}):t.jsx("code",{className:"language-none",children:n.content})})})),si=({noCodeMessage:e="Code snippet not available",snippet:n,specific:o,variant:r="normal",expanded:i=!1})=>{const a=y.useTheme(),[l,s]=u.useState(!1),[c,d]=u.useState(!0),p=u.useCallback(()=>{s(b=>!b)},[s]),g=u.useCallback(()=>{if(f._.isNil(n)||f._.isEmpty(n)||!f._.isString(n))return d(!1),e;const b=n.split(`
|
|
1756
1736
|
`);return b.length>8&&!l?`${[...b].splice(0,7).join(`
|
|
1757
1737
|
`)}
|
|
1758
|
-
${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(async()=>{await navigator.clipboard.writeText(x)},[x]);return
|
|
1738
|
+
${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(async()=>{await navigator.clipboard.writeText(x)},[x]);return r==="location"?t.jsx(sn,{noCodeMessage:e,snippet:n,specific:o}):t.jsxs(m,{bgColor:a.palette.gray[100],borderRadius:"4px",display:"inline-flex",justify:i?"space-between":"center",minWidth:"565px",position:"relative",px:1,py:1,width:i?"100%":"fit-content",children:[t.jsx(an,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:x})})}),t.jsxs(ai,{children:[t.jsx(W,{height:a.spacing[2.5],icon:"copy",iconColor:a.palette.gray[700],iconSize:"lg",iconType:"fa-light",onClick:h,variant:"ghost",width:a.spacing[2.5]}),c?t.jsxs(O,{onClick:p,variant:"ghost",children:[l?"Show Less":"Show more",t.jsx(D,{icon:l?"chevron-up":"chevron-down",iconColor:a.palette.gray[700],iconSize:"sm",iconType:"fa-light",ml:.25,onClick:h})]}):!1]})]})},{getVariant:li}=X(e=>({fixed:`
|
|
1759
1739
|
height: auto;
|
|
1760
1740
|
min-width: 300px;
|
|
1761
1741
|
padding: ${e.spacing[1.25]};
|
|
@@ -1778,13 +1758,13 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1778
1758
|
@media screen and (min-width: ${e.breakpoints.sm}) {
|
|
1779
1759
|
width: 32%;
|
|
1780
1760
|
}
|
|
1781
|
-
`})),
|
|
1761
|
+
`})),ln=y.styled.div.attrs({className:"comp-modal fixed inset-0 overflow-auto"})`
|
|
1782
1762
|
align-items: center;
|
|
1783
1763
|
background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
|
|
1784
1764
|
display: flex;
|
|
1785
1765
|
justify-content: center;
|
|
1786
1766
|
z-index: 99999;
|
|
1787
|
-
`,
|
|
1767
|
+
`,pt=y.styled(m)`
|
|
1788
1768
|
${({theme:e,$size:n})=>`
|
|
1789
1769
|
background-color: ${e.palette.white};
|
|
1790
1770
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -1792,16 +1772,16 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1792
1772
|
color: ${e.palette.gray[800]};
|
|
1793
1773
|
display: flex;
|
|
1794
1774
|
font-family: ${e.typography.type.primary};
|
|
1795
|
-
font-size: ${e.typography.text.
|
|
1775
|
+
font-size: ${e.typography.text.md};
|
|
1796
1776
|
max-height: 80%;
|
|
1797
1777
|
min-height: minmax(content-fit, 32%);
|
|
1798
1778
|
box-shadow: ${e.shadows.lg};
|
|
1799
1779
|
margin: auto;
|
|
1800
1780
|
white-space: pre-line;
|
|
1801
1781
|
|
|
1802
|
-
${
|
|
1782
|
+
${li(e,n)}
|
|
1803
1783
|
`}
|
|
1804
|
-
`,
|
|
1784
|
+
`,ci=y.styled.div`
|
|
1805
1785
|
${({theme:e})=>`
|
|
1806
1786
|
background-color: ${e.palette.white};
|
|
1807
1787
|
border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
|
|
@@ -1829,7 +1809,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1829
1809
|
}
|
|
1830
1810
|
}
|
|
1831
1811
|
`}
|
|
1832
|
-
`,
|
|
1812
|
+
`,di=y.styled.div`
|
|
1833
1813
|
border-radius: ${({theme:e})=>`${e.spacing[.25]} ${e.spacing[.25]} 0 0`};
|
|
1834
1814
|
display: block;
|
|
1835
1815
|
overflow: unset;
|
|
@@ -1839,7 +1819,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1839
1819
|
padding: ${({theme:e})=>`${e.spacing[1.25]}`};
|
|
1840
1820
|
padding-bottom: ${({theme:e})=>`${e.spacing[1.5]}`};
|
|
1841
1821
|
position: sticky;
|
|
1842
|
-
`,
|
|
1822
|
+
`,pi=y.styled.div.attrs({className:"flex items-center justify-between"})``,gi=y.styled.div`
|
|
1843
1823
|
${({theme:e})=>`
|
|
1844
1824
|
border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
|
|
1845
1825
|
display: flex;
|
|
@@ -1870,7 +1850,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1870
1850
|
margin-right: 0;
|
|
1871
1851
|
}
|
|
1872
1852
|
`}
|
|
1873
|
-
`,
|
|
1853
|
+
`,ui=y.styled.div`
|
|
1874
1854
|
img {
|
|
1875
1855
|
margin: 0 calc(-${({theme:e})=>e.spacing[1.25]} - 1px)
|
|
1876
1856
|
${({theme:e})=>e.spacing[1.25]};
|
|
@@ -1886,11 +1866,11 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1886
1866
|
margin-right: 0;
|
|
1887
1867
|
`:""}
|
|
1888
1868
|
}
|
|
1889
|
-
`,
|
|
1869
|
+
`,cn=({alert:e,modalRef:n,confirmButton:o=void 0,cancelButton:r=void 0})=>{const{close:i}=n,a=u.useCallback(()=>{r!=null&&r.onClick&&r.onClick(),i()},[r,i]),l=u.useCallback(()=>{o!=null&&o.onClick&&o.onClick(),i()},[o,i]);return[o,r].some(c=>!f.lodashExports.isEmpty(c))?t.jsxs(m,{display:"flex",flexDirection:"column",gap:.625,position:"sticky",px:1.25,py:1.25,children:[e,t.jsx(gi,{children:t.jsxs("div",{children:[r&&t.jsx(O,{id:r.id,onClick:a,variant:"tertiary",width:"100%",children:r.text}),o&&t.jsx(O,{id:o.id,onClick:l,variant:"primary",width:"100%",children:o.text})]})})]}):null},dn=({title:e,description:n,modalRef:o,otherActions:r,onClose:i})=>{const a=y.useTheme(),l=u.useCallback(()=>{i==null||i(),o.close()},[o,i]);return u.useEffect(()=>{const s=c=>{c.key==="Escape"&&l()};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[l]),t.jsxs(di,{children:[t.jsxs(pi,{children:[typeof e=="string"?t.jsx(J,{fontWeight:"bold",mr:1,size:"sm",wordBreak:"break-word",children:e}):e,t.jsxs("div",{className:"items-center flex gap-3",children:[r,t.jsx(W,{icon:"close",iconColor:a.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:l,px:.25,py:.25,variant:"ghost"})]})]}),n&&f.lodashExports.isString(n)&&!f.lodashExports.isEmpty(n)?t.jsx(E,{mt:.5,size:"md",children:n}):void 0,n&&!f.lodashExports.isString(n)&&t.jsx(he,{display:"block",mt:.5,size:"md",children:n})]})},pn=({disabled:e,id:n="modal-confirm",onCancel:o,onConfirm:r="submit",txtCancel:i,txtConfirm:a})=>{const l=r==="submit";return t.jsxs(m,{display:"flex",gap:.75,id:"footer",maxWidth:o?"392px":"190px",mt:1.5,children:[o?t.jsx(O,{id:`${n}-cancel`,justify:"center",onClick:o,variant:"tertiary",width:"100%",children:i??"Cancel"}):void 0,t.jsx(O,{disabled:e,id:n,justify:"center",onClick:l?void 0:r,type:l?"submit":"button",variant:"primary",width:"100%",children:a??"Confirm"})]})},xi=(e,n,o)=>o?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",hi=y.styled.div`
|
|
1890
1870
|
display: flex;
|
|
1891
1871
|
flex-direction: row;
|
|
1892
1872
|
gap: ${({theme:e})=>e.spacing[.25]};
|
|
1893
|
-
border-bottom: ${({theme:e,$borderButton:n,$variant:o})=>
|
|
1873
|
+
border-bottom: ${({theme:e,$borderButton:n,$variant:o})=>xi(e,o,n)};
|
|
1894
1874
|
align-items: center;
|
|
1895
1875
|
padding: ${({theme:e})=>e.spacing[.625]}
|
|
1896
1876
|
${({theme:e})=>e.spacing[.5]};
|
|
@@ -1906,7 +1886,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1906
1886
|
background: transparent;
|
|
1907
1887
|
color: ${({theme:e})=>e.palette.gray[800]};
|
|
1908
1888
|
font-family: ${({theme:e})=>e.typography.type.primary};
|
|
1909
|
-
font-size: ${({theme:e})=>e.typography.text.
|
|
1889
|
+
font-size: ${({theme:e})=>e.typography.text.md};
|
|
1910
1890
|
display: flex;
|
|
1911
1891
|
font-weight: ${({theme:e})=>e.typography.weight.regular};
|
|
1912
1892
|
position: relative;
|
|
@@ -1929,34 +1909,14 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1929
1909
|
}
|
|
1930
1910
|
}
|
|
1931
1911
|
}
|
|
1932
|
-
`,
|
|
1933
|
-
${({theme:e,$variant:n,$numberIndicator:o})=>{const i=o!=null&&o>0;return`
|
|
1934
|
-
align-items: center;
|
|
1935
|
-
background: ${n==="error"?e.palette.primary[400]:e.palette.warning[500]};
|
|
1936
|
-
border-radius: ${i?"100px":"100%"};
|
|
1937
|
-
font-family: ${e.typography.type.primary};
|
|
1938
|
-
justify-content: center;
|
|
1939
|
-
padding: 2px 4px;
|
|
1940
|
-
position: absolute;
|
|
1941
|
-
z-index: 11;
|
|
1942
|
-
min-width: ${i?e.spacing[1.25]:e.spacing[.5]};
|
|
1943
|
-
height: ${i?"14px":e.spacing[.5]}};
|
|
1944
|
-
`}}
|
|
1945
|
-
`,hr=y.styled.div`
|
|
1946
|
-
align-items: center;
|
|
1947
|
-
color: ${({theme:e})=>e.palette.white};
|
|
1948
|
-
display: flex;
|
|
1949
|
-
font-size: 12px;
|
|
1950
|
-
font-weight: ${({theme:e})=>e.typography.weight.regular};
|
|
1951
|
-
justify-content: center;
|
|
1952
|
-
`,dn=u.forwardRef(function({numberIndicator:n,show:o,variant:i="error",...r},a){return t.jsx(xr,{$numberIndicator:n,$variant:i,className:o?"flex":"hidden","data-testid":"notification-sign",ref:a,...r,children:n&&t.jsx(hr,{children:n<=9?n:9})})}),pn=({end:e=!1,label:n,id:o,isActive:i=!1,link:r,notificationSign:a,onClick:l,tooltip:s="",variant:c="primary",tag:d})=>{const{pathname:p}=Ue.useLocation(),g=i||(c==="primary"?p.includes(r):p.endsWith(r));return t.jsx(V,{display:"flex",id:`${o}-tooltip`,tip:s,children:t.jsxs(ur,{$borderButton:g,$variant:c,children:[t.jsxs(Ue.NavLink,{end:e,id:o,onClick:l,to:r,children:[n,t.jsx(dn,{left:a==null?void 0:a.left,numberIndicator:a==null?void 0:a.numberIndicator,show:a==null?void 0:a.show,top:a==null?void 0:a.top,variant:a==null?void 0:a.variant})]}),d===void 0?null:t.jsx(Y,{tagLabel:`${d}`,variant:"default"})]})})},pt=({items:e,borders:n=!0,box:o=!1,variant:i="primary"})=>{const r=y.useTheme();return t.jsx(m,{alignItems:"center",bgColor:r.palette.white,border:o?"1px solid":void 0,borderBottom:n?`1px solid ${r.palette.gray[300]}`:void 0,borderColor:o?r.palette.gray[200]:void 0,borderRadius:o?r.spacing[.25]:void 0,display:"inline-flex",gap:.25,id:"tablist",padding:o?[0,0,0,0]:void 0,pl:n?1.25:void 0,pr:n?1.25:void 0,role:"tablist",width:o?"max-content":"100%",children:e.map(({end:a,id:l,isActive:s,link:c,label:d,notificationSign:p,onClick:g,tag:x,tooltip:h})=>t.jsx(pn,{end:a,id:l,isActive:s,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:i},l))})},ae=u.forwardRef(function({color:n=R.palette.gray[100],mt:o=.5,mb:i=.5,width:r,...a},l){return t.jsx(m,{as:"hr",borderTop:`1px solid ${n}`,mb:i,mt:o,ref:l,width:r??"100%",...a})}),fr=y.styled.li`
|
|
1912
|
+
`,gn=({end:e=!1,label:n,id:o,isActive:r=!1,link:i,notificationSign:a,onClick:l,tooltip:s="",variant:c="primary",tag:d})=>{const{pathname:p}=Ge.useLocation(),g=r||(c==="primary"?p.includes(i):p.endsWith(i));return t.jsx(V,{display:"flex",id:`${o}-tooltip`,tip:s,children:t.jsxs(hi,{$borderButton:g,$variant:c,children:[t.jsx(Ge.NavLink,{end:e,id:o,onClick:l,to:i,children:n}),t.jsx(Ee,{left:a==null?void 0:a.left,numberIndicator:a==null?void 0:a.numberIndicator,show:a==null?void 0:a.show,top:a==null?void 0:a.top,variant:a==null?void 0:a.variant}),d===void 0?null:t.jsx(Y,{tagLabel:`${d}`,variant:"default"})]})})},gt=({items:e,borders:n=!0,box:o=!1,variant:r="primary"})=>{const i=y.useTheme();return t.jsx(m,{alignItems:"center",bgColor:i.palette.white,border:o?"1px solid":void 0,borderBottom:n?`1px solid ${i.palette.gray[300]}`:void 0,borderColor:o?i.palette.gray[200]:void 0,borderRadius:o?i.spacing[.25]:void 0,display:"inline-flex",gap:.25,id:"tablist",padding:o?[0,0,0,0]:void 0,pl:n?1.25:void 0,pr:n?1.25:void 0,role:"tablist",width:o?"max-content":"100%",children:e.map(({end:a,id:l,isActive:s,link:c,label:d,notificationSign:p,onClick:g,tag:x,tooltip:h})=>t.jsx(gn,{end:a,id:l,isActive:s,label:d,link:c,notificationSign:p,onClick:g,tag:x,tooltip:h,variant:r},l))})},ae=u.forwardRef(function({color:n=R.palette.gray[100],mt:o=.5,mb:r=.5,width:i,...a},l){return t.jsx(m,{as:"hr",borderTop:`1px solid ${n}`,mb:r,mt:o,ref:l,width:i??"100%",...a})}),fi=y.styled.li`
|
|
1953
1913
|
${({theme:e})=>`
|
|
1954
1914
|
align-items: center;
|
|
1955
1915
|
background-color: ${e.palette.white};
|
|
1956
1916
|
color: ${e.palette.gray[800]};
|
|
1957
1917
|
cursor: pointer;
|
|
1958
1918
|
display: flex;
|
|
1959
|
-
font-size: ${e.typography.text.
|
|
1919
|
+
font-size: ${e.typography.text.md};
|
|
1960
1920
|
font-weight: ${e.typography.weight.regular};
|
|
1961
1921
|
justify-content: space-between;
|
|
1962
1922
|
gap: ${e.spacing[.625]};
|
|
@@ -1996,7 +1956,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1996
1956
|
background-color: ${e.palette.gray[100]};
|
|
1997
1957
|
}
|
|
1998
1958
|
`}
|
|
1999
|
-
`,
|
|
1959
|
+
`,un=y.styled.ul`
|
|
2000
1960
|
${({theme:e})=>`
|
|
2001
1961
|
background-color: ${e.palette.white};
|
|
2002
1962
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -2007,7 +1967,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2007
1967
|
min-width: 240px;
|
|
2008
1968
|
padding: ${e.spacing[.25]} 0 ${e.spacing[.25]} 0;
|
|
2009
1969
|
`}
|
|
2010
|
-
`,Ie=({children:e,disabled:n=!1,icon:o,iconType:
|
|
1970
|
+
`,Ie=({children:e,disabled:n=!1,icon:o,iconType:r="fa-light",href:i,onClick:a,onClickIcon:l,onKeyDown:s,rightIcon:c,selected:d=!1,value:p,...g})=>{const h=y.useTheme().palette.gray[n?300:800],b=n?u.Children.map(e,w=>u.isValidElement(w)?u.cloneElement(w,{disabled:n,...w.props}):w):e;return t.jsxs(fi,{"aria-disabled":n,"aria-label":p,"aria-selected":d,"data-testid":p,onClick:a,onKeyDown:s,value:p,...g,children:[o!==void 0||p!==void 0?t.jsxs(m,{alignItems:"center",display:"flex",gap:.625,children:[o?t.jsx(D,{disabled:n,icon:o,iconColor:h,iconSize:"sm",iconType:r}):null,i===void 0?b:t.jsx(Q,{href:i,children:b})]}):null,d||c?t.jsx(D,{disabled:n,icon:c??"check",iconClass:"selected",iconColor:h,iconSize:"lg",iconType:r,onClick:l}):null]})},yi=ce.default(Ie)`
|
|
2011
1971
|
margin-top: 10px;
|
|
2012
1972
|
border: 1px solid ${({theme:e})=>e.palette.gray[300]};
|
|
2013
1973
|
border-radius: 4px;
|
|
@@ -2028,8 +1988,9 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2028
1988
|
|
|
2029
1989
|
${({$isDragging:e,theme:n})=>e?`
|
|
2030
1990
|
border: 2px solid ${n.palette.black};
|
|
1991
|
+
background-color: ${n.palette.white} !important;
|
|
2031
1992
|
`:""}
|
|
2032
|
-
`,
|
|
1993
|
+
`,xn=({items:e,onReorder:n,title:o,description:r,onClickClose:i})=>{const[a,l]=u.useState(null),s=u.useCallback(g=>()=>{i(g)},[i]),c=u.useCallback(g=>{l(g.name)},[]),d=u.useCallback(()=>{l(null)},[]),p=u.useCallback(g=>()=>{c(g)},[c]);return t.jsxs(f.ReorderGroup,{as:"div",axis:"y",layoutScroll:!0,onReorder:n,style:{height:"max-content",padding:"1.25rem 0",width:"45%"},values:e,children:[t.jsxs(m,{display:"flex",gap:.25,children:[t.jsx(J,{display:"flex",size:"xs",children:o}),t.jsx(Y,{priority:"high",tagLabel:String(e.filter(g=>g.visible).length),variant:"error"})]}),t.jsx(E,{size:"md",children:r}),e.map(g=>g.visible?t.jsx(f.ReorderItem,{as:"div",dragListener:!g.locked,item:g.name,onDragEnd:d,onDragStart:p(g),style:{zIndex:a===g.name?9999:"auto",position:a===g.name?"relative":"static"},value:g,children:t.jsx(yi,{$isDragging:a===g.name,disabled:g.locked,icon:"grip-vertical",iconType:"fa-light",label:g.name,onClickIcon:g.locked?void 0:s(g.id),rightIcon:g.locked?"lock":"close",selected:g.visible,value:g.name,children:g.name})},g.name):void 0)]})},bi=ce.default(Ie)`
|
|
2033
1994
|
padding: 7px 8px;
|
|
2034
1995
|
|
|
2035
1996
|
&[aria-selected="true"] {
|
|
@@ -2045,7 +2006,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2045
2006
|
display: none;
|
|
2046
2007
|
}
|
|
2047
2008
|
}
|
|
2048
|
-
`,
|
|
2009
|
+
`,hn=e=>e.reduce((o,r)=>r.group?o[r.group]?{...o,[r.group]:[...o[r.group],r]}:{...o,[r.group]:[r]}:o,{}),$i=y.styled.input`
|
|
2049
2010
|
${({theme:e})=>`
|
|
2050
2011
|
background: none;
|
|
2051
2012
|
border: none !important;
|
|
@@ -2053,7 +2014,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2053
2014
|
box-sizing: border-box;
|
|
2054
2015
|
color: ${e.palette.gray[800]};
|
|
2055
2016
|
font-family: ${e.typography.type.primary};
|
|
2056
|
-
font-size: ${e.typography.text.
|
|
2017
|
+
font-size: ${e.typography.text.md};
|
|
2057
2018
|
outline: none;
|
|
2058
2019
|
width: 100%;
|
|
2059
2020
|
|
|
@@ -2075,7 +2036,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2075
2036
|
display:none;
|
|
2076
2037
|
}
|
|
2077
2038
|
`}
|
|
2078
|
-
`,
|
|
2039
|
+
`,mi=y.styled.div`
|
|
2079
2040
|
${({theme:e})=>`
|
|
2080
2041
|
align-items: center;
|
|
2081
2042
|
background-color: ${e.palette.white};
|
|
@@ -2095,30 +2056,30 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2095
2056
|
border: 2px solid ${e.palette.black};
|
|
2096
2057
|
}
|
|
2097
2058
|
`}
|
|
2098
|
-
`,
|
|
2059
|
+
`,wi=y.styled.div`
|
|
2099
2060
|
${({theme:e})=>`
|
|
2100
2061
|
background-color: ${e.palette.white};
|
|
2101
2062
|
border-radius: ${e.spacing[.5]};
|
|
2102
2063
|
width: 250px;
|
|
2103
2064
|
`}
|
|
2104
|
-
`,se=({name:e,smallSearch:n=!1,onClear:o,onChange:
|
|
2065
|
+
`,se=({name:e,smallSearch:n=!1,onClear:o,onChange:r,value:i,...a})=>{const l=u.useRef(null),s=y.useTheme(),[c,d]=u.useState(!1),[p,g]=u.useState(i??""),{refs:x,floatingStyles:h}=f.useFloating$1(),b=u.useCallback(()=>{d(C=>!C)},[]),w=u.useCallback(C=>{C.key==="Enter"&&C.preventDefault()},[]),$=u.useCallback(C=>{g(C.target.value),r==null||r(C)},[r]),j=u.useCallback(()=>{g(""),o==null||o()},[o]);ee(x.floating.current,()=>{d(!1)},!0);const v=t.jsxs(mi,{children:[t.jsx(D,{icon:"magnifying-glass",iconColor:s.palette.gray[700],iconSize:"lg",iconType:"fa-light"}),t.jsx($i,{id:e,name:e,onChange:$,onKeyDown:w,ref:l,type:"search",value:p,...a}),!f.lodashExports.isEmpty(p)&&t.jsx(W,{icon:"xmark",iconColor:s.palette.gray[300],iconSize:"lg",iconType:"fa-light",onClick:j,px:.25,py:.25,type:"reset",variant:"ghost"})]});return n?t.jsxs(u.Fragment,{children:[t.jsx(W,{border:`1px solid ${s.palette.gray[300]} !important`,icon:"magnifying-glass",iconSize:"lg",iconType:"fa-light",onClick:b,ref:x.setReference,variant:"ghost"}),c?t.jsx(wi,{ref:x.setFloating,style:h,children:v}):void 0]}):v},fn=({columns:e,formId:n,onChangeHandler:o,variant:r})=>{const i=u.useRef(null),[a,l]=u.useState([]),[s,c]=u.useState(""),d=u.useCallback(g=>{const{value:x}=g.target;c(x)},[]),p=u.useCallback(()=>{i.current&&(i.current.reset(),c(""))},[i]);return u.useEffect(()=>{l(e.filter(g=>{var x;return r==="grouped"?g.name.toLowerCase().includes(s.toLowerCase())||((x=g.group)==null?void 0:x.includes(s.toLowerCase())):g.name.toLowerCase().includes(s.toLowerCase())}))},[e,s,r]),r==="grouped"?t.jsxs(m,{display:"flex",flexDirection:"column",gap:.625,height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:i,children:t.jsx(se,{name:"search",onChange:d,onClear:p,value:s})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{display:"flex",flexDirection:"column",gap:"0.625rem"},children:Object.entries(hn(a)).map(([g,x],h)=>{const b=`li-checkbox${g}`;return t.jsx(en,{checkboxesName:g,defaultBgColor:!0,defaultCollapsed:h===0,onChange:o,options:x,title:g},b)})})]}):t.jsxs(m,{height:"100%",id:"columns-buttons",py:1.25,width:"55%",children:[t.jsx("form",{id:"search-form",ref:i,children:t.jsx(se,{name:"search",onChange:d,onClear:p,value:s})}),t.jsx("form",{"data-testid":n,id:n,onReset:p,style:{paddingTop:"0.625rem"},children:a.map(g=>{const x=`li-checkbox-${g.name}`;return t.jsx(bi,{selected:g.visible,value:x,width:"content",children:t.jsx(ie,{checked:g.visible,disabled:g.locked,label:g.name,name:g.name,onChange:o,value:g.name})},x)})})]})},yn=({_containerId:e="portals",title:n,modalRef:o,variant:r})=>{const i=y.useTheme(),a=u.useRef(null),[l,s]=u.useState(void 0),c=u.useCallback(g=>{const{checked:x,value:h}=g.target,b=o.columns.map(w=>{var $;return w.name===h?(($=w.toggleVisibility)==null||$.call(w,x),{...w,visible:x}):w});o.setColumns(b)},[o]),d=u.useCallback(g=>{const x=o.columns.map(h=>{var b;return h.id===g?((b=h.toggleVisibility)==null||b.call(h,!1),{...h,visible:!1}):h});o.setColumns(x)},[o]),p=u.useCallback(()=>{var x;const g=(x=a.current)==null?void 0:x.scrollHeight;l!==g&&s(g)},[l]);return o.isOpen?le.createPortal(t.jsx(ln,{"aria-label":o.name,"aria-modal":"true",children:t.jsxs(pt,{$size:"md",flexDirection:"column",children:[t.jsxs(m,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(J,{size:"sm",children:n}),t.jsx(W,{icon:"close",iconColor:i.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:o.close,px:.25,py:.25,variant:"ghost"})]}),t.jsx(ae,{mb:0,mt:0}),t.jsxs(m,{display:"flex",gap:1.25,onScroll:p,px:1.25,ref:a,scroll:"y",width:"100%",children:[t.jsx(fn,{columns:o.columns,formId:"columns-visibility",onChangeHandler:c,variant:r}),t.jsx(m,{borderLeft:`2px solid ${i.palette.gray[100]}`,height:l?`${l}px`:"auto"}),t.jsx(xn,{description:"Click and drag to reorder the columns",items:o.columns,onClickClose:d,onReorder:o.setColumns,title:"Reorder columns"})]}),t.jsx(ae,{mb:0,mt:0}),t.jsxs(m,{display:"flex",justify:"space-between",px:1.25,py:1.25,children:[t.jsx(O,{disabled:!o.hasChanged,form:"columns-visibility",id:"columns-modal-cancel",justify:"center",onClick:o.resetToDefault,type:"reset",variant:"tertiary",children:"Reset to default"}),t.jsx(O,{id:"columns-modal-submit",justify:"center",onClick:o.close,variant:"primary",children:"Save"})]})]})}),document.getElementById(e)??document.body):t.jsx("div",{})},vi=ce.default(Ie)`
|
|
2105
2066
|
padding: 8px;
|
|
2106
2067
|
min-height: 36px;
|
|
2107
2068
|
min-width: unset;
|
|
2108
|
-
`,
|
|
2069
|
+
`,ji=ce.default.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
|
|
2109
2070
|
align-items: center;
|
|
2110
2071
|
background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
|
|
2111
2072
|
display: flex;
|
|
2112
2073
|
justify-content: center;
|
|
2113
2074
|
z-index: 99999;
|
|
2114
|
-
`,
|
|
2075
|
+
`,St=ce.default(Ie)`
|
|
2115
2076
|
padding: 7px 8px;
|
|
2116
2077
|
word-wrap: break-word;
|
|
2117
2078
|
|
|
2118
2079
|
svg.fa-check {
|
|
2119
2080
|
border-radius: 2px;
|
|
2120
2081
|
}
|
|
2121
|
-
`,bn=({control:e,option:n,register:o,setValue:i})=>{var r,a,l,s,c;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(Ct,{value:p.value,width:"content",children:t.jsx(re,{...o("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,(a=n.options)==null?void 0:a.map(p=>t.jsx(Ct,{value:p.value,width:"content",children:t.jsx(ct,{...o("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(at,{control:e,items:((l=n.options)==null?void 0:l.map(p=>({name:p.label??"",value:p.value})))??[],label:n.label,name:`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`,placeholder:n.placeholder,value:n.value});case"text":const d=`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`;return t.jsx(Oe,{label:n.label,name:d,placeholder:n.placeholder,register:o,value:n.value});case"numberRange":return t.jsx(Jt,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:o,name:"maxValue",value:n.maxValue,setValue:i},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:o,name:"minValue",value:n.minValue,setValue:i},variant:"filters"});case"dateRange":return t.jsx(Yt,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(s=n.maxValue)==null?void 0:s.toString()},propsMin:{name:"minValue",value:(c=n.minValue)==null?void 0:c.toString()},register:o,setValue:i,variant:"filters"});default:return t.jsx("div",{})}},$n=({control:e,items:n,register:o,setValue:i})=>t.jsx(t.Fragment,{children:n.map((r,a)=>{const l=`${r.type}-${r.value}-${r.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(bn,{control:e,option:r,register:o,setValue:i}),a<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},l)})}),mn=e=>{var s,c,d,p,g;const[n,o]=u.useState([...e]),{control:i,register:r,handleSubmit:a,setValue:l}=f.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:((d=(c=(s=e.find(x=>x.type==="radioButton"))==null?void 0:s.options)==null?void 0:c.find(({checked:x})=>x))==null?void 0:d.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:(g=e.find(x=>["numberRange","dateRange"].includes(x.type)))==null?void 0:g.maxValue}});return{control:i,items:n,setItems:o,register:r,handleSubmit:a,setValue:l}},kr=(e,n)=>{var o,i,r,a,l;n("checkbox",e.filter(s=>s.type==="checkboxes").flatMap(s=>{var c;return((c=s.options)==null?void 0:c.filter(d=>d.checked).map(d=>d.value))??[]})),n("radio",((r=(i=(o=e.find(s=>s.type==="radioButton"))==null?void 0:o.options)==null?void 0:i.find(({checked:s})=>s))==null?void 0:r.value)??""),n("text",e.filter(s=>["text","select"].includes(s.type)).reduce((s,c)=>({...s,[`${String(c.key)}-${c.filterFn??"caseInsensitive"}`]:c.value??""}),{})),n("minValue",(a=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:a.minValue),n("maxValue",(l=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:l.maxValue)},Cr=(e,n)=>(e==null?void 0:e.filter(o=>{var i;return((i=o.label)==null?void 0:i.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??o.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],Sr=async(e,n)=>await Promise.all(e.map(async o=>{if(o.type==="checkboxes"){const r=(o.filterOptions?await o.filterOptions(o.options??[],n):Cr(o.options??[],n)).filter((a,l,s)=>s.findIndex(c=>c.value===a.value)===l);return{...o,options:r}}return o})),Xe=({options:e,onSearch:n,onSubmit:o,id:i,selectedFilter:r})=>{const{control:a,items:l,setItems:s,register:c,handleSubmit:d,setValue:p}=mn(e),g=e.some(b=>b.type==="checkboxes"&&b.hideSearch!==!0),x=u.useCallback(async b=>{const{value:w}=b.target;n&&n(w);const $=await Sr(e,w);s($)},[e,n,s]),h=u.useCallback(b=>{o&&o(b)},[o]);return u.useEffect(()=>{s(e),kr(e,p)},[e,s,p]),t.jsxs("div",{className:"flex flex-col gap-[8px]",id:i,style:{writingMode:"horizontal-tb",maxWidth:"300px",width:"100%"},children:[g&&t.jsxs("div",{children:[r,t.jsx(se,{onChange:x})]}),t.jsxs("form",{id:i,onSubmit:d(h),children:[t.jsx($n,{control:a,items:l,register:c,setValue:p}),t.jsx(O,{mt:1,type:"submit",children:"Apply"})]})]})},wn=({options:e,variant:n,onApplyFilters:o,onSearch:i,setDirection:r,setHandler:a})=>{const l=y.useTheme(),[s,c]=u.useState(e),[d,p]=u.useState([]),[g,x]=u.useState({}),[h,b]=u.useState(""),w=u.useCallback(v=>()=>{const C=s.find(z=>z.label===v),k=!(C!=null&&C.filterOptions.some(z=>z.type==="dateRange"||z.type==="select"));a==null||a(k??!0),b(v),p((C==null?void 0:C.filterOptions)??[])},[s,a]),$=u.useCallback(v=>{const C=[...v.checkbox,...Object.values(v.text??{}),...v.radio?[v.radio]:[],...v.minValue?[String(v.minValue)]:[],...v.maxValue?[String(v.maxValue)]:[]];x(S=>C.length>0?{...S,[h]:C}:S);const k=S=>{var L,E;return{...S,options:(L=S.options)==null?void 0:L.map(A=>({...A,checked:v.checkbox.includes(A.value)||v.radio===A.value})),value:["text","select"].includes(S.type)?((E=v.text)==null?void 0:E[`${String(S.key)}-${S.filterFn??"caseInsensitive"}`])??S.value:S.value,minValue:["numberRange","dateRange"].includes(S.type)?v.minValue:S.minValue,maxValue:["numberRange","dateRange"].includes(S.type)?v.maxValue:S.maxValue}},z=S=>S.label===h?{...S,filterOptions:S.filterOptions.map(k)}:S,I=s.map(z);c(S=>S.map(z));const T=I.flatMap(({filterOptions:S})=>S);o(T),p([])},[s,o,h]),j=u.useCallback((v,C)=>{const k=`li-filter-option-${v}`;return t.jsxs(vr,{icon:C,onClick:w(v),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:k,width:"100%",children:[v,g[v]===void 0?void 0:t.jsx(Y,{tagLabel:g[v].length.toString()})]},k)},[g,w]);return u.useEffect(()=>{const v=e.reduce((C,{label:k,filterOptions:z})=>{const I=z.flatMap(({value:L,minValue:E,maxValue:A})=>[E,A,L]).filter(Boolean),T=z.flatMap(({options:L})=>L??[]).filter(({checked:L=!1})=>L).map(({value:L})=>L),S=[...I,...T];return S.length===0?C:{...C,[k]:S}},{});x(v),d.length>0&&r&&r("column")},[d,e,r]),n==="grouped"?t.jsx(m,{display:"flex",flexDirection:"row",maxHeight:d.length>0?"unset":"360px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:d.length>0?t.jsx(Xe,{id:"filters-options",onSearch:i,onSubmit:$,options:d,selectedFilter:h}):Object.entries(hn(e)).map(([v,C])=>t.jsxs(m,{style:{writingMode:"horizontal-tb"},children:[t.jsx(N,{color:l.palette.gray[400],mb:.25,size:"sm",children:v}),C.map(({label:k,icon:z="filter-list"})=>j(k,z))]},v))}):t.jsx(m,{display:"flex",flexDirection:"row",maxHeight:d.length>0?"unset":"200px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:d.length>0?t.jsx(Xe,{id:"filters-options",onSearch:i,onSubmit:$,options:d,selectedFilter:h}):e.map(({label:v,icon:C="filter-list"})=>j(v,C))})},vn=({options:e,onApplyFilters:n,onSearch:o,modalRef:i,variant:r})=>{const[a,l]=u.useState("row"),[s,c]=u.useState(!0),d=y.useTheme(),p=u.useRef(null),g=t.jsx(W,{icon:"close",iconColor:d.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:i.close,px:.25,py:.25,variant:"ghost"});return u.useEffect(()=>{const x=h=>{const b=p.current;b&&!b.contains(h.target)&&i.close()};if(s)return document.addEventListener("mousedown",x,!0),()=>{document.removeEventListener("mousedown",x,!0)}},[p,s,i]),t.jsx(jr,{$bgColor:"transparent","aria-label":i.name,children:t.jsxs(dt,{$size:"fixed",alignItems:a==="row"?"start":"end",display:"flex",flexDirection:a,gap:.5,id:"filters-list",justify:"space-between",position:"relative",px:1.25,py:1.25,ref:p,style:{maxWidth:"620px",overflow:"hidden",width:"fit-content"},children:[a==="column"?g:void 0,t.jsx(wn,{onApplyFilters:n,onSearch:o,options:e,setDirection:l,setHandler:c,variant:r}),a==="row"?g:void 0]})})};function zr(e){if(e)return e}function jn(e){if(!e||e.length===0)return;const n=e.filter(i=>i.checked).map(i=>i.label??i.value);return n.length===0?void 0:n.join(", ")}function Tr(e,n,o){const i=o??"",r=f._.isEmpty(e)&&typeof e!="number"||Number.isNaN(e)?void 0:Number(e),a=f._.isEmpty(n)&&typeof n!="number"||Number.isNaN(n)?void 0:Number(String(n));if(!f._.isUndefined(r)&&!f._.isUndefined(a))return`${r}${i} - ${a}${i}`;if(!f._.isUndefined(r))return`Min ${r}${i}`;if(!f._.isUndefined(a))return`Max ${a}${i}`}function Ir(e,n){if(f.dayjs_minExports.extend(f.localizedFormat),!(f._.isUndefined(e)&&f._.isUndefined(n))){if(e!==""&&n!==""&&!f._.isUndefined(e)&&!f._.isUndefined(n))return`${f.dayjs(e).format("LL")} - ${f.dayjs(n).format("LL")}`;if(e!==""&&!f._.isUndefined(e))return`From ${f.dayjs(e).format("LL")}`;if(n!==""&&!f._.isUndefined(n))return`To ${f.dayjs(n).format("LL")}`}}function Er(e,n,o){return e==="select"?n:`${n} ${o==="includesInsensitive"?"contains":"is"}`}const ue=({filter:e,icon:n="filter-list",label:o,onClose:i,filterValue:r})=>f._.isNil(r)||f._.isEmpty(String(r))?null:t.jsx(Y,{filterValues:r,icon:n,id:"remove-filter",onClose:i(e),tagLabel:`${o} `}),Nr=({options:e,onClose:n})=>{const o=e.flatMap(i=>i.filterOptions.map(r=>{const{filterFn:a,label:l,type:s,value:c,options:d,minValue:p,maxValue:g}=r;switch(s){case"numberRange":{const x=Tr(p,g,i.placeholder);return t.jsx(ue,{filter:r,filterValue:x,icon:i.icon,label:i.label,onClose:n},l)}case"dateRange":{const x=Ir(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(ue,{filter:r,filterValue:x,icon:i.icon,label:i.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=jn(d);return t.jsx(ue,{filter:r,filterValue:x,icon:i.icon,label:i.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=zr(c),h=Er(s,i.label,a);return t.jsx(ue,{filter:r,filterValue:x,icon:i.icon,label:h,onClose:n},l)}}})).filter(i=>{if(i===null)return!1;const{filterValue:r}=i.props;return!f._.isNil(r)&&!f._.isEmpty(String(r))});return o.length>0?t.jsx(m,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:o}):null},Dr=e=>e.map(n=>{const o={key:String(n.key),type:n.type},i=(()=>{let r={...o};if(n.filterFn&&(r={...r,filterFn:n.filterFn}),n.value&&(r={...r,value:n.value}),n.minValue!==void 0&&n.minValue!==null&&(r={...r,minValue:n.minValue}),n.maxValue!==void 0&&n.maxValue!==null&&(r={...r,maxValue:n.maxValue}),n.options&&n.options.length>0){const a=n.options.filter(l=>l.checked).map(l=>l.value);a.length>0&&(r={...r,selectedValues:a})}return r})();return Object.keys(i).length>2?i:null}).filter(Boolean),Rr=(e,n)=>n.map(o=>{const i=e.find(a=>a.key===String(o.key)&&a.type===o.type);return i?(()=>{let a={...o};return i.filterFn&&(a={...a,filterFn:i.filterFn}),i.value!==void 0&&i.value!==null&&(a={...a,value:i.value}),i.minValue!==void 0&&i.minValue!==null&&(a={...a,minValue:i.minValue}),i.maxValue!==void 0&&i.maxValue!==null&&(a={...a,maxValue:i.maxValue}),i.selectedValues&&o.options&&(a={...a,options:o.options.map(l=>{var s;return{...l,checked:((s=i.selectedValues)==null?void 0:s.includes(l.value))??!1}})}),a})():o}),Ve=(e,n)=>{const o=Dr(e);n(JSON.stringify(o))},Fr=(e,n)=>{const o=e();if(!o)return n;try{const i=JSON.parse(o);return Rr(i,n)}catch{return n}},Lr=(e,n)=>{function o(l,s){if(s.value===""||s.value===void 0||f._.defaultTo(s.isBackFilter,!1))return!0;switch(s.filterFn){case"includesInsensitive":return String(l[s.key]).toLowerCase().includes(s.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(l[s.key]).toLowerCase()===s.value.toLowerCase()}}function i(l,s){if(!s.options||s.options.length===0)return!0;const c=s.options.filter(d=>d.checked).map(d=>d.value);return c.length===0?!0:c.includes(String(l[s.key]))}function r(l,s,c){const d=c(String(l[s.key])),{minValue:p,maxValue:g}=s,x=f._.isEmpty(p)&&typeof p!="number"?void 0:c(String(p)),h=f._.isEmpty(g)&&typeof g!="number"?void 0:c(String(g));return f._.isUndefined(x)&&f._.isUndefined(h)?!0:(x??-1/0)<=d&&d<=(h??1/0)}function a(l){return n.every(s=>{if(typeof s.key=="function")return s.key(l,s.value);switch(s.type){case"radioButton":case"checkboxes":return i(l,s);case"numberRange":return r(l,s,Number);case"dateRange":return r(l,s,c=>new Date(c));case"select":case"text":default:return o(l,s)}})}return e.filter(a)},Ar=e=>[...e.flatMap(({options:o})=>o).filter(o=>o==null?void 0:o.checked),...e.flatMap(o=>[o.value,o.maxValue,o.minValue]).filter(Boolean)].length,Pr=e=>{var o;const n=((o=e.options)==null?void 0:o.map(i=>({...i,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:n}},Or=({dataset:e,setValues:n,getValues:o,options:i,setFilteredDataset:r,onFiltersChange:a,onReset:l,onSearch:s,variant:c="ungrouped"})=>{const d=Te("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=Ar(x),w=i.map(k=>({...k,filterOptions:k.filterOptions.map(z=>x.find(T=>T.key===z.key&&T.type===z.type&&T.filterFn===z.filterFn)??{...z})})),$=u.useCallback(k=>{h([...k]),Ve(k,n)},[h,n]),j=u.useCallback(()=>{l&&l(),d.isOpen||g(!0),d.toggle()},[d,l]),v=u.useCallback(k=>()=>{l&&l();const z=x.map(I=>I.key===k.key&&I.type===k.type&&I.filterFn===k.filterFn?Pr(I):I);h(z),Ve(z,n)},[x,l,n]);return u.useEffect(()=>{const k=i.flatMap(T=>T.filterOptions),z=o();if((()=>{if(!z)return!1;try{const T=JSON.parse(z);return Array.isArray(T)&&T.length>0}catch{return!1}})()){const T=Fr(o,k);h(T)}else k.flatMap(S=>S.value).filter(Boolean).length>0||k.flatMap(S=>S.options).filter(S=>(S==null?void 0:S.checked)===!0).length>0?(h(k),p&&Ve(k,n)):h(k)},[i,h,n,o,p]),u.useEffect(()=>{r&&e!==void 0&&r(Lr(e,x)),a==null||a(x)},[e,x,r,a]),{Filters:()=>t.jsxs(m,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx(m,{pr:.25,children:t.jsx(O,{icon:"filter",id:"filter-btn",onClick:j,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(vn,{modalRef:d,onApplyFilters:$,onSearch:s,options:w,variant:c})]}),options:w,removeFilter:v}},gt=({_portal:e=!0,alert:n,cancelButton:o=void 0,children:i=void 0,confirmButton:r=void 0,content:a=void 0,description:l=void 0,modalRef:s,otherActions:c=void 0,onClose:d=void 0,tabItems:p=void 0,title:g=void 0,size:x,id:h="modal-container"})=>{const b=y.useTheme(),[w,$]=u.useState(void 0),j=u.useRef(null),v=u.useRef(!1),C=Array.isArray(p)&&p.length>0,k=o??r;u.useEffect(()=>{if(C&&!v.current&&j.current){const I=j.current.getBoundingClientRect().height;I>50&&($(I),v.current=!0)}s.isOpen||($(void 0),v.current=!1)},[C,s.isOpen]);const z=t.jsx(an,{"aria-label":s.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(dt,{$size:x,"data-testid":h,flexDirection:"column",id:h,ref:C?j:void 0,style:C&&w?{height:w}:void 0,children:[!f._.isEmpty(g)&&!f._.isNil(g)&&t.jsx(ln,{description:l,modalRef:s,onClose:d,otherActions:c,title:g}),p&&t.jsx(m,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(pt,{items:p})}),(f._.isObject(a)||i)&&t.jsxs(sr,{style:k?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[i,f._.isObject(a)&&f._.isString(a.imageSrc)&&t.jsx(pr,{$framed:a.imageFramed,children:t.jsx(ne,{alt:"modal-img",publicId:a.imageSrc})}),f._.isObject(a)&&f._.isString(a.imageText)&&t.jsx(N,{size:"sm",children:a.imageText})]}),t.jsx(sn,{alert:n,cancelButton:o,confirmButton:r,modalRef:s})]})});return e&&s.isOpen?le.createPortal(z,document.getElementById("portals")??document.body):s.isOpen?z:null},Mr=(e,n,o)=>{const i=Te("confirm-dialog-modal"),r=u.useRef(null),a=u.useCallback(async()=>(i.open(),new Promise(d=>{r.current=d})),[i]),l=u.useCallback(()=>{var d;i.close(),(d=r.current)==null||d.call(r,!0)},[i]),s=u.useCallback(()=>{var d;i.close(),(d=r.current)==null||d.call(r,!1)},[i]);return[a,({children:d})=>{const[p,g]=u.useState(o),x=u.useCallback(()=>{g({...o})},[]),h=u.useCallback($=>()=>{g(j=>({...j,[$]:{...j[$],state:!j[$].state}}))},[]),b=!Object.values(p).every(({state:$})=>$),w=Object.entries(p).map(([$,{state:j,label:v}])=>t.jsx(re,{defaultChecked:j,label:v,name:$,onChange:h($)},$));return t.jsxs(gt,{"data-testid":e,id:e,modalRef:{...i,close:s},onClose:x,size:"sm",title:n,children:[d,t.jsx(m,{display:"flex",flexDirection:"column",gap:.5,children:w}),t.jsx(cn,{disabled:b,id:e,onConfirm:l})]})}]},Wr=()=>{const[e,n]=u.useState(!1),[o,i]=u.useState(),r=u.useRef(null),a=Te("confirm-dialog-modal"),l=u.useCallback(async p=>(i(p),n(!0),new Promise(g=>{r.current=g})),[]),s=u.useCallback(()=>{var p;n(!1),i(void 0),(p=r.current)==null||p.call(r,!0)},[]),c=u.useCallback(()=>{var p;n(!1),i(void 0),(p=r.current)==null||p.call(r,!1)},[]);return u.useEffect(()=>{a.setIsOpen(e)},[e,a]),{ConfirmDialog:({id:p="confirm-dialog-modal",children:g})=>t.jsxs(gt,{cancelButton:{onClick:c,text:"Cancel"},confirmButton:{id:(o==null?void 0:o.id)??"modal-confirm",onClick:s,text:"Confirm"},description:o==null?void 0:o.message,id:p,modalRef:{...a,close:c},size:"sm",title:o==null?void 0:o.title,children:[o==null?void 0:o.content,g]}),confirm:l}},Br=2e3,Hr=({content:e})=>{const[n,o]=u.useState("Copy"),i=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{o("Copied"),setTimeout(()=>{o("Copy")},Br)}).catch(()=>{o("Failed to copy")})},[e]);return t.jsx(W,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:i,tooltip:n,variant:"ghost"})},_r=y.styled.ul`
|
|
2082
|
+
`,bn=({control:e,option:n,register:o,setValue:r})=>{var i,a,l,s,c;switch(n.type){case"checkboxes":return t.jsx("div",{style:{overflowX:"hidden",overflowY:"auto",maxHeight:"280px"},children:(i=n.options)==null?void 0:i.map(p=>t.jsx(St,{value:p.value,width:"content",children:t.jsx(ie,{...o("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,(a=n.options)==null?void 0:a.map(p=>t.jsx(St,{value:p.value,width:"content",children:t.jsx(dt,{...o("radio"),label:p.label,value:p.value})},`li-radio-${p.value}`))]});case"select":return t.jsx(st,{control:e,items:((l=n.options)==null?void 0:l.map(p=>({name:p.label??"",value:p.value})))??[],label:n.label,name:`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`,placeholder:n.placeholder,value:n.value});case"text":const d=`text.${String(n.key)}-${n.filterFn??"caseInsensitive"}`;return t.jsx(Me,{label:n.label,name:d,placeholder:n.placeholder,register:o,value:n.value});case"numberRange":return t.jsx(Qt,{label:n.label,name:String(n.key),propsMax:{placeholder:n.placeholder?`${n.placeholder} Max`:"Max",register:o,name:"maxValue",value:n.maxValue,setValue:r},propsMin:{placeholder:n.placeholder?`${n.placeholder} Min`:"Min",register:o,name:"minValue",value:n.minValue,setValue:r},variant:"filters"});case"dateRange":return t.jsx(Kt,{label:n.label,name:String(n.key),propsMax:{name:"maxValue",value:(s=n.maxValue)==null?void 0:s.toString()},propsMin:{name:"minValue",value:(c=n.minValue)==null?void 0:c.toString()},register:o,setValue:r,variant:"filters"});default:return t.jsx("div",{})}},$n=({control:e,items:n,register:o,setValue:r})=>t.jsx(t.Fragment,{children:n.map((i,a)=>{const l=`${i.type}-${i.value}-${i.filterFn??"default"}`;return t.jsxs("div",{children:[t.jsx(bn,{control:e,option:i,register:o,setValue:r}),a<n.length-1&&t.jsx("hr",{style:{margin:"1.25rem 0 0.625rem"}})]},l)})}),mn=e=>{var s,c,d,p,g;const[n,o]=u.useState([...e]),{control:r,register:i,handleSubmit:a,setValue:l}=f.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:((d=(c=(s=e.find(x=>x.type==="radioButton"))==null?void 0:s.options)==null?void 0:c.find(({checked:x})=>x))==null?void 0:d.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:(g=e.find(x=>["numberRange","dateRange"].includes(x.type)))==null?void 0:g.maxValue}});return{control:r,items:n,setItems:o,register:i,handleSubmit:a,setValue:l}},ki=(e,n)=>{var o,r,i,a,l;n("checkbox",e.filter(s=>s.type==="checkboxes").flatMap(s=>{var c;return((c=s.options)==null?void 0:c.filter(d=>d.checked).map(d=>d.value))??[]})),n("radio",((i=(r=(o=e.find(s=>s.type==="radioButton"))==null?void 0:o.options)==null?void 0:r.find(({checked:s})=>s))==null?void 0:i.value)??""),n("text",e.filter(s=>["text","select"].includes(s.type)).reduce((s,c)=>({...s,[`${String(c.key)}-${c.filterFn??"caseInsensitive"}`]:c.value??""}),{})),n("minValue",(a=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:a.minValue),n("maxValue",(l=e.find(s=>["numberRange","dateRange"].includes(s.type)))==null?void 0:l.maxValue)},Ci=(e,n)=>(e==null?void 0:e.filter(o=>{var r;return((r=o.label)==null?void 0:r.toLowerCase().includes((n==null?void 0:n.toLowerCase())??""))??o.value.toLowerCase().includes((n==null?void 0:n.toLowerCase())??"")}))??[],Si=async(e,n)=>await Promise.all(e.map(async o=>{if(o.type==="checkboxes"){const i=(o.filterOptions?await o.filterOptions(o.options??[],n):Ci(o.options??[],n)).filter((a,l,s)=>s.findIndex(c=>c.value===a.value)===l);return{...o,options:i}}return o})),Je=({options:e,onSearch:n,onSubmit:o,id:r,selectedFilter:i})=>{const{control:a,items:l,setItems:s,register:c,handleSubmit:d,setValue:p}=mn(e),g=e.some(b=>b.type==="checkboxes"&&b.hideSearch!==!0),x=u.useCallback(async b=>{const{value:w}=b.target;n&&n(w);const $=await Si(e,w);s($)},[e,n,s]),h=u.useCallback(b=>{o&&o(b)},[o]);return u.useEffect(()=>{s(e),ki(e,p)},[e,s,p]),t.jsxs("div",{className:"flex flex-col gap-[8px]",id:r,style:{writingMode:"horizontal-tb",maxWidth:"300px",width:"100%"},children:[g&&t.jsxs("div",{children:[i,t.jsx(se,{onChange:x})]}),t.jsxs("form",{id:r,onSubmit:d(h),children:[t.jsx($n,{control:a,items:l,register:c,setValue:p}),t.jsx(O,{mt:1,type:"submit",children:"Apply"})]})]})},wn=({options:e,variant:n,onApplyFilters:o,onSearch:r,setDirection:i,setHandler:a})=>{const l=y.useTheme(),[s,c]=u.useState(e),[d,p]=u.useState([]),[g,x]=u.useState({}),[h,b]=u.useState(""),w=u.useCallback(v=>()=>{const C=s.find(z=>z.label===v),k=!(C!=null&&C.filterOptions.some(z=>z.type==="dateRange"||z.type==="select"));a==null||a(k??!0),b(v),p((C==null?void 0:C.filterOptions)??[])},[s,a]),$=u.useCallback(v=>{const C=[...v.checkbox,...Object.values(v.text??{}),...v.radio?[v.radio]:[],...v.minValue?[String(v.minValue)]:[],...v.maxValue?[String(v.maxValue)]:[]];x(S=>C.length>0?{...S,[h]:C}:S);const k=S=>{var L,N;return{...S,options:(L=S.options)==null?void 0:L.map(A=>({...A,checked:v.checkbox.includes(A.value)||v.radio===A.value})),value:["text","select"].includes(S.type)?((N=v.text)==null?void 0:N[`${String(S.key)}-${S.filterFn??"caseInsensitive"}`])??S.value:S.value,minValue:["numberRange","dateRange"].includes(S.type)?v.minValue:S.minValue,maxValue:["numberRange","dateRange"].includes(S.type)?v.maxValue:S.maxValue}},z=S=>S.label===h?{...S,filterOptions:S.filterOptions.map(k)}:S,I=s.map(z);c(S=>S.map(z));const T=I.flatMap(({filterOptions:S})=>S);o(T),p([])},[s,o,h]),j=u.useCallback((v,C)=>{const k=`li-filter-option-${v}`;return t.jsxs(vi,{icon:C,onClick:w(v),style:{minWidth:"180px",writingMode:"horizontal-tb"},value:k,width:"100%",children:[v,g[v]===void 0?void 0:t.jsx(Y,{tagLabel:g[v].length.toString()})]},k)},[g,w]);return u.useEffect(()=>{const v=e.reduce((C,{label:k,filterOptions:z})=>{const I=z.flatMap(({value:L,minValue:N,maxValue:A})=>[N,A,L]).filter(Boolean),T=z.flatMap(({options:L})=>L??[]).filter(({checked:L=!1})=>L).map(({value:L})=>L),S=[...I,...T];return S.length===0?C:{...C,[k]:S}},{});x(v),d.length>0&&i&&i("column")},[d,e,i]),n==="grouped"?t.jsx(m,{display:"flex",flexDirection:"row",maxHeight:d.length>0?"unset":"360px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:d.length>0?t.jsx(Je,{id:"filters-options",onSearch:r,onSubmit:$,options:d,selectedFilter:h}):Object.entries(hn(e)).map(([v,C])=>t.jsxs(m,{style:{writingMode:"horizontal-tb"},children:[t.jsx(E,{color:l.palette.gray[400],fontWeight:"bold",mb:.25,size:"md",children:v}),C.map(({label:k,icon:z="filter-list"})=>j(k,z))]},v))}):t.jsx(m,{display:"flex",flexDirection:"row",maxHeight:d.length>0?"unset":"200px",style:{rowGap:"10px",writingMode:"vertical-lr"},wrap:"wrap",children:d.length>0?t.jsx(Je,{id:"filters-options",onSearch:r,onSubmit:$,options:d,selectedFilter:h}):e.map(({label:v,icon:C="filter-list"})=>j(v,C))})},vn=({options:e,onApplyFilters:n,onSearch:o,modalRef:r,variant:i})=>{const[a,l]=u.useState("row"),[s,c]=u.useState(!0),d=y.useTheme(),p=u.useRef(null),g=t.jsx(W,{icon:"close",iconColor:d.palette.gray[400],iconSize:"lg",iconTransform:"grow-2",iconType:"fa-light",id:"modal-close",onClick:r.close,px:.25,py:.25,variant:"ghost"});return u.useEffect(()=>{const x=h=>{const b=p.current;b&&!b.contains(h.target)&&r.close()};if(s)return document.addEventListener("mousedown",x,!0),()=>{document.removeEventListener("mousedown",x,!0)}},[p,s,r]),t.jsx(ji,{$bgColor:"transparent","aria-label":r.name,children:t.jsxs(pt,{$size:"fixed",alignItems:a==="row"?"start":"end",display:"flex",flexDirection:a,gap:.5,id:"filters-list",justify:"space-between",position:"relative",px:1.25,py:1.25,ref:p,style:{maxWidth:"620px",overflow:"hidden",width:"fit-content"},children:[a==="column"?g:void 0,t.jsx(wn,{onApplyFilters:n,onSearch:o,options:e,setDirection:l,setHandler:c,variant:i}),a==="row"?g:void 0]})})};function zi(e){if(e)return e}function jn(e){if(!e||e.length===0)return;const n=e.filter(r=>r.checked).map(r=>r.label??r.value);return n.length===0?void 0:n.join(", ")}function Ti(e,n,o){const r=o??"",i=f._.isEmpty(e)&&typeof e!="number"||Number.isNaN(e)?void 0:Number(e),a=f._.isEmpty(n)&&typeof n!="number"||Number.isNaN(n)?void 0:Number(String(n));if(!f._.isUndefined(i)&&!f._.isUndefined(a))return`${i}${r} - ${a}${r}`;if(!f._.isUndefined(i))return`Min ${i}${r}`;if(!f._.isUndefined(a))return`Max ${a}${r}`}function Ii(e,n){if(f.dayjs_minExports.extend(f.localizedFormat),!(f._.isUndefined(e)&&f._.isUndefined(n))){if(e!==""&&n!==""&&!f._.isUndefined(e)&&!f._.isUndefined(n))return`${f.dayjs(e).format("LL")} - ${f.dayjs(n).format("LL")}`;if(e!==""&&!f._.isUndefined(e))return`From ${f.dayjs(e).format("LL")}`;if(n!==""&&!f._.isUndefined(n))return`To ${f.dayjs(n).format("LL")}`}}function Ni(e,n,o){return e==="select"?n:`${n} ${o==="includesInsensitive"?"contains":"is"}`}const ue=({filter:e,icon:n="filter-list",label:o,onClose:r,filterValue:i})=>f._.isNil(i)||f._.isEmpty(String(i))?null:t.jsx(Y,{filterValues:i,icon:n,id:"remove-filter",onClose:r(e),tagLabel:`${o} `}),Ei=({options:e,onClose:n})=>{const o=e.flatMap(r=>r.filterOptions.map(i=>{const{filterFn:a,label:l,type:s,value:c,options:d,minValue:p,maxValue:g}=i;switch(s){case"numberRange":{const x=Ti(p,g,r.placeholder);return t.jsx(ue,{filter:i,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case"dateRange":{const x=Ii(p==null?void 0:p.toString(),g==null?void 0:g.toString());return t.jsx(ue,{filter:i,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case"radioButton":case"checkboxes":{const x=jn(d);return t.jsx(ue,{filter:i,filterValue:x,icon:r.icon,label:r.label,onClose:n},l)}case void 0:case"select":case"text":default:{const x=zi(c),h=Ni(s,r.label,a);return t.jsx(ue,{filter:i,filterValue:x,icon:r.icon,label:h,onClose:n},l)}}})).filter(r=>{if(r===null)return!1;const{filterValue:i}=r.props;return!f._.isNil(i)&&!f._.isEmpty(String(i))});return o.length>0?t.jsx(m,{alignItems:"center",display:"flex",gap:.5,pb:1,width:"100%",wrap:"wrap",children:o}):null},Di=e=>e.map(n=>{const o={key:String(n.key),type:n.type},r=(()=>{let i={...o};if(n.filterFn&&(i={...i,filterFn:n.filterFn}),n.value&&(i={...i,value:n.value}),n.minValue!==void 0&&n.minValue!==null&&(i={...i,minValue:n.minValue}),n.maxValue!==void 0&&n.maxValue!==null&&(i={...i,maxValue:n.maxValue}),n.options&&n.options.length>0){const a=n.options.filter(l=>l.checked).map(l=>l.value);a.length>0&&(i={...i,selectedValues:a})}return i})();return Object.keys(r).length>2?r:null}).filter(Boolean),Ri=(e,n)=>n.map(o=>{const r=e.find(a=>a.key===String(o.key)&&a.type===o.type);return r?(()=>{let a={...o};return r.filterFn&&(a={...a,filterFn:r.filterFn}),r.value!==void 0&&r.value!==null&&(a={...a,value:r.value}),r.minValue!==void 0&&r.minValue!==null&&(a={...a,minValue:r.minValue}),r.maxValue!==void 0&&r.maxValue!==null&&(a={...a,maxValue:r.maxValue}),r.selectedValues&&o.options&&(a={...a,options:o.options.map(l=>{var s;return{...l,checked:((s=r.selectedValues)==null?void 0:s.includes(l.value))??!1}})}),a})():o}),Ue=(e,n)=>{const o=Di(e);n(JSON.stringify(o))},Fi=(e,n)=>{const o=e();if(!o)return n;try{const r=JSON.parse(o);return Ri(r,n)}catch{return n}},Li=(e,n)=>{function o(l,s){if(s.value===""||s.value===void 0||f._.defaultTo(s.isBackFilter,!1))return!0;switch(s.filterFn){case"includesInsensitive":return String(l[s.key]).toLowerCase().includes(s.value.toLowerCase());case"caseInsensitive":case void 0:default:return String(l[s.key]).toLowerCase()===s.value.toLowerCase()}}function r(l,s){if(!s.options||s.options.length===0)return!0;const c=s.options.filter(d=>d.checked).map(d=>d.value);return c.length===0?!0:c.includes(String(l[s.key]))}function i(l,s,c){const d=c(String(l[s.key])),{minValue:p,maxValue:g}=s,x=f._.isEmpty(p)&&typeof p!="number"?void 0:c(String(p)),h=f._.isEmpty(g)&&typeof g!="number"?void 0:c(String(g));return f._.isUndefined(x)&&f._.isUndefined(h)?!0:(x??-1/0)<=d&&d<=(h??1/0)}function a(l){return n.every(s=>{if(typeof s.key=="function")return s.key(l,s.value);switch(s.type){case"radioButton":case"checkboxes":return r(l,s);case"numberRange":return i(l,s,Number);case"dateRange":return i(l,s,c=>new Date(c));case"select":case"text":default:return o(l,s)}})}return e.filter(a)},Ai=e=>[...e.flatMap(({options:o})=>o).filter(o=>o==null?void 0:o.checked),...e.flatMap(o=>[o.value,o.maxValue,o.minValue]).filter(Boolean)].length,Pi=e=>{var o;const n=((o=e.options)==null?void 0:o.map(r=>({...r,checked:void 0})))??void 0;return{...e,minValue:void 0,maxValue:void 0,value:void 0,options:n}},Oi=({dataset:e,setValues:n,getValues:o,options:r,setFilteredDataset:i,onFiltersChange:a,onReset:l,onSearch:s,variant:c="ungrouped"})=>{const d=Te("filters-modal"),[p,g]=u.useState(!1),[x,h]=u.useState([]),b=Ai(x),w=r.map(k=>({...k,filterOptions:k.filterOptions.map(z=>x.find(T=>T.key===z.key&&T.type===z.type&&T.filterFn===z.filterFn)??{...z})})),$=u.useCallback(k=>{h([...k]),Ue(k,n)},[h,n]),j=u.useCallback(()=>{l&&l(),d.isOpen||g(!0),d.toggle()},[d,l]),v=u.useCallback(k=>()=>{l&&l();const z=x.map(I=>I.key===k.key&&I.type===k.type&&I.filterFn===k.filterFn?Pi(I):I);h(z),Ue(z,n)},[x,l,n]);return u.useEffect(()=>{const k=r.flatMap(T=>T.filterOptions),z=o();if((()=>{if(!z)return!1;try{const T=JSON.parse(z);return Array.isArray(T)&&T.length>0}catch{return!1}})()){const T=Fi(o,k);h(T)}else k.flatMap(S=>S.value).filter(Boolean).length>0||k.flatMap(S=>S.options).filter(S=>(S==null?void 0:S.checked)===!0).length>0?(h(k),p&&Ue(k,n)):h(k)},[r,h,n,o,p]),u.useEffect(()=>{i&&e!==void 0&&i(Li(e,x)),a==null||a(x)},[e,x,i,a]),{Filters:()=>t.jsxs(m,{alignItems:"center",display:"flex",gap:.25,maxWidth:"100%",position:"relative",wrap:"wrap",children:[t.jsx(m,{pr:.25,children:t.jsx(O,{icon:"filter",id:"filter-btn",onClick:j,tag:b.toString(),variant:"ghost"})}),d.isOpen&&t.jsx(vn,{modalRef:d,onApplyFilters:$,onSearch:s,options:w,variant:c})]}),options:w,removeFilter:v}},ut=({_portal:e=!0,alert:n,cancelButton:o=void 0,children:r=void 0,confirmButton:i=void 0,content:a=void 0,description:l=void 0,modalRef:s,otherActions:c=void 0,onClose:d=void 0,tabItems:p=void 0,title:g=void 0,size:x,id:h="modal-container"})=>{const b=y.useTheme(),[w,$]=u.useState(void 0),j=u.useRef(null),v=u.useRef(!1),C=Array.isArray(p)&&p.length>0,k=o??i;u.useEffect(()=>{if(C&&!v.current&&j.current){const I=j.current.getBoundingClientRect().height;I>50&&($(I),v.current=!0)}s.isOpen||($(void 0),v.current=!1)},[C,s.isOpen]);const z=t.jsx(ln,{"aria-label":s.name,"aria-modal":"true",id:"modal-wrapper",children:t.jsxs(pt,{$size:x,"data-testid":h,flexDirection:"column",id:h,ref:C?j:void 0,style:C&&w?{height:w}:void 0,children:[!f._.isEmpty(g)&&!f._.isNil(g)&&t.jsx(dn,{description:l,modalRef:s,onClose:d,otherActions:c,title:g}),p&&t.jsx(m,{borderTop:`1px solid ${b.palette.gray[300]}`,display:"block",mb:1.25,position:"sticky",children:t.jsx(gt,{items:p})}),(f._.isObject(a)||r)&&t.jsxs(ci,{style:k?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[r,f._.isObject(a)&&f._.isString(a.imageSrc)&&t.jsx(ui,{$framed:a.imageFramed,children:t.jsx(ne,{alt:"modal-img",publicId:a.imageSrc})}),f._.isObject(a)&&f._.isString(a.imageText)&&t.jsx(E,{size:"md",children:a.imageText})]}),t.jsx(cn,{alert:n,cancelButton:o,confirmButton:i,modalRef:s})]})});return e&&s.isOpen?le.createPortal(z,document.getElementById("portals")??document.body):s.isOpen?z:null},Mi=(e,n,o)=>{const r=Te("confirm-dialog-modal"),i=u.useRef(null),a=u.useCallback(async()=>(r.open(),new Promise(d=>{i.current=d})),[r]),l=u.useCallback(()=>{var d;r.close(),(d=i.current)==null||d.call(i,!0)},[r]),s=u.useCallback(()=>{var d;r.close(),(d=i.current)==null||d.call(i,!1)},[r]);return[a,({children:d})=>{const[p,g]=u.useState(o),x=u.useCallback(()=>{g({...o})},[]),h=u.useCallback($=>()=>{g(j=>({...j,[$]:{...j[$],state:!j[$].state}}))},[]),b=!Object.values(p).every(({state:$})=>$),w=Object.entries(p).map(([$,{state:j,label:v}])=>t.jsx(ie,{defaultChecked:j,label:v,name:$,onChange:h($)},$));return t.jsxs(ut,{"data-testid":e,id:e,modalRef:{...r,close:s},onClose:x,size:"sm",title:n,children:[d,t.jsx(m,{display:"flex",flexDirection:"column",gap:.5,children:w}),t.jsx(pn,{disabled:b,id:e,onConfirm:l})]})}]},Wi=()=>{const[e,n]=u.useState(!1),[o,r]=u.useState(),i=u.useRef(null),a=Te("confirm-dialog-modal"),l=u.useCallback(async p=>(r(p),n(!0),new Promise(g=>{i.current=g})),[]),s=u.useCallback(()=>{var p;n(!1),r(void 0),(p=i.current)==null||p.call(i,!0)},[]),c=u.useCallback(()=>{var p;n(!1),r(void 0),(p=i.current)==null||p.call(i,!1)},[]);return u.useEffect(()=>{a.setIsOpen(e)},[e,a]),{ConfirmDialog:({id:p="confirm-dialog-modal",children:g})=>t.jsxs(ut,{cancelButton:{onClick:c,text:"Cancel"},confirmButton:{id:(o==null?void 0:o.id)??"modal-confirm",onClick:s,text:"Confirm"},description:o==null?void 0:o.message,id:p,modalRef:{...a,close:c},size:"sm",title:o==null?void 0:o.title,children:[o==null?void 0:o.content,g]}),confirm:l}},Hi=2e3,Bi=({content:e})=>{const[n,o]=u.useState("Copy"),r=u.useCallback(()=>{navigator.clipboard.writeText(e).then(()=>{o("Copied"),setTimeout(()=>{o("Copy")},Hi)}).catch(()=>{o("Failed to copy")})},[e]);return t.jsx(W,{icon:"copy",iconSize:"lg",iconType:"fa-light",onClick:r,tooltip:n,variant:"ghost"})},_i=y.styled.ul`
|
|
2122
2083
|
${({theme:e})=>`
|
|
2123
2084
|
align-items: flex-start;
|
|
2124
2085
|
border-radius: ${e.spacing[.25]};
|
|
@@ -2131,7 +2092,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2131
2092
|
width: 166px;
|
|
2132
2093
|
z-index: 9999;
|
|
2133
2094
|
`}
|
|
2134
|
-
`,
|
|
2095
|
+
`,Vi=y.styled.li`
|
|
2135
2096
|
${({theme:e})=>`
|
|
2136
2097
|
align-items: center;
|
|
2137
2098
|
background: ${e.palette.white}
|
|
@@ -2139,7 +2100,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2139
2100
|
cursor: pointer;
|
|
2140
2101
|
display: flex;
|
|
2141
2102
|
font-family: ${e.typography.type.primary};
|
|
2142
|
-
font-size: ${e.typography.text.
|
|
2103
|
+
font-size: ${e.typography.text.md};
|
|
2143
2104
|
font-style: normal;
|
|
2144
2105
|
font-weight: ${e.typography.weight.regular};
|
|
2145
2106
|
gap: ${e.spacing[.5]};
|
|
@@ -2157,7 +2118,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2157
2118
|
cursor: not-allowed;
|
|
2158
2119
|
}
|
|
2159
2120
|
`}
|
|
2160
|
-
`,
|
|
2121
|
+
`,Ui=({icon:e,iconColor:n,id:o,showChevron:r,options:i,title:a})=>{const l=y.useTheme(),[s,c]=u.useState(!1),d=s?"chevron-up":"chevron-down",{refs:p,floatingStyles:g}=f.useFloating({middleware:[f.offset({mainAxis:4})],placement:"bottom-start"}),x=u.useCallback(()=>{c(h=>!h)},[]);return ee(s?p.floating.current:null,()=>{c(!1)},!0,document.getElementById(`dropdown-toggle-${o}`)),t.jsxs(u.Fragment,{children:[t.jsx(O,{"aria-label":a,icon:e,iconColor:n,iconType:"fa-solid",id:`dropdown-toggle-${o}`,onClick:x,ref:p.setReference,rightIcon:r?d:void 0,variant:"ghost",children:a}),s?t.jsx(_i,{ref:p.setFloating,style:g,children:i.map(h=>{const b=({})=>{h.onClick(),c(!1)};return t.jsxs(Vi,{"aria-disabled":h.disabled,"aria-label":h.label,onClick:h.disabled?void 0:b,children:[t.jsx(D,{icon:h.icon,iconColor:h.iconColor??l.palette.gray[300],iconSize:"sm",iconType:"fa-light"}),h.label]},h.label)})}):void 0]})},Qe=({buttonProps:e,variant:n})=>t.jsx(O,{onClick:e.onClick,variant:n,children:e.text}),Gi=y.styled.div`
|
|
2161
2122
|
display: flex;
|
|
2162
2123
|
flex-direction: column;
|
|
2163
2124
|
align-items: center;
|
|
@@ -2165,7 +2126,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2165
2126
|
max-width: 900px;
|
|
2166
2127
|
white-space: pre-line;
|
|
2167
2128
|
margin: 0 auto;
|
|
2168
|
-
`,
|
|
2129
|
+
`,Yi=y.styled.div`
|
|
2169
2130
|
display: flex;
|
|
2170
2131
|
flex-direction: row;
|
|
2171
2132
|
justify-content: center;
|
|
@@ -2178,7 +2139,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2178
2139
|
> img {
|
|
2179
2140
|
width: 100%;
|
|
2180
2141
|
}
|
|
2181
|
-
`,
|
|
2142
|
+
`,Ki=y.styled.div`
|
|
2182
2143
|
display: flex;
|
|
2183
2144
|
flex-direction: row;
|
|
2184
2145
|
margin: 0;
|
|
@@ -2191,7 +2152,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2191
2152
|
> *:last-child {
|
|
2192
2153
|
margin-right: 0;
|
|
2193
2154
|
}
|
|
2194
|
-
`,
|
|
2155
|
+
`,Zi=({cancelButton:e=void 0,confirmButton:n=void 0,description:o,imageSrc:r="integrates/empty/addRoot",padding:i=1.25,title:a})=>{const l=(n??e)!==void 0;return t.jsxs(Gi,{$padding:i,children:[t.jsx(Yi,{children:t.jsx(ne,{alt:"empty-icon",publicId:r})}),t.jsx(J,{fontWeight:"bold",mb:.25,size:"md",textAlign:"center",children:a}),t.jsx(E,{mb:l?2:void 0,size:"md",textAlign:"center",children:o}),l?t.jsxs(Ki,{children:[e&&t.jsx(Qe,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(Qe,{buttonProps:n,variant:"primary"})]}):void 0]})},qi=({children:e})=>{const n=f.useFormContext();return e({...n})},Xi=y.styled.form`
|
|
2195
2156
|
${({theme:e})=>`
|
|
2196
2157
|
align-items: flex-start;
|
|
2197
2158
|
align-self: stretch;
|
|
@@ -2201,14 +2162,14 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2201
2162
|
overflow: hidden auto;
|
|
2202
2163
|
width: 100%;
|
|
2203
2164
|
`}
|
|
2204
|
-
`,
|
|
2165
|
+
`,Ji=({alert:e,buttonAlignment:n,cancelButton:o,children:r,confirmButton:i,defaultDisabled:a=!0,id:l="modal-confirm",maxButtonWidth:s="392px",mode:c,onSubmit:d,padding:p=!0,showButtons:g=!0,yupSchema:x,...h})=>{const b=y.useTheme(),w=f.useForm({...h,mode:c??"all",resolver:x?f.o(x):void 0});function $(k){k.stopPropagation(),w.handleSubmit(d)(k)}const v=g?`calc(100% - ${e?"139px":"83px"})`:"100%",C=p?1.5:0;return t.jsx(f.FormProvider,{...w,children:t.jsx(Xi,{onSubmit:$,children:t.jsxs(m,{scroll:"y",width:"100%",children:[t.jsx(m,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,display:"flex",flexDirection:"column",gap:.5,height:v,pb:C,pt:0,px:C,scroll:"y",children:r}),g&&t.jsxs(m,{borderRadius:`0 0 ${b.spacing[.25]} ${b.spacing[.25]}`,borderTop:`1px solid ${b.palette.gray[200]}`,display:"flex",flexDirection:n?"unset":"column",gap:.625,justify:n??"stretch",position:"sticky",px:1.25,py:1.25,children:[e,t.jsxs(m,{display:"flex",gap:.75,maxWidth:s,children:[o?t.jsx(O,{icon:o.icon,id:`${l}-cancel`,justify:"center",onClick:o.onClick,type:"reset",variant:"tertiary",width:"100%",children:o.label??"Cancel"}):void 0,t.jsx(O,{disabled:((i==null?void 0:i.disabled)??!1)||w.formState.isSubmitting||a&&!w.formState.isDirty,icon:i==null?void 0:i.icon,id:l,justify:"center",type:"submit",width:"100%",children:(i==null?void 0:i.label)??"Confirm"})]})]})]})})})},Qi=y.styled(Se)`
|
|
2205
2166
|
display: grid;
|
|
2206
2167
|
gap: ${({$gap:e=1.25})=>`${e}rem`};
|
|
2207
2168
|
grid-template-columns: ${({$sm:e})=>`repeat(${e}, 1fr)`};
|
|
2208
2169
|
|
|
2209
|
-
${({theme:e,$xl:n,$lg:o,$md:
|
|
2170
|
+
${({theme:e,$xl:n,$lg:o,$md:r})=>`
|
|
2210
2171
|
@media (width >= ${e.breakpoints.sm}) {
|
|
2211
|
-
grid-template-columns: repeat(${
|
|
2172
|
+
grid-template-columns: repeat(${r}, 1fr);
|
|
2212
2173
|
}
|
|
2213
2174
|
|
|
2214
2175
|
@media (width >= ${e.breakpoints.md}) {
|
|
@@ -2219,7 +2180,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2219
2180
|
grid-template-columns: repeat(${n}, 1fr);
|
|
2220
2181
|
}
|
|
2221
2182
|
`}
|
|
2222
|
-
`,ea=u.forwardRef(function({children:n,md:o,sm:
|
|
2183
|
+
`,ea=u.forwardRef(function({children:n,md:o,sm:r,lg:i,xl:a,gap:l,...s},c){return t.jsx(Qi,{$gap:l,$lg:i,$md:o,$sm:r,$xl:a,ref:c,...s,children:n})}),ta=y.styled.div`
|
|
2223
2184
|
${({theme:e,$itemsLength:n})=>`
|
|
2224
2185
|
display: flex;
|
|
2225
2186
|
background-color: ${e.palette.white};
|
|
@@ -2238,7 +2199,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2238
2199
|
width: 507px;
|
|
2239
2200
|
}
|
|
2240
2201
|
`}
|
|
2241
|
-
`,
|
|
2202
|
+
`,xt=y.styled.div`
|
|
2242
2203
|
${({theme:e,$isSelected:n})=>`
|
|
2243
2204
|
align-items: center;
|
|
2244
2205
|
background-color: ${n?e.palette.gray[100]:e.palette.white};
|
|
@@ -2255,7 +2216,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2255
2216
|
background-color: ${e.palette.gray[100]};
|
|
2256
2217
|
}
|
|
2257
2218
|
`}
|
|
2258
|
-
`,kn=({isSelected:e=!1,label:n,onSelect:o})=>{const
|
|
2219
|
+
`,kn=({isSelected:e=!1,label:n,onSelect:o})=>{const r=y.useTheme(),i=u.useCallback(()=>{o&&o(n)},[o,n]);return t.jsxs(xt,{$isSelected:e,onClick:i,children:[e?t.jsx(D,{icon:"check",iconColor:r.palette.gray[800],iconSize:"lg"}):null,t.jsx(E,{color:r.palette.gray[800],fontWeight:"bold",size:"md",children:n})]})},na=({isOpen:e=!0,items:n,handleNewOrganization:o,onSelect:r,onClose:i,selectedItem:a,title:l,variant:s})=>{const c=y.useTheme(),[d,p]=u.useState(n),[g,x]=u.useState(""),h=u.useCallback($=>{p(j=>j.filter(v=>String(v.name).toLowerCase().includes($.toLocaleLowerCase())))},[p]),b=u.useCallback($=>{$.currentTarget&&(x($.currentTarget.value),h($.currentTarget.value))},[x,h]);u.useEffect(()=>{p(n),h(g)},[n,h,g]);const w=t.jsx(m,{"aria-modal":"true",className:"comp-modal fixed inset-0 overflow-auto",zIndex:99999,children:t.jsx(m,{alignItems:"center",bgColor:"rgb(52 64 84 / 70%)",display:"flex",height:"100vh",justify:"center",left:"0",top:"0",width:"100%",children:t.jsxs(ta,{$itemsLength:d.length,children:[t.jsxs(m,{alignItems:"center",display:"flex",justify:"space-between",children:[t.jsx(E,{color:c.palette.gray[800],fontWeight:"bold",size:"lg",children:l}),t.jsx(W,{icon:"xmark",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:i,variant:"ghost"})]}),t.jsx(m,{mt:1,children:t.jsx(se,{onInput:b,placeholder:"Search"})}),t.jsx(ae,{mb:1,mt:1}),t.jsxs(m,{display:"inline-flex",gap:1,maxHeight:"332px",scroll:"y",wrap:"wrap",children:[s==="organization-selector"?t.jsx(xt,{onClick:o,children:t.jsxs(m,{alignItems:"center",display:"flex",children:[t.jsx(D,{icon:"square-plus",iconColor:c.palette.gray[400],iconSize:"lg",iconType:"fa-light",mr:.5}),t.jsx(E,{color:c.palette.gray[400],size:"md",children:"New organization"})]})}):void 0,d.map($=>t.jsx(kn,{isSelected:a.toLowerCase()===$.name,label:$.name.charAt(0).toUpperCase()+$.name.slice(1),onSelect:r},$.name))]})]})})});return e?le.createPortal(w,document.body):t.jsx("div",{})},oa=({actions:e,children:n,header:o,title:r,tabs:i,footer:a})=>{const l=y.useTheme();return t.jsxs(m,{alignItems:"flex-start",bgColor:l.palette.white,borderLeft:`1px solid ${l.palette.gray[300]}`,display:"flex",flexDirection:"column",maxHeight:"750px",width:"480px",children:[t.jsxs(m,{alignItems:"flex-start",alignSelf:"stretch",borderBottom:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.25,justify:"space-between",px:1.25,py:1,children:[t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,children:[t.jsx(E,{color:l.palette.gray[800],fontWeight:"bold",size:"lg",children:r}),o]}),e&&t.jsx(m,{display:"flex",gap:.25,children:e.map(({icon:s,onClick:c},d)=>t.jsx(W,{icon:s??"paper-plane",iconColor:l.palette.gray[400],iconSize:"sm",iconType:"fa-light",onClick:c,variant:"ghost"},`${d}-${s}`))})]}),t.jsx(m,{display:"flex",pt:.25,width:"100%",children:t.jsx(gt,{items:i})}),t.jsx(m,{alignSelf:"stretch",display:"flex",flexDirection:"column",px:1.25,py:1,scroll:"y",children:n}),a&&t.jsx(m,{alignSelf:"stretch",borderTop:`1px solid ${l.palette.gray[300]}`,display:"flex",gap:.5,justify:"end",px:1.25,py:1,children:a.map(({icon:s,text:c,onClick:d},p)=>t.jsx(O,{icon:s,onClick:d,variant:p===0?"primary":"tertiary",width:"100%",children:c},`${p}-${c}`))})]})},ra=y.styled.span`
|
|
2259
2220
|
${({theme:e,$bgColor:n=e.palette.secondary[500],$txtDecoration:o="none"})=>`
|
|
2260
2221
|
background-color: ${n};
|
|
2261
2222
|
border-radius: 5px;
|
|
@@ -2264,14 +2225,14 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2264
2225
|
padding: ${e.spacing[.125]} ${e.spacing[.25]} ${e.spacing[.125]} ${e.spacing[.25]};
|
|
2265
2226
|
text-decoration: ${o}
|
|
2266
2227
|
`}
|
|
2267
|
-
`,
|
|
2228
|
+
`,ia=({bgColor:e,children:n,txtDecoration:o,ml:r=1})=>t.jsx(ra,{$bgColor:e,$txtDecoration:o,className:`ml-${r}`,children:n}),aa={lg:"56",md:"30",sm:"12"},{getVariant:sa}=X(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),la=y.keyframes`
|
|
2268
2229
|
0% {
|
|
2269
2230
|
transform: rotateZ(0deg);
|
|
2270
2231
|
}
|
|
2271
2232
|
100% {
|
|
2272
2233
|
transform: rotateZ(360deg)
|
|
2273
2234
|
}
|
|
2274
|
-
`,
|
|
2235
|
+
`,ca=y.keyframes`
|
|
2275
2236
|
0%,
|
|
2276
2237
|
25% {
|
|
2277
2238
|
stroke-dashoffset: 280;
|
|
@@ -2288,16 +2249,16 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2288
2249
|
stroke-dashoffset: 280;
|
|
2289
2250
|
transform: rotate(360deg);
|
|
2290
2251
|
}
|
|
2291
|
-
`,
|
|
2252
|
+
`,da=y.styled.svg`
|
|
2292
2253
|
${({$size:e="md"})=>y.css`
|
|
2293
|
-
animation: ${
|
|
2254
|
+
animation: ${la} 2s linear infinite;
|
|
2294
2255
|
animation-timing-function: linear;
|
|
2295
2256
|
display: inline-block;
|
|
2296
|
-
width: ${
|
|
2257
|
+
width: ${aa[e]}px;
|
|
2297
2258
|
`}
|
|
2298
|
-
`,
|
|
2259
|
+
`,pa=y.styled.circle`
|
|
2299
2260
|
${({theme:e,$color:n="red"})=>y.css`
|
|
2300
|
-
animation: 1.4s ease-in-out infinite both ${
|
|
2261
|
+
animation: 1.4s ease-in-out infinite both ${ca};
|
|
2301
2262
|
display: block;
|
|
2302
2263
|
fill: transparent;
|
|
2303
2264
|
stroke-linecap: round;
|
|
@@ -2306,9 +2267,9 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2306
2267
|
stroke-width: 10px;
|
|
2307
2268
|
transform-origin: 50% 50%;
|
|
2308
2269
|
|
|
2309
|
-
${
|
|
2270
|
+
${sa(e,n)}
|
|
2310
2271
|
`}
|
|
2311
|
-
`,
|
|
2272
|
+
`,ga=y.styled.circle`
|
|
2312
2273
|
display: block;
|
|
2313
2274
|
fill: transparent;
|
|
2314
2275
|
stroke: ${({theme:e})=>e.palette.gray[200]};
|
|
@@ -2316,12 +2277,12 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2316
2277
|
stroke-width: 10px;
|
|
2317
2278
|
transform-origin: 50% 50%;
|
|
2318
2279
|
opacity: ${({$color:e})=>e==="white"?"20%":"unset"};
|
|
2319
|
-
`,Cn=({color:e="red",label:n,size:o})=>{const
|
|
2280
|
+
`,Cn=({color:e="red",label:n,size:o})=>{const r=y.useTheme();return t.jsxs(m,{alignItems:"center",display:"flex",children:[t.jsxs(da,{$size:o,viewBox:"0 0 100 100",children:[t.jsx(ga,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(pa,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(E,{color:e==="red"||e==="blue"?r.palette.gray[700]:r.palette.white,ml:.5,size:"md",children:n})]})},ua={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},xa=({publicId:e,variant:n})=>t.jsx(m,{...ua[n],children:t.jsx(ne,{alt:"logo",publicId:e})}),ha=y.styled(f.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
|
|
2320
2281
|
${({$size:e=16})=>`
|
|
2321
2282
|
height: ${e}px;
|
|
2322
2283
|
width: ${e}px;
|
|
2323
2284
|
`}
|
|
2324
|
-
`,
|
|
2285
|
+
`,fa=e=>{const{size:n}=e;return t.jsx(ha,{$size:n,...e})},ya=({children:e,commitSha:n,commitShortSha:o,parentElement:r,userInfo:i,setVisibility:a})=>{const l=y.useTheme(),{userName:s,email:c,phone:d,userRole:p}=i;return ee(r,()=>{a(!1)}),t.jsxs(un,{children:[t.jsx("li",{className:"user-info",children:t.jsxs(m,{display:"inline-flex",gap:.25,width:"100%",children:[t.jsxs(m,{display:"flex",flexDirection:"column",gap:.25,width:"100%",children:[t.jsx(E,{color:l.palette.gray[800],fontWeight:"bold",size:"md",children:s}),t.jsx(E,{color:l.palette.gray[400],size:"md",children:c}),f.lodashExports.isUndefined(d)?void 0:t.jsx(E,{color:l.palette.gray[400],size:"md",children:d})]}),t.jsx(m,{children:t.jsx(Y,{tagLabel:p,variant:"role"})})]})}),t.jsx(ae,{}),e,t.jsx(ae,{}),t.jsx("li",{className:"commit-info",children:t.jsx(Q,{href:`https://gitlab.com/fluidattacks/universe/-/tree/${n}`,iconPosition:"hidden",children:t.jsx(E,{color:l.palette.gray[400],size:"sm",children:`commit : ${o}`})})})]})},ba=y.styled.button`
|
|
2325
2286
|
align-items: center;
|
|
2326
2287
|
background-color: transparent;
|
|
2327
2288
|
border: unset;
|
|
@@ -2338,7 +2299,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2338
2299
|
&:hover span {
|
|
2339
2300
|
color: ${R.palette.primary[200]};
|
|
2340
2301
|
}
|
|
2341
|
-
|
|
2302
|
+
`,$a=({message:e,onClickButton:n,buttonText:o,buttonFontWeight:r="regular",show:i=!0,icon:a,onClose:l,buttonSide:s="end"})=>{const c=y.useTheme(),[d,p]=u.useState(i),g=u.useCallback(()=>{p(!1),l==null||l()},[l]);u.useEffect(()=>{p(i)},[i,p]);const x=t.jsxs(ba,{onClick:n,children:[t.jsx(E,{color:c.palette.white,fontWeight:r,size:"md",textDecoration:"underline",children:o}),t.jsx(D,{icon:a??"arrow-right",iconColor:c.palette.white,iconSize:"lg",iconType:r==="bold"?"fa-regular":"fa-light"})]});return t.jsxs(m,{alignItems:"center",bgGradient:"linear-gradient(45deg, #f32637 0%, #b8075d 100%)",display:d?"flex":"none",id:"message-banner",justify:"space-between",padding:[.75,.75,.75,.75],children:[t.jsxs(m,{display:"flex",gap:.5,justify:"center",width:"100%",children:[s==="start"&&n?x:void 0,t.jsx(m,{children:typeof e=="string"?t.jsx(E,{color:c.palette.white,display:"inline",size:"md",children:e}):e}),s==="end"&&n?x:void 0]}),t.jsx(D,{clickable:!0,hoverColor:c.palette.primary[200],icon:"close",iconColor:c.palette.white,iconSize:"lg",iconType:"fa-light",onClick:g})]})},ma=y.styled.div`
|
|
2342
2303
|
${({theme:e,$variant:n})=>`
|
|
2343
2304
|
background: ${e.palette.white};
|
|
2344
2305
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -2357,9 +2318,9 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2357
2318
|
right: 16px;
|
|
2358
2319
|
}
|
|
2359
2320
|
`}
|
|
2360
|
-
`,
|
|
2361
|
-
font-size:
|
|
2362
|
-
`,
|
|
2321
|
+
`,wa=y.styled(J)`
|
|
2322
|
+
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2323
|
+
`,va=y.styled.div`
|
|
2363
2324
|
${({theme:e,$variant:n})=>`
|
|
2364
2325
|
height: ${e.spacing[2.5]};
|
|
2365
2326
|
width: ${e.spacing[2.5]};
|
|
@@ -2390,7 +2351,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2390
2351
|
color: ${e.palette[n][500]};
|
|
2391
2352
|
}
|
|
2392
2353
|
`}
|
|
2393
|
-
`,
|
|
2354
|
+
`,ja=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",ka=({description:e,onClose:n,title:o,variant:r})=>{const i=y.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(ma,{$variant:r,className:`notification notification__${r}`,role:"alertdialog",children:[t.jsxs(va,{$variant:r,children:[t.jsx(D,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(D,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(D,{icon:ja(r),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(m,{pr:1.5,children:[t.jsx(wa,{fontWeight:"bold",size:"xs",children:o}),t.jsx(E,{size:"md",whiteSpace:"break-spaces",wordWrap:"break-word",children:e})]}),t.jsx(W,{height:"fit-content",icon:"close",iconColor:i.palette.gray[400],iconSize:"lg",iconType:"fa-light",onClick:a,px:.125,py:.125,variant:"ghost"})]})},Ca=y.styled.div`
|
|
2394
2355
|
width: fit-content;
|
|
2395
2356
|
border: ${({theme:e})=>`1px solid ${e.palette.gray[300]}`};
|
|
2396
2357
|
border-radius: 4px;
|
|
@@ -2403,7 +2364,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2403
2364
|
align-items: center;
|
|
2404
2365
|
justify-content: center;
|
|
2405
2366
|
padding: 0.5em;
|
|
2406
|
-
`,
|
|
2367
|
+
`,Sa=y.styled.input`
|
|
2407
2368
|
width: 4em;
|
|
2408
2369
|
appearance: textfield;
|
|
2409
2370
|
border-style: none;
|
|
@@ -2423,7 +2384,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2423
2384
|
&::-webkit-inner-spin-button {
|
|
2424
2385
|
opacity: 1;
|
|
2425
2386
|
}
|
|
2426
|
-
`,
|
|
2387
|
+
`,za=u.forwardRef(function({autoUpdate:n=!1,decimalPlaces:o=0,defaultValue:r=0,max:i,min:a,name:l,onEnter:s,tooltipMessage:c,...d},p){const g=o<0?0:o,[x,h]=u.useState(Number(r).toFixed(g)),b=u.useCallback(j=>{const v=f.lodashExports.toNumber(j.target.value);j.target.value.endsWith(".")?h(j.target.value):v>=Number(a)&&v<=Number(i)&&(h(String(v)),n&&s(f.lodashExports.toNumber(v.toFixed(g)))),j.stopPropagation()},[n,g,i,a,s]),w=u.useCallback(j=>{j.currentTarget.contains(j.relatedTarget)||h(Number(r).toFixed(g)),j.stopPropagation()},[g,r]),$=u.useCallback(j=>{j.stopPropagation(),j.key==="Enter"&&!f.lodashExports.isEmpty(j.currentTarget.value)&&s(f.lodashExports.toNumber(j.currentTarget.value))},[s]);return t.jsx(Ca,{onBlur:w,tabIndex:-1,children:t.jsx(V,{id:"numberInputTooltip",tip:c,children:t.jsx(Sa,{...d,"aria-label":l,"aria-valuemax":Number(i),"aria-valuemin":Number(a),"aria-valuenow":Number(x),max:i,min:a,name:l,onChange:b,onKeyUp:$,ref:p,step:10**-g,type:"number",value:x})})})}),Ta={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},et=({icon:e,label:n,onClick:o,onlyLabel:r=!1,provider:i="GitLab"})=>{const a=y.useTheme();return t.jsxs(m,{alignItems:"center",bgColorHover:a.palette.gray[100],borderRadius:"4px",cursor:"pointer",display:"flex",flexDirection:"column",gap:.25,height:"62px",justify:"center",minWidth:"64px",onClick:o,pb:.5,pl:.25,pr:.25,pt:.5,children:[r?!1:t.jsx(m,{height:"24px",width:"24px",children:e===void 0?t.jsx(ne,{alt:`${i} Logo`,height:"100%",publicId:Ta[i],width:"100%"}):t.jsx(D,{icon:e,iconColor:"#000",iconSize:"xl",iconType:"fa-light"})}),t.jsx(m,{alignItems:"center",display:"flex",minWidth:"24px",children:t.jsx(E,{color:a.palette.gray[800],display:"inline",size:"sm",textAlign:"center",whiteSpace:r?"break-spaces":"nowrap",wordWrap:"unset",children:n??i})})]})},Ia=({align:e="end",buttonLabel:n="Add Credential",children:o,id:r,manualOption:i,providers:a})=>{const l=y.useTheme(),[s,c]=u.useState(!1),d=u.useRef(null);ee(d.current,()=>{c(!1)},!0);const p=u.useCallback(h=>{i==null||i.onClick(h),c(!1)},[i]),g=u.useCallback(()=>{c(h=>!h)},[c]),x=u.useCallback(h=>b=>{var w;(w=a[h])==null||w.onClick(b),c(!1)},[a]);return t.jsxs(m,{alignItems:e,display:"flex",flexDirection:"column",position:"relative",ref:d,width:"max-content",zIndex:10,children:[t.jsx(O,{icon:"plus",onClick:g,variant:"primary",children:n}),t.jsxs(m,{alignItems:"center",bgColor:"#fff",border:`1px solid ${l.palette.gray[200]}`,borderRadius:"4px",display:"flex",gap:.5,height:"78px",id:r,pb:.5,pl:.75,position:"absolute",pr:.75,pt:.5,shadow:"md",top:"40px",visibility:s?"visible":"hidden",zIndex:10,children:[Object.keys(a).map(h=>t.jsx(et,{onClick:x(h),provider:h},h)),i===void 0?void 0:t.jsx(et,{icon:"square-plus",label:i.label??"Add manually",onClick:p}),o]})]})},Na=y.styled.div`
|
|
2427
2388
|
${({theme:e})=>`
|
|
2428
2389
|
height: ${e.spacing[1]};
|
|
2429
2390
|
width: ${e.spacing[1]};
|
|
@@ -2454,7 +2415,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2454
2415
|
font-size: ${e.spacing[.5]};
|
|
2455
2416
|
}
|
|
2456
2417
|
`}
|
|
2457
|
-
`,Sn=({margin:e,onClick:n,text:o})=>{const
|
|
2418
|
+
`,Sn=({margin:e,onClick:n,text:o})=>{const r=y.useTheme(),i=t.jsxs(Na,{children:[t.jsx(D,{icon:"circle",iconClass:"ellipse-1",iconSize:"lg"}),t.jsx(D,{icon:"circle",iconClass:"ellipse-2",iconSize:"lg"}),t.jsx(D,{icon:"crown",iconClass:"icon",iconSize:"lg"})]});return o!==void 0?t.jsx(m,{cursor:"pointer",display:"inline-block",mr:e,onClick:n,children:t.jsxs(m,{alignItems:"center",bgColor:r.palette.warning[50],borderRadius:"4px",display:"flex",padding:[.25,.25,.25,.25],width:"fit-content",children:[i,t.jsx(E,{color:r.palette.warning[500],display:"inline",ml:.25,size:"sm",children:o})]})}):t.jsx(m,{display:"inline-block",mr:e,onClick:n,children:i})},Ea=({score:e})=>{const n=y.useTheme(),o=e<=33?"priority-bars-low":"priority-bars-medium",r=e>66||e===0?"priority-bars-high":o;return t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.25,children:[t.jsx(D,{icon:r,iconClass:e<=66?"fa-kit-duotone":"",iconColor:e>0?n.palette.primary[500]:n.palette.gray[200],iconSize:"lg",iconType:"fa-kit",secondaryColor:n.palette.gray[200]}),t.jsx(E,{color:n.palette.gray[800],size:"md",textAlign:"right",children:e+"%"})]})},{getVariant:Da}=X(e=>({compliance:`
|
|
2458
2419
|
display: inline-flex;
|
|
2459
2420
|
|
|
2460
2421
|
&.horizontal {
|
|
@@ -2512,18 +2473,18 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2512
2473
|
.progress-bar {
|
|
2513
2474
|
background-color: ${e.palette.primary[500]};
|
|
2514
2475
|
}
|
|
2515
|
-
`})),
|
|
2516
|
-
${({theme:e,$minWidth:n,$orientation:o,$rounded:
|
|
2476
|
+
`})),Ra=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],Fa=y.styled.div`
|
|
2477
|
+
${({theme:e,$minWidth:n,$orientation:o,$rounded:r,$variant:i})=>`
|
|
2517
2478
|
background-color: ${e.palette.gray[100]};
|
|
2518
|
-
border-radius: ${
|
|
2479
|
+
border-radius: ${r?"100px":"unset"};
|
|
2519
2480
|
${o==="horizontal"?"min-width":"min-height"}: ${n}px;
|
|
2520
2481
|
${o==="horizontal"?"":"height: 100%;"}
|
|
2521
2482
|
|
|
2522
|
-
${
|
|
2483
|
+
${Da(e,i)}
|
|
2523
2484
|
|
|
2524
2485
|
`}
|
|
2525
|
-
`,
|
|
2526
|
-
${({theme:e,$percentage:n,$rounded:o,$variant:
|
|
2486
|
+
`,La=y.styled.div`
|
|
2487
|
+
${({theme:e,$percentage:n,$rounded:o,$variant:r})=>`
|
|
2527
2488
|
display: inline-flex;
|
|
2528
2489
|
width: ${n}%;
|
|
2529
2490
|
max-width: 100%;
|
|
@@ -2532,14 +2493,14 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2532
2493
|
border-radius: ${o?"100px":"unset"};
|
|
2533
2494
|
border-end-end-radius: ${o&&n<100?"0":"inherit"};
|
|
2534
2495
|
border-start-end-radius: ${o&&n<100?"0":"inherit"};
|
|
2535
|
-
background-color: ${
|
|
2496
|
+
background-color: ${r==="compliance"?Ra(e,n):"inherit"};
|
|
2536
2497
|
`}
|
|
2537
|
-
`,zn=({minWidth:e=100,percentage:n,percentageLocation:o="right",showPercentage:
|
|
2498
|
+
`,zn=({minWidth:e=100,percentage:n,percentageLocation:o="right",showPercentage:r=!1,orientation:i="horizontal",rounded:a=!0,variant:l="default"})=>{const s=r&&o==="left",c=r?t.jsx(m,{alignItems:"center",display:"flex",justify:s?"flex-end":"flex-start",width:"40px",children:t.jsx(E,{ml:.5,mr:s?.5:0,size:"md",children:`${n}%`})}):null,d=t.jsx(Fa,{$minWidth:e,$orientation:i,$rounded:a,$variant:l,className:i,children:t.jsx(La,{$percentage:n,$rounded:a,$variant:l,className:"progress-bar"})});return t.jsxs(m,{alignItems:"center",display:"inline-flex",flexDirection:s?"row-reverse":"row",height:i==="horizontal"?"auto":"100%",maxWidth:s?`${e+43}px`:void 0,minWidth:s?`${e+43}px`:void 0,textAlign:"end",children:[d,c]})},Tn=({onClick:e})=>t.jsx("svg",{className:"in-progress-icon",fill:"none",height:"13",onClick:e,viewBox:"0 0 12 13",width:"12",xmlns:"http://www.w3.org/2000/svg",children:t.jsxs("g",{id:"Group 8",children:[t.jsx("path",{d:"M9.40199 3.00342L9.95715 2.34182C9.42087 1.88791 8.80949 1.53109 8.15051 1.28741L7.8552 2.09852C8.41952 2.30786 8.94298 2.61408 9.40199 3.00342Z",fill:"#1D2939"}),t.jsx("path",{d:"M11.1498 6.08815L11.9998 5.90982C11.8803 5.21957 11.6409 4.55558 11.2923 3.94793L10.5444 4.36018C10.8429 4.89758 11.0476 5.48194 11.1498 6.08815Z",fill:"#1D2939"}),t.jsx("path",{d:"M7.8552 11.8057L8.15051 12.6168C8.80949 12.3731 9.42087 12.0163 9.95715 11.5624L9.40199 10.9008C8.94298 11.2901 8.41952 11.5963 7.8552 11.8057Z",fill:"#1D2939"}),t.jsx("path",{d:"M10.5444 9.54409L11.2923 9.97608C11.6411 9.36144 11.8805 8.69095 12 7.99444L11.1498 7.84459C11.0476 8.44177 10.8427 9.01676 10.5444 9.54409Z",fill:"#1D2939"}),t.jsx("path",{d:"M6.04789 13V0.904236C4.44389 0.904236 2.90559 1.54142 1.77139 2.67562C0.637187 3.80982 0 5.34813 0 6.95213C0 8.55613 0.637187 10.0944 1.77139 11.2286C2.90559 12.3628 4.44389 13 6.04789 13Z",fill:"#1D2939"})]})}),In=(e,n)=>{switch(e){case"completed":return n.palette.success[500];case"disabled":return n.palette.gray[300];case"error":return n.palette.error[500];case"in progress":return n.palette.gray[800];case"not completed":default:return n.palette.gray[800]}},Aa=y.styled(D)`
|
|
2538
2499
|
box-sizing: border-box;
|
|
2539
2500
|
|
|
2540
2501
|
border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${In("in progress",e)}`:"unset"};
|
|
2541
2502
|
border-radius: 50%;
|
|
2542
|
-
`,
|
|
2503
|
+
`,Pa=y.styled.div`
|
|
2543
2504
|
${({$minWidth:e,$orientation:n})=>`
|
|
2544
2505
|
display: flex;
|
|
2545
2506
|
flex-direction: ${n==="horizontal"?"row":"column"};
|
|
@@ -2549,13 +2510,13 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2549
2510
|
flex-flow: row wrap;
|
|
2550
2511
|
}
|
|
2551
2512
|
`}
|
|
2552
|
-
`,
|
|
2513
|
+
`,Oa=150,Ma=({label:e,minWidth:n=Oa,state:o="not completed",stepNumber:r=1,title:i,onClick:a,orientation:l="horizontal"})=>{const s=y.useTheme(),c={completed:"circle-check",disabled:"circle-dashed",error:"circle-exclamation","in progress":"circle-half","not completed":"circle-dashed"},d=o==="disabled";return t.jsxs(m,{display:"inline-flex",flexDirection:l==="horizontal"?"column":"row",minWidth:`${n}px`,children:[t.jsx(zn,{minWidth:n,orientation:l,percentage:d||o==="not completed"?0:100,rounded:!1,variant:o==="error"?"progressIndicatorError":"progressIndicator"}),t.jsxs(m,{display:"flex",gap:.5,px:.5,py:.5,width:"100%",children:[o==="in progress"?t.jsx(Tn,{onClick:a}):t.jsx(Aa,{$variant:o,clickable:!d,disabled:d,icon:c[o],iconColor:In(o,s),iconSize:"lg",iconType:"fa-light",onClick:d?void 0:a}),t.jsxs(m,{children:[t.jsx(E,{color:s.palette.gray[d?300:800],fontWeight:"bold",size:"md",children:`${r}.${i}`}),e===void 0?null:t.jsx(E,{color:s.palette.gray[d?300:600],size:"sm",children:e})]})]})]})},Wa=150,Ha=({children:e,orientation:n="horizontal",minWidth:o=Wa})=>{const r=u.Children.toArray(e),i=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>i*o,[i,o]);return t.jsx(Pa,{$minWidth:`${a}px`,$orientation:n,children:r.map(l=>u.cloneElement(l,{minWidth:o,orientation:n}))})},Nn=({description:e="",highlightDescription:n="",mobile:o})=>{const r=y.useTheme(),i=o?"md":"lg",a=typeof n=="string",l=a?"":new RegExp(`(${n.join("|")})`,"u");return n.length>0?t.jsx(E,{display:"inline",lineSpacing:1.5,size:i,textAlign:o?"start":"center",children:a?t.jsxs(u.Fragment,{children:[t.jsx(he,{color:r.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:i,children:n}),e]}):e.split(l).map((s,c)=>n.includes(s)?t.jsx(he,{color:r.palette.gray[600],display:"inline",fontWeight:"bold",lineSpacing:1.5,size:i,children:s},`${c+1}-bold`):s)}):t.jsx(E,{lineSpacing:1.5,size:i,textAlign:o?"start":"center",children:e})},Ba=({_portal:e=!1,cancelButton:n,darkBackground:o=!1,children:r,confirmButton:i,container:a,description:l,highlightDescription:s="",image:c,maxWidth:d,mobile:p=!1,title:g,titleColor:x})=>{const h=y.useTheme(),{alt:b,src:w,width:$="77px",height:j="77px"}=c,v=u.useCallback(()=>{n==null||n.onClick()},[n]),C=u.useCallback(()=>{i==null||i.onClick()},[i]),k=t.jsx(J,{color:x,fontWeight:"bold",lineSpacing:p?1.5:2.5,mb:p?1.5:0,size:p?"sm":"md",textAlign:p?"start":"center",children:g}),z=t.jsx(ne,{alt:b,height:j,publicId:w,width:$}),I=t.jsx(m,{alignItems:"center","aria-label":g,"aria-modal":"true",bgColor:o?"rgba(52, 64, 84, 70%)":"",display:"flex",height:"100vh",justify:"center",left:"0",position:e?"fixed":"absolute",top:"0px",width:"100%",zIndex:99999,children:t.jsxs(m,{bgColor:h.palette.white,border:`1px solid ${h.palette.gray[200]}`,borderRadius:"8px",display:"inline-flex",flexDirection:"column",maxWidth:d,position:"relative",px:p?1.5:2.5,py:p?1.5:2.5,shadow:"lg",width:p?"335px":"100%",zIndex:11,children:[t.jsxs(m,{alignItems:"center",display:"flex",flexDirection:"column",width:"100%",children:[p?k:void 0,p?t.jsx(m,{alignItems:"center",height:j,justify:"center",mr:0,children:t.jsx(m,{bgColor:h.palette.gray[100],left:"0",position:"absolute",textAlign:"center",width:"100%",children:z})}):z,t.jsxs(m,{display:"flex",flexDirection:"column",gap:.5,mb:1.5,mt:1.5,children:[p?void 0:k,t.jsx(Nn,{description:l,highlightDescription:s,mobile:p})]})]}),r&&t.jsx(m,{mb:1,scroll:"y",children:t.jsx(m,{height:"100%",children:r})}),t.jsxs(m,{alignItems:"flex-start",display:"flex",gap:1,justify:p?"start":"center",children:[f.lodashExports.isObject(i)?t.jsx(O,{onClick:C,variant:(i==null?void 0:i.variant)??"primary",children:i==null?void 0:i.text},i==null?void 0:i.key):void 0,f.lodashExports.isObject(n)?t.jsx(O,{onClick:v,variant:(n==null?void 0:n.variant)??"tertiary",children:n==null?void 0:n.text},n==null?void 0:n.key):void 0]})]})});return e?le.createPortal(I,a??document.body):I},_a=y.styled.div.attrs({className:"comp-scroll-up"})`
|
|
2553
2514
|
position: fixed;
|
|
2554
2515
|
bottom: ${({bottom:e})=>e??"unset"};
|
|
2555
2516
|
right: ${({right:e})=>e??"unset"};
|
|
2556
2517
|
z-index: ${({zIndex:e})=>e??"unset"};
|
|
2557
2518
|
left: ${({left:e})=>e??"unset"};
|
|
2558
|
-
`,
|
|
2519
|
+
`,Va=({scrollerId:e="dashboard",left:n,visibleAt:o=500,bottom:r,right:i,zIndex:a=100})=>{const[l,s]=u.useState(!1),[c,d]=u.useState(null),p=y.useTheme();u.useEffect(()=>{d(document.getElementById(e)),c==null||c.addEventListener("scroll",()=>{s(c.scrollTop>o)})},[c,e,o]);const g=u.useCallback(()=>{c==null||c.scrollTo({behavior:"smooth",top:0})},[c]);return l?t.jsx(_a,{bottom:r,left:n,right:i,zIndex:a,children:t.jsx(W,{borderRadius:"50%",height:"40px",icon:"arrow-up",iconSize:"xl",id:"scroll-up",onClick:g,style:{backgroundColor:p.palette.black,borderRadius:"50%",color:p.palette.white},width:"40px"})}):null},Ua={critical:{bgColor:R.palette.primary[700],colorL:R.palette.gray[800],colorR:R.palette.white},disable:{bgColor:R.palette.gray[200],colorL:R.palette.gray[400],colorR:R.palette.gray[400]},high:{bgColor:R.palette.error[500],colorL:R.palette.gray[800],colorR:R.palette.white},low:{bgColor:R.palette.warning[200],colorL:R.palette.gray[800],colorR:R.palette.gray[800]},medium:{bgColor:R.palette.warning[500],colorL:R.palette.gray[800],colorR:R.palette.gray[800]}},Ga=({textL:e,textR:n,variant:o})=>{const r=y.useTheme(),{bgColor:i,colorL:a,colorR:l}=Ua[o];return t.jsxs(m,{alignItems:"flex-start",display:"inline-flex",children:[e?t.jsx(m,{alignItems:"center",bgColor:r.palette.white,border:`1px solid ${i}`,borderRadius:"4px 0px 0px 4px",display:"flex",justify:"center",padding:[0,.25,0,.25],children:t.jsx(E,{color:a,size:"md",children:e})}):void 0,t.jsx(m,{alignItems:"center",bgColor:i,border:`1px solid ${i}`,borderRadius:e?"0px 4px 4px 0px":"4px",display:"flex",padding:e?[0,.25,0,.125]:[0,.25,0,.25],pb:.125,pl:.125,pr:.125,pt:.125,children:t.jsx(E,{color:l,size:"md",children:n})})]})},Ya=(e,n)=>{const o={critical:R.palette.primary[700],high:R.palette.error[500],low:R.palette.warning[200],medium:R.palette.warning[500],none:R.palette.gray[200]},r={disabled:R.palette.gray[400],enabled:R.palette.gray[800]},i={critical:R.palette.white,high:R.palette.white,low:R.palette.gray[800],medium:R.palette.gray[800],none:R.palette.gray[400]};return{iconColor:n<1?o.none:o[e],iconText:f.lodashExports.capitalize(e.charAt(0)),iconTextColor:n<1?i.none:i[e],textColor:n<1?r.disabled:r.enabled}},xe=({variant:e,value:n})=>{const{iconColor:o,iconText:r,iconTextColor:i,textColor:a}=Ya(e,n),l=f.lodashExports.capitalize(e.charAt(0))+e.slice(1);return t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.5,minWidth:"43px",children:[t.jsx(V,{id:l,place:"top",tip:l,children:t.jsx(m,{alignItems:"center",bgColor:o,borderRadius:"4px",cursor:"pointer",display:"flex",height:"22px",maxWidth:"22px",minWidth:"22px",children:t.jsx(E,{color:i,size:"md",textAlign:"center",children:r})})}),t.jsx(E,{color:a,size:"md",children:n})]})},Ka=({critical:e,high:n,medium:o,low:r})=>t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:1,children:[t.jsx(xe,{value:e,variant:"critical"}),t.jsx(xe,{value:n,variant:"high"}),t.jsx(xe,{value:o,variant:"medium"}),t.jsx(xe,{value:r,variant:"low"})]}),Za=y.styled.div`
|
|
2559
2520
|
${({theme:e})=>`
|
|
2560
2521
|
border-radius: ${e.spacing[.25]};
|
|
2561
2522
|
cursor: pointer;
|
|
@@ -2573,7 +2534,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2573
2534
|
display: block;
|
|
2574
2535
|
}
|
|
2575
2536
|
`}
|
|
2576
|
-
`,
|
|
2537
|
+
`,qa=({visibleElement:e,hiddenElement:n})=>t.jsxs(Za,{children:[e,t.jsx(m,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),En=({customBadge:e=void 0,description:n,icon:o,onClick:r,requiresUpgrade:i=!1,title:a})=>{const l=y.useTheme();return t.jsxs(m,{bgColor:l.palette.white,bgColorHover:l.palette.gray[100],cursor:"pointer",display:"flex",gap:.5,onClick:r,px:1.25,py:1,width:"100%",children:[t.jsx(m,{alignItems:"center",bgColor:l.palette.gray[300],borderRadius:l.spacing[.25],display:"flex",height:"24px",justify:"center",width:"24px",children:t.jsx(D,{icon:o,iconColor:l.palette.gray[800],iconSize:"sm",ml:.5,mr:.5})}),t.jsxs(m,{children:[t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:.5,children:[t.jsx(E,{color:l.palette.gray[800],size:"md",children:a}),i?t.jsx(Sn,{text:"Upgrade"}):void 0,e]}),t.jsx(E,{color:l.palette.gray[400],size:"sm",children:n})]})]})},Xa=y.styled(f.m.div)`
|
|
2577
2538
|
${({theme:e})=>`
|
|
2578
2539
|
background-color: ${e.palette.white};
|
|
2579
2540
|
box-shadow: ${e.shadows.lg};
|
|
@@ -2596,7 +2557,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2596
2557
|
height: auto;
|
|
2597
2558
|
}
|
|
2598
2559
|
`}
|
|
2599
|
-
`,
|
|
2560
|
+
`,Ja=({children:e,closeIconId:n="close-menu",isOpen:o,items:r,onClose:i,title:a})=>{const l=y.useTheme(),s=u.useRef(null),c=u.useCallback(d=>()=>{d(),i()},[i]);return u.useEffect(()=>{const d=["mousedown","touchstart"],p=g=>{var $;const x=g.target,h=document.getElementById("helpBtn"),b=document.getElementById("filter-btn"),w=(x===h||((h==null?void 0:h.contains(x))??!1)||x===b||(b==null?void 0:b.contains(x)))??!1;o&&!w&&!((($=s.current)==null?void 0:$.contains(x))??!1)&&i()};return d.forEach(g=>{document.addEventListener(g,p,{passive:!0})}),()=>{d.forEach(g=>{document.removeEventListener(g,p)})}},[o,i]),t.jsx(f.LazyMotion,{features:f.domAnimation,children:t.jsx(Xa,{animate:o?{display:"block",x:0}:{transitionEnd:{display:"none"},x:"100%"},initial:{display:"none",x:"100%"},ref:s,transition:{bounce:0,duration:.6,type:"spring"},children:t.jsxs(m,{height:"100%",position:"relative",children:[t.jsxs(m,{alignItems:"center",bgColor:l.palette.white,borderBottom:"1px solid",borderColor:l.palette.gray[200],display:"flex",gap:1.25,justify:"space-between",padding:[1.25,1.25,1.25,1.25],position:"sticky",top:"0",zIndex:40,children:[t.jsx(E,{color:l.palette.black,display:"inline",fontWeight:"bold",size:"lg",children:a}),t.jsx(W,{icon:"close",iconColor:l.palette.gray[400],iconSize:"lg",iconTransform:"grow-4",iconType:"fa-light",id:n,onClick:i,px:.25,py:.25,variant:"ghost"})]}),t.jsx(m,{display:"flex",flexDirection:"column",justify:"space-between",minHeight:"100vh",children:t.jsxs(m,{py:1.25,children:[(r??[]).map(({customBadge:d,description:p,icon:g,onClick:x,requiresUpgrade:h,title:b})=>t.jsx(En,{customBadge:d,description:p,icon:g,onClick:c(x),requiresUpgrade:h,title:b},b)),e&&t.jsx(m,{px:1.25,children:e})]})})]})})})},Qa=(e,n)=>n>=50?`
|
|
2600
2561
|
${e.palette.gray[200]} 50%,
|
|
2601
2562
|
${e.palette.primary[500]} 50.05%,
|
|
2602
2563
|
${e.palette.primary[500]} ${n}%,
|
|
@@ -2607,7 +2568,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2607
2568
|
${e.palette.primary[500]} 50%,
|
|
2608
2569
|
${e.palette.gray[200]} 50.05%,
|
|
2609
2570
|
${e.palette.gray[200]} 100%
|
|
2610
|
-
`,
|
|
2571
|
+
`,es=y.styled.div`
|
|
2611
2572
|
${({theme:e,$min:n,$value:o})=>`
|
|
2612
2573
|
align-items: center;
|
|
2613
2574
|
align-self: stretch;
|
|
@@ -2623,7 +2584,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2623
2584
|
${n>=0?`
|
|
2624
2585
|
${e.palette.primary[500]} ${o}%,
|
|
2625
2586
|
${e.palette.gray[200]} ${o}%
|
|
2626
|
-
`:
|
|
2587
|
+
`:Qa(e,o)}
|
|
2627
2588
|
);
|
|
2628
2589
|
border-radius: ${e.spacing[.125]};
|
|
2629
2590
|
height: ${e.spacing[.25]};
|
|
@@ -2647,7 +2608,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2647
2608
|
border: 1px solid ${e.palette.primary[500]};
|
|
2648
2609
|
}
|
|
2649
2610
|
`}
|
|
2650
|
-
`,
|
|
2611
|
+
`,ts=y.styled.div`
|
|
2651
2612
|
${({theme:e})=>`
|
|
2652
2613
|
align-items: center;
|
|
2653
2614
|
display: flex;
|
|
@@ -2661,7 +2622,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2661
2622
|
font-size: ${e.spacing[.5]};
|
|
2662
2623
|
}
|
|
2663
2624
|
`}
|
|
2664
|
-
`,
|
|
2625
|
+
`,ns=y.styled.output`
|
|
2665
2626
|
${({theme:e})=>`
|
|
2666
2627
|
align-items: flex-end;
|
|
2667
2628
|
border-radius: ${e.spacing[.5]};
|
|
@@ -2672,7 +2633,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2672
2633
|
padding: ${e.spacing[.625]} ${e.spacing[.75]};
|
|
2673
2634
|
width: 59px;
|
|
2674
2635
|
`}
|
|
2675
|
-
`,Dn=({state:e,trackRef:n,index:o,name:
|
|
2636
|
+
`,Dn=({state:e,trackRef:n,index:o,name:r})=>{const i=u.useRef(null),{thumbProps:a,inputProps:l,isDragging:s}=f.$47b897dc8cdb026b$export$8d15029008292ae({index:o,trackRef:n,inputRef:i},e);return t.jsx("div",{...a,className:`thumb ${s?"dragging":""}`,children:t.jsx(f.$5c3e21d68f1c4674$export$439d29a4e110a164,{children:t.jsx("input",{...l,"aria-label":r,ref:i})})})},os=(e,n,o)=>Math.round((o-e)/(n-e)*100),rs=e=>{const n=y.useTheme(),o=u.useRef(null),{label:r,minValue:i=0,maxValue:a=100,name:l,setValue:s,watch:c}=e,d=f.$a916eb452884faea$export$b7a616150fdb9f44(),p=f.$28f99e3e86e6ec45$export$e5fda3247f5d67f9({...e,numberFormatter:d,onChange(b){s==null||s(l,b)},value:c==null?void 0:c(l)}),g=os(i,a,p.getThumbValue(0)),{groupProps:x,trackProps:h}=f.$bcca50147b47f54d$export$56b2c08e277f365({...e,"aria-label":l,id:l},p,o);return t.jsx(U,{htmlFor:l,label:r,children:t.jsxs(m,{alignItems:"center",display:"inline-flex",gap:1.25,pl:.5,width:"100%",children:[t.jsxs(es,{...x,$min:i??0,$value:g,className:"slider",children:[t.jsx("div",{...h,className:`track ${p.isDisabled?"disabled":""}`,ref:o,children:t.jsx(Dn,{index:0,name:l,state:p,trackRef:o})}),t.jsxs(ts,{children:[t.jsx("p",{children:`${d.format(i)} (Low)`}),i<0&&t.jsx("p",{children:"0"}),t.jsx("p",{children:`${d.format(a)} (High)`})]})]}),t.jsx(ns,{children:t.jsx(E,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:is}=X(e=>({completed:`
|
|
2676
2637
|
background-color: ${e.palette.primary[500]};
|
|
2677
2638
|
color: ${e.palette.white};
|
|
2678
2639
|
|
|
@@ -2695,7 +2656,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2695
2656
|
&::after {
|
|
2696
2657
|
background-color: ${e.palette.gray[200]};
|
|
2697
2658
|
}
|
|
2698
|
-
`})),
|
|
2659
|
+
`})),as=y.styled.div`
|
|
2699
2660
|
${({theme:e})=>`
|
|
2700
2661
|
align-items: stretch;
|
|
2701
2662
|
background-color: ${e.palette.white};
|
|
@@ -2705,7 +2666,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2705
2666
|
padding: ${`${e.spacing[1]} ${e.spacing[1]}`};
|
|
2706
2667
|
scroll-behavior: unset;
|
|
2707
2668
|
`}
|
|
2708
|
-
`,
|
|
2669
|
+
`,ss=y.styled.div`
|
|
2709
2670
|
display: flex;
|
|
2710
2671
|
flex-direction: row;
|
|
2711
2672
|
margin-bottom: ${({theme:e})=>e.spacing[2]};
|
|
@@ -2713,11 +2674,11 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2713
2674
|
&:last-child > div:first-child > span::after {
|
|
2714
2675
|
display: none;
|
|
2715
2676
|
}
|
|
2716
|
-
`,
|
|
2677
|
+
`,ls=y.styled.div`
|
|
2717
2678
|
${({theme:e})=>`
|
|
2718
2679
|
display: inline-flex;
|
|
2719
2680
|
font-family: ${e.typography.type.primary};
|
|
2720
|
-
font-size: ${e.typography.text.
|
|
2681
|
+
font-size: ${e.typography.text.md};
|
|
2721
2682
|
line-height: ${e.spacing[1.25]};
|
|
2722
2683
|
margin-top: ${e.spacing[1]};
|
|
2723
2684
|
|
|
@@ -2725,12 +2686,12 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2725
2686
|
margin-right: ${e.spacing[.5]};
|
|
2726
2687
|
}
|
|
2727
2688
|
`}
|
|
2728
|
-
`,
|
|
2689
|
+
`,cs=y.styled.span`
|
|
2729
2690
|
${({theme:e,$variant:n})=>`
|
|
2730
2691
|
border-radius: 6px;
|
|
2731
2692
|
display: inline-block;
|
|
2732
2693
|
text-align: center;
|
|
2733
|
-
font-size: ${e.typography.text.
|
|
2694
|
+
font-size: ${e.typography.text.md};
|
|
2734
2695
|
font-weight: ${e.typography.weight.bold};
|
|
2735
2696
|
font-family: ${e.typography.type.primary};
|
|
2736
2697
|
line-height: ${e.spacing[1]};
|
|
@@ -2748,9 +2709,9 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2748
2709
|
height: calc(100% - ${e.spacing[1]});
|
|
2749
2710
|
}
|
|
2750
2711
|
|
|
2751
|
-
${
|
|
2712
|
+
${is(e,n)}
|
|
2752
2713
|
`}
|
|
2753
|
-
`,
|
|
2714
|
+
`,ds=({button:{disabled:e=!1,text:n,type:o="button",onClick:r},steps:i})=>{const[a,l]=u.useState(1),s=u.useCallback((c,d)=>()=>{l(p=>p+c),d==null||d()},[]);return t.jsx(as,{children:i.map((c,d)=>{const{content:p,title:g,nextAction:x,previousAction:h}=c,b=d+1,w=b===a?"current":"disabled",$=b<a?"completed":w;return t.jsxs(ss,{children:[t.jsx(m,{maxWidth:"40px",position:"relative",children:t.jsx(cs,{$variant:$,children:$==="completed"?t.jsx(D,{icon:"check",iconSize:"lg",iconType:"fa-solid"}):b})}),t.jsxs(m,{ml:1.5,width:"100%",children:[t.jsx(J,{fontWeight:"bold",lineSpacing:1.25,mb:1.5,size:"xs",children:g}),$==="current"&&t.jsxs(m,{children:[p,t.jsxs(ls,{children:[a>1&&t.jsx(O,{disabled:c.isDisabledPrevious??!1,onClick:s(-1,h),variant:"tertiary",children:"Previous"}),a<i.length?t.jsx(O,{disabled:c.isDisabledNext??!1,onClick:s(1,x),variant:"primary",children:"Next step"}):t.jsx(O,{disabled:e,onClick:r,type:o,variant:"primary",children:n})]})]})]})]},c.title)})})},ps=e=>{const n=(i,a)=>a.reduce((s,[c,d])=>{if(u.isValidElement(d)||c==="__typename")return s.concat([["",""]]);if(typeof d=="object"&&d){const g=Object.entries(d);return s.concat(n(c,g))}const p=i===""?"":`${i}.`;return s.concat([[p+c,d]])},[]),o=Object.entries(e),r=n("",o).filter(([i])=>i!=="");return Object.fromEntries(r)},zt=e=>e.map(ps),Rn=({csvConfig:e={},data:n,children:o})=>{const{columns:r=void 0,export:i=!1,headers:a={},name:l="Report"}=e,s=u.useMemo(()=>f._.isUndefined(r)?zt(n):zt(n).map(p=>f._.pick(p,r)),[n,r]),c=u.useMemo(()=>s.length>0&&!f._.isEmpty(a),[s.length,a]),d=u.useMemo(()=>(c?Object.keys(s[0]):[]).map(p=>f._.includes(Object.keys(a),p)?{key:p,label:a[p]}:{key:p,label:p}),[c,s,a]);return i?t.jsx(f.CSVLink,{data:s,filename:l,headers:c?d:void 0,children:o}):t.jsx(u.Fragment,{children:o})},Fn=e=>{const{table:n}=e,{meta:o}=n.options,[r,i]=u.useState(0),[,a]=n.getHeaderGroups(),l=n.getState(),s=u.useMemo(()=>n.getAllLeafColumns().filter(g=>g.id!=="selection"),[n]),c=u.useMemo(()=>s.map(g=>{var x;return{group:(x=g.parent)==null?void 0:x.id,id:g.id,locked:g.getIsPinned()==="left",name:g.columnDef.header,toggleVisibility:g.toggleVisibility,visible:g.getIsVisible()}}),[s]),d=on({columnOrder:(o==null?void 0:o.defaultColumnOrder)??[],items:c,name:"table-column-management",setColumnOrder:n.setColumnOrder,setColumnVisibility:n.setColumnVisibility}),p=u.useCallback(()=>{d.toggle()},[d]);return u.useEffect(()=>{i(n.getVisibleLeafColumns().filter(g=>g.id!=="selection").length)},[n,l]),t.jsxs("div",{id:"columns-filter",children:[t.jsx(O,{icon:"columns",id:"columns-toggle-btn",onClick:p,variant:"ghost",children:t.jsx("p",{children:r})}),t.jsx(yn,{modalRef:d,title:"Manage columns",variant:f.isNil(a)?"ungrouped":"grouped"})]})},te=u.createContext({containerRef:void 0,elementName:"",handleUnselectAll:void 0,hidden:!1,onKeyDown:void 0,selected:0,tableSize:0,tableRef:void 0,table:void 0}),gs=y.styled.span`
|
|
2754
2715
|
transition: all 150ms;
|
|
2755
2716
|
width: 5px;
|
|
2756
2717
|
height: 10px;
|
|
@@ -2775,7 +2736,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2775
2736
|
transition: opacity 150ms;
|
|
2776
2737
|
opacity: ${({$variant:e})=>e==="asc"?0:1};
|
|
2777
2738
|
}
|
|
2778
|
-
`,
|
|
2739
|
+
`,tt=e=>{const n=y.useTheme(),{variant:o}=e;return t.jsxs(gs,{$variant:o,children:[t.jsx(D,{icon:"caret-up",iconColor:n.palette.gray[700],iconSize:"xs",iconType:"fa-solid"}),t.jsx(D,{icon:"caret-down",iconColor:n.palette.gray[700],iconSize:"xs",iconType:"fa-solid"})]})},us=y.styled.div`
|
|
2779
2740
|
position: relative;
|
|
2780
2741
|
|
|
2781
2742
|
div:has(table) {
|
|
@@ -2862,7 +2823,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2862
2823
|
|
|
2863
2824
|
th {
|
|
2864
2825
|
position: relative;
|
|
2865
|
-
font-size: ${({theme:e})=>e.typography.text.
|
|
2826
|
+
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2866
2827
|
font-weight: ${({theme:e})=>e.typography.weight.bold};
|
|
2867
2828
|
color: ${({theme:e})=>e.palette.gray[800]};
|
|
2868
2829
|
padding: unset;
|
|
@@ -2897,7 +2858,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2897
2858
|
}
|
|
2898
2859
|
|
|
2899
2860
|
tbody tr:not(.row-no-data) td {
|
|
2900
|
-
font-size: ${({theme:e})=>e.typography.text.
|
|
2861
|
+
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2901
2862
|
white-space: pre-line;
|
|
2902
2863
|
padding-left: 8px;
|
|
2903
2864
|
padding-right: 8px;
|
|
@@ -2938,7 +2899,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2938
2899
|
}
|
|
2939
2900
|
}
|
|
2940
2901
|
}
|
|
2941
|
-
`,
|
|
2902
|
+
`,xs=y.styled.div`
|
|
2942
2903
|
${({$width:e,theme:n})=>`
|
|
2943
2904
|
display: flex;
|
|
2944
2905
|
flex-direction: column;
|
|
@@ -2950,7 +2911,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2950
2911
|
div {
|
|
2951
2912
|
position: relative;
|
|
2952
2913
|
font-weight: 400;
|
|
2953
|
-
font-size: ${n.typography.text.
|
|
2914
|
+
font-size: ${n.typography.text.md};
|
|
2954
2915
|
text-align: left;
|
|
2955
2916
|
|
|
2956
2917
|
color: ${n.palette.gray[600]};
|
|
@@ -2966,7 +2927,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2966
2927
|
}
|
|
2967
2928
|
}
|
|
2968
2929
|
`}
|
|
2969
|
-
`,
|
|
2930
|
+
`,hs=y.styled.div`
|
|
2970
2931
|
align-items: center;
|
|
2971
2932
|
background-color: transparent;
|
|
2972
2933
|
display: flex;
|
|
@@ -3014,11 +2975,11 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3014
2975
|
transition: all 150ms;
|
|
3015
2976
|
border-right: 1px solid ${({theme:e})=>e.palette.black};
|
|
3016
2977
|
}
|
|
3017
|
-
`,Ln=()=>{const e=y.useTheme(),{table:n}=u.useContext(te),{groupHeaders:o,tooltips:
|
|
2978
|
+
`,Ln=()=>{const e=y.useTheme(),{table:n}=u.useContext(te),{groupHeaders:o,tooltips:r}=(n==null?void 0:n.options.meta)??{},i=u.useCallback(d=>()=>{d.column.getCanSort()&&(n==null||n.setPageIndex(0),d.column.toggleSorting())},[n]),a=d=>p=>{d.getResizeHandler()(p)};if(o)return t.jsx("thead",{children:n==null?void 0:n.getHeaderGroups().map(d=>t.jsx("tr",{"data-testid":"row-headers",children:d.headers.map(p=>{var b;const{isPlaceholder:g}=p,x=g?p.subHeaders[0]:p;return f._.isUndefined(p.column.parent)&&p.depth>1?null:t.jsxs("th",{colSpan:x.colSpan,id:`header-${x.id}`,rowSpan:g?0:1,style:{borderRight:p.headerGroup.headers.indexOf(p)!==p.headerGroup.headers.length-1?"1px solid white":void 0,position:"relative",width:p.getSize()},children:[t.jsxs(m,{alignItems:"center",bgColor:e.palette.gray[200],borderBottom:g?void 0:`1px solid${e.palette.white}`,display:"flex",gap:.25,height:g?"6rem":"3rem",lineSpacing:0,onClick:i(x),pl:.5,pt:g?3:0,whiteSpace:"nowrap",width:"100%",children:[f.flexRender(x.column.columnDef.header,x.getContext()),x.column.getCanSort()?t.jsx(tt,{variant:x.column.getIsSorted()}):void 0,(r==null?void 0:r.map(w=>w.columnId).includes(x.id))??!1?t.jsx(V,{icon:"circle-info",id:x.id,place:"right",tip:((b=r==null?void 0:r.find(w=>w.columnId===x.id))==null?void 0:b.tip)??""}):void 0]}),x.column.getCanResize()&&t.jsx(Tt,{onMouseDown:a(p)})]},x.id)})},d.id))});const[l,s]=(n==null?void 0:n.getHeaderGroups())??[],c=f.lodashExports.isNil(s)?l:s;return t.jsx("thead",{children:t.jsx("tr",{"data-testid":"row-headers",children:c.headers.map(d=>{var p;return t.jsxs("th",{id:`header-${d.id}`,style:{position:"relative",width:d.getSize()},children:[t.jsxs(m,{alignItems:"center",bgColor:e.palette.gray[200],display:"flex",gap:.25,height:"3rem",lineSpacing:0,onClick:i(d),px:.5,whiteSpace:"nowrap",width:"100%",children:[f.flexRender(d.column.columnDef.header,d.getContext()),d.column.getCanSort()?t.jsx(tt,{variant:d.column.getIsSorted()}):void 0,(r==null?void 0:r.map(g=>g.columnId).includes(d.id))??!1?t.jsx(V,{icon:"circle-info",id:d.id,place:"right",tip:((p=r==null?void 0:r.find(g=>g.columnId===d.id))==null?void 0:p.tip)??""}):void 0]}),d.column.getCanResize()&&t.jsx(Tt,{onMouseDown:a(d)})]},d.id)})})})},fs=y.styled.div`
|
|
3018
2979
|
align-items: center;
|
|
3019
2980
|
display: flex;
|
|
3020
2981
|
width: 100%;
|
|
3021
|
-
`,An=()=>{const e=y.useTheme(),{table:n}=u.useContext(te),{loading:o}=(n==null?void 0:n.options.meta)??{},
|
|
2982
|
+
`,An=()=>{const e=y.useTheme(),{table:n}=u.useContext(te),{loading:o}=(n==null?void 0:n.options.meta)??{},r=u.useMemo(()=>{const{enableRowSelection:s,enableMultiRowSelection:c}=(n==null?void 0:n.options)??{};return s||c?1:0},[n==null?void 0:n.options]),i=u.useCallback((s,c)=>{if(c===r)return d=>{var p,g;d.stopPropagation(),(g=(p=n==null?void 0:n.options)==null?void 0:p.onRowClick)==null||g.call(p,s)}},[r,n]),a=u.useCallback(s=>c=>{c.stopPropagation(),s.toggleExpanded()},[]),l=u.useCallback(s=>{const{meta:c}=(n==null?void 0:n.options)??{},{onExpand:d=void 0}=c??{};return d?d(s):null},[n]);return o?t.jsx("tbody",{children:t.jsx("tr",{className:"row-loading","data-testid":"row-loading",children:t.jsx("td",{colSpan:(n==null?void 0:n.getVisibleLeafColumns().length)??0,children:t.jsx(m,{alignItems:"center",display:"flex",justify:"center",width:"100%",children:t.jsx(Cn,{size:"md"})})})})}):(n==null?void 0:n.getRowModel().rows.length)===0?t.jsx("tbody",{children:t.jsx("tr",{className:"row-no-data","data-testid":"row-no-data",children:t.jsx("td",{colSpan:n.getVisibleLeafColumns().length+1,children:t.jsx(E,{color:e.palette.gray[800],size:"md",textAlign:"center",children:"No data to display"})})})}):t.jsx("tbody",{children:n==null?void 0:n.getRowModel().rows.map(s=>t.jsxs(nt.default.Fragment,{children:[t.jsx("tr",{"aria-expanded":s.getIsExpanded(),"data-testid":`row-${s.id}`,children:s.getVisibleCells().map((c,d)=>t.jsx("td",{className:d===r&&n.options.onRowClick?"clickable":"","data-testid":`cell-${c.id}`,onClick:i(s,d),children:t.jsxs(fs,{children:[d===r&&s.getCanExpand()?t.jsx("button",{onClick:a(s),style:{cursor:"pointer",marginRight:"1rem"},children:t.jsx(D,{icon:s.getIsExpanded()?"angle-up":"angle-down",iconSize:"lg",iconType:"fa-light"})}):void 0,f.flexRender(c.column.columnDef.cell,c.getContext())]})},c.id))}),s.getIsExpanded()?t.jsx("tr",{"data-testid":`row-${s.id}-expand`,id:"description",children:t.jsx("td",{colSpan:100,children:l(s)})}):void 0]},s.id))})},Pn=()=>{const{containerRef:e,hidden:n,elementName:o,handleUnselectAll:r,onKeyDown:i,selected:a,tableSize:l,tableRef:s}=u.useContext(te);return t.jsxs("div",{ref:e,children:[n?void 0:t.jsx(xs,{$width:l,children:t.jsxs("div",{children:[t.jsx("b",{children:`${a} ${o} `}),`${a===1?"has":"have"} been selected. `,t.jsx("span",{onClick:r,onKeyDown:i,role:"link",tabIndex:0,children:"Unselect all"})]})}),t.jsxs("table",{ref:s,children:[t.jsx(Ln,{}),t.jsx(An,{})]})]})},It=y.styled(W)`
|
|
3022
2983
|
${({theme:e,$padding:n})=>`
|
|
3023
2984
|
background-color: ${e.palette.white};
|
|
3024
2985
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -3044,7 +3005,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3044
3005
|
background-color: ${e.palette.gray[100]};
|
|
3045
3006
|
}
|
|
3046
3007
|
`}
|
|
3047
|
-
`,On=()=>{const{table:e}=u.useContext(te),{pagination:{pageIndex:n}={pageIndex:0}}=(e==null?void 0:e.getState())??{},o=(e==null?void 0:e.getPageCount())??0,
|
|
3008
|
+
`,On=()=>{const{table:e}=u.useContext(te),{pagination:{pageIndex:n}={pageIndex:0}}=(e==null?void 0:e.getState())??{},o=(e==null?void 0:e.getPageCount())??0,r=u.useCallback(()=>{e==null||e.setPageIndex(n+1)},[n,e]),i=u.useCallback(()=>{e==null||e.previousPage()},[e]);return t.jsxs(m,{alignItems:"center",display:"flex",gap:.5,children:[t.jsx(It,{$padding:"4px 6px",disabled:!(e!=null&&e.getCanPreviousPage()),icon:"chevron-left",iconSize:"sm",iconType:"fa-light",id:"go-previous",onClick:i,variant:"ghost"}),t.jsx(It,{$padding:"4px 6px",disabled:n>o-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:r,variant:"ghost"})]})},ys=10,bs=20,$s=50,ms=100,Mn=()=>{const e=y.useTheme(),{table:n}=u.useContext(te),o=(n==null?void 0:n.getRowCount())??0,[r,i]=u.useState(!1),[a,l]=u.useState((n==null?void 0:n.getState().pagination.pageSize)??10),{refs:s,floatingStyles:c}=f.useFloating$1({middleware:[f.offset({mainAxis:4})],open:r,placement:"top-end",whileElementsMounted:f.autoUpdate}),d=u.useMemo(()=>f.transform([ys,bs,$s,ms],(h,b)=>(h.push(b),b<=o),[]),[o]),p=u.useCallback(()=>{r&&i(!1)},[r]),g=u.useCallback(()=>{i(h=>!h)},[]),x=u.useCallback(h=>()=>{l(h),n==null||n.setPageSize(h),i(!1)},[n,l]);return ee(s.reference.current,()=>{i(!1)},!0,s.floating.current),u.useEffect(()=>(window.addEventListener("scrollend",p,!0),()=>{window.removeEventListener("scrollend",p,!0)}),[p]),t.jsxs(u.Fragment,{children:[t.jsxs(m,{alignItems:"center",bgColor:e.palette.white,border:"1px solid",borderColor:e.palette.gray[200],borderRadius:"4px",display:"flex",minHeight:"24px",px:.25,children:[t.jsx(E,{pr:.25,size:"md",children:a}),t.jsx(W,{color:e.palette.gray[400],icon:r?"chevron-up":"chevron-down",iconSize:"sm",iconType:"fa-light",id:"paginator-dropdown",onClick:g,px:.25,py:.25,ref:s.setReference,variant:"ghost"})]}),r?t.jsx(m,{bgColor:e.palette.white,border:`1px solid ${e.palette.gray[200]}`,borderRadius:e.spacing[.5],display:"flex",flexDirection:"column",px:.25,py:.25,ref:s.setFloating,shadow:"md",style:c,children:d.map(h=>{const b=x(h);return t.jsx(m,{bgColor:a===h?e.palette.gray[800]:"transparent",bgColorHover:e.palette.gray[a===h?800:100],borderRadius:e.spacing["0.25"],cursor:"pointer",maxWidth:"40px",minWidth:"40px",onClick:b,px:.25,py:.25,children:t.jsx(E,{color:a===h?e.palette.white:e.palette.gray[600],size:"md",textAlign:"center",children:h})},h)})}):void 0]})},Wn=()=>{const{table:e}=u.useContext(te),{pagination:{pageIndex:n,pageSize:o}={pageIndex:0,pageSize:10}}=(e==null?void 0:e.getState())??{},r=(e==null?void 0:e.getRowCount())??0,i=u.useCallback((a,l,s)=>{if(s===0)return"0 of 0";if(l*a>=s)return`${s} of ${s}`;const c=l*a+1,d=Math.min(l*(a+1),s);return`${c}-${d} of ${s}`},[]);return t.jsx(E,{display:"inline-block",fontWeight:"bold",size:"md",children:i(n,o,r)})},Hn=({children:e})=>t.jsxs(hs,{children:[t.jsxs("div",{className:"pagination-container",children:[t.jsx(Wn,{}),t.jsx(Mn,{}),t.jsx(On,{})]}),e]}),Bn=({children:e})=>t.jsx("div",{className:"footer-container",children:e}),ws=y.styled.div.attrs({className:"search-container"})`
|
|
3048
3009
|
${({theme:e})=>`
|
|
3049
3010
|
display: flex;
|
|
3050
3011
|
flex-direction: column;
|
|
@@ -3084,14 +3045,14 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3084
3045
|
box-sizing: border-box;
|
|
3085
3046
|
color: ${e.palette.gray[800]};
|
|
3086
3047
|
font-family: ${e.typography.type.primary};
|
|
3087
|
-
font-size: ${e.typography.text.
|
|
3048
|
+
font-size: ${e.typography.text.md};
|
|
3088
3049
|
outline: none;
|
|
3089
3050
|
width: 100%;
|
|
3090
3051
|
line-height: ${e.spacing[.75]};
|
|
3091
3052
|
}
|
|
3092
3053
|
}
|
|
3093
3054
|
`}
|
|
3094
|
-
`,
|
|
3055
|
+
`,vs=y.styled.div.attrs({className:"controls-container"})`
|
|
3095
3056
|
display: flex;
|
|
3096
3057
|
flex: 1 0 50%;
|
|
3097
3058
|
|
|
@@ -3107,7 +3068,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3107
3068
|
justify-content: flex-end;
|
|
3108
3069
|
width: 100%;
|
|
3109
3070
|
}
|
|
3110
|
-
`,
|
|
3071
|
+
`,js=y.styled.div`
|
|
3111
3072
|
display: flex;
|
|
3112
3073
|
flex-wrap: wrap;
|
|
3113
3074
|
width: 100%;
|
|
@@ -3122,7 +3083,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3122
3083
|
.highlight-container ~ .controls-container {
|
|
3123
3084
|
flex: 1 0 100%;
|
|
3124
3085
|
}
|
|
3125
|
-
`,
|
|
3086
|
+
`,ks=500,_n=({children:e})=>{const{table:n}=u.useContext(te),{onSearch:o,search:r,searchPlaceholder:i="Search"}=(n==null?void 0:n.options.meta)??{},a=ct(s=>{o==null||o(s.target.value)},ks),l=u.useCallback(()=>{o==null||o("")},[o]);return t.jsxs(js,{children:[o===void 0?void 0:t.jsx(ws,{children:t.jsx(se,{name:"search",onChange:a,onClear:l,placeholder:i,value:r})}),e]})},Vn=({children:e})=>t.jsx(m,{display:"flex",flexDirection:"column",children:t.jsx("div",{className:"caption-container",children:e})}),Un=({children:e})=>t.jsx(vs,{children:e}),Gn=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),Cs=160,Yn=({children:e,table:n})=>{var x;const o=u.useRef(null),r=u.useRef(null),{id:i}=n.options.meta??{},{enableMultiRowSelection:a}=(n==null?void 0:n.options)??{},l=Object.keys(n.getState().rowSelection).length,s=l===1?"item":"items",c=l===0||!a,d=Math.max(((x=o.current)==null?void 0:x.clientWidth)??0,n.getTotalSize()+Cs),p=u.useCallback(()=>{n.resetRowSelection()},[n]),g=u.useCallback(h=>{h.key==="Enter"&&p()},[p]);return u.useEffect(()=>{n.setPageIndex(0)},[n]),t.jsx(te.Provider,{value:{containerRef:o,elementName:s,handleUnselectAll:p,hidden:c,onKeyDown:g,selected:l,tableSize:d,tableRef:r,table:n},children:t.jsx(us,{id:i,children:e})})},Ss=Object.assign(Yn,{Caption:Vn,Columns:Fn,Content:Pn,Controls:Un,Export:Rn,Footer:Hn,FooterContent:Bn,Highlighted:Gn,Options:_n}),zs=y.styled.button`
|
|
3126
3087
|
${({theme:e})=>`
|
|
3127
3088
|
align-items: center;
|
|
3128
3089
|
background-color: ${e.palette.white};
|
|
@@ -3131,7 +3092,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3131
3092
|
color: ${e.palette.gray[800]};
|
|
3132
3093
|
cursor: pointer;
|
|
3133
3094
|
display: flex;
|
|
3134
|
-
font-size: ${e.typography.text.
|
|
3095
|
+
font-size: ${e.typography.text.md};
|
|
3135
3096
|
gap: ${e.spacing[.25]};
|
|
3136
3097
|
height: 21px;
|
|
3137
3098
|
width: 21px;
|
|
@@ -3164,8 +3125,8 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3164
3125
|
background-color: ${e.palette.gray[100]};
|
|
3165
3126
|
}
|
|
3166
3127
|
`}
|
|
3167
|
-
`,
|
|
3168
|
-
${({theme:e
|
|
3128
|
+
`,Ts={add:{icon:"plus"},approve:{icon:"check"},disabled:{icon:"ban"},reject:{icon:"xmark"},submit:{icon:"arrow-right"},success:{icon:"check"}},Is=({disabled:e=!1,icon:n,id:o,label:r,name:i,onClick:a,type:l="button",variant:s})=>{const c=y.useTheme(),d=t.jsxs(zs,{"aria-label":i??void 0,className:s,disabled:e,id:o,onClick:a,type:l,children:[t.jsx(D,{clickable:!1,icon:n??Ts[s].icon,iconSize:i===void 0?"sm":"lg",iconType:"fa-light"}),i??void 0]});return t.jsxs(m,{alignItems:"center",display:"flex",children:[d,r&&t.jsx(E,{color:c.palette.gray[800],ml:.5,size:"md",children:r})]})},Ns=y.styled.div`
|
|
3129
|
+
${({theme:e})=>`
|
|
3169
3130
|
align-items: center;
|
|
3170
3131
|
background-color: ${e.palette.white};
|
|
3171
3132
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -3180,14 +3141,13 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3180
3141
|
p {
|
|
3181
3142
|
font-style: normal;
|
|
3182
3143
|
line-height: ${e.spacing[1.25]};
|
|
3183
|
-
text-align: ${n==="long"?"":"center"};
|
|
3184
3144
|
}
|
|
3185
3145
|
|
|
3186
3146
|
&:hover {
|
|
3187
3147
|
border: 1px solid ${e.palette.gray[600]};
|
|
3188
3148
|
}
|
|
3189
3149
|
`}
|
|
3190
|
-
`,
|
|
3150
|
+
`,Es=y.styled.div`
|
|
3191
3151
|
${({theme:e,$size:n})=>`
|
|
3192
3152
|
display: ${n==="long"?"flex":"block"};
|
|
3193
3153
|
flex-direction: column;
|
|
@@ -3237,4 +3197,4 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3237
3197
|
transform: translateX(-50%);
|
|
3238
3198
|
}
|
|
3239
3199
|
`}
|
|
3240
|
-
`,Kn=({date:e,description:n,title:o
|
|
3200
|
+
`,Kn=({date:e,description:n,title:o})=>{const r=y.useTheme();return t.jsxs(Ns,{className:"timeline-card",children:[t.jsx(E,{color:r.palette.gray[800],fontWeight:"bold",size:"md",textAlign:"start",children:e}),t.jsx(E,{color:r.palette.gray[800],fontWeight:"bold",mb:.5,size:"md",textAlign:"center",children:o}),t.jsx("div",{children:n.map((i,a)=>{const l=`${i}#${a}`;return t.jsx(E,{size:"md",textAlign:"center",wordBreak:"break-word",children:i},l)})})]})},Ds=({items:e})=>{const n=u.useRef(null),[o,r]=u.useState("long");return u.useEffect(()=>{n.current&&r(n.current.offsetWidth<=1100?"small":"long")},[]),t.jsx(m,{ref:n,width:"100%",children:t.jsx(Es,{$size:o,children:e.map((i,a)=>t.jsx(Kn,{date:i.date,description:i.description,size:o,title:i.title},`${i.title}-${a}`))})})},Rs={content:"",disableBeacon:!0,hideCloseButton:!1,locale:{back:"Back",close:"Close",last:"Close",next:"Next",open:"Open the dialog",skip:"Skip"},showSkipButton:!0,styles:{buttonBack:{fontFamily:"roboto"},buttonNext:{fontFamily:"roboto"},buttonSkip:{fontFamily:"roboto"},options:{zIndex:9999},tooltipContainer:{fontFamily:"roboto",textAlign:"left"}},target:""},Fs=({run:e,steps:n,onFinish:o})=>{const[r,i]=u.useState(e),[a,l]=u.useState(0),s=u.useCallback(c=>{const{action:d,index:p,status:g,type:x}=c;[f.EVENTS.STEP_AFTER,f.EVENTS.TARGET_NOT_FOUND].includes(x)?l(p+(d===f.ACTIONS.PREV?-1:1)):([f.STATUS.FINISHED,f.STATUS.SKIPPED].includes(g)||d==="close")&&(i(!1),f.lodashExports.isUndefined(o)||o())},[o]);return t.jsx(f.components_default,{callback:s,continuous:!0,disableOverlayClose:!0,disableScrollParentFix:!0,run:r,spotlightClicks:!0,stepIndex:a,steps:n,styles:{buttonNext:{display:a===n.length-1?"none":"block"},options:{zIndex:9999}}})};exports.Accordion=So;exports.AccordionContent=Ft;exports.ActionButton=Xe;exports.Alert=Ao;exports.AppliedFilter=ue;exports.AppliedFilters=Ei;exports.ArrayField=Ze;exports.Avatar=Uo;exports.BaseButtonComponent=ot;exports.BaseComponent=Se;exports.BaseSpanComponent=it;exports.BaseTextComponent=rt;exports.Body=An;exports.Button=O;exports.Button$1=De;exports.ButtonToolbarCenter=$r;exports.ButtonToolbarRow=wr;exports.ButtonToolbarStartRow=mr;exports.Calendar=Bt;exports.Calendar$1=Yt;exports.Calendar$2=Zt;exports.CalendarCell=Ht;exports.CalendarGrid=Ae;exports.CaptionContent=Vn;exports.CardContainer=Qr;exports.CardHeader=Le;exports.CardWithImage=Ko;exports.CardWithInput=Wr;exports.CardWithOptions=en;exports.CardWithSelector=Yr;exports.CardWithSwitch=qr;exports.Carousel=ii;exports.Checkbox=ie;exports.CodeSnippet=si;exports.Col=Ke;exports.ColumFilters=vn;exports.ColumnToggle=Fn;exports.ColumnsModal=yn;exports.ComboBox=st;exports.ComboBoxField=Ye;exports.Container=m;exports.ControlsContent=Un;exports.CopyButton=Bi;exports.CustomThemeProvider=bo;exports.DateField=Vt;exports.DateSelector=fe;exports.Description=Nn;exports.Dialog=Oe;exports.Divider=ae;exports.Dropdown=Ui;exports.Editable=br;exports.EmptyButton=Qe;exports.EmptyState=Zi;exports.ErrorMessage=Qo;exports.ExportCsv=Rn;exports.FilePreview=Ot;exports.FilterControl=bn;exports.FilterForm=Je;exports.FilterFormContent=$n;exports.FiltersList=wn;exports.FooterContent=Bn;exports.Form=Ji;exports.Gap=kr;exports.GridContainer=ea;exports.GroupSelector=na;exports.Head=Ln;exports.Header=Pe;exports.Header$1=dn;exports.Heading=J;exports.HighlightedContent=Gn;exports.Icon=D;exports.IconButton=W;exports.InProgressIcon=Tn;exports.IndicatorCard=Xr;exports.InfoSidebar=oa;exports.InnerForm=qi;exports.InputArray=Sr;exports.InputDate=Gt;exports.InputDateRange=Kt;exports.InputDateTime=yr;exports.InputFile=Nr;exports.InputNumber=Jt;exports.InputNumberRange=Qt;exports.InputTags=Dr;exports.Label=at;exports.Link=Q;exports.ListItem=Ie;exports.ListItemsWrapper=un;exports.LittleFlag=ia;exports.Loading=Cn;exports.LocationCode=sn;exports.Logo=xa;exports.Lottie=fa;exports.MemoizedImage=ne;exports.Menu=ya;exports.MenuItem=En;exports.MessageBanner=$a;exports.Modal=ut;exports.ModalConfirm=pn;exports.ModalFooter=cn;exports.Notification=ka;exports.NotificationSign=Ee;exports.NumberField=Fe;exports.NumberFieldCompact=Xt;exports.NumberInput=za;exports.OAuthSelector=Ia;exports.Option=Mt;exports.OptionBoxContainer=xt;exports.OptionContainer=et;exports.OptionContainer$1=kn;exports.OutlineContainer=U;exports.PaginationControl=On;exports.PaginationDropdown=Mn;exports.PaginationSize=Wn;exports.PhoneInput=Or;exports.PopUp=Ba;exports.Popover=ze;exports.PremiumFeature=Sn;exports.PreviewPanel=xn;exports.PriorityScore=Ea;exports.ProgressBar=zn;exports.ProgressIndicator=Ha;exports.ProgressStep=Ma;exports.RadioButton=dt;exports.Row=qt;exports.ScrollUpButton=Va;exports.Search=se;exports.SearchPanel=fn;exports.SeverityBadge=Ga;exports.SeverityOverview=Ka;exports.SeverityOverviewBadge=xe;exports.ShowOnHover=qa;exports.SlideOutMenu=Ja;exports.Slider=rs;exports.SortIcon=tt;exports.Span=he;exports.StepLapse=ds;exports.Tab=gn;exports.Table=Ss;exports.Table$1=Yn;exports.TableButton=Is;exports.TableContent=Pn;exports.TableContext=te;exports.TableFooter=Hn;exports.TableOptions=_n;exports.Tabs=gt;exports.Tag=Y;exports.TagsField=qe;exports.Text=E;exports.TextArea=Mr;exports.TextInput=Me;exports.Thumb=Dn;exports.TimeField=Ut;exports.TimeLine=Ds;exports.TimeLineCard=Kn;exports.Toggle=rn;exports.Tooltip=V;exports.Tour=Fs;exports.baseStep=Rs;exports.formatCheckValues=jn;exports.getStyledConfig=Ce;exports.hiddenProps=Et;exports.icons=yo;exports.setBorder=we;exports.setDisplay=ve;exports.setInteraction=ke;exports.setMargin=$e;exports.setPadding=be;exports.setPosition=me;exports.setText=je;exports.theme=R;exports.useCarousel=tn;exports.useClickOutside=ee;exports.useCloudinaryImage=nn;exports.useColumnsModal=on;exports.useConditionsDialog=Mi;exports.useConfirmDialog=Wi;exports.useDebouncedCallback=ct;exports.useFilterForm=mn;exports.useFilters=Oi;exports.useModal=Te;exports.useSearch=_r;exports.variantBuilder=X;
|