@fluidattacks/design 3.27.5 → 3.28.0-pr
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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/accordion/index.stories.d.ts +1 -1
- package/dist/components/alert/index.js +1 -1
- package/dist/components/alert/index.stories.d.ts +1 -1
- package/dist/components/alert/styles.d.ts +2 -270
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/index.stories.d.ts +1 -1
- package/dist/components/avatar/styles.d.ts +2 -538
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.stories.d.ts +1 -1
- package/dist/components/button/styles.d.ts +3 -548
- package/dist/components/card/card-header/index.js +1 -1
- package/dist/components/card/card-with-image/index.js +1 -1
- package/dist/components/card/card-with-image/index.stories.d.ts +3 -3
- package/dist/components/card/card-with-input/index.js +1 -1
- package/dist/components/card/card-with-input/index.stories.d.ts +15 -15
- 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-options/index.stories.d.ts +1 -1
- package/dist/components/card/card-with-selector/index.js +1 -1
- package/dist/components/card/card-with-selector/index.stories.d.ts +1 -1
- package/dist/components/card/card-with-selector/styles.d.ts +1 -269
- package/dist/components/card/card-with-switch/index.js +1 -1
- package/dist/components/card/card-with-switch/index.stories.d.ts +1 -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/index.stories.d.ts +1 -1
- package/dist/components/carousel/styles.d.ts +7 -811
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.stories.d.ts +1 -1
- package/dist/components/checkbox/styles.d.ts +1 -271
- package/dist/components/cloud-image/index.js +1 -1
- package/dist/components/code-snippet/index.js +1 -1
- package/dist/components/code-snippet/index.stories.d.ts +1 -1
- package/dist/components/code-snippet/location-code/index.js +1 -1
- package/dist/components/code-snippet/styles.d.ts +2 -538
- 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/index.stories.d.ts +1 -1
- package/dist/components/container/styles.d.ts +2 -269
- package/dist/components/copy-button/index.js +1 -1
- package/dist/components/divider/index.js +1 -1
- package/dist/components/divider/index.stories.d.ts +1 -1
- package/dist/components/dropdown/index.js +1 -1
- package/dist/components/dropdown/index.stories.d.ts +1 -1
- package/dist/components/dropdown/styles.d.ts +2 -539
- 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/index.stories.d.ts +1 -1
- package/dist/components/empty-state/styles.d.ts +3 -539
- 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 +7 -339
- 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 +1 -277
- package/dist/components/grid-container/index.js +1 -1
- package/dist/components/grid-container/index.stories.d.ts +1 -1
- package/dist/components/grid-container/styles.d.ts +2 -269
- package/dist/components/grid-layout/index.stories.d.ts +1 -1
- package/dist/components/grid-layout/styles.d.ts +4 -1076
- package/dist/components/group-selector/index.js +1 -1
- package/dist/components/group-selector/index.stories.d.ts +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 +3 -538
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/icon-button/index.stories.d.ts +1 -1
- package/dist/components/icon-button/styles.d.ts +2 -279
- package/dist/components/info-sidebar/index.js +1 -1
- package/dist/components/info-sidebar/index.stories.d.ts +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/index.stories.d.ts +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 +10 -2175
- package/dist/components/inputs/fields/date/index.js +1 -1
- package/dist/components/inputs/fields/date/index.stories.d.ts +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/index.stories.d.ts +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 +2 -538
- package/dist/components/inputs/fields/date-time/index.js +1 -1
- package/dist/components/inputs/fields/date-time/index.stories.d.ts +1 -1
- package/dist/components/inputs/fields/editable/index.js +1 -1
- package/dist/components/inputs/fields/editable/index.stories.d.ts +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-array/index.stories.d.ts +1 -1
- package/dist/components/inputs/fields/input-file/index.js +1 -1
- package/dist/components/inputs/fields/input-file/index.stories.d.ts +1 -1
- package/dist/components/inputs/fields/input-file/styles.d.ts +3 -569
- 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/index.stories.d.ts +1 -1
- package/dist/components/inputs/fields/input-tags/styles.d.ts +1 -300
- package/dist/components/inputs/fields/number/index.js +1 -1
- package/dist/components/inputs/fields/number/index.stories.d.ts +1 -1
- package/dist/components/inputs/fields/number-range/index.js +1 -1
- package/dist/components/inputs/fields/number-range/index.stories.d.ts +1 -1
- package/dist/components/inputs/fields/phone/index.js +1 -1
- package/dist/components/inputs/fields/phone/index.stories.d.ts +1 -1
- package/dist/components/inputs/fields/phone/styles.d.ts +5 -1356
- package/dist/components/inputs/fields/text-area/index.js +1 -1
- package/dist/components/inputs/fields/text-area/index.stories.d.ts +1 -1
- package/dist/components/inputs/fields/text-input/index.js +1 -1
- package/dist/components/inputs/fields/text-input/index.stories.d.ts +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 +7 -842
- 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 +9 -1636
- package/dist/components/layout/categories/buttons/index.d.ts +6 -804
- 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 +2 -268
- package/dist/components/layout/categories/gap/index.js +1 -1
- package/dist/components/layout/categories/gap/styles.d.ts +2 -268
- package/dist/components/layout/categories/row/index.js +1 -1
- package/dist/components/layout/categories/row/styles.d.ts +2 -268
- package/dist/components/layout/index.js +1 -1
- package/dist/components/link/index.js +1 -1
- package/dist/components/link/index.stories.d.ts +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/index.stories.d.ts +1 -1
- package/dist/components/list-item/styles.d.ts +2 -539
- 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/index.stories.d.ts +2 -3
- 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 +33 -394
- package/dist/components/menu/index.js +1 -1
- package/dist/components/message-banner/index.js +1 -1
- package/dist/components/message-banner/index.stories.d.ts +1 -1
- package/dist/components/message-banner/styles.d.ts +1 -279
- 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 +2 -374
- 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 +2 -374
- package/dist/components/modal/filters-modal/index.js +1 -1
- package/dist/components/modal/filters-modal/styles.d.ts +5 -643
- 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/index.stories.d.ts +1 -1
- package/dist/components/modal/modal-confirm/index.js +1 -1
- package/dist/components/modal/styles.d.ts +12 -1348
- package/dist/components/notification/index.js +1 -1
- package/dist/components/notification/index.stories.d.ts +1 -1
- package/dist/components/notification/styles.d.ts +4 -42
- package/dist/components/notification-sign/index.js +1 -1
- package/dist/components/notification-sign/index.stories.d.ts +1 -1
- package/dist/components/notification-sign/styles.d.ts +5 -808
- package/dist/components/number-input/index.js +1 -1
- package/dist/components/number-input/styles.d.ts +2 -569
- package/dist/components/oauth-selector/index.js +1 -1
- package/dist/components/oauth-selector/index.stories.d.ts +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/pop-up/index.stories.d.ts +1 -1
- package/dist/components/premium-feature/index.js +1 -1
- package/dist/components/premium-feature/index.stories.d.ts +1 -1
- package/dist/components/premium-feature/styles.d.ts +1 -269
- package/dist/components/priority-score/index.js +1 -1
- package/dist/components/priority-score/index.stories.d.ts +1 -1
- package/dist/components/progress-bar/index.js +1 -1
- package/dist/components/progress-bar/index.stories.d.ts +7 -7
- 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/index.stories.d.ts +5 -5
- package/dist/components/radio-button/styles.d.ts +3 -539
- package/dist/components/scroll-button/index.js +1 -1
- package/dist/components/scroll-button/styles.d.ts +3 -272
- package/dist/components/search/index.js +1 -1
- package/dist/components/search/index.stories.d.ts +1 -1
- package/dist/components/search/styles.d.ts +3 -838
- package/dist/components/severity-badge/index.js +1 -1
- package/dist/components/severity-badge/index.stories.d.ts +1 -1
- package/dist/components/severity-overview/badge/index.js +1 -1
- package/dist/components/severity-overview/index.js +1 -1
- package/dist/components/severity-overview/index.stories.d.ts +1 -1
- package/dist/components/show-on-hover/index.js +1 -1
- package/dist/components/show-on-hover/styles.d.ts +1 -269
- package/dist/components/slide-out-menu/index.js +1 -1
- package/dist/components/slide-out-menu/index.stories.d.ts +1 -1
- package/dist/components/slide-out-menu/menu-item/index.js +1 -1
- package/dist/components/slide-out-menu/styles.d.ts +2 -331
- package/dist/components/slider/index.js +1 -1
- package/dist/components/slider/index.stories.d.ts +1 -1
- package/dist/components/slider/styles.d.ts +4 -543
- package/dist/components/slider/thumb/index.js +1 -1
- package/dist/components/step-lapse/index.js +1 -1
- package/dist/components/step-lapse/index.stories.d.ts +1 -1
- package/dist/components/step-lapse/styles.d.ts +5 -809
- 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/index.stories.d.ts +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 +4 -808
- package/dist/components/table/table-body/index.js +1 -1
- package/dist/components/table/table-body/styles.d.ts +1 -269
- 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 +5 -805
- package/dist/components/table/wrapper/index.js +1 -1
- package/dist/components/table-button/index.js +1 -1
- package/dist/components/table-button/index.stories.d.ts +3 -3
- package/dist/components/table-button/styles.d.ts +1 -279
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/tabs/index.stories.d.ts +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/index.stories.d.ts +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/index.stories.d.ts +1 -1
- package/dist/components/timeline/styles.d.ts +3 -5
- package/dist/components/toggle/index.js +1 -1
- package/dist/components/toggle/index.stories.d.ts +5 -5
- package/dist/components/toggle/styles.d.ts +3 -809
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/index.stories.d.ts +1 -1
- package/dist/components/tooltip/styles.d.ts +6 -336
- 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 +6 -807
- package/dist/components/typography/text/index.js +1 -1
- package/dist/{components-BkQo051T.mjs → components-BT64cnmr.mjs} +1386 -1409
- package/dist/{components-D47ZRjK3.js → components-CDXuAvor.js} +227 -251
- package/dist/hooks/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{vendor-DE_IQw9t.js → vendor-D_h5koHM.js} +26 -26
- package/dist/{vendor-C3KgSuPd.mjs → vendor-ylpTQvoM.mjs} +5902 -5890
- package/package.json +8 -8
- package/dist/components/indicator-card/index.js +0 -1
- package/dist/components/indicator-card/index.stories.d.ts +0 -7
- package/dist/components/number-input/index.stories.d.ts +0 -6
- /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-D_h5koHM.js"),le=require("react-dom"),Ue=require("react-router-dom"),It=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},tt=It(u),ce=It(y),X=e=>({getVariant:(n,o)=>e(n)[o]}),Nt=["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,14 +50,14 @@
|
|
|
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
62
|
`},Ce={shouldForwardProp:e=>!Nt.includes(e)},Se=y.styled.div.withConfig(Ce)`
|
|
63
63
|
${be}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
${je}
|
|
84
84
|
${we}
|
|
85
85
|
${ke}
|
|
86
|
-
`,
|
|
86
|
+
`,rt=y.styled.span.withConfig(Ce)`
|
|
87
87
|
${be}
|
|
88
88
|
${$e}
|
|
89
89
|
${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})}),Et=(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(ot)`
|
|
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[Et(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
136
|
`,Dt=y.styled(ot)`
|
|
142
|
-
${({theme:e,$bgGradient:n="unset",$color:o=e.palette.gray[600],$display:
|
|
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[Et(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
|
-
`,jo=y.styled(
|
|
173
|
-
${({theme:e,$color:n=e.palette.gray[600],$content:o=void 0,$display:
|
|
162
|
+
`,jo=y.styled(rt)`
|
|
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(Dt,{$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})}),Rt=({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]})},_e={xl:"24px",lg:"16px",md:"14px",sm:"12px",xs:"10px"},ko=e=>_e[e]?_e[e]:typeof e=="string"&&e.includes("px")?e:_e.md,Co=y.styled(rt)`
|
|
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(Rt,{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]};
|
|
@@ -370,13 +360,13 @@
|
|
|
370
360
|
color: ${e.palette.white};
|
|
371
361
|
}
|
|
372
362
|
`})),Ft=y.styled(nt)`
|
|
373
|
-
${({theme:e,justify:n,$variant:o,$notification:
|
|
363
|
+
${({theme:e,justify:n,$variant:o,$notification:r,$icon:i})=>`
|
|
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,14 +381,14 @@
|
|
|
391
381
|
${o!=="link"?`--btn-padding-y: ${e.spacing[1]}`:""};
|
|
392
382
|
}
|
|
393
383
|
|
|
394
|
-
${
|
|
384
|
+
${Eo(e,o??"primary")}
|
|
395
385
|
|
|
396
|
-
${
|
|
386
|
+
${r?`
|
|
397
387
|
::before {
|
|
398
388
|
content: "";
|
|
399
389
|
position: absolute;
|
|
400
390
|
top: 20%;
|
|
401
|
-
left: ${
|
|
391
|
+
left: ${i?"10%":"1%"};
|
|
402
392
|
width: ${e.spacing[.5]};
|
|
403
393
|
height: ${e.spacing[.5]};
|
|
404
394
|
background-color: ${e.palette.primary[400]};
|
|
@@ -414,7 +404,7 @@
|
|
|
414
404
|
display: flex;
|
|
415
405
|
color: ${e.palette.white};
|
|
416
406
|
font-family: ${e.typography.type.primary};
|
|
417
|
-
font-size: ${e.typography.text.
|
|
407
|
+
font-size: ${e.typography.text.sm};
|
|
418
408
|
font-weight: ${e.typography.weight.regular};
|
|
419
409
|
height: 14px;
|
|
420
410
|
justify-content: center;
|
|
@@ -422,10 +412,10 @@
|
|
|
422
412
|
padding: ${e.spacing[.125]} 7px;
|
|
423
413
|
`}
|
|
424
414
|
`,Ro=y.styled(Ft)`
|
|
425
|
-
${({theme:e,disabled:n,borderRadius:o="4px",px:
|
|
415
|
+
${({theme:e,disabled:n,borderRadius:o="4px",px:r=.5,py:i=.5,$variant:a})=>`
|
|
426
416
|
--btn-spacing: ${o};
|
|
427
|
-
--btn-padding-x: ${e.spacing[
|
|
428
|
-
--btn-padding-y: ${e.spacing[
|
|
417
|
+
--btn-padding-x: ${e.spacing[r]};
|
|
418
|
+
--btn-padding-y: ${e.spacing[i]};
|
|
429
419
|
|
|
430
420
|
align-items: center;
|
|
431
421
|
line-height: 0;
|
|
@@ -442,7 +432,7 @@
|
|
|
442
432
|
background-color: ${e.palette.gray[700]};
|
|
443
433
|
border-radius: 8px;
|
|
444
434
|
color: ${e.palette.white};
|
|
445
|
-
font-size: ${e.typography.text.
|
|
435
|
+
font-size: ${e.typography.text.sm};
|
|
446
436
|
max-width: ${n};
|
|
447
437
|
padding: ${e.spacing[.75]};
|
|
448
438
|
width: max-content;
|
|
@@ -473,7 +463,7 @@
|
|
|
473
463
|
left: 50%;
|
|
474
464
|
transform: translateX(-50%) rotate(180deg);
|
|
475
465
|
`}}}
|
|
476
|
-
`,V=({children:e,disabled:n=!1,display:o="inline-block",height:
|
|
466
|
+
`,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(Fo,{...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(Lo,{...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(Ao,{$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(Ro,{$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})}),Po=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]})})}),yt=y.styled.div`
|
|
477
467
|
${({theme:e})=>`
|
|
478
468
|
align-items: center;
|
|
479
469
|
background-color: ${e.palette.gray[200]};
|
|
@@ -481,7 +471,7 @@
|
|
|
481
471
|
color: ${e.palette.gray[800]};
|
|
482
472
|
display: flex;
|
|
483
473
|
font-family: ${e.typography.type.primary};
|
|
484
|
-
font-size: ${e.typography.text.
|
|
474
|
+
font-size: ${e.typography.text.sm};
|
|
485
475
|
font-weight: 500;
|
|
486
476
|
line-height: 18px;
|
|
487
477
|
justify-content: center;
|
|
@@ -629,7 +619,7 @@
|
|
|
629
619
|
color: ${e.palette.warning[700]};
|
|
630
620
|
}
|
|
631
621
|
`})),Wo=y.styled.span`
|
|
632
|
-
${({theme:e,$fontSize:n=e.typography.text.
|
|
622
|
+
${({theme:e,$fontSize:n=e.typography.text.sm,$variant:o})=>`
|
|
633
623
|
align-items: center;
|
|
634
624
|
border-radius: ${e.spacing[o==="technique"?1:.25]};
|
|
635
625
|
display: inline-flex;
|
|
@@ -651,7 +641,7 @@
|
|
|
651
641
|
|
|
652
642
|
${Mo(e,o)}
|
|
653
643
|
`}
|
|
654
|
-
`,{getVariant:
|
|
644
|
+
`,{getVariant:Ho}=X(e=>({highRelevance:`
|
|
655
645
|
color: ${e.palette.primary[500]};
|
|
656
646
|
|
|
657
647
|
&:hover:not([disabled]) {
|
|
@@ -664,16 +654,16 @@
|
|
|
664
654
|
color: ${e.palette.gray[500]};
|
|
665
655
|
}
|
|
666
656
|
`})),Lt=y.css`
|
|
667
|
-
${({theme:e,$color:n,$variant:o,$wrap:
|
|
657
|
+
${({theme:e,$color:n,$variant:o,$wrap:r})=>`
|
|
668
658
|
align-items: center;
|
|
669
659
|
cursor: pointer;
|
|
670
660
|
font-family: ${e.typography.type.primary};
|
|
671
|
-
font-size: ${e.typography.text.
|
|
661
|
+
font-size: ${e.typography.text.md};
|
|
672
662
|
font-weight: ${e.typography.weight.regular};
|
|
673
663
|
gap: ${e.spacing[.25]};
|
|
674
664
|
line-height: ${e.spacing[1.25]};
|
|
675
665
|
text-decoration: underline;
|
|
676
|
-
${
|
|
666
|
+
${r?`
|
|
677
667
|
word-break: normal;
|
|
678
668
|
word-wrap: normal;
|
|
679
669
|
`:`
|
|
@@ -690,13 +680,13 @@
|
|
|
690
680
|
text-decoration: none;
|
|
691
681
|
}
|
|
692
682
|
|
|
693
|
-
${n?`color: ${n}`:
|
|
683
|
+
${n?`color: ${n}`:Ho(e,o)}
|
|
694
684
|
`}
|
|
695
|
-
`,
|
|
685
|
+
`,Bo=y.styled.a`
|
|
696
686
|
${Lt}
|
|
697
687
|
`,_o=y.styled(Ue.Link)`
|
|
698
688
|
${Lt}
|
|
699
|
-
`,Q=({children:e,color:n,download:o,href:
|
|
689
|
+
`,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(Bo,{$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(_o,{$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(Wo,{$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})]})},At=(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&&At(i,r)},[r,i]),A=t.jsxs(Ft,{$icon:l!==void 0,$notification:p&&k==="ghost"&&!o,$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:[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(Do,{children:g}):void 0]});return S?t.jsx(V,{disabled:!S,id:L,place:j,tip:$,width:z,children:A}):A}),Vo=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(yt,{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(yt,{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(Oo,{children:n})]})})}),Fe=({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}`})]})]})},bt=y.styled(m).attrs(({...e})=>({display:"inline-block",position:"relative",...e}))`
|
|
700
690
|
& img {
|
|
701
691
|
display: block;
|
|
702
692
|
}
|
|
@@ -711,8 +701,8 @@
|
|
|
711
701
|
pointer-events: none;
|
|
712
702
|
${({$opacity:e=0})=>`background-color: rgba(0, 0, 0, ${e});`}
|
|
713
703
|
}
|
|
714
|
-
`,Uo=e=>{if(f._.isNil(e))return"";const n=e.split(".");return(n.length>1?f._.last(n):"").toLowerCase()},Go=(e,n)=>f._.isUndefined(n)?!1:f._.includes(e,Uo(n)),Pt=({alt:e,fileType:n,width:o="100%",opacity:
|
|
715
|
-
${({theme:e,$align:n="center",$minWidth:o="auto",$minHeight:
|
|
704
|
+
`,Uo=e=>{if(f._.isNil(e))return"";const n=e.split(".");return(n.length>1?f._.last(n):"").toLowerCase()},Go=(e,n)=>f._.isUndefined(n)?!1:f._.includes(e,Uo(n)),Pt=({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"||Go(["webm"],i)?t.jsx(bt,{$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(bt,{$opacity:r,children:t.jsx("img",{alt:e,src:i,style:{height:a,width:o}})})},Yo=({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(tt.default.Fragment,{children:[t.jsx(Pt,{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(Fe,{authorEmail:n,date:o,description:r,descriptionColor:h.palette.gray[600],id:`${e}-card-header`,title:c})]})},Ko=y.styled.div`
|
|
705
|
+
${({theme:e,$align:n="center",$minWidth:o="auto",$minHeight:r="auto"})=>`
|
|
716
706
|
display: flex;
|
|
717
707
|
background-color: ${e.palette.white};
|
|
718
708
|
border-radius: ${e.spacing[.25]};
|
|
@@ -721,7 +711,7 @@
|
|
|
721
711
|
justify-content: center;
|
|
722
712
|
gap: ${e.spacing[.5]};
|
|
723
713
|
min-width: ${o};
|
|
724
|
-
min-height: ${
|
|
714
|
+
min-height: ${r};
|
|
725
715
|
padding: ${e.spacing[1]};
|
|
726
716
|
|
|
727
717
|
input {
|
|
@@ -730,7 +720,7 @@
|
|
|
730
720
|
text-align: ${n};
|
|
731
721
|
}
|
|
732
722
|
`}
|
|
733
|
-
`,
|
|
723
|
+
`,it=({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]})},Zo=y.styled.div`
|
|
734
724
|
${({theme:e})=>`
|
|
735
725
|
align-items: flex-start;
|
|
736
726
|
display: inline-flex;
|
|
@@ -771,7 +761,7 @@
|
|
|
771
761
|
|
|
772
762
|
> *:not(.error-msg) {
|
|
773
763
|
font-family: ${e.typography.type.primary};
|
|
774
|
-
font-size: ${e.typography.text.
|
|
764
|
+
font-size: ${e.typography.text.md};
|
|
775
765
|
font-style: normal;
|
|
776
766
|
font-weight: ${e.typography.weight.regular};
|
|
777
767
|
line-height: ${e.spacing[1.25]};
|
|
@@ -843,7 +833,7 @@
|
|
|
843
833
|
}
|
|
844
834
|
|
|
845
835
|
span:not(.action) {
|
|
846
|
-
font-size:
|
|
836
|
+
font-size: ${e.typography.text.md};
|
|
847
837
|
}
|
|
848
838
|
|
|
849
839
|
&.disabled {
|
|
@@ -923,13 +913,13 @@
|
|
|
923
913
|
color: ${e.palette.error[500]};
|
|
924
914
|
display: ${n?"flex":"none"};
|
|
925
915
|
font-family: ${e.typography.type.primary};
|
|
926
|
-
font-size: ${e.typography.text.
|
|
916
|
+
font-size: ${e.typography.text.md};
|
|
927
917
|
font-weight: ${e.typography.weight.regular};
|
|
928
918
|
gap: 4px;
|
|
929
919
|
line-height: 18px;
|
|
930
920
|
text-align: left;
|
|
931
921
|
`}
|
|
932
|
-
`,U=({children:e,disabled:n,id:o,error:
|
|
922
|
+
`,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(Zo,{id:o,children:[c===void 0?void 0:t.jsx(it,{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})})},Qo=y.styled.ul`
|
|
933
923
|
${({theme:e,$multiSelection:n})=>`
|
|
934
924
|
align-self: center;
|
|
935
925
|
background: ${e.palette.white};
|
|
@@ -949,7 +939,7 @@
|
|
|
949
939
|
border-bottom: ${n?`1px solid ${e.palette.gray[200]}`:"unset"};
|
|
950
940
|
}
|
|
951
941
|
`}
|
|
952
|
-
`,
|
|
942
|
+
`,er=y.styled.li`
|
|
953
943
|
${({theme:e,$multiSelection:n})=>`
|
|
954
944
|
align-items: center;
|
|
955
945
|
color: ${e.palette.gray[800]};
|
|
@@ -992,16 +982,16 @@
|
|
|
992
982
|
}
|
|
993
983
|
}
|
|
994
984
|
`}
|
|
995
|
-
`,
|
|
985
|
+
`,tr=y.styled.label`
|
|
996
986
|
${({theme:e})=>`
|
|
997
987
|
align-items: center;
|
|
998
988
|
color: ${e.palette.gray[600]};
|
|
999
989
|
display: flex;
|
|
1000
990
|
cursor: pointer;
|
|
1001
991
|
font-family: ${e.typography.type.primary};
|
|
1002
|
-
font-size: ${e.typography.text.
|
|
992
|
+
font-size: ${e.typography.text.md};
|
|
1003
993
|
font-weight: ${e.typography.weight.regular};
|
|
1004
|
-
line-height: ${e.spacing[1]};
|
|
994
|
+
line-height: ${e.spacing[1.25]};
|
|
1005
995
|
letter-spacing: 0;
|
|
1006
996
|
position: relative;
|
|
1007
997
|
text-align: left;
|
|
@@ -1064,13 +1054,13 @@
|
|
|
1064
1054
|
fill: ${e.palette.white};
|
|
1065
1055
|
}
|
|
1066
1056
|
`}
|
|
1067
|
-
`,
|
|
1057
|
+
`,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(tr,{"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])},Ot=({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),At(p)},[p,e.key,e.rendered,l,i]);return ee(document.getElementsByClassName("dropdown")[0],()=>{n&&l.close()},!0,document.getElementById("combobox")),t.jsxs(er,{...!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"})]})},Ge=({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 ht;const I=y.useTheme(),T=n?void 0:r,S=(e==null?void 0:e.value)??C,[L,N]=u.useState(((ht=g.find(P=>P.value===S))==null?void 0:ht.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),Me=u.useRef(null),We=u.useRef(null),He=u.useRef(null),Be=u.useRef(null),Zn=u.useMemo(()=>g.toSorted((P,B)=>{const _=Array.from(o??[]),pe=_.includes(P.value),ft=_.includes(B.value);return pe&&!ft?1:!pe&&ft?-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]),xt=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:xt,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:Me,id:d,inputRef:de,label:s??d,listBoxRef:We,name:d,placeholder:b,popoverRef:Be},G),{listBoxProps:oo}=f.$c132121280ec012d$export$50eacbbf140a3141(no,G,We),{buttonProps:ro}=f.$701a24aa0da5b062$export$ea18c227d4417cc3(eo,Me);return ee(He.current,()=>{G.isOpen&&!p&&G.close()},!0,Be.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:He,children:[t.jsx("input",{...to,"aria-invalid":T?"true":"false","aria-label":d,disabled:n,onKeyDown:xt,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:Me,type:"button",variant:"ghost"})]}),G.isOpen&&G.collection.size>0&&!n?t.jsx(ze,{className:"dropdown",offset:4,placement:"bottom start",popoverRef:Be,state:G,triggerRef:He,children:t.jsx(Qo,{...oo,$multiSelection:p&&!Array.from(o??[]).includes("All"),ref:We,children:[...G.collection].map(P=>t.jsx(Ot,{item:P,multiSelection:p,name:d,register:w,setInputValue:N,setValue:j,state:G,watch:k},P.key))})}):null]})},at=({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(Ge,{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(Ge,{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}),nr=y.styled.div`
|
|
1068
1058
|
${({theme:e})=>`
|
|
1069
1059
|
align-items: center;
|
|
1070
1060
|
color: ${e.palette.gray[800]};
|
|
1071
1061
|
display: flex;
|
|
1072
1062
|
font-family: ${e.typography.type.primary};
|
|
1073
|
-
font-size: ${e.typography.text.
|
|
1063
|
+
font-size: ${e.typography.text.md};
|
|
1074
1064
|
font-weight: ${e.typography.weight.bold};
|
|
1075
1065
|
gap: ${e.spacing[.5]};
|
|
1076
1066
|
height: 40px;
|
|
@@ -1085,7 +1075,7 @@
|
|
|
1085
1075
|
display: none;
|
|
1086
1076
|
}
|
|
1087
1077
|
`}
|
|
1088
|
-
`,
|
|
1078
|
+
`,or=y.styled.div.attrs({className:"year-selection"})`
|
|
1089
1079
|
align-items: flex-start;
|
|
1090
1080
|
display: flex;
|
|
1091
1081
|
flex-direction: column;
|
|
@@ -1109,7 +1099,7 @@
|
|
|
1109
1099
|
display: flex;
|
|
1110
1100
|
flex-direction: column;
|
|
1111
1101
|
font-family: ${e.typography.type.primary};
|
|
1112
|
-
font-size: ${e.typography.text.
|
|
1102
|
+
font-size: ${e.typography.text.md};
|
|
1113
1103
|
font-weight: ${e.typography.weight.regular};
|
|
1114
1104
|
height: ${e.spacing[2.5]};
|
|
1115
1105
|
justify-content: center;
|
|
@@ -1117,9 +1107,9 @@
|
|
|
1117
1107
|
text-align: center;
|
|
1118
1108
|
width: ${e.spacing[2.5]};
|
|
1119
1109
|
`}
|
|
1120
|
-
`,
|
|
1110
|
+
`,rr=y.styled.th`
|
|
1121
1111
|
${Mt}
|
|
1122
|
-
`,
|
|
1112
|
+
`,ir=y.styled.td`
|
|
1123
1113
|
${({theme:e})=>`
|
|
1124
1114
|
${Mt}
|
|
1125
1115
|
height: ${e.spacing[2.5]};
|
|
@@ -1133,7 +1123,7 @@
|
|
|
1133
1123
|
align-items: center;
|
|
1134
1124
|
display: flex;
|
|
1135
1125
|
flex-direction: column;
|
|
1136
|
-
font-size: ${e.typography.text.
|
|
1126
|
+
font-size: ${e.typography.text.md};
|
|
1137
1127
|
justify-content: center;
|
|
1138
1128
|
height: ${e.spacing[2.5]};
|
|
1139
1129
|
line-height: ${e.spacing[1.25]};
|
|
@@ -1169,7 +1159,7 @@
|
|
|
1169
1159
|
}
|
|
1170
1160
|
}
|
|
1171
1161
|
`}
|
|
1172
|
-
`,
|
|
1162
|
+
`,ar=y.styled.div.attrs({className:"dot"})`
|
|
1173
1163
|
position: absolute;
|
|
1174
1164
|
top: 48%;
|
|
1175
1165
|
|
|
@@ -1196,9 +1186,9 @@
|
|
|
1196
1186
|
padding: 0 ${e.spacing[.25]};
|
|
1197
1187
|
width: 100%;
|
|
1198
1188
|
`}
|
|
1199
|
-
`,Wt=({state:e,date:n})=>{const o=u.useRef(null),
|
|
1200
|
-
${s?"disabled":""} ${
|
|
1201
|
-
${!e.isFocused&&!
|
|
1189
|
+
`,Wt=({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(ir,{id:g,...i,children:t.jsxs("div",{...a,className:`cell ${d||p?"selected":""}
|
|
1190
|
+
${s?"disabled":""} ${r?"today":""}
|
|
1191
|
+
${!e.isFocused&&!r?"focused":""} ${g}`,ref:o,children:[c,r?t.jsx(ar,{children:t.jsx(D,{clickable:!1,icon:"circle",iconSize:"sm"})}):void 0]})})},Le=({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($t,{children:r.map((a,l)=>{const s=`key_${l}`;return t.jsx(rr,{children:a},s)})})}),t.jsx("tbody",{children:[...new Array(i).keys()].map(a=>t.jsx($t,{children:e.getDatesInWeek(a).map((l,s)=>{const c=`key_${s}`;return l?t.jsx(Wt,{date:l,state:e},c):t.jsx("td",{},c)})},a))})]})},sr=y.styled(nt)`
|
|
1202
1192
|
align-items: center;
|
|
1203
1193
|
background-color: inherit;
|
|
1204
1194
|
border-color: inherit;
|
|
@@ -1218,7 +1208,7 @@
|
|
|
1218
1208
|
background-color: ${({theme:e})=>e.palette.gray[100]};
|
|
1219
1209
|
cursor: pointer;
|
|
1220
1210
|
}
|
|
1221
|
-
`,
|
|
1211
|
+
`,lr=y.styled.div`
|
|
1222
1212
|
${({theme:e})=>`
|
|
1223
1213
|
align-items: flex-start;
|
|
1224
1214
|
background: ${e.palette.white};
|
|
@@ -1232,22 +1222,22 @@
|
|
|
1232
1222
|
padding: ${e.spacing[.25]};
|
|
1233
1223
|
width: 292px;
|
|
1234
1224
|
`}
|
|
1235
|
-
`,
|
|
1236
|
-
${({theme:e,$disabled:n,$focus:o,$header:
|
|
1225
|
+
`,cr=y.styled.button`
|
|
1226
|
+
${({theme:e,$disabled:n,$focus:o,$header:r})=>{const i=o?"34px":"40px";return`
|
|
1237
1227
|
align-items: center;
|
|
1238
|
-
border-radius: ${
|
|
1228
|
+
border-radius: ${r?`0 ${e.spacing[.5]} ${e.spacing[.5]} 0`:"4px"};
|
|
1239
1229
|
border-left: inherit;
|
|
1240
1230
|
display: flex;
|
|
1241
|
-
height: ${
|
|
1231
|
+
height: ${r?"38px":i};
|
|
1242
1232
|
justify-content: center;
|
|
1243
1233
|
outline: none;
|
|
1244
|
-
width: ${
|
|
1234
|
+
width: ${r?"38px":"40px"};
|
|
1245
1235
|
|
|
1246
1236
|
&:hover {
|
|
1247
1237
|
background-color: ${e.palette.gray[n?500:100]};
|
|
1248
1238
|
}
|
|
1249
1239
|
`}}
|
|
1250
|
-
`,
|
|
1240
|
+
`,dr=y.styled.div`
|
|
1251
1241
|
${({theme:e})=>`
|
|
1252
1242
|
align-items: center;
|
|
1253
1243
|
background: transparent;
|
|
@@ -1258,7 +1248,7 @@
|
|
|
1258
1248
|
justify-content: space-between;
|
|
1259
1249
|
width: calc(100% - 40px);
|
|
1260
1250
|
`}
|
|
1261
|
-
`,
|
|
1251
|
+
`,pr=y.styled.div`
|
|
1262
1252
|
align-items: center;
|
|
1263
1253
|
display: flex;
|
|
1264
1254
|
justify-content: flex-end;
|
|
@@ -1296,7 +1286,7 @@
|
|
|
1296
1286
|
font-weight: ${e.typography.weight.bold};
|
|
1297
1287
|
}
|
|
1298
1288
|
`}
|
|
1299
|
-
`,
|
|
1289
|
+
`,Ee=({disabled:e=!1,icon:n,props:o})=>{const r=u.useRef(null),{buttonProps:i}=f.$701a24aa0da5b062$export$ea18c227d4417cc3(o,r);return t.jsx(cr,{...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"})})},Ae=({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(Ee,{icon:"chevron-left",props:n}),t.jsxs(nr,{children:[r,t.jsxs(or,{children:[t.jsx(mt,{"aria-label":"top",onClick:l,children:t.jsx(D,{icon:"caret-up",iconClass:"fa-sharp",iconSize:"xs"})}),t.jsx(mt,{"aria-label":"bottom",onClick:s,children:t.jsx(D,{icon:"caret-down",iconClass:"fa-sharp",iconSize:"xs"})})]})]}),t.jsx(Ee,{icon:"chevron-right",props:o})]})},Ht=({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(Ae,{nextButtonProps:a,prevButtonProps:i,state:r,title:l}),t.jsx(Le,{state:r}),t.jsx(st,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},Bt=({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})},_t=({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(dr,{...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(Bt,{segment:{...c,isEditable:!e},state:a},p)})}),n?t.jsx(D,{icon:"exclamation-circle",iconColor:r.palette.error[500],iconSize:"lg"}):void 0]})},Vt=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(pr,{children:[t.jsx(wt,{...s,ref:n,children:o.segments.slice(0,-2).map((d,p)=>{const g=`key_${p}`;return t.jsx(Bt,{segment:d,state:o},g)})}),t.jsxs(wt,{children:[t.jsx(vt,{id:a==="AM"?"active":"",name:"AM",onClick:c,type:"button",children:"AM"}),t.jsx(vt,{id:a==="PM"?"active":"",name:"PM",onClick:c,type:"button",children:"PM"})]})]})},De=e=>e&&e!=="-"?f.dayjs(e).format("YYYY-MM-DD"):"-",gr=e=>e&&e!=="-"?f.dayjs(e).format("YYYY-MM-DD hh:mm A"):"-",jt=(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"?De(String(h)):gr(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(_t,{disabled:r,error:e!=null,props:{...a,autoFocus:!1,granularity:i,onChange:x,shouldForceLeadingZeros:!0}}),t.jsx(Ee,{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??""})]})},Pe=({children:e,...n})=>{const o=u.useRef(null),{dialogProps:r}=f.$40df3f8667284809$export$d55e7ee900f34e93(n,o);return t.jsx(lr,{...r,ref:o,children:e})},Ut=({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,De(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(Pe,{...z,children:t.jsx(Ht,{onClose:j,props:I})})}):null]})},Gt=({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(Ae,{nextButtonProps:l,prevButtonProps:a,state:i,title:s}),t.jsx(Le,{state:i}),t.jsx(st,{children:t.jsx(O,{onClick:e,variant:"ghost",children:"Cancel"})})]})},ur=y.styled.div`
|
|
1300
1290
|
${({theme:e,$disabled:n,$show:o})=>`
|
|
1301
1291
|
border-color: ${o?e.palette.error[500]:e.palette.gray[300]};
|
|
1302
1292
|
display: flex;
|
|
@@ -1307,7 +1297,7 @@
|
|
|
1307
1297
|
background: ${n?e.palette.gray[200]:e.palette.white};
|
|
1308
1298
|
}
|
|
1309
1299
|
`}
|
|
1310
|
-
`,Yt=({disabled:e=!1,error:n,label:o,name:
|
|
1300
|
+
`,Yt=({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,De(String(S.end))),s((d==null?void 0:d.name)??h,De(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(ur,{$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(Pe,{...I,children:t.jsx(Gt,{onClose:j,props:T})})}):null]})},xr=y.styled.div`
|
|
1311
1301
|
${({theme:e})=>`
|
|
1312
1302
|
align-items: center;
|
|
1313
1303
|
border-top: 1px solid ${e.palette.gray[200]};
|
|
@@ -1316,19 +1306,19 @@
|
|
|
1316
1306
|
justify-content: center;
|
|
1317
1307
|
padding: ${e.spacing[.5]} ${e.spacing[1.25]};
|
|
1318
1308
|
`}
|
|
1319
|
-
`,
|
|
1309
|
+
`,hr=y.styled.div`
|
|
1320
1310
|
align-items: center;
|
|
1321
1311
|
display: flex;
|
|
1322
1312
|
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1323
1313
|
justify-content: flex-end;
|
|
1324
1314
|
flex: 1 0 0;
|
|
1325
|
-
`,Kt=({handleTimeChange:e,onClose:n,props:o,timeState:
|
|
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":
|
|
1315
|
+
`,Kt=({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(Ae,{nextButtonProps:c,prevButtonProps:s,state:l,title:d}),t.jsx(Le,{state:l}),t.jsxs(xr,{children:[t.jsx(E,{color:i.palette.gray[800],fontWeight:"bold",size:"md",children:"Time"}),t.jsx(hr,{children:t.jsx(Vt,{hourCycle:12,label:"time-field",onChange:e,value:r.timeValue})})]}),t.jsx(st,{children:t.jsx(O,{onClick:n,variant:"ghost",children:"Cancel"})})]})},fr=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=jt(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=jt(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(Pe,{...j,children:t.jsx(Kt,{handleTimeChange:k,onClose:h,props:{...v,onChange:C},timeState:x})})}):null]})},yr=({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(it,{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})]})},Oe=({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:`
|
|
1316
|
+
${e?"disabled":""} ${N?"error":""} ${re?"success":""}
|
|
1317
|
+
`,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]})},br=y.styled.div.attrs({className:"flex flex-wrap justify-center pv3 w-100"})``,$r=y.styled.div.attrs({className:"flex flex-wrap items-center justify-start mb2"})`
|
|
1328
1318
|
gap: 12px;
|
|
1329
|
-
`,
|
|
1319
|
+
`,mr=y.styled.div.attrs({className:"flex flex-wrap items-center justify-end mb2"})`
|
|
1330
1320
|
gap: 8px;
|
|
1331
|
-
`,
|
|
1321
|
+
`,Ne=e=>e===void 0?"flex-grow: 1;":`width: calc(${e}00% / var(--cols));`,wr=y.styled.div.attrs({className:"comp-col"})`
|
|
1332
1322
|
word-wrap: break-word;
|
|
1333
1323
|
|
|
1334
1324
|
${({$width:e=null})=>e===null?"":`width: ${e}`};
|
|
@@ -1336,23 +1326,23 @@
|
|
|
1336
1326
|
${({$paddingTop:e})=>`padding-top: ${e??0}px;`}
|
|
1337
1327
|
|
|
1338
1328
|
@media (width <= 768px) {
|
|
1339
|
-
${({$sm:e})=>
|
|
1329
|
+
${({$sm:e})=>Ne(e)}
|
|
1340
1330
|
}
|
|
1341
1331
|
|
|
1342
1332
|
@media (width >= 768px) and (width <= 992px) {
|
|
1343
|
-
${({$md:e})=>
|
|
1333
|
+
${({$md:e})=>Ne(e)}
|
|
1344
1334
|
}
|
|
1345
1335
|
|
|
1346
1336
|
@media (width >= 992px) {
|
|
1347
|
-
${({$lg:e})=>
|
|
1337
|
+
${({$lg:e})=>Ne(e)}
|
|
1348
1338
|
}
|
|
1349
1339
|
|
|
1350
|
-
${({$xl:e})=>f.isNumber(e)?`@media (min-width: 1200px) { ${
|
|
1340
|
+
${({$xl:e})=>f.isNumber(e)?`@media (min-width: 1200px) { ${Ne(e)} }`:""}
|
|
1351
1341
|
|
|
1352
1342
|
> .comp-card {
|
|
1353
1343
|
height: 100%;
|
|
1354
1344
|
}
|
|
1355
|
-
`,Ye=({children:e,xl:n,lg:o,md:
|
|
1345
|
+
`,Ye=({children:e,xl:n,lg:o,md:r,sm:i,paddingTop:a,width:l})=>t.jsx(wr,{$lg:o,$md:r,$paddingTop:a,$sm:i,$width:l,$xl:n,children:e}),vr=y.styled.div.attrs({className:"comp-gap"})`
|
|
1356
1346
|
${({$disp:e="flex",$mh:n=4,$mv:o=4})=>`
|
|
1357
1347
|
align-items: center;
|
|
1358
1348
|
display: ${e};
|
|
@@ -1362,12 +1352,12 @@
|
|
|
1362
1352
|
margin: ${o}px ${n}px;
|
|
1363
1353
|
}
|
|
1364
1354
|
`}
|
|
1365
|
-
`,
|
|
1366
|
-
${({$align:e="stretch",$cols:n=100,$colsPadding:o=6,$justify:
|
|
1355
|
+
`,jr=({children:e,disp:n,mh:o,mv:r})=>t.jsx(vr,{$disp:n,$mh:o,$mv:r,children:e}),kr=y.styled.div.attrs({className:"comp-row flex flex-row flex-wrap"})`
|
|
1356
|
+
${({$align:e="stretch",$cols:n=100,$colsPadding:o=6,$justify:r="start"})=>`
|
|
1367
1357
|
align-items: ${e};
|
|
1368
|
-
justify-content: ${
|
|
1358
|
+
justify-content: ${r};
|
|
1369
1359
|
margin: -6px;
|
|
1370
|
-
text-align: ${
|
|
1360
|
+
text-align: ${r};
|
|
1371
1361
|
|
|
1372
1362
|
--cols: ${n};
|
|
1373
1363
|
|
|
@@ -1380,24 +1370,24 @@
|
|
|
1380
1370
|
padding: ${o}px;
|
|
1381
1371
|
}
|
|
1382
1372
|
`}
|
|
1383
|
-
`,Zt=({align:e,children:n,cols:o,colsPadding:
|
|
1373
|
+
`,Zt=({align:e,children:n,cols:o,colsPadding:r,justify:i})=>t.jsx(kr,{$align:e,$cols:o,$colsPadding:r,$justify:i,children:n}),Ke=({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(Zt,{align:"start",children:[t.jsx(Ye,{lg:75,md:75,sm:75,children:t.jsx(Oe,{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(Ye,{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]})},Cr=({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(Ke,{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(Ke,{addText:e,disabled:r,initValue:a,label:s,max:c,name:d,onChange:p,placeholder:g,required:l,tooltip:h}),Sr=y.styled(Dt)`
|
|
1384
1374
|
white-space: nowrap;
|
|
1385
1375
|
margin-right: ${({theme:e})=>e.spacing[.25]};
|
|
1386
1376
|
text-overflow: ellipsis;
|
|
1387
1377
|
overflow: hidden;
|
|
1388
1378
|
max-width: 80%;
|
|
1389
|
-
`,
|
|
1379
|
+
`,zr=y.styled.input`
|
|
1390
1380
|
opacity: 0;
|
|
1391
1381
|
position: absolute;
|
|
1392
1382
|
visibility: hidden;
|
|
1393
1383
|
width: 0;
|
|
1394
|
-
`,ye=(e,n,o)=>{const
|
|
1384
|
+
`,ye=(e,n,o)=>{const r=new Event(e);return Object.defineProperty(r,"target",{value:{name:n,value:o}}),r},Tr=e=>{const n=e;return n?Array.from(n).map(o=>o.name).join(", "):""},Ir=({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=Tr(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(Sr,{$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(zr,{...C,accept:e,"aria-label":c,"data-testid":c,disabled:n,id:l??c,multiple:s,name:c,onChange:T,ref:v,type:"file"})]})},Nr=y.styled.input`
|
|
1395
1385
|
border: none;
|
|
1396
1386
|
background: transparent;
|
|
1397
1387
|
min-width: 15rem;
|
|
1398
1388
|
padding: 0;
|
|
1399
1389
|
flex: 1;
|
|
1400
|
-
`,Ze=({disabled:e=!1,error:n,field:o,helpLink:
|
|
1390
|
+
`,Ze=({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(Nr,{"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]})})},Er=({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(Ze,{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(Ze,{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}),qe=u.forwardRef(function({disabled:n,icon:o,margin:r,onClick:i,...a},l){return t.jsx(sr,{$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"})})}),Re=({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(qe,{borderLeft:"inherit",borderRight:"inherit",disabled:o,icon:"minus",margin:"0 -0.625rem 0 0",onClick:C,px:.75,py:.75}),t.jsx(qe,{borderRadius:`0 ${b.spacing[.5]} ${b.spacing[.5]} 0`,disabled:o,icon:"plus",onClick:k,px:.75,py:.75})]})},qt=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(qo,{onBlur:w,tabIndex:-1,children:t.jsx(V,{id:"numberInputTooltip",tip:c,children:t.jsx(Xo,{...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})})})}),Xt=({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(qt,{"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(Re,{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})}),Jt=({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(Re,{...a,disabled:e,error:n,name:(a==null?void 0:a.name)??p}),t.jsx(Re,{...i,disabled:e,error:n,name:(i==null?void 0:i.name)??d})]})})},Dr=y.styled.div`
|
|
1401
1391
|
${({theme:e})=>`
|
|
1402
1392
|
align-items: flex-start;
|
|
1403
1393
|
align-self: stretch;
|
|
@@ -1437,7 +1427,7 @@
|
|
|
1437
1427
|
}
|
|
1438
1428
|
}
|
|
1439
1429
|
`}
|
|
1440
|
-
`,
|
|
1430
|
+
`,Rr=y.styled.button`
|
|
1441
1431
|
${({theme:e})=>`
|
|
1442
1432
|
align-items: center;
|
|
1443
1433
|
background: inherit;
|
|
@@ -1453,7 +1443,7 @@
|
|
|
1453
1443
|
cursor: not-allowed;
|
|
1454
1444
|
}
|
|
1455
1445
|
`}
|
|
1456
|
-
`,
|
|
1446
|
+
`,Fr=y.styled.ul`
|
|
1457
1447
|
${({theme:e})=>`
|
|
1458
1448
|
align-items: flex-start;
|
|
1459
1449
|
box-shadow: ${e.shadows.md};
|
|
@@ -1467,13 +1457,13 @@
|
|
|
1467
1457
|
scrollbar-width: thin;
|
|
1468
1458
|
width: max-content;
|
|
1469
1459
|
`}
|
|
1470
|
-
`,
|
|
1460
|
+
`,Lr=y.styled.li`
|
|
1471
1461
|
${({theme:e})=>`
|
|
1472
1462
|
align-items: center;
|
|
1473
1463
|
background: ${e.palette.white};
|
|
1474
1464
|
cursor: pointer;
|
|
1475
1465
|
display: inline-flex;
|
|
1476
|
-
font-size: ${e.typography.text.
|
|
1466
|
+
font-size: ${e.typography.text.md};
|
|
1477
1467
|
gap: ${e.spacing[.5]};
|
|
1478
1468
|
height: 38px;
|
|
1479
1469
|
line-height: ${e.spacing[1.25]};
|
|
@@ -1484,32 +1474,32 @@
|
|
|
1484
1474
|
background: ${e.palette.gray[100]};
|
|
1485
1475
|
}
|
|
1486
1476
|
`}
|
|
1487
|
-
`,
|
|
1477
|
+
`,Ar=y.styled.p`
|
|
1488
1478
|
color: ${({theme:e})=>e.palette.gray[800]};
|
|
1489
1479
|
font-size: inherit;
|
|
1490
1480
|
min-width: 55%;
|
|
1491
1481
|
overflow: hidden;
|
|
1492
1482
|
text-overflow: ellipsis;
|
|
1493
1483
|
white-space: nowrap;
|
|
1494
|
-
`,
|
|
1484
|
+
`,Pr=({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(Dr,{className:`${e?"disabled":""} ${h?"error":""}`,ref:x,children:[t.jsxs(Rr,{"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(Fr,{ref:C.setFloating,style:k,children:re.map(H=>{const{dialCode:M,iso2:q,name:de}=f.M(H);return t.jsxs(Lr,{onClick:K(q),value:q,children:[t.jsx(f.q,{iso2:q,size:"16px"}),t.jsx(Ar,{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)]})})},Or=({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
1485
|
${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]})})},
|
|
1486
|
+
`,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]})})},Mr=({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(Oe,{disabled:o,error:v,isTouched:$,isValid:j,name:p,placeholder:g,register:k});if(l==="date")return t.jsx(Ut,{disabled:o,error:v,name:p,register:k,setValue:z,watch:I});if(l==="select"&&i)return t.jsx(at,{control:e,disabled:o,items:i,name:p,placeholder:g,value:w});const{decimalPlaces:S,max:L,min:N}=s??{};return t.jsx(Xt,{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(Ko,{$align:a,$minHeight:c,$minWidth:d,children:[t.jsx(Fe,{description:n,id:r,textAlign:x,title:b,tooltip:h}),T]})},Wr=ce.default.div`
|
|
1497
1487
|
display: flex;
|
|
1498
1488
|
align-self: flex-start;
|
|
1499
1489
|
margin-left: auto;
|
|
1500
1490
|
width: 40px;
|
|
1501
1491
|
height: auto;
|
|
1502
|
-
`,Qt=(e,n)=>{const[i
|
|
1492
|
+
`,Qt=(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}},en=({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}},Hr=e=>e.reduce((n,o)=>({...n,[o.id]:o.visible}),{}),tn=({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(Hr(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}},lt=(e,n)=>u.useMemo(()=>f._.debounce(e,n),[e,n]),Br=e=>{const[n,o]=u.useState(),r=lt(i=>{o(i)},(e==null?void 0:e.debounceWait)??300);return[n,r]},_r=({alt:e="img",height:n="",width:o="",plugins:r=[f.lazyload(),f.placeholder()],publicId:i})=>{const a=en({publicId:i});return t.jsx(f.AdvancedImage,{alt:e,cldImg:a,height:n,plugins:r,width:o})},ne=tt.default.memo(_r),Vr=y.styled.label`
|
|
1503
1493
|
${({theme:e})=>`
|
|
1504
1494
|
align-items: center;
|
|
1505
1495
|
display: flex;
|
|
1506
1496
|
color: ${e.palette.gray[600]};
|
|
1507
1497
|
cursor: pointer;
|
|
1508
1498
|
font-family: ${e.typography.type.primary};
|
|
1509
|
-
font-size: ${e.typography.text.
|
|
1499
|
+
font-size: ${e.typography.text.md};
|
|
1510
1500
|
font-weight: ${e.typography.weight.regular};
|
|
1511
1501
|
gap: ${e.spacing[.5]};
|
|
1512
|
-
line-height: ${e.
|
|
1502
|
+
line-height: ${e.spacing[1.25]};
|
|
1513
1503
|
text-align: left;
|
|
1514
1504
|
position: relative;
|
|
1515
1505
|
|
|
@@ -1578,7 +1568,7 @@
|
|
|
1578
1568
|
}
|
|
1579
1569
|
|
|
1580
1570
|
`}
|
|
1581
|
-
`,
|
|
1571
|
+
`,Ur=y.styled.span.attrs({className:"checkmark"})``,ct=u.forwardRef(function({checked:n,disabled:o=!1,label:r,name:i,onChange:a,onClick:l,value:s,...c},d){return t.jsxs(Vr,{"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(Ur,{}),r??null]})}),Gr=({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(ct,{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(Wr,{children:t.jsx(ne,{alt:e??"tag image",height:"40px",publicId:o??"tag image",width:"40px"})})]})},ge=y.styled.div`
|
|
1582
1572
|
${({theme:e})=>`
|
|
1583
1573
|
align-items: center;
|
|
1584
1574
|
background-color: ${e.palette.gray[200]};
|
|
@@ -1590,7 +1580,7 @@
|
|
|
1590
1580
|
transition: 0.2s;
|
|
1591
1581
|
width: 36px;
|
|
1592
1582
|
`}
|
|
1593
|
-
`,
|
|
1583
|
+
`,Yr=y.styled.div`
|
|
1594
1584
|
${({theme:e})=>`
|
|
1595
1585
|
background-color: ${e.palette.white};
|
|
1596
1586
|
border-radius: 50%;
|
|
@@ -1601,7 +1591,7 @@
|
|
|
1601
1591
|
width: ${e.spacing[1]};
|
|
1602
1592
|
z-index: 1;
|
|
1603
1593
|
`}
|
|
1604
|
-
`,
|
|
1594
|
+
`,Kr=y.styled.label`
|
|
1605
1595
|
display: inline-block;
|
|
1606
1596
|
|
|
1607
1597
|
input {
|
|
@@ -1628,22 +1618,22 @@
|
|
|
1628
1618
|
background-color: ${({theme:e})=>e.palette.gray[200]};
|
|
1629
1619
|
border: 1px solid ${({theme:e})=>e.palette.gray[200]};
|
|
1630
1620
|
}
|
|
1631
|
-
`,nn=u.forwardRef(function({defaultChecked:n,disabled:o=!1,justify:
|
|
1621
|
+
`,nn=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(Kr,{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(Yr,{})})]}),s]})}),Zr=({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(Fe,{id:e,title:n}),t.jsx(m,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:o.map(l=>t.jsx(nn,{...l},`$card-toggle-${l.name}`))})]})},qr=.5,kt=1.25,Xr=({children:e,bgColor:n,border:o,gap:r=qr,px:i=kt,py:a=kt,...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})},Jr=y.styled.div`
|
|
1632
1622
|
position: relative;
|
|
1633
1623
|
margin: auto;
|
|
1634
1624
|
overflow: hidden;
|
|
1635
|
-
`,
|
|
1625
|
+
`,Qr=y.styled.div`
|
|
1636
1626
|
display: flex;
|
|
1637
1627
|
transition: transform 0.5s ease-in-out;
|
|
1638
1628
|
transform: translateX(
|
|
1639
1629
|
${({$currentIndex:e})=>-e*100}%
|
|
1640
1630
|
);
|
|
1641
|
-
`,
|
|
1631
|
+
`,ei=y.styled.div`
|
|
1642
1632
|
align-items: center;
|
|
1643
1633
|
display: flex;
|
|
1644
1634
|
justify-content: center;
|
|
1645
1635
|
min-width: 100%;
|
|
1646
|
-
`,
|
|
1636
|
+
`,ti=y.styled.button`
|
|
1647
1637
|
${({theme:e,$isActive:n})=>`
|
|
1648
1638
|
background-color: ${n?e.palette.primary[400]:e.palette.white};
|
|
1649
1639
|
border: none;
|
|
@@ -1652,18 +1642,18 @@
|
|
|
1652
1642
|
height: ${e.spacing[.75]};
|
|
1653
1643
|
width: ${e.spacing[.75]};
|
|
1654
1644
|
`}
|
|
1655
|
-
`,
|
|
1645
|
+
`,ni=y.styled.div`
|
|
1656
1646
|
align-items: center;
|
|
1657
1647
|
display: flex;
|
|
1658
1648
|
gap: ${({theme:e})=>e.spacing[.5]};
|
|
1659
1649
|
justify-content: center;
|
|
1660
1650
|
margin-top: ${({theme:e})=>e.spacing[2]};
|
|
1661
|
-
`,
|
|
1651
|
+
`,oi=({slides:e,interval:n=300})=>{const{cycle:o,setCycle:r,setProgress:i}=Qt(n,e.length),a=u.useCallback(l=>()=>{r(l),i(0)},[r,i]);return t.jsxs(Jr,{"aria-roledescription":"carousel",children:[t.jsx(Qr,{$currentIndex:o,children:e.map((l,s)=>{const c=`slide-${s}`;return t.jsx(ei,{"aria-label":c,"aria-roledescription":"slide",children:l.content},c)})}),t.jsx(ni,{children:e.map((l,s)=>{const c=`nav-button-${s}`;return t.jsx(ti,{$isActive:s===o,"aria-label":`Go to slide ${s+1}`,"data-testid":s===o?"active":"inactive",onClick:a(s)},c)})})]})},on=y.styled.div`
|
|
1662
1652
|
${({theme:e})=>`
|
|
1663
1653
|
background-color: ${e.palette.gray[100]};
|
|
1664
1654
|
border-radius: ${e.spacing[.25]};
|
|
1665
1655
|
display: inline-flex;
|
|
1666
|
-
padding: ${e.spacing[1]};
|
|
1656
|
+
padding-right: ${e.spacing[1]};
|
|
1667
1657
|
position: relative;
|
|
1668
1658
|
width: fit-content;
|
|
1669
1659
|
|
|
@@ -1674,7 +1664,7 @@
|
|
|
1674
1664
|
.line-highlight {
|
|
1675
1665
|
background: hsl(354deg 100% 85% / 40%);
|
|
1676
1666
|
font-family: ${e.typography.type.mono};
|
|
1677
|
-
font-size: ${e.typography.text.
|
|
1667
|
+
font-size: ${e.typography.text.md};
|
|
1678
1668
|
line-height: ${e.spacing[1]};
|
|
1679
1669
|
color: ${e.palette.black} !important;
|
|
1680
1670
|
border-radius: ${e.spacing[1]};
|
|
@@ -1712,7 +1702,7 @@
|
|
|
1712
1702
|
pre code {
|
|
1713
1703
|
color: #161616;
|
|
1714
1704
|
font-family: ${e.typography.type.mono};
|
|
1715
|
-
font-size: ${e.typography.text.
|
|
1705
|
+
font-size: ${e.typography.text.md};
|
|
1716
1706
|
line-height: ${e.spacing[1]};
|
|
1717
1707
|
}
|
|
1718
1708
|
|
|
@@ -1734,7 +1724,7 @@
|
|
|
1734
1724
|
padding-bottom: unset;
|
|
1735
1725
|
}
|
|
1736
1726
|
`}
|
|
1737
|
-
`,
|
|
1727
|
+
`,ri=y.styled.div`
|
|
1738
1728
|
${({theme:e})=>`
|
|
1739
1729
|
align-items: end;
|
|
1740
1730
|
background-color: ${e.palette.gray[100]};
|
|
@@ -1743,19 +1733,16 @@
|
|
|
1743
1733
|
justify-content: space-between;
|
|
1744
1734
|
min-width: 103px;
|
|
1745
1735
|
margin-right: ${e.spacing[1]};
|
|
1746
|
-
padding-top: ${e.spacing[1]};
|
|
1747
|
-
padding-bottom: ${e.spacing[1]};
|
|
1748
1736
|
position: relative;
|
|
1749
|
-
padding-left: unset;
|
|
1750
1737
|
|
|
1751
1738
|
button:hover:not([disabled]) {
|
|
1752
1739
|
background-color: ${e.palette.gray[200]};
|
|
1753
1740
|
}
|
|
1754
1741
|
`}
|
|
1755
|
-
`,rn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:o})=>(u.useEffect(()=>{f.prismExports.highlightAll()},[]),t.jsx(on,{"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})})})),
|
|
1742
|
+
`,rn=({noCodeMessage:e="Code snippet not available",snippet:n,specific:o})=>(u.useEffect(()=>{f.prismExports.highlightAll()},[]),t.jsx(on,{"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})})})),ii=({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
1743
|
`);return b.length>8&&!l?`${[...b].splice(0,7).join(`
|
|
1757
1744
|
`)}
|
|
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
|
|
1745
|
+
${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(rn,{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(on,{"data-private":!0,children:t.jsx("pre",{children:t.jsx("code",{className:"language-none",children:x})})}),t.jsxs(ri,{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:ai}=X(e=>({fixed:`
|
|
1759
1746
|
height: auto;
|
|
1760
1747
|
min-width: 300px;
|
|
1761
1748
|
padding: ${e.spacing[1.25]};
|
|
@@ -1792,16 +1779,16 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1792
1779
|
color: ${e.palette.gray[800]};
|
|
1793
1780
|
display: flex;
|
|
1794
1781
|
font-family: ${e.typography.type.primary};
|
|
1795
|
-
font-size: ${e.typography.text.
|
|
1782
|
+
font-size: ${e.typography.text.md};
|
|
1796
1783
|
max-height: 80%;
|
|
1797
1784
|
min-height: minmax(content-fit, 32%);
|
|
1798
1785
|
box-shadow: ${e.shadows.lg};
|
|
1799
1786
|
margin: auto;
|
|
1800
1787
|
white-space: pre-line;
|
|
1801
1788
|
|
|
1802
|
-
${
|
|
1789
|
+
${ai(e,n)}
|
|
1803
1790
|
`}
|
|
1804
|
-
`,
|
|
1791
|
+
`,si=y.styled.div`
|
|
1805
1792
|
${({theme:e})=>`
|
|
1806
1793
|
background-color: ${e.palette.white};
|
|
1807
1794
|
border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
|
|
@@ -1829,7 +1816,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1829
1816
|
}
|
|
1830
1817
|
}
|
|
1831
1818
|
`}
|
|
1832
|
-
`,
|
|
1819
|
+
`,li=y.styled.div`
|
|
1833
1820
|
border-radius: ${({theme:e})=>`${e.spacing[.25]} ${e.spacing[.25]} 0 0`};
|
|
1834
1821
|
display: block;
|
|
1835
1822
|
overflow: unset;
|
|
@@ -1839,7 +1826,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1839
1826
|
padding: ${({theme:e})=>`${e.spacing[1.25]}`};
|
|
1840
1827
|
padding-bottom: ${({theme:e})=>`${e.spacing[1.5]}`};
|
|
1841
1828
|
position: sticky;
|
|
1842
|
-
`,
|
|
1829
|
+
`,ci=y.styled.div.attrs({className:"flex items-center justify-between"})``,di=y.styled.div`
|
|
1843
1830
|
${({theme:e})=>`
|
|
1844
1831
|
border-radius: 0 0 ${e.spacing[.25]} ${e.spacing[.25]};
|
|
1845
1832
|
display: flex;
|
|
@@ -1870,7 +1857,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1870
1857
|
margin-right: 0;
|
|
1871
1858
|
}
|
|
1872
1859
|
`}
|
|
1873
|
-
`,
|
|
1860
|
+
`,pi=y.styled.div`
|
|
1874
1861
|
img {
|
|
1875
1862
|
margin: 0 calc(-${({theme:e})=>e.spacing[1.25]} - 1px)
|
|
1876
1863
|
${({theme:e})=>e.spacing[1.25]};
|
|
@@ -1886,11 +1873,11 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1886
1873
|
margin-right: 0;
|
|
1887
1874
|
`:""}
|
|
1888
1875
|
}
|
|
1889
|
-
`,sn=({alert:e,modalRef:n,confirmButton:o=void 0,cancelButton:
|
|
1876
|
+
`,sn=({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(di,{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},ln=({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(li,{children:[t.jsxs(ci,{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})]})},cn=({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"})]})},gi=(e,n,o)=>o?n==="secondary"?`3px solid ${e.palette.primary[100]}`:`3px solid ${e.palette.primary[500]}`:"unset",ui=y.styled.div`
|
|
1890
1877
|
display: flex;
|
|
1891
1878
|
flex-direction: row;
|
|
1892
1879
|
gap: ${({theme:e})=>e.spacing[.25]};
|
|
1893
|
-
border-bottom: ${({theme:e,$borderButton:n,$variant:o})=>
|
|
1880
|
+
border-bottom: ${({theme:e,$borderButton:n,$variant:o})=>gi(e,o,n)};
|
|
1894
1881
|
align-items: center;
|
|
1895
1882
|
padding: ${({theme:e})=>e.spacing[.625]}
|
|
1896
1883
|
${({theme:e})=>e.spacing[.5]};
|
|
@@ -1906,7 +1893,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1906
1893
|
background: transparent;
|
|
1907
1894
|
color: ${({theme:e})=>e.palette.gray[800]};
|
|
1908
1895
|
font-family: ${({theme:e})=>e.typography.type.primary};
|
|
1909
|
-
font-size: ${({theme:e})=>e.typography.text.
|
|
1896
|
+
font-size: ${({theme:e})=>e.typography.text.md};
|
|
1910
1897
|
display: flex;
|
|
1911
1898
|
font-weight: ${({theme:e})=>e.typography.weight.regular};
|
|
1912
1899
|
position: relative;
|
|
@@ -1929,44 +1916,34 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
1929
1916
|
}
|
|
1930
1917
|
}
|
|
1931
1918
|
}
|
|
1932
|
-
`,
|
|
1933
|
-
${({theme:e,$variant:n})
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
`,
|
|
1919
|
+
`,xi=y.styled(Se)`
|
|
1920
|
+
${({theme:e,$variant:n,$numberIndicator:o})=>{const r=o!=null&&o>0;return`
|
|
1921
|
+
align-items: center;
|
|
1922
|
+
background: ${n==="error"?e.palette.primary[400]:e.palette.warning[500]};
|
|
1923
|
+
border-radius: ${r?"100px":"100%"};
|
|
1924
|
+
font-family: ${e.typography.type.primary};
|
|
1925
|
+
justify-content: center;
|
|
1926
|
+
padding: 2px 4px;
|
|
1927
|
+
position: absolute;
|
|
1928
|
+
z-index: 11;
|
|
1929
|
+
min-width: ${r?e.spacing[1.25]:e.spacing[.5]};
|
|
1930
|
+
height: ${r?"14px":e.spacing[.5]}};
|
|
1931
|
+
`}}
|
|
1932
|
+
`,hi=y.styled.div`
|
|
1946
1933
|
align-items: center;
|
|
1947
1934
|
color: ${({theme:e})=>e.palette.white};
|
|
1948
1935
|
display: flex;
|
|
1949
|
-
font-size:
|
|
1950
|
-
font-weight: ${({theme:e})=>e.typography.weight.
|
|
1936
|
+
font-size: ${({theme:e})=>e.typography.text.sm};
|
|
1937
|
+
font-weight: ${({theme:e})=>e.typography.weight.regular};
|
|
1951
1938
|
justify-content: center;
|
|
1952
|
-
|
|
1953
|
-
/* Override component size only in Storybook */
|
|
1954
|
-
& > div {
|
|
1955
|
-
width: 24px !important;
|
|
1956
|
-
height: 24px !important;
|
|
1957
|
-
|
|
1958
|
-
& > div {
|
|
1959
|
-
font-size: 12px !important;
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
`;const dn=u.forwardRef(function({numberIndicator:n,show:o,variant:i="error",...r},a){return t.jsx(xr,{$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`
|
|
1939
|
+
`,dn=u.forwardRef(function({numberIndicator:n,show:o,variant:r="error",...i},a){return t.jsx(xi,{$numberIndicator:n,$variant:r,className:o?"flex":"hidden","data-testid":"notification-sign",ref:a,...i,children:n&&t.jsx(hi,{children:n<=9?n:9})})}),pn=({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}=Ue.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(ui,{$borderButton:g,$variant:c,children:[t.jsxs(Ue.NavLink,{end:e,id:o,onClick:l,to:i,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: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(pn,{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`
|
|
1963
1940
|
${({theme:e})=>`
|
|
1964
1941
|
align-items: center;
|
|
1965
1942
|
background-color: ${e.palette.white};
|
|
1966
1943
|
color: ${e.palette.gray[800]};
|
|
1967
1944
|
cursor: pointer;
|
|
1968
1945
|
display: flex;
|
|
1969
|
-
font-size: ${e.typography.text.
|
|
1946
|
+
font-size: ${e.typography.text.md};
|
|
1970
1947
|
font-weight: ${e.typography.weight.regular};
|
|
1971
1948
|
justify-content: space-between;
|
|
1972
1949
|
gap: ${e.spacing[.625]};
|
|
@@ -2017,7 +1994,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2017
1994
|
min-width: 240px;
|
|
2018
1995
|
padding: ${e.spacing[.25]} 0 ${e.spacing[.25]} 0;
|
|
2019
1996
|
`}
|
|
2020
|
-
`,Ie=({children:e,disabled:n=!1,icon:o,iconType:
|
|
1997
|
+
`,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)`
|
|
2021
1998
|
margin-top: 10px;
|
|
2022
1999
|
border: 1px solid ${({theme:e})=>e.palette.gray[300]};
|
|
2023
2000
|
border-radius: 4px;
|
|
@@ -2039,7 +2016,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2039
2016
|
${({$isDragging:e,theme:n})=>e?`
|
|
2040
2017
|
border: 2px solid ${n.palette.black};
|
|
2041
2018
|
`:""}
|
|
2042
|
-
`,un=({items:e,onReorder:n,title:o,description:
|
|
2019
|
+
`,un=({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)`
|
|
2043
2020
|
padding: 7px 8px;
|
|
2044
2021
|
|
|
2045
2022
|
&[aria-selected="true"] {
|
|
@@ -2055,7 +2032,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2055
2032
|
display: none;
|
|
2056
2033
|
}
|
|
2057
2034
|
}
|
|
2058
|
-
`,xn=({options:e,title:n,checkboxesName:o,defaultBgColor:
|
|
2035
|
+
`,xn=({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]})},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`
|
|
2059
2036
|
${({theme:e})=>`
|
|
2060
2037
|
background: none;
|
|
2061
2038
|
border: none !important;
|
|
@@ -2063,7 +2040,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2063
2040
|
box-sizing: border-box;
|
|
2064
2041
|
color: ${e.palette.gray[800]};
|
|
2065
2042
|
font-family: ${e.typography.type.primary};
|
|
2066
|
-
font-size: ${e.typography.text.
|
|
2043
|
+
font-size: ${e.typography.text.md};
|
|
2067
2044
|
outline: none;
|
|
2068
2045
|
width: 100%;
|
|
2069
2046
|
|
|
@@ -2085,7 +2062,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2085
2062
|
display:none;
|
|
2086
2063
|
}
|
|
2087
2064
|
`}
|
|
2088
|
-
`,
|
|
2065
|
+
`,mi=y.styled.div`
|
|
2089
2066
|
${({theme:e})=>`
|
|
2090
2067
|
align-items: center;
|
|
2091
2068
|
background-color: ${e.palette.white};
|
|
@@ -2105,17 +2082,17 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2105
2082
|
border: 2px solid ${e.palette.black};
|
|
2106
2083
|
}
|
|
2107
2084
|
`}
|
|
2108
|
-
`,
|
|
2085
|
+
`,wi=y.styled.div`
|
|
2109
2086
|
${({theme:e})=>`
|
|
2110
2087
|
background-color: ${e.palette.white};
|
|
2111
2088
|
border-radius: ${e.spacing[.5]};
|
|
2112
2089
|
width: 250px;
|
|
2113
2090
|
`}
|
|
2114
|
-
`,se=({name:e,smallSearch:n=!1,onClear:o,onChange:
|
|
2091
|
+
`,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(xn,{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(an,{"aria-label":o.name,"aria-modal":"true",children:t.jsxs(dt,{$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(un,{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)`
|
|
2115
2092
|
padding: 8px;
|
|
2116
2093
|
min-height: 36px;
|
|
2117
2094
|
min-width: unset;
|
|
2118
|
-
`,
|
|
2095
|
+
`,ji=ce.default.div.attrs({className:"comp-modal absolute top-[55px] overflow-auto"})`
|
|
2119
2096
|
align-items: center;
|
|
2120
2097
|
background-color: ${({$bgColor:e="rgb(52 64 84 / 70%)"})=>e};
|
|
2121
2098
|
display: flex;
|
|
@@ -2128,7 +2105,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2128
2105
|
svg.fa-check {
|
|
2129
2106
|
border-radius: 2px;
|
|
2130
2107
|
}
|
|
2131
|
-
`,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`
|
|
2108
|
+
`,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(Ct,{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(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: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(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: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})),Xe=({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(Xe,{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(Xe,{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(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: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}),Ve=(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]),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?Pi(I):I);h(z),Ve(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&&Ve(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}},gt=({_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(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)||r)&&t.jsxs(si,{style:k?{borderBottom:`1px solid ${b.palette.gray[200]}`}:void 0,children:[r,f._.isObject(a)&&f._.isString(a.imageSrc)&&t.jsx(pi,{$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(sn,{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(gt,{"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(cn,{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(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}},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`
|
|
2132
2109
|
${({theme:e})=>`
|
|
2133
2110
|
align-items: flex-start;
|
|
2134
2111
|
border-radius: ${e.spacing[.25]};
|
|
@@ -2141,7 +2118,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2141
2118
|
width: 166px;
|
|
2142
2119
|
z-index: 9999;
|
|
2143
2120
|
`}
|
|
2144
|
-
`,
|
|
2121
|
+
`,Vi=y.styled.li`
|
|
2145
2122
|
${({theme:e})=>`
|
|
2146
2123
|
align-items: center;
|
|
2147
2124
|
background: ${e.palette.white}
|
|
@@ -2149,7 +2126,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2149
2126
|
cursor: pointer;
|
|
2150
2127
|
display: flex;
|
|
2151
2128
|
font-family: ${e.typography.type.primary};
|
|
2152
|
-
font-size: ${e.typography.text.
|
|
2129
|
+
font-size: ${e.typography.text.md};
|
|
2153
2130
|
font-style: normal;
|
|
2154
2131
|
font-weight: ${e.typography.weight.regular};
|
|
2155
2132
|
gap: ${e.spacing[.5]};
|
|
@@ -2167,7 +2144,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2167
2144
|
cursor: not-allowed;
|
|
2168
2145
|
}
|
|
2169
2146
|
`}
|
|
2170
|
-
`,
|
|
2147
|
+
`,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]})},Je=({buttonProps:e,variant:n})=>t.jsx(O,{onClick:e.onClick,variant:n,children:e.text}),Gi=y.styled.div`
|
|
2171
2148
|
display: flex;
|
|
2172
2149
|
flex-direction: column;
|
|
2173
2150
|
align-items: center;
|
|
@@ -2175,7 +2152,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2175
2152
|
max-width: 900px;
|
|
2176
2153
|
white-space: pre-line;
|
|
2177
2154
|
margin: 0 auto;
|
|
2178
|
-
`,
|
|
2155
|
+
`,Yi=y.styled.div`
|
|
2179
2156
|
display: flex;
|
|
2180
2157
|
flex-direction: row;
|
|
2181
2158
|
justify-content: center;
|
|
@@ -2188,7 +2165,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2188
2165
|
> img {
|
|
2189
2166
|
width: 100%;
|
|
2190
2167
|
}
|
|
2191
|
-
`,
|
|
2168
|
+
`,Ki=y.styled.div`
|
|
2192
2169
|
display: flex;
|
|
2193
2170
|
flex-direction: row;
|
|
2194
2171
|
margin: 0;
|
|
@@ -2201,7 +2178,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2201
2178
|
> *:last-child {
|
|
2202
2179
|
margin-right: 0;
|
|
2203
2180
|
}
|
|
2204
|
-
`,
|
|
2181
|
+
`,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(Je,{buttonProps:e,variant:"tertiary"}),n&&t.jsx(Je,{buttonProps:n,variant:"primary"})]}):void 0]})},qi=({children:e})=>{const n=f.useFormContext();return e({...n})},Xi=y.styled.form`
|
|
2205
2182
|
${({theme:e})=>`
|
|
2206
2183
|
align-items: flex-start;
|
|
2207
2184
|
align-self: stretch;
|
|
@@ -2211,14 +2188,14 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2211
2188
|
overflow: hidden auto;
|
|
2212
2189
|
width: 100%;
|
|
2213
2190
|
`}
|
|
2214
|
-
`,
|
|
2191
|
+
`,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)`
|
|
2215
2192
|
display: grid;
|
|
2216
2193
|
gap: ${({$gap:e=1.25})=>`${e}rem`};
|
|
2217
2194
|
grid-template-columns: ${({$sm:e})=>`repeat(${e}, 1fr)`};
|
|
2218
2195
|
|
|
2219
|
-
${({theme:e,$xl:n,$lg:o,$md:
|
|
2196
|
+
${({theme:e,$xl:n,$lg:o,$md:r})=>`
|
|
2220
2197
|
@media (width >= ${e.breakpoints.sm}) {
|
|
2221
|
-
grid-template-columns: repeat(${
|
|
2198
|
+
grid-template-columns: repeat(${r}, 1fr);
|
|
2222
2199
|
}
|
|
2223
2200
|
|
|
2224
2201
|
@media (width >= ${e.breakpoints.md}) {
|
|
@@ -2229,7 +2206,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2229
2206
|
grid-template-columns: repeat(${n}, 1fr);
|
|
2230
2207
|
}
|
|
2231
2208
|
`}
|
|
2232
|
-
`,ea=u.forwardRef(function({children:n,md:o,sm:
|
|
2209
|
+
`,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`
|
|
2233
2210
|
${({theme:e,$itemsLength:n})=>`
|
|
2234
2211
|
display: flex;
|
|
2235
2212
|
background-color: ${e.palette.white};
|
|
@@ -2265,7 +2242,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2265
2242
|
background-color: ${e.palette.gray[100]};
|
|
2266
2243
|
}
|
|
2267
2244
|
`}
|
|
2268
|
-
`,kn=({isSelected:e=!1,label:n,onSelect:o})=>{const
|
|
2245
|
+
`,kn=({isSelected:e=!1,label:n,onSelect:o})=>{const r=y.useTheme(),i=u.useCallback(()=>{o&&o(n)},[o,n]);return t.jsxs(ut,{$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(ut,{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=({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]})]})},ra=({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(pt,{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}`))})]})},ia=y.styled.span`
|
|
2269
2246
|
${({theme:e,$bgColor:n=e.palette.secondary[500],$txtDecoration:o="none"})=>`
|
|
2270
2247
|
background-color: ${n};
|
|
2271
2248
|
border-radius: 5px;
|
|
@@ -2274,7 +2251,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2274
2251
|
padding: ${e.spacing[.125]} ${e.spacing[.25]} ${e.spacing[.125]} ${e.spacing[.25]};
|
|
2275
2252
|
text-decoration: ${o}
|
|
2276
2253
|
`}
|
|
2277
|
-
`,aa=({bgColor:e,children:n,txtDecoration:o,ml:
|
|
2254
|
+
`,aa=({bgColor:e,children:n,txtDecoration:o,ml:r=1})=>t.jsx(ia,{$bgColor:e,$txtDecoration:o,className:`ml-${r}`,children:n}),sa={lg:"56",md:"30",sm:"12"},{getVariant:la}=X(e=>({blue:`stroke: ${e.palette.info[500]};`,red:`stroke: ${e.palette.primary[500]};`,white:`stroke: ${e.palette.white};`})),ca=y.keyframes`
|
|
2278
2255
|
0% {
|
|
2279
2256
|
transform: rotateZ(0deg);
|
|
2280
2257
|
}
|
|
@@ -2326,12 +2303,12 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2326
2303
|
stroke-width: 10px;
|
|
2327
2304
|
transform-origin: 50% 50%;
|
|
2328
2305
|
opacity: ${({$color:e})=>e==="white"?"20%":"unset"};
|
|
2329
|
-
`,Cn=({color:e="red",label:n,size:o})=>{const
|
|
2306
|
+
`,Cn=({color:e="red",label:n,size:o})=>{const r=y.useTheme();return t.jsxs(m,{alignItems:"center",display:"flex",children:[t.jsxs(pa,{$size:o,viewBox:"0 0 100 100",children:[t.jsx(ua,{$color:e,cx:"50",cy:"50",r:"45"}),t.jsx(ga,{$color:e,cx:"50",cy:"50",r:"45"})]}),n&&t.jsx(E,{color:e==="red"||e==="blue"?r.palette.gray[700]:r.palette.white,ml:.5,size:"md",children:n})]})},xa={company:{height:"83px",width:"460px"},footer:{height:"57px",width:"315px"},header:{height:"35px",width:"160px"},icon:{height:"40px",width:"40px"},inline:{width:"150px"}},ha=({publicId:e,variant:n})=>t.jsx(m,{...xa[n],children:t.jsx(ne,{alt:"logo",publicId:e})}),fa=y.styled(f.Lottie).attrs(({autoplay:e=!0})=>({autoplay:e,className:"comp-lottie"}))`
|
|
2330
2307
|
${({$size:e=16})=>`
|
|
2331
2308
|
height: ${e}px;
|
|
2332
2309
|
width: ${e}px;
|
|
2333
2310
|
`}
|
|
2334
|
-
`,ya=e=>{const{size:n}=e;return t.jsx(fa,{$size:n,...e})},ba=({children:e,commitSha:n,commitShortSha:o,parentElement:
|
|
2311
|
+
`,ya=e=>{const{size:n}=e;return t.jsx(fa,{$size:n,...e})},ba=({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(gn,{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}`})})})]})},$a=y.styled.button`
|
|
2335
2312
|
align-items: center;
|
|
2336
2313
|
background-color: transparent;
|
|
2337
2314
|
border: unset;
|
|
@@ -2348,7 +2325,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2348
2325
|
&:hover span {
|
|
2349
2326
|
color: ${R.palette.primary[200]};
|
|
2350
2327
|
}
|
|
2351
|
-
`,ma=({message:e,onClickButton:n,buttonText:o,buttonFontWeight:
|
|
2328
|
+
`,ma=({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($a,{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})]})},wa=y.styled.div`
|
|
2352
2329
|
${({theme:e,$variant:n})=>`
|
|
2353
2330
|
background: ${e.palette.white};
|
|
2354
2331
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -2368,7 +2345,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2368
2345
|
}
|
|
2369
2346
|
`}
|
|
2370
2347
|
`,va=y.styled(J)`
|
|
2371
|
-
font-size:
|
|
2348
|
+
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2372
2349
|
`,ja=y.styled.div`
|
|
2373
2350
|
${({theme:e,$variant:n})=>`
|
|
2374
2351
|
height: ${e.spacing[2.5]};
|
|
@@ -2400,7 +2377,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2400
2377
|
color: ${e.palette[n][500]};
|
|
2401
2378
|
}
|
|
2402
2379
|
`}
|
|
2403
|
-
`,ka=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",Ca=({description:e,onClose:n,title:o,variant:
|
|
2380
|
+
`,ka=e=>e==="warning"?"triangle-exclamation":e==="info"?"circle-info":e==="success"?"circle-check":"circle-exclamation",Ca=({description:e,onClose:n,title:o,variant:r})=>{const i=y.useTheme(),a=u.useCallback(()=>{n==null||n()},[n]);return t.jsxs(wa,{$variant:r,className:`notification notification__${r}`,role:"alertdialog",children:[t.jsxs(ja,{$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:ka(r),iconClass:"icon",iconSize:"lg",iconType:"fa-light"})]}),t.jsxs(m,{pr:1.5,children:[t.jsx(va,{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"})]})},Sa=y.styled.div`
|
|
2404
2381
|
width: fit-content;
|
|
2405
2382
|
border: ${({theme:e})=>`1px solid ${e.palette.gray[300]}`};
|
|
2406
2383
|
border-radius: 4px;
|
|
@@ -2433,7 +2410,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2433
2410
|
&::-webkit-inner-spin-button {
|
|
2434
2411
|
opacity: 1;
|
|
2435
2412
|
}
|
|
2436
|
-
`,Ta=u.forwardRef(function({autoUpdate:n=!1,decimalPlaces:o=0,defaultValue:
|
|
2413
|
+
`,Ta=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(Sa,{onBlur:w,tabIndex:-1,children:t.jsx(V,{id:"numberInputTooltip",tip:c,children:t.jsx(za,{...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})})})}),Ia={Azure:"integrates/autoenrollment/azureIcon",Bitbucket:"integrates/autoenrollment/bitbucketLogo",GitHub:"integrates/autoenrollment/githubLogo",GitLab:"integrates/autoenrollment/gitlabIcon"},Qe=({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:Ia[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})})]})},Na=({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(Qe,{onClick:x(h),provider:h},h)),i===void 0?void 0:t.jsx(Qe,{icon:"square-plus",label:i.label??"Add manually",onClick:p}),o]})]})},Ea=y.styled.div`
|
|
2437
2414
|
${({theme:e})=>`
|
|
2438
2415
|
height: ${e.spacing[1]};
|
|
2439
2416
|
width: ${e.spacing[1]};
|
|
@@ -2464,7 +2441,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2464
2441
|
font-size: ${e.spacing[.5]};
|
|
2465
2442
|
}
|
|
2466
2443
|
`}
|
|
2467
|
-
`,Sn=({margin:e,onClick:n,text:o})=>{const
|
|
2444
|
+
`,Sn=({margin:e,onClick:n,text:o})=>{const r=y.useTheme(),i=t.jsxs(Ea,{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})},Da=({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:Ra}=X(e=>({compliance:`
|
|
2468
2445
|
display: inline-flex;
|
|
2469
2446
|
|
|
2470
2447
|
&.horizontal {
|
|
@@ -2523,17 +2500,17 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2523
2500
|
background-color: ${e.palette.primary[500]};
|
|
2524
2501
|
}
|
|
2525
2502
|
`})),Fa=(e,n)=>n<50?e.palette.error[500]:n<80?e.palette.warning[500]:e.palette.success[500],La=y.styled.div`
|
|
2526
|
-
${({theme:e,$minWidth:n,$orientation:o,$rounded:
|
|
2503
|
+
${({theme:e,$minWidth:n,$orientation:o,$rounded:r,$variant:i})=>`
|
|
2527
2504
|
background-color: ${e.palette.gray[100]};
|
|
2528
|
-
border-radius: ${
|
|
2505
|
+
border-radius: ${r?"100px":"unset"};
|
|
2529
2506
|
${o==="horizontal"?"min-width":"min-height"}: ${n}px;
|
|
2530
2507
|
${o==="horizontal"?"":"height: 100%;"}
|
|
2531
2508
|
|
|
2532
|
-
${Ra(e,
|
|
2509
|
+
${Ra(e,i)}
|
|
2533
2510
|
|
|
2534
2511
|
`}
|
|
2535
2512
|
`,Aa=y.styled.div`
|
|
2536
|
-
${({theme:e,$percentage:n,$rounded:o,$variant:
|
|
2513
|
+
${({theme:e,$percentage:n,$rounded:o,$variant:r})=>`
|
|
2537
2514
|
display: inline-flex;
|
|
2538
2515
|
width: ${n}%;
|
|
2539
2516
|
max-width: 100%;
|
|
@@ -2542,9 +2519,9 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2542
2519
|
border-radius: ${o?"100px":"unset"};
|
|
2543
2520
|
border-end-end-radius: ${o&&n<100?"0":"inherit"};
|
|
2544
2521
|
border-start-end-radius: ${o&&n<100?"0":"inherit"};
|
|
2545
|
-
background-color: ${
|
|
2522
|
+
background-color: ${r==="compliance"?Fa(e,n):"inherit"};
|
|
2546
2523
|
`}
|
|
2547
|
-
`,zn=({minWidth:e=100,percentage:n,percentageLocation:o="right",showPercentage:
|
|
2524
|
+
`,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(La,{$minWidth:e,$orientation:i,$rounded:a,$variant:l,className:i,children:t.jsx(Aa,{$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]}},Pa=y.styled(D)`
|
|
2548
2525
|
box-sizing: border-box;
|
|
2549
2526
|
|
|
2550
2527
|
border-right: ${({theme:e,$variant:n})=>n==="in progress"?`1px dashed ${In("in progress",e)}`:"unset"};
|
|
@@ -2559,13 +2536,13 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2559
2536
|
flex-flow: row wrap;
|
|
2560
2537
|
}
|
|
2561
2538
|
`}
|
|
2562
|
-
`,Ma=150,Wa=({label:e,minWidth:n=Ma,state:o="not completed",stepNumber:
|
|
2539
|
+
`,Ma=150,Wa=({label:e,minWidth:n=Ma,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(Pa,{$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})]})]})]})},Ha=150,Ba=({children:e,orientation:n="horizontal",minWidth:o=Ha})=>{const r=u.Children.toArray(e),i=u.useMemo(()=>u.Children.count(e),[e]),a=u.useMemo(()=>i*o,[i,o]);return t.jsx(Oa,{$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})},_a=({_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},Va=y.styled.div.attrs({className:"comp-scroll-up"})`
|
|
2563
2540
|
position: fixed;
|
|
2564
2541
|
bottom: ${({bottom:e})=>e??"unset"};
|
|
2565
2542
|
right: ${({right:e})=>e??"unset"};
|
|
2566
2543
|
z-index: ${({zIndex:e})=>e??"unset"};
|
|
2567
2544
|
left: ${({left:e})=>e??"unset"};
|
|
2568
|
-
`,Ua=({scrollerId:e="dashboard",left:n,visibleAt:o=500,bottom:
|
|
2545
|
+
`,Ua=({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(Va,{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},Ga={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]}},Ya=({textL:e,textR:n,variant:o})=>{const r=y.useTheme(),{bgColor:i,colorL:a,colorR:l}=Ga[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})})]})},Ka=(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}=Ka(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})]})},Za=({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"})]}),qa=y.styled.div`
|
|
2569
2546
|
${({theme:e})=>`
|
|
2570
2547
|
border-radius: ${e.spacing[.25]};
|
|
2571
2548
|
cursor: pointer;
|
|
@@ -2583,7 +2560,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2583
2560
|
display: block;
|
|
2584
2561
|
}
|
|
2585
2562
|
`}
|
|
2586
|
-
`,Xa=({visibleElement:e,hiddenElement:n})=>t.jsxs(qa,{children:[e,t.jsx(m,{display:"none",position:"absolute",top:"100%",zIndex:10,children:n})]}),
|
|
2563
|
+
`,Xa=({visibleElement:e,hiddenElement:n})=>t.jsxs(qa,{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})]})]})},Ja=y.styled(f.m.div)`
|
|
2587
2564
|
${({theme:e})=>`
|
|
2588
2565
|
background-color: ${e.palette.white};
|
|
2589
2566
|
box-shadow: ${e.shadows.lg};
|
|
@@ -2606,7 +2583,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2606
2583
|
height: auto;
|
|
2607
2584
|
}
|
|
2608
2585
|
`}
|
|
2609
|
-
`,Qa=({children:e,closeIconId:n="close-menu",isOpen:o,items:
|
|
2586
|
+
`,Qa=({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(Ja,{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})]})})]})})})},es=(e,n)=>n>=50?`
|
|
2610
2587
|
${e.palette.gray[200]} 50%,
|
|
2611
2588
|
${e.palette.primary[500]} 50.05%,
|
|
2612
2589
|
${e.palette.primary[500]} ${n}%,
|
|
@@ -2682,7 +2659,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2682
2659
|
padding: ${e.spacing[.625]} ${e.spacing[.75]};
|
|
2683
2660
|
width: 59px;
|
|
2684
2661
|
`}
|
|
2685
|
-
`,Dn=({state:e,trackRef:n,index:o,name:
|
|
2662
|
+
`,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})})})},rs=(e,n,o)=>Math.round((o-e)/(n-e)*100),is=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=rs(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(ts,{...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(ns,{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(os,{children:t.jsx(E,{color:n.palette.gray[800],size:"md",textAlign:"right",children:p.getThumbValueLabel(0)})})]})})},{getVariant:as}=X(e=>({completed:`
|
|
2686
2663
|
background-color: ${e.palette.primary[500]};
|
|
2687
2664
|
color: ${e.palette.white};
|
|
2688
2665
|
|
|
@@ -2727,7 +2704,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2727
2704
|
${({theme:e})=>`
|
|
2728
2705
|
display: inline-flex;
|
|
2729
2706
|
font-family: ${e.typography.type.primary};
|
|
2730
|
-
font-size: ${e.typography.text.
|
|
2707
|
+
font-size: ${e.typography.text.md};
|
|
2731
2708
|
line-height: ${e.spacing[1.25]};
|
|
2732
2709
|
margin-top: ${e.spacing[1]};
|
|
2733
2710
|
|
|
@@ -2740,7 +2717,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2740
2717
|
border-radius: 6px;
|
|
2741
2718
|
display: inline-block;
|
|
2742
2719
|
text-align: center;
|
|
2743
|
-
font-size: ${e.typography.text.
|
|
2720
|
+
font-size: ${e.typography.text.md};
|
|
2744
2721
|
font-weight: ${e.typography.weight.bold};
|
|
2745
2722
|
font-family: ${e.typography.type.primary};
|
|
2746
2723
|
line-height: ${e.spacing[1]};
|
|
@@ -2760,7 +2737,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2760
2737
|
|
|
2761
2738
|
${as(e,n)}
|
|
2762
2739
|
`}
|
|
2763
|
-
`,ps=({button:{disabled:e=!1,text:n,type:o="button",onClick:
|
|
2740
|
+
`,ps=({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(ss,{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(ls,{children:[t.jsx(m,{maxWidth:"40px",position:"relative",children:t.jsx(ds,{$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(cs,{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)})})},gs=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)},St=e=>e.map(gs),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)?St(n):St(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=tn({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}),us=y.styled.span`
|
|
2764
2741
|
transition: all 150ms;
|
|
2765
2742
|
width: 5px;
|
|
2766
2743
|
height: 10px;
|
|
@@ -2872,7 +2849,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2872
2849
|
|
|
2873
2850
|
th {
|
|
2874
2851
|
position: relative;
|
|
2875
|
-
font-size: ${({theme:e})=>e.typography.text.
|
|
2852
|
+
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2876
2853
|
font-weight: ${({theme:e})=>e.typography.weight.bold};
|
|
2877
2854
|
color: ${({theme:e})=>e.palette.gray[800]};
|
|
2878
2855
|
padding: unset;
|
|
@@ -2907,7 +2884,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2907
2884
|
}
|
|
2908
2885
|
|
|
2909
2886
|
tbody tr:not(.row-no-data) td {
|
|
2910
|
-
font-size: ${({theme:e})=>e.typography.text.
|
|
2887
|
+
font-size: ${({theme:e})=>e.typography.text.md};
|
|
2911
2888
|
white-space: pre-line;
|
|
2912
2889
|
padding-left: 8px;
|
|
2913
2890
|
padding-right: 8px;
|
|
@@ -2960,7 +2937,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
2960
2937
|
div {
|
|
2961
2938
|
position: relative;
|
|
2962
2939
|
font-weight: 400;
|
|
2963
|
-
font-size: ${n.typography.text.
|
|
2940
|
+
font-size: ${n.typography.text.md};
|
|
2964
2941
|
text-align: left;
|
|
2965
2942
|
|
|
2966
2943
|
color: ${n.palette.gray[600]};
|
|
@@ -3005,7 +2982,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3005
2982
|
margin-right: ${({theme:e})=>e.spacing[.5]};
|
|
3006
2983
|
}
|
|
3007
2984
|
}
|
|
3008
|
-
`,
|
|
2985
|
+
`,zt=y.styled.div`
|
|
3009
2986
|
transition: all 150ms;
|
|
3010
2987
|
content: "";
|
|
3011
2988
|
z-index: 2;
|
|
@@ -3024,11 +3001,11 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3024
3001
|
transition: all 150ms;
|
|
3025
3002
|
border-right: 1px solid ${({theme:e})=>e.palette.black};
|
|
3026
3003
|
}
|
|
3027
|
-
`,Ln=()=>{const e=y.useTheme(),{table:n}=u.useContext(te),{groupHeaders:o,tooltips:
|
|
3004
|
+
`,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(et,{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(zt,{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(et,{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(zt,{onMouseDown:a(d)})]},d.id)})})})},ys=y.styled.div`
|
|
3028
3005
|
align-items: center;
|
|
3029
3006
|
display: flex;
|
|
3030
3007
|
width: 100%;
|
|
3031
|
-
`,An=()=>{const e=y.useTheme(),{table:n}=u.useContext(te),{loading:o}=(n==null?void 0:n.options.meta)??{},
|
|
3008
|
+
`,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:"sm",textAlign:"center",children:"No data to display"})})})}):t.jsx("tbody",{children:n==null?void 0:n.getRowModel().rows.map(s=>t.jsxs(tt.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(ys,{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(hs,{$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,{})]})]})},Tt=y.styled(W)`
|
|
3032
3009
|
${({theme:e,$padding:n})=>`
|
|
3033
3010
|
background-color: ${e.palette.white};
|
|
3034
3011
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -3054,7 +3031,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3054
3031
|
background-color: ${e.palette.gray[100]};
|
|
3055
3032
|
}
|
|
3056
3033
|
`}
|
|
3057
|
-
`,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,
|
|
3034
|
+
`,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(Tt,{$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(Tt,{$padding:"4px 6px",disabled:n>o-2,icon:"chevron-right",iconSize:"sm",iconType:"fa-light",id:"go-next",onClick:r,variant:"ghost"})]})},bs=10,$s=20,ms=50,ws=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([bs,$s,ms,ws],(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(fs,{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}),vs=y.styled.div.attrs({className:"search-container"})`
|
|
3058
3035
|
${({theme:e})=>`
|
|
3059
3036
|
display: flex;
|
|
3060
3037
|
flex-direction: column;
|
|
@@ -3094,7 +3071,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3094
3071
|
box-sizing: border-box;
|
|
3095
3072
|
color: ${e.palette.gray[800]};
|
|
3096
3073
|
font-family: ${e.typography.type.primary};
|
|
3097
|
-
font-size: ${e.typography.text.
|
|
3074
|
+
font-size: ${e.typography.text.md};
|
|
3098
3075
|
outline: none;
|
|
3099
3076
|
width: 100%;
|
|
3100
3077
|
line-height: ${e.spacing[.75]};
|
|
@@ -3132,7 +3109,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3132
3109
|
.highlight-container ~ .controls-container {
|
|
3133
3110
|
flex: 1 0 100%;
|
|
3134
3111
|
}
|
|
3135
|
-
`,Cs=500,_n=({children:e})=>{const{table:n}=u.useContext(te),{onSearch:o,search:
|
|
3112
|
+
`,Cs=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=lt(s=>{o==null||o(s.target.value)},Cs),l=u.useCallback(()=>{o==null||o("")},[o]);return t.jsxs(ks,{children:[o===void 0?void 0:t.jsx(vs,{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(js,{children:e}),Gn=({children:e})=>t.jsx("div",{className:"highlight-container",children:e}),Ss=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()+Ss),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(xs,{id:i,children:e})})},zs=Object.assign(Yn,{Caption:Vn,Columns:Fn,Content:Pn,Controls:Un,Export:Rn,Footer:Hn,FooterContent:Bn,Highlighted:Gn,Options:_n}),Ts=y.styled.button`
|
|
3136
3113
|
${({theme:e})=>`
|
|
3137
3114
|
align-items: center;
|
|
3138
3115
|
background-color: ${e.palette.white};
|
|
@@ -3141,7 +3118,7 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3141
3118
|
color: ${e.palette.gray[800]};
|
|
3142
3119
|
cursor: pointer;
|
|
3143
3120
|
display: flex;
|
|
3144
|
-
font-size: ${e.typography.text.
|
|
3121
|
+
font-size: ${e.typography.text.md};
|
|
3145
3122
|
gap: ${e.spacing[.25]};
|
|
3146
3123
|
height: 21px;
|
|
3147
3124
|
width: 21px;
|
|
@@ -3174,8 +3151,8 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3174
3151
|
background-color: ${e.palette.gray[100]};
|
|
3175
3152
|
}
|
|
3176
3153
|
`}
|
|
3177
|
-
`,Is={add:{icon:"plus"},approve:{icon:"check"},disabled:{icon:"ban"},reject:{icon:"xmark"},submit:{icon:"arrow-right"},success:{icon:"check"}},
|
|
3178
|
-
${({theme:e
|
|
3154
|
+
`,Is={add:{icon:"plus"},approve:{icon:"check"},disabled:{icon:"ban"},reject:{icon:"xmark"},submit:{icon:"arrow-right"},success:{icon:"check"}},Ns=({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(Ts,{"aria-label":i??void 0,className:s,disabled:e,id:o,onClick:a,type:l,children:[t.jsx(D,{clickable:!1,icon:n??Is[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})]})},Es=y.styled.div`
|
|
3155
|
+
${({theme:e})=>`
|
|
3179
3156
|
align-items: center;
|
|
3180
3157
|
background-color: ${e.palette.white};
|
|
3181
3158
|
border: 1px solid ${e.palette.gray[200]};
|
|
@@ -3190,7 +3167,6 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3190
3167
|
p {
|
|
3191
3168
|
font-style: normal;
|
|
3192
3169
|
line-height: ${e.spacing[1.25]};
|
|
3193
|
-
text-align: ${n==="long"?"":"center"};
|
|
3194
3170
|
}
|
|
3195
3171
|
|
|
3196
3172
|
&:hover {
|
|
@@ -3247,4 +3223,4 @@ ${b[8]}...`:(b.length<8&&d(!1),n)},[l,n,e]),x=u.useMemo(g,[g]),h=u.useCallback(a
|
|
|
3247
3223
|
transform: translateX(-50%);
|
|
3248
3224
|
}
|
|
3249
3225
|
`}
|
|
3250
|
-
`,Kn=({date:e,description:n,title:o
|
|
3226
|
+
`,Kn=({date:e,description:n,title:o})=>{const r=y.useTheme();return t.jsxs(Es,{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)})})]})},Rs=({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(Ds,{$size:o,children:e.map((i,a)=>t.jsx(Kn,{date:i.date,description:i.description,size:o,title:i.title},`${i.title}-${a}`))})})},Fs={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:""},Ls=({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=Rt;exports.ActionButton=qe;exports.Alert=Po;exports.AppliedFilter=ue;exports.AppliedFilters=Ei;exports.ArrayField=Ke;exports.Avatar=Vo;exports.BaseButtonComponent=nt;exports.BaseComponent=Se;exports.BaseSpanComponent=rt;exports.BaseTextComponent=ot;exports.Body=An;exports.Button=O;exports.Button$1=Ee;exports.ButtonToolbarCenter=br;exports.ButtonToolbarRow=mr;exports.ButtonToolbarStartRow=$r;exports.Calendar=Ht;exports.Calendar$1=Gt;exports.Calendar$2=Kt;exports.CalendarCell=Wt;exports.CalendarGrid=Le;exports.CaptionContent=Vn;exports.CardContainer=Xr;exports.CardHeader=Fe;exports.CardWithImage=Yo;exports.CardWithInput=Mr;exports.CardWithOptions=xn;exports.CardWithSelector=Gr;exports.CardWithSwitch=Zr;exports.Carousel=oi;exports.Checkbox=ie;exports.CodeSnippet=ii;exports.Col=Ye;exports.ColumFilters=vn;exports.ColumnToggle=Fn;exports.ColumnsModal=yn;exports.ComboBox=at;exports.ComboBoxField=Ge;exports.Container=m;exports.ControlsContent=Un;exports.CopyButton=Bi;exports.CustomThemeProvider=bo;exports.DateField=_t;exports.DateSelector=fe;exports.Description=Nn;exports.Dialog=Pe;exports.Divider=ae;exports.Dropdown=Ui;exports.Editable=yr;exports.EmptyButton=Je;exports.EmptyState=Zi;exports.ErrorMessage=Jo;exports.ExportCsv=Rn;exports.FilePreview=Pt;exports.FilterControl=bn;exports.FilterForm=Xe;exports.FilterFormContent=$n;exports.FiltersList=wn;exports.FooterContent=Bn;exports.Form=Ji;exports.Gap=jr;exports.GridContainer=ea;exports.GroupSelector=na;exports.Head=Ln;exports.Header=Ae;exports.Header$1=ln;exports.Heading=J;exports.HighlightedContent=Gn;exports.Icon=D;exports.IconButton=W;exports.InProgressIcon=Tn;exports.IndicatorCard=oa;exports.InfoSidebar=ra;exports.InnerForm=qi;exports.InputArray=Cr;exports.InputDate=Ut;exports.InputDateRange=Yt;exports.InputDateTime=fr;exports.InputFile=Ir;exports.InputNumber=Xt;exports.InputNumberRange=Jt;exports.InputTags=Er;exports.Label=it;exports.Link=Q;exports.ListItem=Ie;exports.ListItemsWrapper=gn;exports.LittleFlag=aa;exports.Loading=Cn;exports.LocationCode=rn;exports.Logo=ha;exports.Lottie=ya;exports.MemoizedImage=ne;exports.Menu=ba;exports.MenuItem=En;exports.MessageBanner=ma;exports.Modal=gt;exports.ModalConfirm=cn;exports.ModalFooter=sn;exports.Notification=Ca;exports.NotificationSign=dn;exports.NumberField=Re;exports.NumberFieldCompact=qt;exports.NumberInput=Ta;exports.OAuthSelector=Na;exports.Option=Ot;exports.OptionBoxContainer=ut;exports.OptionContainer=Qe;exports.OptionContainer$1=kn;exports.OutlineContainer=U;exports.PaginationControl=On;exports.PaginationDropdown=Mn;exports.PaginationSize=Wn;exports.PhoneInput=Pr;exports.PopUp=_a;exports.Popover=ze;exports.PremiumFeature=Sn;exports.PreviewPanel=un;exports.PriorityScore=Da;exports.ProgressBar=zn;exports.ProgressIndicator=Ba;exports.ProgressStep=Wa;exports.RadioButton=ct;exports.Row=Zt;exports.ScrollUpButton=Ua;exports.Search=se;exports.SearchPanel=fn;exports.SeverityBadge=Ya;exports.SeverityOverview=Za;exports.SeverityOverviewBadge=xe;exports.ShowOnHover=Xa;exports.SlideOutMenu=Qa;exports.Slider=is;exports.SortIcon=et;exports.Span=he;exports.StepLapse=ps;exports.Tab=pn;exports.Table=zs;exports.Table$1=Yn;exports.TableButton=Ns;exports.TableContent=Pn;exports.TableContext=te;exports.TableFooter=Hn;exports.TableOptions=_n;exports.Tabs=pt;exports.Tag=Y;exports.TagsField=Ze;exports.Text=E;exports.TextArea=Or;exports.TextInput=Oe;exports.Thumb=Dn;exports.TimeField=Vt;exports.TimeLine=Rs;exports.TimeLineCard=Kn;exports.Toggle=nn;exports.Tooltip=V;exports.Tour=Ls;exports.baseStep=Fs;exports.formatCheckValues=jn;exports.getStyledConfig=Ce;exports.hiddenProps=Nt;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=Qt;exports.useClickOutside=ee;exports.useCloudinaryImage=en;exports.useColumnsModal=tn;exports.useConditionsDialog=Mi;exports.useConfirmDialog=Wi;exports.useDebouncedCallback=lt;exports.useFilterForm=mn;exports.useFilters=Oi;exports.useModal=Te;exports.useSearch=Br;exports.variantBuilder=X;
|